include hashable

This commit is contained in:
Stephen Diehl
2016-10-28 16:41:28 +01:00
parent 250cfe2b7f
commit aeacdd9630
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ library
async >= 2.1 && <2.2,
deepseq >= 1.3 && <1.5,
containers >= 0.5 && <0.6,
hashable >= 1.2 && <1.3,
mtl >= 2.1 && <2.3,
transformers >= 0.4 && <0.6,
text >= 1.2 && <1.3,
+8
View File
@@ -155,6 +155,14 @@ import Data.List as X (
, zip
)
-- Hashing
import Data.Hashable as X (
Hashable
, hash
, hashWithSalt
, hashUsing
)
import Data.Map as X (Map)
import Data.Set as X (Set)
import Data.Sequence as X (Seq)