opentheory-divides 1.62 → 1.63
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~opentheory
Dependency ranges changed: opentheory
Files
- opentheory-divides.cabal +4/−4
opentheory-divides.cabal view
@@ -1,5 +1,5 @@ name: opentheory-divides-version: 1.62+version: 1.63 category: Number Theory synopsis: The divides relation on natural numbers license: MIT@@ -11,14 +11,14 @@ 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.62+ generated from the OpenTheory package natural-divides-1.63 library build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0, opentheory-primitive >= 1.6 && < 2.0,- opentheory >= 1.198 && < 1.200+ opentheory >= 1.198 && < 1.201 hs-source-dirs: src ghc-options: -Wall exposed-modules:@@ -30,7 +30,7 @@ base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0, opentheory-primitive >= 1.6 && < 2.0,- opentheory >= 1.198 && < 1.200+ opentheory >= 1.198 && < 1.201 hs-source-dirs: src ghc-options: -Wall main-is: Test.hs