Skip to content

Commit

Permalink
Update stack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 18, 2023
1 parent f1471cd commit 5daba7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
5 changes: 2 additions & 3 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
let
# NixOS/Nixpkgs master 2022-11-27
rev = "a115bb9bd56831941be3776c8a94005867f316a7";
sha256 = "1501jzl4661qwr45b9ip7c7bpmbl94816draybhh60s9wgxn068d";
rev = "0cbe9f69c234a7700596e943bfae7ef27a31b735";
sha256 = "15znwycfmbdcccqgld97x6375s5j028v6zmgvvr811dbny7cgy4c";
in
import (fetchTarball {
inherit sha256;
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ packages:
- benchmark-timings
- .
extra-deps:
- hashable-1.4.2.0
- rest-rewrite-0.4.1
- smtlib-backends-0.3
- smtlib-backends-process-0.3
- git: https://github.com/qnikst/ghc-timings-report
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15
- vector-0.12.3.1
# for tests
- strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628

resolver: lts-20.26
resolver: lts-21.20

nix:
packages: [cacert, git, hostname, z3]
Expand Down
22 changes: 11 additions & 11 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: hashable-1.4.2.0@sha256:585792335d5541dba78fa8dfcb291a89cd5812a281825ff7a44afa296ab5d58a,4520
pantry-tree:
sha256: 792a6cab3f15c5db29d759c8ca735d0be5f4c94f363329652f8b9780009d0829
size: 1248
original:
hackage: hashable-1.4.2.0
- completed:
hackage: rest-rewrite-0.4.1@sha256:1254960c0a595cf4c9d5a3b986f42644407c63c74578d75b3568a6a12e5143f0,3886
pantry-tree:
Expand Down Expand Up @@ -43,6 +36,13 @@ packages:
original:
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15
git: https://github.com/qnikst/ghc-timings-report
- completed:
hackage: vector-0.12.3.1@sha256:39141f312871b7c793a63be76635999e84d442aa3290aec59f30638ec0bf23a7,8218
pantry-tree:
sha256: c4f50de0598ce416df3a8f01ad7f23d8f1282ef3c5c531d67afe15b1e14a5d8d
size: 3842
original:
hackage: vector-0.12.3.1
- completed:
hackage: strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628
pantry-tree:
Expand All @@ -52,7 +52,7 @@ packages:
hackage: strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628
snapshots:
- completed:
sha256: 5a59b2a405b3aba3c00188453be172b85893cab8ebc352b1ef58b0eae5d248a2
size: 650475
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml
original: lts-20.26
sha256: 5921ddc75f5dd3f197fbc32e1e5676895a8e7b971d4f82ef6b556657801dd18a
size: 640054
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/20.yaml
original: lts-21.20

0 comments on commit 5daba7e

Please sign in to comment.