looksee-trip 0.7.0 → 0.8.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~daytripperdep ~lookseedep ~prop-unitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: daytripper, looksee, prop-unit
API changes (from Hackage documentation)
Files
- looksee-trip.cabal +4/−4
looksee-trip.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: looksee-trip-version: 0.7.0+version: 0.8.0 synopsis: A simple text parser with decent errors description: Please see the README on GitHub at <https://github.com/ejconlon/looksee#readme> category: Parsing@@ -62,9 +62,9 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5- , daytripper ==0.4.*- , looksee ==0.7.*+ , daytripper ==1.0.*+ , looksee ==0.8.* , prettyprinter ==1.7.*- , prop-unit ==0.2.*+ , prop-unit >=1.0.1 && <1.1 , text >=2.0 && <2.2 default-language: GHC2021