Skip to content

Commit

Permalink
Fix stack.yaml.lock and hi-file-parser lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Nov 2, 2023
1 parent 2b7f13d commit 48d64ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies:
- fsnotify >= 0.4.1
- generic-deriving
- ghc-boot
- hi-file-parser >= 0.1.4.0
- hi-file-parser >= 0.1.5.0
- hpack >= 0.36.0
- hpc
- http-client
Expand Down
8 changes: 4 additions & 4 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ library
, fsnotify >=0.4.1
, generic-deriving
, ghc-boot
, hi-file-parser >=0.1.4.0
, hi-file-parser >=0.1.5.0
, hpack >=0.36.0
, hpc
, http-client
Expand Down Expand Up @@ -483,7 +483,7 @@ executable stack
, fsnotify >=0.4.1
, generic-deriving
, ghc-boot
, hi-file-parser >=0.1.4.0
, hi-file-parser >=0.1.5.0
, hpack >=0.36.0
, hpc
, http-client
Expand Down Expand Up @@ -584,7 +584,7 @@ executable stack-integration-test
, fsnotify >=0.4.1
, generic-deriving
, ghc-boot
, hi-file-parser >=0.1.4.0
, hi-file-parser >=0.1.5.0
, hpack >=0.36.0
, hpc
, hspec
Expand Down Expand Up @@ -701,7 +701,7 @@ test-suite stack-unit-test
, fsnotify >=0.4.1
, generic-deriving
, ghc-boot
, hi-file-parser >=0.1.4.0
, hi-file-parser >=0.1.5.0
, hpack >=0.36.0
, hpc
, hspec
Expand Down
6 changes: 3 additions & 3 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ packages:
hackage: tls-1.9.0@sha256:8ad332dc0224decb1b137bf6c9678b4f786487b9aaa5c9068cd3ad19d42c39a7,5571
snapshots:
- completed:
sha256: 8017c7970c2a8a9510c60cc70ac245d59e0c34eb932b91d37af09fe59855d854
size: 640038
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/13.yaml
sha256: 1d663bec402f77fa09fa3e8cf288c3c7eb18a1f28a5e0c331ac47adeacd21346
size: 640034
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/16.yaml
original: lts-21.16

0 comments on commit 48d64ca

Please sign in to comment.