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
3737
3838library
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 :
You can’t perform that action at this time.
0 commit comments