packages feed

arithmoi 0.4.1.1 → 0.4.1.2

raw patch · 1 files changed

+11/−10 lines, 1 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

arithmoi.cabal view
@@ -1,15 +1,15 @@ name                : arithmoi-version             : 0.4.1.1+version             : 0.4.1.2 cabal-version       : >= 1.6 author              : Daniel Fischer copyright           : (c) 2011 Daniel Fischer license             : MIT license-file        : LICENCE-maintainer          : Daniel Fischer <daniel.is.fischer@googlemail.com>+maintainer          : Carter Schonwald  carter at wellposed dot com build-type          : Simple stability           : Provisional-homepage            : https://bitbucket.org/dafis/arithmoi-bug-reports         : https://bitbucket.org/dafis/arithmoi/issues+homepage            : https://github.com/cartazio/arithmoi+bug-reports         : https://github.com/cartazio/arithmoi/issues  synopsis            : Efficient basic number-theoretic functions.                       Primes, powers, integer logarithms.@@ -31,13 +31,14 @@  extra-source-files  : Changes, TODO -Flag llvm-    Description         : Compile the library with the llvm backend-    Default             : True+flag llvm+    description         : Compile the library with the LLVM backend+    default             : False+    manual              : True  library     build-depends       : base >= 4 && < 5, array >= 0.3 && < 0.6, ghc-prim,-                          integer-gmp, containers >= 0.3 && < 0.6, random >= 1.0 && < 1.1,+                          integer-gmp<1, containers >= 0.3 && < 0.6, random >= 1.0 && < 1.2,                           mtl >= 2.0 && < 2.3     exposed-modules     : Math.NumberTheory.Logarithms                           Math.NumberTheory.Moduli@@ -80,5 +81,5 @@     ghc-prof-options    : -O2 -auto  source-repository head-  type:     mercurial-  location: https://bitbucket.org/dafis/arithmoi+  type:     git+  location: https://github.com/cartazio/arithmoi