packages feed

opentheory-unicode 1.140 → 1.142

raw patch · 1 files changed

+12/−12 lines, 1 filesdep ~opentheorydep ~opentheory-bitsdep ~opentheory-byte

Dependency ranges changed: opentheory, opentheory-bits, opentheory-byte, opentheory-parser, opentheory-probability

Files

opentheory-unicode.cabal view
@@ -1,5 +1,5 @@ name: opentheory-unicode-version: 1.140+version: 1.142 category: Text synopsis: Unicode characters license: MIT@@ -11,18 +11,18 @@ homepage: http://opentheory.gilith.com/?pkg=char description:   Unicode characters - this package was automatically generated from the-  OpenTheory package char-1.140+  OpenTheory package char-1.142  library   build-depends:     base >= 4.0 && < 5.0,     QuickCheck >= 2.4.0.1 && < 3.0,     opentheory-primitive >= 1.6 && < 2.0,-    opentheory >= 1.193 && < 1.200,-    opentheory-byte >= 1.123 && < 1.127,-    opentheory-bits >= 1.64 && < 1.67,-    opentheory-parser >= 1.154 && < 1.159,-    opentheory-probability >= 1.46 && < 1.50+    opentheory >= 1.193 && < 1.201,+    opentheory-byte >= 1.123 && < 1.129,+    opentheory-bits >= 1.64 && < 1.70,+    opentheory-parser >= 1.154 && < 1.161,+    opentheory-probability >= 1.46 && < 1.53   hs-source-dirs: src   ghc-options: -Wall   exposed-modules:@@ -35,11 +35,11 @@     base >= 4.0 && < 5.0,     QuickCheck >= 2.4.0.1 && < 3.0,     opentheory-primitive >= 1.6 && < 2.0,-    opentheory >= 1.193 && < 1.200,-    opentheory-byte >= 1.123 && < 1.127,-    opentheory-bits >= 1.64 && < 1.67,-    opentheory-parser >= 1.154 && < 1.159,-    opentheory-probability >= 1.46 && < 1.50+    opentheory >= 1.193 && < 1.201,+    opentheory-byte >= 1.123 && < 1.129,+    opentheory-bits >= 1.64 && < 1.70,+    opentheory-parser >= 1.154 && < 1.161,+    opentheory-probability >= 1.46 && < 1.53   hs-source-dirs: src   ghc-options: -Wall   main-is: Test.hs