exon 1.6.1.1 → 1.7.0.0
raw patch · 1 files changed
+15/−15 lines, 1 filesdep ~basedep ~criteriondep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, criterion, ghc, hedgehog, incipit-base, parsec, tasty, tasty-hedgehog, template-haskell
API changes (from Hackage documentation)
Files
- exon.cabal +15/−15
exon.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: exon-version: 1.6.1.1+version: 1.7.0.0 synopsis: Customizable quasiquote interpolation description: See https://hackage.haskell.org/package/exon/docs/Exon.html category: String@@ -82,11 +82,11 @@ NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base ==4.*- , ghc- , incipit-base >=0.4 && <0.7- , parsec- , template-haskell+ base >=4.16.4.0 && <4.20+ , ghc >=9.2.8 && <9.9+ , incipit-base >=0.5.0.0 && <0.7+ , parsec >=3.1.15.0 && <3.2+ , template-haskell >=2.18.0.0 && <2.22 mixins: base hiding (Prelude) , incipit-base (IncipitBase as Prelude)@@ -144,13 +144,13 @@ NoFieldSelectors ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base ==4.*+ base >=4.16.4.0 && <4.20 , exon , hedgehog >=1.1 && <1.5- , incipit-base >=0.4 && <0.7- , tasty >=1.4 && <1.6- , tasty-hedgehog >=1.3 && <1.5- , template-haskell+ , incipit-base >=0.5.0.0 && <0.7+ , tasty >=1.4.0.3 && <1.5+ , tasty-hedgehog >=1.1.0.0 && <1.5+ , template-haskell >=2.18.0.0 && <2.22 mixins: base hiding (Prelude) , incipit-base (IncipitBase as Prelude)@@ -200,10 +200,10 @@ NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base ==4.*- , criterion >=1.5 && <1.7+ base >=4.16.4.0 && <4.20+ , criterion >=1.5.11.0 && <1.7 , exon- , incipit-base >=0.4 && <0.7+ , incipit-base >=0.5.0.0 && <0.7 mixins: base hiding (Prelude) , incipit-base (IncipitBase as Prelude)