packages feed

parser-unbiased-choice-monad-embedding 0.0.0.4 → 0.0.1.0

raw patch · 2 files changed

+5/−4 lines, 2 filesdep ~basedep ~containersdep ~doctestPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers, doctest

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,4 @@ 0.0.0.2: Docs and comments 0.0.0.3: Metainfo 0.0.0.4: Changed versions of dependencies+0.0.1.0: Changed versions of dependencies
parser-unbiased-choice-monad-embedding.cabal view
@@ -1,6 +1,6 @@ cabal-version:             3.0 name:                      parser-unbiased-choice-monad-embedding-version:                   0.0.0.4+version:                   0.0.1.0 synopsis:                  Parsing library with unbiased choice and support for embedding arbitrary monad description:               Parsing library with unbiased choice and support for embedding arbitrary monad. @@ -25,8 +25,8 @@   -- base 4.13 removed Monad.fail, so "before base 4.13 there was nothing"   build-depends:     -- CI-BOUNDS-BEGIN-    base >= 4.13.0.0 && <= 4.17.0.0,-    containers >= 0.6.2.1 && <= 0.6.6,+    base >= 4.13.0.0 && <= 4.19.1.0,+    containers >= 0.6.2.1 && <= 0.6.8,     Earley >= 0.13.0.1 && <= 0.13.0.1,     srcloc >= 0.6 && <= 0.6.0.1     -- CI-BOUNDS-END@@ -46,5 +46,5 @@   type: exitcode-stdio-1.0   ghc-options: -threaded   main-is: doctests.hs-  build-depends: base, doctest == 0.20.1, regex-applicative == 0.3.4, lexer-applicative == 2.1.0.2+  build-depends: base, doctest == 0.22.2, regex-applicative == 0.3.4, lexer-applicative == 2.1.0.2   default-language: Haskell2010