Skip to content

Commit d706ced

Browse files
committed
Update cabal file
1 parent 52edcb2 commit d706ced

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

unordered-containers.cabal

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ flag debug
3737

3838
library
3939
exposed-modules:
40+
Data.HashMap.Internal
41+
Data.HashMap.Internal.Array
42+
Data.HashMap.Internal.List
43+
Data.HashMap.Internal.Strict
44+
Data.HashMap.Internal.Unsafe
4045
Data.HashMap.Lazy
4146
Data.HashMap.Strict
4247
Data.HashSet
43-
other-modules:
44-
Data.HashMap.Array
45-
Data.HashMap.Base
46-
Data.HashMap.Strict.Base
47-
Data.HashMap.List
48-
Data.HashMap.Unsafe
49-
Data.HashSet.Base
48+
Data.HashSet.Internal
5049

5150
build-depends:
5251
base >= 4.7 && < 5,
@@ -130,7 +129,7 @@ test-suite list-tests
130129
hs-source-dirs: tests .
131130
main-is: List.hs
132131
other-modules:
133-
Data.HashMap.List
132+
Data.HashMap.Internal.List
134133
type: exitcode-stdio-1.0
135134

136135
build-depends:

0 commit comments

Comments
 (0)