opentheory-unicode 1.139 → 1.140
raw patch · 1 files changed
+15/−14 lines, 1 filesdep ~opentheorydep ~opentheory-bitsdep ~opentheory-bytePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: opentheory, opentheory-bits, opentheory-byte, opentheory-parser, opentheory-primitive, opentheory-probability
API changes (from Hackage documentation)
Files
- opentheory-unicode.cabal +15/−14
opentheory-unicode.cabal view
@@ -1,5 +1,5 @@ name: opentheory-unicode-version: 1.139+version: 1.140 category: Text synopsis: Unicode characters license: MIT@@ -8,20 +8,21 @@ build-type: Simple author: Joe Leslie-Hurd <joe@gilith.com> maintainer: Joe Leslie-Hurd <joe@gilith.com>+homepage: http://opentheory.gilith.com/?pkg=char description: Unicode characters - this package was automatically generated from the- OpenTheory package char-1.139+ OpenTheory package char-1.140 library build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.5 && < 2.0,- opentheory >= 1.193 && < 1.198,- opentheory-byte >= 1.123 && < 1.126,- opentheory-bits >= 1.64 && < 1.66,- opentheory-parser >= 1.154 && < 1.158,- opentheory-probability >= 1.46 && < 1.49+ 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 hs-source-dirs: src ghc-options: -Wall exposed-modules:@@ -33,12 +34,12 @@ build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.5 && < 2.0,- opentheory >= 1.193 && < 1.198,- opentheory-byte >= 1.123 && < 1.126,- opentheory-bits >= 1.64 && < 1.66,- opentheory-parser >= 1.154 && < 1.158,- opentheory-probability >= 1.46 && < 1.49+ 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 hs-source-dirs: src ghc-options: -Wall main-is: Test.hs