fast-arithmetic 0.2.3.1 → 0.2.3.2
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +memoryPVP ok
version bump matches the API change (PVP)
Dependencies added: memory
API changes (from Hackage documentation)
Files
- fast-arithmetic.cabal +2/−1
fast-arithmetic.cabal view
@@ -1,5 +1,5 @@ name: fast-arithmetic-version: 0.2.3.1+version: 0.2.3.2 synopsis: Fast functions on integers. description: Fast functions for number theory and combinatorics with a high level of safety guaranteed by [ATS](http://www.ats-lang.org/). This package also provides a 'Storable' instance for GMP's @mpz@ type.@@ -57,6 +57,7 @@ , recursion-schemes , integer-gmp , foundation < 0.0.18+ , memory < 0.14.11 else build-depends: base >= 4.7 && < 5 , composition-prelude