exon 1.6.1.0 → 1.6.1.1
raw patch · 1 files changed
+7/−4 lines, 1 filesdep ~incipit-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: incipit-base
API changes (from Hackage documentation)
Files
- exon.cabal +7/−4
exon.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: exon-version: 1.6.1.0+version: 1.6.1.1 synopsis: Customizable quasiquote interpolation description: See https://hackage.haskell.org/package/exon/docs/Exon.html category: String@@ -59,6 +59,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -83,7 +84,7 @@ build-depends: base ==4.* , ghc- , incipit-base >=0.4 && <0.6+ , incipit-base >=0.4 && <0.7 , parsec , template-haskell mixins:@@ -120,6 +121,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -145,7 +147,7 @@ base ==4.* , exon , hedgehog >=1.1 && <1.5- , incipit-base >=0.4 && <0.6+ , incipit-base >=0.4 && <0.7 , tasty >=1.4 && <1.6 , tasty-hedgehog >=1.3 && <1.5 , template-haskell@@ -175,6 +177,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -200,7 +203,7 @@ base ==4.* , criterion >=1.5 && <1.7 , exon- , incipit-base >=0.4 && <0.6+ , incipit-base >=0.4 && <0.7 mixins: base hiding (Prelude) , incipit-base (IncipitBase as Prelude)