aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorstuebinm2021-12-03 12:56:14 +0100
committerstuebinm2021-12-03 12:56:14 +0100
commit8c19e63eb67093f960be060f08a873a9d696d226 (patch)
treede5645ae02adbf465119d94c81e3b6b2b0d46ef2 /server
parent6eb992efdd68d80bc62bc7fc0562d8a2e6558096 (diff)
bump to nixpkgs 21.11
Diffstat (limited to 'server')
-rw-r--r--server/stack.yaml2
-rw-r--r--server/stack.yaml.lock8
-rw-r--r--server/uplcg.cabal2
3 files changed, 6 insertions, 6 deletions
diff --git a/server/stack.yaml b/server/stack.yaml
index 03ca93d..c029a00 100644
--- a/server/stack.yaml
+++ b/server/stack.yaml
@@ -1,4 +1,4 @@
-resolver: 'lts-17.9'
+resolver: 'lts-18.18'
packages:
- '.'
extra-deps:
diff --git a/server/stack.yaml.lock b/server/stack.yaml.lock
index 768145b..b7d9656 100644
--- a/server/stack.yaml.lock
+++ b/server/stack.yaml.lock
@@ -13,7 +13,7 @@ packages:
hackage: vector-shuffling-1.1
snapshots:
- completed:
- size: 567037
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/9.yaml
- sha256: d7d8d5106e53d1669964bd8bd2b0f88a5ad192d772f5376384b76738fd992311
- original: lts-17.9
+ size: 586296
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml
+ sha256: 63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2
+ original: lts-18.18
diff --git a/server/uplcg.cabal b/server/uplcg.cabal
index 5b6ca3d..cdca873 100644
--- a/server/uplcg.cabal
+++ b/server/uplcg.cabal
@@ -39,7 +39,7 @@ Library
lens >= 4.18 && < 4.20,
mtl >= 2.2 && < 2.3,
process >= 1.6 && < 1.7,
- random >= 1.1 && < 1.2,
+ random >= 1.1 && < 1.3,
scotty >= 0.11 && < 0.13,
stm >= 2.5 && < 2.6,
template-haskell >= 2.15 && < 2.17,