mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +03:00
Data deps
This commit is contained in:
parent
02015ca5e3
commit
3e0490e59f
@ -43,6 +43,11 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
-- database:
|
-- database:
|
||||||
ex-pool == 0.2.*,
|
ex-pool == 0.2.*,
|
||||||
|
-- data:
|
||||||
|
unordered-containers == 0.2.*,
|
||||||
|
bytestring == 0.10.*,
|
||||||
|
text == 0.11.*,
|
||||||
|
hashable == 1.2.*,
|
||||||
-- errors:
|
-- errors:
|
||||||
loch-th == 0.2.*,
|
loch-th == 0.2.*,
|
||||||
placeholders == 0.1.*,
|
placeholders == 0.1.*,
|
||||||
|
@ -15,6 +15,23 @@ import BasePrelude as Exports
|
|||||||
-------------------------
|
-------------------------
|
||||||
import MTLPrelude as Exports hiding (shift)
|
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
|
-- placeholders
|
||||||
-------------------------
|
-------------------------
|
||||||
import Development.Placeholders as Exports
|
import Development.Placeholders as Exports
|
||||||
|
Loading…
Reference in New Issue
Block a user