opentheory-unicode 1.138 → 1.139
raw patch · 2 files changed
+15/−15 lines, 2 filesdep ~opentheorydep ~opentheory-bitsdep ~opentheory-bytesetup-changed
Dependency ranges changed: opentheory, opentheory-bits, opentheory-byte, opentheory-parser, opentheory-primitive, opentheory-probability
Files
- Setup.hs +1/−1
- opentheory-unicode.cabal +14/−14
Setup.hs view
@@ -1,4 +1,4 @@-module Main(main)+module Main ( main ) where import Distribution.Simple
opentheory-unicode.cabal view
@@ -1,5 +1,5 @@ name: opentheory-unicode-version: 1.138+version: 1.139 category: Text synopsis: Unicode characters license: MIT@@ -10,18 +10,18 @@ maintainer: Joe Leslie-Hurd <joe@gilith.com> description: Unicode characters - this package was automatically generated from the- OpenTheory package char-1.138+ OpenTheory package char-1.139 library build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.4 && < 2.0,- opentheory >= 1.193 && < 1.197,- opentheory-byte >= 1.123 && < 1.125,- opentheory-bits >= 1.64 && < 1.65,- opentheory-parser >= 1.154 && < 1.157,- opentheory-probability >= 1.46 && < 1.48+ 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 hs-source-dirs: src ghc-options: -Wall exposed-modules:@@ -33,12 +33,12 @@ build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0,- opentheory-primitive >= 1.4 && < 2.0,- opentheory >= 1.193 && < 1.197,- opentheory-byte >= 1.123 && < 1.125,- opentheory-bits >= 1.64 && < 1.65,- opentheory-parser >= 1.154 && < 1.157,- opentheory-probability >= 1.46 && < 1.48+ 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 hs-source-dirs: src ghc-options: -Wall main-is: Test.hs