Skip to content

Commit d0b78af

Browse files
authored
Fix export list in Hash.HashMap.Strict.Base.hs. (#248)
This was causing CI failures, see: https://travis-ci.org/github/tibbe/unordered-containers/jobs/666393736?utm_medium=notification&utm_source=github_status
1 parent da5ac39 commit d0b78af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data/HashMap/Strict/Base.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module Data.HashMap.Strict.Base
3939
, size
4040
, HM.member
4141
, HM.lookup
42+
, HM.findWithDefault
4243
, lookupDefault
4344
, (!)
4445
, insert

0 commit comments

Comments
 (0)