hix 0.6.7 → 0.6.8
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~exonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exon
API changes (from Hackage documentation)
Files
- hix.cabal +3/−3
hix.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hix-version: 0.6.7+version: 0.6.8 synopsis: Haskell/Nix development build tools description: See https://hackage.haskell.org/package/hix/docs/Hix.html category: Build@@ -90,7 +90,7 @@ , aeson >=2.0 && <2.2 , base ==4.* , casing >=0.1.4 && <0.2- , exon >=1.4 && <1.6+ , exon >=1.4 && <1.7 , extra ==1.7.* , filepattern ==0.1.* , generic-lens ==2.2.*@@ -210,7 +210,7 @@ build-depends: Cabal , base ==4.*- , exon >=1.4 && <1.6+ , exon >=1.4 && <1.7 , hedgehog >=1.1 && <1.3 , hix , incipit-base ==0.5.*