envy 1.3.0.1 → 1.3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- envy.cabal +2/−2
envy.cabal view
@@ -1,5 +1,5 @@ name: envy-version: 1.3.0.1+version: 1.3.0.2 synopsis: An environmentally friendly way to deal with environment variables license: BSD3 license-file: LICENSE@@ -25,7 +25,7 @@ , containers == 0.5.* , mtl == 2.2.* , text == 1.2.*- , time >= 1.5 && < 1.7+ , time >= 1.5 && < 1.9 , transformers >= 0.4 && < 0.6 default-language: Haskell2010