Skip to content

Commit

Permalink
Specify static-bytes >= 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Oct 21, 2024
1 parent b110bf1 commit cbc4ff3
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 17 deletions.
6 changes: 4 additions & 2 deletions stack-ghc-9.10.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Currently, Stack cannot be built with GHC 9.10.1 because Cabal-3.12.0.0 has
# changed the type of Distribution.PackageDescription.Check.checkPackage.

snapshot: nightly-2024-09-26 # GHC 9.8.2
snapshot: nightly-2024-10-21 # GHC 9.8.2
compiler: ghc-9.10.1

extra-deps:
Expand All @@ -17,8 +17,10 @@ extra-deps:
- hpc-0.7.0.1@rev:1
- http-api-data-0.6.1
- process-1.6.19.0@rev:1
# nightly-2024-10-21 provides static-bytes-0.1.0
- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
- time-1.12.2
# nightly-2024-09-26 provides tls-2.0.6
# nightly-2024-10-21 provides tls-2.0.6
- tls-2.1.0@sha256:39f9a6183a6dafc3365e99f4f3b99a55154f8a3a3114d9475459a066f56a3a32,6173
- unix-2.8.5.1
- uuid-types-1.0.6
Expand Down
23 changes: 15 additions & 8 deletions stack-ghc-9.10.1.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ packages:
original:
hackage: hpc-0.7.0.1@rev:1
- completed:
hackage: http-api-data-0.6.1@sha256:f7fbff94524714b9d319a864aa61b8a63a520fc9a3b5d4eca3ebdfc8e6109566,3228
hackage: http-api-data-0.6.1@sha256:e389f4353cc6fc9a6522e2a6e21973fe627deac2fcae5df753fe1606a182813f,3247
pantry-tree:
sha256: c709779a9ed1858603bf238d68fa303841b7e46a671564578d2ad49db4633a5d
sha256: 2d03a605ac637ccfed7d027188450030d072bbd786058f0f0c5f46fb0fbb0256
size: 819
original:
hackage: http-api-data-0.6.1
Expand All @@ -67,6 +67,13 @@ packages:
size: 1675
original:
hackage: process-1.6.19.0@rev:1
- completed:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
pantry-tree:
sha256: 505d5c1a9a89bb60cd21639bd9a4ce0e3f043dc7b8ed42e47c6b2eb0b89d2524
size: 440
original:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
- completed:
hackage: time-1.12.2@sha256:88e8493d9130038d3b9968a2530a0900141cd3d938483c83dde56e12b875ebc8,6510
pantry-tree:
Expand All @@ -89,15 +96,15 @@ packages:
original:
hackage: unix-2.8.5.1
- completed:
hackage: uuid-types-1.0.6@sha256:7cb34342914f1be68dbdf2dec35c27d360160848ce5a79ad2c1a990fefd1d855,2582
hackage: uuid-types-1.0.6@sha256:595644500d36908be85cd02fb446c411555ecc5c59b7ce33d1205cfc9ceb55a6,2604
pantry-tree:
sha256: 73e7029b6faeb88f5395e72ed38fcef197b9077c38f9f8f34039f209e75d4806
sha256: 8ddb70a1c62025f4cb9e5d0b1063631e3b0f709a70b320e7a30696ee4398559c
size: 480
original:
hackage: uuid-types-1.0.6
snapshots:
- completed:
sha256: 9efe9f561e73b88351653af623aa1aaa4a51b6fbe62fa549a0d24b040de11300
size: 664617
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/9/26.yaml
original: nightly-2024-09-26
sha256: 867086a789eaf6da9f48a56bb5e8bfd6df27b120023c144cc7bbec5c95717915
size: 669588
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/10/21.yaml
original: nightly-2024-10-21
9 changes: 6 additions & 3 deletions stack-ghc-9.8.2.yaml → stack-ghc-9.8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# This is an experimental project-level configuration, to see if Stack can be
# built with GHC 9.8.2.
# built with GHC 9.8.3.

snapshot: nightly-2024-09-26 # GHC 9.8.2
snapshot: nightly-2024-10-21 # GHC 9.8.2
compiler: ghc-9.8.3

extra-deps:
# nightly-2024-09-26 provides tls-2.0.6
# nightly-2024-10-21 provides tls-2.0.6
- tls-2.1.0@sha256:39f9a6183a6dafc3365e99f4f3b99a55154f8a3a3114d9475459a066f56a3a32,6173
# nightly-2024-10-21 provides static-bytes-0.1.0
- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627

docker:
enable: false
Expand Down
15 changes: 11 additions & 4 deletions stack-ghc-9.8.2.yaml.lock → stack-ghc-9.8.3.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ packages:
size: 6452
original:
hackage: tls-2.1.0@sha256:39f9a6183a6dafc3365e99f4f3b99a55154f8a3a3114d9475459a066f56a3a32,6173
- completed:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
pantry-tree:
sha256: 505d5c1a9a89bb60cd21639bd9a4ce0e3f043dc7b8ed42e47c6b2eb0b89d2524
size: 440
original:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
snapshots:
- completed:
sha256: 9efe9f561e73b88351653af623aa1aaa4a51b6fbe62fa549a0d24b040de11300
size: 664617
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/9/26.yaml
original: nightly-2024-09-26
sha256: 867086a789eaf6da9f48a56bb5e8bfd6df27b120023c144cc7bbec5c95717915
size: 669588
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/10/21.yaml
original: nightly-2024-10-21
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ extra-deps:
- tls-2.1.0@sha256:39f9a6183a6dafc3365e99f4f3b99a55154f8a3a3114d9475459a066f56a3a32,6173
# lts-22.28 provides crypton-connection-0.3.2
- crypton-connection-0.4.1@sha256:a03dabfac16fcc58b4089c2f75ad1e97fc71c4a44f3aeb790db65cebb9ebd1d0,1590
# lts-22.28 provides static-bytes-0.1.0
- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627

docker:
enable: false
Expand Down
7 changes: 7 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ packages:
size: 394
original:
hackage: crypton-connection-0.4.1@sha256:a03dabfac16fcc58b4089c2f75ad1e97fc71c4a44f3aeb790db65cebb9ebd1d0,1590
- completed:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
pantry-tree:
sha256: 505d5c1a9a89bb60cd21639bd9a4ce0e3f043dc7b8ed42e47c6b2eb0b89d2524
size: 440
original:
hackage: static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627
snapshots:
- completed:
sha256: 87da71cb0ae9ee1ea1bf51a8eb9812f39f779be76abc0a3c926defd8afda05d1
Expand Down

0 comments on commit cbc4ff3

Please sign in to comment.