envy 2.1.3.0 → 2.1.4.0
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- envy.cabal +4/−4
- src/System/Envy.hs +1/−1
envy.cabal view
@@ -1,11 +1,11 @@ name: envy-version: 2.1.3.0+version: 2.1.4.0 synopsis: An environmentally friendly way to deal with environment variables license: BSD3 license-file: LICENSE author: David Johnson, Tim Adams, Eric Mertens, Nicolas Rolland-maintainer: djohnson.m@gmail.com-copyright: David Johnson (c) 2015-2020+maintainer: code@dmj.io+copyright: David Johnson (c) 2015-2025 category: System build-type: Simple cabal-version: >=1.10@@ -22,7 +22,7 @@ hs-source-dirs: src build-depends: base >= 4.11 && < 5 , bytestring >= 0.10 && < 0.13- , containers >= 0.5 && < 0.7+ , containers >= 0.5 && < 0.8 , mtl == 2.2.* || == 2.3.* , text == 1.2.* || >= 2.0 && <2.2 , time >= 1.5 && < 2.0
src/System/Envy.hs view
@@ -15,7 +15,7 @@ -- | -- Module : System.Envy -- Copyright : (c) David Johnson 2015--- Maintainer : djohnson.m@gmail.com+-- Maintainer : code@dmj.io -- Stability : experimental -- Portability : POSIX --