Skip to content

Commit

Permalink
Update cabal and stack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Dec 6, 2023
1 parent ce26394 commit b571744
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
2 changes: 1 addition & 1 deletion benchmark-timings/benchmark-timings.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ executable benchmark-timings
, aeson >= 1.5.6 && < 3
, cassava ^>=0.5.2
, bytestring >=0.10.12 && <0.12
, optparse-applicative >=0.16.1 && <0.18
, optparse-applicative >=0.16.1 && <0.19
ghc-options: -Wall
hs-source-dirs: app
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion liquidhaskell-boot/liquidhaskell-boot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ library
, hscolour >= 1.22
, liquid-fixpoint == 0.9.4.7
, mtl >= 2.1
, optparse-applicative < 0.18
, optparse-applicative < 0.19
, githash
, megaparsec >= 8
, pretty >= 1.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/plot-performance/plot-performance.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ executable plot-performance
, data-default-class
, directory
, lens
, optparse-applicative >=0.16.1 && <0.18
, optparse-applicative >=0.16.1 && <0.19
, vector
ghc-options: -Wall
hs-source-dirs: app
Expand Down
7 changes: 3 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ packages:
- benchmark-timings
- .
extra-deps:
- rest-rewrite-0.4.1
- smtlib-backends-0.3
- smtlib-backends-process-0.3
- smtlib-backends-0.3@rev:1
- smtlib-backends-process-0.3@rev:1
- git: https://github.com/qnikst/ghc-timings-report
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15

resolver: lts-21.20
resolver: nightly-2023-11-27

nix:
packages: [cacert, git, hostname, z3]
Expand Down
34 changes: 10 additions & 24 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,19 @@

packages:
- completed:
hackage: rest-rewrite-0.4.1@sha256:1254960c0a595cf4c9d5a3b986f42644407c63c74578d75b3568a6a12e5143f0,3886
hackage: smtlib-backends-0.3@sha256:69977f97a8db2c11e97bde92fff7e86e793c1fb23827b284bf89938ee463fbf0,1211
pantry-tree:
sha256: 17b4e99420cc1929e2b7d29558a0f909d6fcabd263fbc590dbf2585f893f5a6e
size: 4018
original:
hackage: rest-rewrite-0.4.1
- completed:
hackage: smtlib-backends-0.3@sha256:917d88540a9ede7beedbe2ed13b492acddbce394d30ccf5d0ef4f4fba9aa2c12,1157
pantry-tree:
sha256: 59b578ae7df155a6c73a513358370747e3cc6229ebb44adaba9e0935f811539c
sha256: d7c614eab0f3f256b22724ca2d7ac41651f22209242af1d24f052f41d7a7541f
size: 275
original:
hackage: smtlib-backends-0.3
hackage: smtlib-backends-0.3@rev:1
- completed:
hackage: smtlib-backends-process-0.3@sha256:d4d7d02859383e0a43db2d8ce7ef01deffe1bcd356b2ff8626925c3a1c8db922,1600
hackage: smtlib-backends-process-0.3@sha256:3eee93e91f41c8a2fb2699e95b502a24d8053485ccf7749e2766683d1ebfe11d,1676
pantry-tree:
sha256: d7d8ec52d07f4a59614000fd93d77b109d085d58f2d96e2c4b972f541c4e8287
sha256: 579580c8067b4c6640261187fc5d2ac0a02923db4633e0027067de72f947083c
size: 461
original:
hackage: smtlib-backends-process-0.3
hackage: smtlib-backends-process-0.3@rev:1
- completed:
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15
git: https://github.com/qnikst/ghc-timings-report
Expand All @@ -36,16 +29,9 @@ packages:
original:
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15
git: https://github.com/qnikst/ghc-timings-report
- completed:
hackage: strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628
pantry-tree:
sha256: cf7712453587e8ea69b96f33e2e8015c22d3b448259d4cace663cc15657309d7
size: 671
original:
hackage: strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628
snapshots:
- completed:
sha256: 5921ddc75f5dd3f197fbc32e1e5676895a8e7b971d4f82ef6b556657801dd18a
size: 640054
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/20.yaml
original: lts-21.20
sha256: c067098ea221c83ce03ccae4cfd5b104fb8a689b17ebb15dbe9d0793e9db4329
size: 699418
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/11/27.yaml
original: nightly-2023-11-27

0 comments on commit b571744

Please sign in to comment.