mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
Data deps
This commit is contained in:
parent
02015ca5e3
commit
3e0490e59f
@ -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.*,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user