opentheory-parser 1.158 → 1.160
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~opentheoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: opentheory
API changes (from Hackage documentation)
- OpenTheory.Parser: unParser :: Parser a b -> a -> Stream a -> Maybe (b, Stream a)
- OpenTheory.Parser.Stream: instance Arbitrary a => Arbitrary (Stream a)
- OpenTheory.Parser.Stream: instance Eq a => Eq (Stream a)
- OpenTheory.Parser.Stream: instance Ord a => Ord (Stream a)
- OpenTheory.Parser.Stream: instance Show a => Show (Stream a)
+ OpenTheory.Parser: [unParser] :: Parser a b -> a -> Stream a -> Maybe (b, Stream a)
+ OpenTheory.Parser.Stream: instance GHC.Classes.Eq a => GHC.Classes.Eq (OpenTheory.Parser.Stream.Stream a)
+ OpenTheory.Parser.Stream: instance GHC.Classes.Ord a => GHC.Classes.Ord (OpenTheory.Parser.Stream.Stream a)
+ OpenTheory.Parser.Stream: instance GHC.Show.Show a => GHC.Show.Show (OpenTheory.Parser.Stream.Stream a)
+ OpenTheory.Parser.Stream: instance Test.QuickCheck.Arbitrary.Arbitrary a => Test.QuickCheck.Arbitrary.Arbitrary (OpenTheory.Parser.Stream.Stream a)
Files
- opentheory-parser.cabal +4/−4
opentheory-parser.cabal view
@@ -1,5 +1,5 @@ name: opentheory-parser-version: 1.158+version: 1.160 category: Parsing synopsis: Stream parsers license: MIT@@ -11,14 +11,14 @@ homepage: http://opentheory.gilith.com/?pkg=parser description: Stream parsers - this package was automatically generated from the- OpenTheory package parser-1.158+ OpenTheory package parser-1.160 library build-depends: base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0, opentheory-primitive >= 1.6 && < 2.0,- opentheory >= 1.195 && < 1.200+ opentheory >= 1.195 && < 1.201 hs-source-dirs: src ghc-options: -Wall exposed-modules:@@ -31,7 +31,7 @@ base >= 4.0 && < 5.0, QuickCheck >= 2.4.0.1 && < 3.0, opentheory-primitive >= 1.6 && < 2.0,- opentheory >= 1.195 && < 1.200+ opentheory >= 1.195 && < 1.201 hs-source-dirs: src ghc-options: -Wall main-is: Test.hs