basvandijk / scientific

Arbitrary-precision floating-point numbers represented using scientific notation
BSD 3-Clause "New" or "Revised" License
73 stars 40 forks source link

Missing support for GHC 8.2.1 #49

Closed asr closed 7 years ago

asr commented 7 years ago

I got an error related to the base library when using GHC 8.2.1 RC1. Bumped upper bound version of base to 4.11 fixed the issue.

CC'ing @jonaprieto.

basvandijk commented 7 years ago

I released scientific-0.3.4.12 which support base-4.10.

asr commented 7 years ago

Great! Thanks!