summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2020-01-14 20:27:54 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2020-01-16 20:43:40 +0100
commit95e8a0478c3b5e4610fa28e408800cc027b2b85c (patch)
treeda1c40a299f28d69461a5976a3857c3c3214fbb5 /erebos.cabal
parent2e33437143d501356862699920897913b387dd0a (diff)
Storage: UUID record item type
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal
index d11a0f0..116bbc5 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -68,6 +68,7 @@ executable erebos
time >= 1.8 && <1.9,
transformers >= 0.5 && <0.6,
unix >=2.7 && <2.8,
+ uuid >=1.3 && <1.4,
zlib >=0.6 && <0.7
hs-source-dirs: src
default-language: Haskell2010