aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt2021-04-15 20:31:52 +0200
committerJasper Van der Jeugt2021-04-15 20:31:52 +0200
commit9082d8378276c548521d10e4646e524fc99977e4 (patch)
tree5eac9e7bf2f963503543d7d917e2851c67e0d14d
parent81db34a240a94a5f00616d0ed96032894737d9df (diff)
Bump dependencies
-rw-r--r--server/stack.yaml2
-rw-r--r--server/stack.yaml.lock8
-rw-r--r--server/uplcg.cabal12
3 files changed, 11 insertions, 11 deletions
diff --git a/server/stack.yaml b/server/stack.yaml
index 8d583aa..03ca93d 100644
--- a/server/stack.yaml
+++ b/server/stack.yaml
@@ -1,4 +1,4 @@
-resolver: 'lts-15.6'
+resolver: 'lts-17.9'
packages:
- '.'
extra-deps:
diff --git a/server/stack.yaml.lock b/server/stack.yaml.lock
index fb61cd3..768145b 100644
--- a/server/stack.yaml.lock
+++ b/server/stack.yaml.lock
@@ -13,7 +13,7 @@ packages:
hackage: vector-shuffling-1.1
snapshots:
- completed:
- size: 491387
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/6.yaml
- sha256: 8d81505a6de861e167a58534ab62330afb75bfa108735c7db1204f7ef2a39d79
- original: lts-15.6
+ size: 567037
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/9.yaml
+ sha256: d7d8d5106e53d1669964bd8bd2b0f88a5ad192d772f5376384b76738fd992311
+ original: lts-17.9
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,