packages feed

dotenv 0.1.0.7 → 0.1.0.8

raw patch · 1 files changed

+6/−7 lines, 1 filesdep +parseerror-eqdep ~basenew-uploaderPVP ok

version bump matches the API change (PVP)

Dependencies added: parseerror-eq

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

dotenv.cabal view
@@ -1,7 +1,7 @@ name:                dotenv-version:             0.1.0.7+version:             0.1.0.8 synopsis:            Loads environment variables from dotenv files-+homepage:            https://github.com/stackbuilders/dotenv-hs description:   .   In most applications,@@ -46,7 +46,7 @@   main-is:             Main.hs   -- other-modules:   -- other-extensions:-  build-depends:         base >=4.5 && <4.8+  build-depends:         base >=4.5 && <4.9                        , base-compat >= 0.4                        , optparse-applicative >=0.11 && <0.12                        , parsec >= 3.1.0 && <= 3.2@@ -59,7 +59,7 @@   exposed-modules:    Configuration.Dotenv.Parse                     , Configuration.Dotenv -  build-depends:         base >=4.5 && <4.8+  build-depends:         base >=4.5 && <4.9                        , base-compat >= 0.4                        , parsec >= 3.1.0 && <= 3.2 @@ -72,15 +72,14 @@   type: exitcode-stdio-1.0   hs-source-dirs: spec, src   main-is: Spec.hs-  build-depends:       base >=4.5 && <4.8+  build-depends:       base >=4.5 && <4.9                        , base-compat >= 0.4                        , parsec >= 3.1.0 && <= 3.2-+                       , parseerror-eq                        , hspec    default-language:    Haskell2010   ghc-options:         -Wall-  extensions: CPP  source-repository head   type:     git