Skip to content

Commit 2daa36c

Browse files
committed
Add missing modules to cabal file
1 parent 8369383 commit 2daa36c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dotenv.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ executable dotenv
4747
main-is: Main.hs
4848
other-modules: Configuration.Dotenv
4949
Configuration.Dotenv.Parse
50+
, Configuration.Dotenv.Text
51+
5052
-- other-extensions:
5153
build-depends: base >=4.5 && <5.0
5254
, base-compat >= 0.4
@@ -59,8 +61,9 @@ executable dotenv
5961
default-language: Haskell2010
6062

6163
library
62-
exposed-modules: Configuration.Dotenv.Parse
63-
, Configuration.Dotenv
64+
exposed-modules: Configuration.Dotenv
65+
, Configuration.Dotenv.Parse
66+
, Configuration.Dotenv.Text
6467

6568
build-depends: base >=4.5 && <5.0
6669
, base-compat >= 0.4

0 commit comments

Comments
 (0)