Drop redundant dependency

This commit is contained in:
Nikita Volkov 2014-08-06 03:59:31 +04:00
parent 8e245cd6e8
commit 30b3593b40
2 changed files with 4 additions and 10 deletions

View File

@ -58,7 +58,6 @@ library
time == 1.4.*,
bytestring == 0.10.*,
text == 0.11.*,
unordered-containers == 0.2.*,
hashable == 1.2.*,
-- control:
list-t >= 0.2.1 && < 0.3,

View File

@ -31,19 +31,14 @@ import Data.Text as Exports (Text)
-------------------------
import Data.ByteString as Exports (ByteString)
-- time
-------------------------
import Data.Time as Exports
-- unordered-containers
-------------------------
import Data.HashMap.Strict as Exports (HashMap)
import Data.HashSet as Exports (HashSet)
-- hashable
-------------------------
import Data.Hashable as Exports (Hashable)
-- time
-------------------------
import Data.Time as Exports
-- placeholders
-------------------------
import Development.Placeholders as Exports