aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-12-03 12:56:14 +0100
committerstuebinm2021-12-03 12:56:14 +0100
commit8c19e63eb67093f960be060f08a873a9d696d226 (patch)
treede5645ae02adbf465119d94c81e3b6b2b0d46ef2
parent6eb992efdd68d80bc62bc7fc0562d8a2e6558096 (diff)
bump to nixpkgs 21.11
-rw-r--r--nix/sources.json14
-rw-r--r--server/stack.yaml2
-rw-r--r--server/stack.yaml.lock8
-rw-r--r--server/uplcg.cabal2
4 files changed, 13 insertions, 13 deletions
diff --git a/nix/sources.json b/nix/sources.json
index 9d68750..25afdf1 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -5,22 +5,22 @@
"homepage": "https://github.com/nmattia/niv",
"owner": "nmattia",
"repo": "niv",
- "rev": "e0ca65c81a2d7a4d82a189f1e23a48d59ad42070",
- "sha256": "1pq9nh1d8nn3xvbdny8fafzw87mj7gsmp6pxkdl65w2g18rmcmzx",
+ "rev": "5830a4dd348d77e39a0f3c4c762ff2663b602d4c",
+ "sha256": "1d3lsrqvci4qz2hwjrcnd8h5vfkg8aypq3sjd4g3izbc8frwz5sm",
"type": "tarball",
- "url": "https://github.com/nmattia/niv/archive/e0ca65c81a2d7a4d82a189f1e23a48d59ad42070.tar.gz",
+ "url": "https://github.com/nmattia/niv/archive/5830a4dd348d77e39a0f3c4c762ff2663b602d4c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
- "branch": "release-21.05",
+ "branch": "release-21.11",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "fd6dba47199a7c249e64c1aa1fef01ee78e58481",
- "sha256": "0a9njyymwpz9xjq7vbyz91kxv9gf1rfww0xx7rj191ahppzgwv6b",
+ "rev": "19df09617db3022225761dfbf68d3ed798c96f14",
+ "sha256": "0dzk8vzyv4iqa1sfgzm7skcsq1krq9afzkgb4zrcp060446pvy66",
"type": "tarball",
- "url": "https://github.com/NixOS/nixpkgs/archive/fd6dba47199a7c249e64c1aa1fef01ee78e58481.tar.gz",
+ "url": "https://github.com/NixOS/nixpkgs/archive/19df09617db3022225761dfbf68d3ed798c96f14.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
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,