envy 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- envy.cabal +2/−2
envy.cabal view
@@ -1,5 +1,5 @@ name: envy-version: 0.1.0.0+version: 0.1.0.1 synopsis: An environmentally friendly way to deal with environment variables license: BSD3 license-file: LICENSE@@ -10,7 +10,7 @@ build-type: Simple cabal-version: >=1.10 description:- For package use information see: https://github.com/dmjio/envy/blob/master/README.md+ For package use information see the <https://github.com/dmjio/envy/blob/master/README.md README.md> library exposed-modules: System.Envy ghc-options: -Wall