aboutsummaryrefslogtreecommitdiff
path: root/server/uplcg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'server/uplcg.cabal')
-rw-r--r--server/uplcg.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/uplcg.cabal b/server/uplcg.cabal
index 2c8db7d..5b6ca3d 100644
--- a/server/uplcg.cabal
+++ b/server/uplcg.cabal
@@ -27,22 +27,22 @@ Library
Uplcg.Views
Build-depends:
- aeson >= 1.4 && < 1.5,
+ aeson >= 1.4 && < 1.6,
async >= 2.2 && < 2.3,
base >= 4.9 && < 5,
blaze-html >= 0.9 && < 0.10,
bytestring >= 0.10 && < 0.11,
- elm-bridge >= 0.5 && < 0.6,
+ elm-bridge >= 0.5 && < 0.7,
fast-logger >= 3.0 && < 3.1,
hashable >= 1.3 && < 1.4,
http-types >= 0.12 && < 0.13,
- lens >= 4.18 && < 4.19,
+ lens >= 4.18 && < 4.20,
mtl >= 2.2 && < 2.3,
process >= 1.6 && < 1.7,
random >= 1.1 && < 1.2,
- scotty >= 0.11 && < 0.12,
+ scotty >= 0.11 && < 0.13,
stm >= 2.5 && < 2.6,
- template-haskell >= 2.15 && < 2.16,
+ template-haskell >= 2.15 && < 2.17,
text >= 1.2 && < 1.3,
time >= 1.9 && < 1.10,
unordered-containers >= 0.2 && < 0.3,
@@ -52,7 +52,7 @@ Library
vector-instances >= 3.4 && < 3.5,
vector-shuffling >= 1.1 && < 1.2,
wai >= 3.2 && < 3.3,
- wai-extra >= 3.0 && < 3.1,
+ wai-extra >= 3.0 && < 3.2,
wai-websockets >= 3.0 && < 3.1,
warp >= 3.3 && < 3.4,
websockets >= 0.12 && < 0.13,