File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,15 @@ flag debug
37
37
38
38
library
39
39
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
40
45
Data.HashMap.Lazy
41
46
Data.HashMap.Strict
42
47
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
50
49
51
50
build-depends :
52
51
base >= 4.7 && < 5 ,
@@ -130,7 +129,7 @@ test-suite list-tests
130
129
hs-source-dirs : tests .
131
130
main-is : List.hs
132
131
other-modules :
133
- Data.HashMap.List
132
+ Data.HashMap.Internal. List
134
133
type : exitcode-stdio-1.0
135
134
136
135
build-depends :
You can’t perform that action at this time.
0 commit comments