envy 1.3.0.0 → 1.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- envy.cabal +2/−2
envy.cabal view
@@ -1,5 +1,5 @@ name: envy-version: 1.3.0.0+version: 1.3.0.1 synopsis: An environmentally friendly way to deal with environment variables license: BSD3 license-file: LICENSE@@ -37,7 +37,7 @@ build-depends: base , bytestring , envy- , hspec >= 2.2 && < 2.4+ , hspec >= 2.2 && < 2.5 , mtl , quickcheck-instances == 0.3.* , QuickCheck >= 2.8 && < 2.10