haskell-overridez 0.10.1.1 → 0.10.2.0
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~aesondep ~exceptionsdep ~turtle
Dependency ranges changed: aeson, exceptions, turtle
Files
- README.md +1/−1
- haskell-overridez.cabal +4/−4
README.md view
@@ -16,7 +16,7 @@ ```bash -nix-env --install -f https://github.com/adetokunbo/haskell-overridez/archive/v0.10.1.1.tar.gz+nix-env --install -f https://github.com/adetokunbo/haskell-overridez/archive/v0.10.2.0.tar.gz ```
haskell-overridez.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: haskell-overridez synopsis: Manage nix overrides for haskell packages-version: 0.10.1.1+version: 0.10.2.0 license: BSD3 license-file: LICENSE build-type: Simple@@ -24,11 +24,11 @@ autogen-modules: Paths_haskell_overridez other-modules: Paths_haskell_overridez build-depends: base >= 4.2 && < 5- , aeson == 1.2.4.0+ , aeson >= 1.2.4.0 , aeson-casing >= 0.1 && < 0.3 , attoparsec >= 0.13.2 && < 0.15 , bytestring >= 0.10.8 && < 0.13- , exceptions >= 0.8.3 && < 0.10+ , exceptions >= 0.8.3 , foldl >= 1.3.7 && < 1.5 , managed >= 1.0.6 && < 1.2 , neat-interpolation >= 0.3.2 && < 0.5@@ -37,5 +37,5 @@ , system-filepath == 0.4.14 , system-fileio == 0.3.16.3 , text >= 1.2.3 && < 1.3- , turtle >= 1.5.7 && < 1.5.8+ , turtle >= 1.5.7 && < 1.5.10 , Cabal >= 2.2.0.1