packages feed

bookhound 0.1.1.0 → 0.1.2.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

bookhound.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           bookhound-version:        0.1.1.0+version:        0.1.2.0 synopsis:       Simple Parser Combinators & Parsers for usual data formats description:    Please see the README on GitHub at <https://github.com/albertprz/bookhound#readme> category:       Parsers@@ -57,5 +57,5 @@       base >=4.7 && <5     , containers >=0.6 && <1     , split >=0.2.3 && <0.3-    , time >=1.12 && <2+    , time >=1.9 && <2   default-language: Haskell2010