11name :                dotenv
2- version :             0.11.0.0  
2+ version :             0.11.0.1  
33synopsis :            Loads environment variables from dotenv files
44homepage :            https://github.com/stackbuilders/dotenv-hs
55description :
@@ -82,12 +82,13 @@ executable dotenv
8282  default-language :    Haskell2010
8383
8484library 
85-   exposed-modules :      Configuration.Dotenv
86-                       , Configuration.Dotenv.Environment
87-   other-modules :        Configuration.Dotenv.Parse
88-                       , Configuration.Dotenv.ParsedVariable
89-                       , Configuration.Dotenv.Text
90-                       , Configuration.Dotenv.Types
85+   exposed-modules :       Configuration.Dotenv
86+                        , Configuration.Dotenv.Internal
87+                        , Configuration.Dotenv.Environment
88+   other-modules :         Configuration.Dotenv.Parse
89+                        , Configuration.Dotenv.ParsedVariable
90+                        , Configuration.Dotenv.Text
91+                        , Configuration.Dotenv.Types
9192
9293  build-depends :         base >=  4.9  &&  <  5.0 
9394                       , directory
@@ -110,32 +111,19 @@ library
110111
111112test-suite  dotenv-test 
112113  type : exitcode-stdio-1.0
113-   hs-source-dirs : spec, src 
114+   hs-source-dirs : spec
114115  main-is : Spec.hs
115116  other-modules :         Configuration.DotenvSpec
116117                       , Configuration.Dotenv.TextSpec
117118                       , Configuration.Dotenv.ParseSpec
118-                        , Configuration.Dotenv
119-                        , Configuration.Dotenv.Environment
120-                        , Configuration.Dotenv.Text
121-                        , Configuration.Dotenv.Types
122-                        , Configuration.Dotenv.Parse
123-                        , Configuration.Dotenv.ParsedVariable
124119
125120  build-depends :       base >=  4.9  &&  <  5.0 
126-                      , base-compat >=  0.4 
127-                      , containers
128121                     , dotenv
129-                      , directory
130122                     , megaparsec
131123                     , hspec
132124                     , process
133-                      , shellwords
134125                     , text
135-                      , exceptions >=  0.8  &&  <  0.11 
136126                     , hspec-megaparsec >=  2.0  &&  <  3.0 
137-                      , mtl
138-                      , data-default-class >=  0.1.2  &&  <  0.2 
139127
140128  build-tools :        hspec-discover   >=  2.0  &&  <  3.0 
141129
0 commit comments