We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5a08c commit dea4ec9Copy full SHA for dea4ec9
dotenv.cabal
@@ -1,5 +1,5 @@
1
name: dotenv
2
-version: 0.3.0.3
+version: 0.3.1.0
3
synopsis: Loads environment variables from dotenv files
4
homepage: https://github.com/stackbuilders/dotenv-hs
5
description:
@@ -53,7 +53,7 @@ executable dotenv
53
main-is: Main.hs
54
build-depends: base >=4.6 && <5.0
55
, base-compat >= 0.4
56
- , dotenv >= 0.3.0.2
+ , dotenv >= 0.3.1.0
57
, optparse-applicative >=0.11 && < 0.14
58
, megaparsec >= 5.0 && < 6.0
59
, process
@@ -100,7 +100,7 @@ test-suite dotenv-test
100
101
102
103
104
105
, hspec
106
, text
0 commit comments