hix 0.6.1 → 0.6.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~exonPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: exon
API changes (from Hackage documentation)
- Hix.Data.GhciConfig: instance GHC.Exts.IsList Hix.Data.GhciConfig.GhciArgs
+ Hix.Data.GhciConfig: instance GHC.IsList.IsList Hix.Data.GhciConfig.GhciArgs
Files
- hix.cabal +3/−3
hix.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hix-version: 0.6.1+version: 0.6.2 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.*+ , exon >=1.4 && <1.6 , extra ==1.7.* , filepattern ==0.1.* , generic-lens ==2.2.*@@ -210,7 +210,7 @@ build-depends: Cabal , base ==4.*- , exon ==1.4.*+ , exon >=1.4 && <1.6 , hedgehog >=1.1 && <1.3 , hix , incipit-base ==0.5.*