looksee 0.8.3 → 0.8.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- looksee.cabal +3/−3
looksee.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: looksee-version: 0.8.3+version: 0.8.4 synopsis: A simple text parser with decent errors description: Please see the README on GitHub at <https://github.com/ejconlon/looksee#readme> category: Parsing@@ -65,7 +65,7 @@ build-depends: base >=4.12 && <5 , bifunctors >=5.5 && <5.7- , containers >=0.6 && <0.8+ , containers >=0.6 && <0.9 , errata >=0.4.0.1 && <0.5 , hashable >=1.4 && <1.6 , mmorph ==1.2.*@@ -114,7 +114,7 @@ build-depends: base >=4.12 && <5 , bifunctors >=5.5 && <5.7- , containers >=0.6 && <0.8+ , containers >=0.6 && <0.9 , errata >=0.4.0.1 && <0.5 , hashable >=1.4 && <1.6 , looksee