mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +03:00
Drop redundant dependency
This commit is contained in:
parent
8e245cd6e8
commit
30b3593b40
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user