aboutsummaryrefslogtreecommitdiff
path: root/server/uplcg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'server/uplcg.cabal')
-rw-r--r--server/uplcg.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/uplcg.cabal b/server/uplcg.cabal
index 7baed6a..2a743f1 100644
--- a/server/uplcg.cabal
+++ b/server/uplcg.cabal
@@ -31,10 +31,10 @@ Library
async >= 2.2 && < 2.3,
base >= 4.9 && < 5,
blaze-html >= 0.9 && < 0.10,
- bytestring >= 0.10 && < 0.11,
+ bytestring >= 0.10,
elm-bridge >= 0.5,
fast-logger >= 3.0,
- hashable >= 1.3 && < 1.4,
+ hashable >= 1.3,
http-types >= 0.12 && < 0.13,
lens >= 4.18,
mtl >= 2.2 && < 2.3,
@@ -44,7 +44,7 @@ Library
stm >= 2.5 && < 2.6,
template-haskell >= 2.15,
text >= 1.2 && < 1.3,
- time >= 1.9 && < 1.10,
+ time >= 1.9,
unordered-containers >= 0.2 && < 0.3,
uuid >= 1.3 && < 1.4,
vector >= 0.12 && < 0.13,