envy 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~envydep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: envy, hspec
API changes (from Hackage documentation)
Files
- envy.cabal +3/−3
envy.cabal view
@@ -1,5 +1,5 @@ name: envy-version: 0.3.0.0+version: 0.3.0.1 synopsis: An environmentally friendly way to deal with environment variables license: BSD3 license-file: LICENSE@@ -31,8 +31,8 @@ main-is: Main.hs build-depends: base >= 4.7 && < 5 , bytestring == 0.10.*- , envy == 0.2.*- , hspec == 2.1.*+ , envy == 0.3.*+ , hspec == 2.2.* , mtl == 2.2.* , quickcheck-instances == 0.3.* , QuickCheck == 2.8.*