opentheory-divides 1.61 → 1.62
raw patch · 1 files changed
+7/−6 lines, 1 filesdep ~opentheorydep ~opentheory-primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: opentheory, opentheory-primitive
API changes (from Hackage documentation)
Files
- opentheory-divides.cabal +7/−6
opentheory-divides.cabal view
@@ -1,5 +1,5 @@ name: opentheory-divides-version: 1.61+version: 1.62 category: Number Theory synopsis: The divides relation on natural numbers license: MIT@@ -8,16 +8,17 @@ build-type: Simple author: Joe Leslie-Hurd <joe@gilith.com> maintainer: Joe Leslie-Hurd <joe@gilith.com>+homepage: http://opentheory.gilith.com/?pkg=natural-divides description: The divides relation on natural numbers - this package was automatically- generated from the OpenTheory package natural-divides-1.61+ generated from the OpenTheory package natural-divides-1.62 library build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.5 && < 2.0,- opentheory >= 1.198 && < 1.199+ opentheory-primitive >= 1.6 && < 2.0,+ opentheory >= 1.198 && < 1.200 hs-source-dirs: src ghc-options: -Wall exposed-modules:@@ -28,8 +29,8 @@ build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.5 && < 2.0,- opentheory >= 1.198 && < 1.199+ opentheory-primitive >= 1.6 && < 2.0,+ opentheory >= 1.198 && < 1.200 hs-source-dirs: src ghc-options: -Wall main-is: Test.hs