File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## MASTER
2
+
3
+ ## Dotenv 0.3.3.0
4
+
5
+ * Add support for variable expansion. Thanks to حبيب الامين (GitHub: habibalamin) for making this contribution.
6
+
1
7
## Dotenv 0.3.2.0
2
8
3
9
* Add the option to pass arguments to the program passed to Dotenv. Thanks to
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ programs written in Haskell.
20
20
## Installation
21
21
22
22
In most cases you will just add ` dotenv ` to your cabal file. You can
23
- also install the library and executable by invoking ` cabal install dotenv` .
23
+ also install the library and executable by invoking ` stack install dotenv` .
24
24
25
25
## Usage
26
26
Original file line number Diff line number Diff line change 1
1
name : dotenv
2
- version : 0.3.2 .0
2
+ version : 0.3.3 .0
3
3
synopsis : Loads environment variables from dotenv files
4
4
homepage : https://github.com/stackbuilders/dotenv-hs
5
5
description :
@@ -35,7 +35,7 @@ license: MIT
35
35
license-file : LICENSE
36
36
author : Justin Leitgeb
37
37
maintainer : hackage@stackbuilders.com
38
- copyright : 2015-2016 Stack Builders Inc.
38
+ copyright : 2015-2017 Stack Builders Inc.
39
39
category : Configuration
40
40
build-type : Simple
41
41
extra-source-files : spec/fixtures/.dotenv
You can’t perform that action at this time.
0 commit comments