packages feed

haskell-overridez 0.10.1.0 → 0.10.1.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~turtle

Dependency ranges changed: turtle

Files

README.md view
@@ -16,7 +16,7 @@  ```bash -nix-env --install -f https://github.com/adetokunbo/haskell-overridez/archive/v0.10.1.0.tar.gz+nix-env --install -f https://github.com/adetokunbo/haskell-overridez/archive/v0.10.1.1.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.0+version:       0.10.1.1 license:       BSD3 license-file:  LICENSE build-type:    Simple@@ -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.7+                  , turtle               >= 1.5.7 && < 1.5.8                   , Cabal                >= 2.2.0.1