load-env 0.0.1 → 0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- load-env.cabal +2/−2
load-env.cabal view
@@ -1,5 +1,5 @@ Name: load-env-Version: 0.0.1+Version: 0.0.2 Author: Pat Brisbin <pbrisbin@gmail.com> Maintainer: Pat Brisbin <pbrisbin@gmail.com> License: BSD3@@ -19,7 +19,7 @@ GHC-Options: -Wall Exposed-Modules: LoadEnv , LoadEnv.Parse- Build-Depends: base >= 4.6.0 && < 5+ Build-Depends: base >= 4.7.0 && < 5 , parsec Test-Suite spec