Data deps

This commit is contained in:
Nikita Volkov 2014-08-04 02:36:41 +04:00
parent 02015ca5e3
commit 3e0490e59f
2 changed files with 22 additions and 0 deletions

View File

@ -43,6 +43,11 @@ library
build-depends:
-- database:
ex-pool == 0.2.*,
-- data:
unordered-containers == 0.2.*,
bytestring == 0.10.*,
text == 0.11.*,
hashable == 1.2.*,
-- errors:
loch-th == 0.2.*,
placeholders == 0.1.*,

View File

@ -15,6 +15,23 @@ import BasePrelude as Exports
-------------------------
import MTLPrelude as Exports hiding (shift)
-- text
-------------------------
import Data.Text as Exports (Text)
-- bytestring
-------------------------
import Data.ByteString as Exports (ByteString)
-- unordered-containers
-------------------------
import Data.HashMap.Strict as Exports (HashMap)
import Data.HashSet as Exports (HashSet)
-- hashable
-------------------------
import Data.Hashable as Exports (Hashable)
-- placeholders
-------------------------
import Development.Placeholders as Exports