hnix 0.13.0 → 0.13.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~bytestringdep ~hashabledep ~semialignPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, hashable, semialign, template-haskell
API changes (from Hackage documentation)
Files
- hnix.cabal +1/−1
- src/Nix/Expr/Types.hs +1/−1
hnix.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-version: 0.13.0+version: 0.13.0.1 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix
src/Nix/Expr/Types.hs view
@@ -54,7 +54,7 @@ import Text.Show.Deriving import qualified Type.Reflection as Reflection import Type.Reflection ( eqTypeRep )-#if !MIN_VERSION_base(4,13,0)+#if !MIN_VERSION_text(1,2,4) -- NOTE: Remove package @th-lift-instances@ removing this import Instances.TH.Lift () -- importing Lift Text fo GHC 8.6 #endif