Skip to content

Commit

Permalink
Updated stack resolver and allow newer container package
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia committed Jan 4, 2025
1 parent acd6fd3 commit 1c0ded4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion repline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
ghc-options: -Wall
build-depends:
base >=4.6 && <5.0
, containers >=0.5 && <0.7
, containers >=0.5 && <0.8
, exceptions >=0.10 && <0.11
, haskeline >=0.8 && <0.9
, mtl >=2.2 && <2.4
Expand Down
5 changes: 2 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
resolver: lts-14.27
resolver: nightly-2025-01-04
packages:
- '.'
extra-deps:
- haskeline-0.8.0.0
extra-deps: []
flags: {}
extra-package-dbs: []
19 changes: 6 additions & 13 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files
# https://docs.haskellstack.org/en/stable/topics/lock_files

packages:
- completed:
hackage: haskeline-0.8.0.0@sha256:0630452b759a5b40e0e3e7ca2ef4b0d55d5161d95e8d7b0dd3cf55888971437f,5440
pantry-tree:
size: 3013
sha256: 235d9b78cb87e21651fd36421c30ff4e0638e463fac7ec8b70887db06c3ff88f
original:
hackage: haskeline-0.8.0.0
packages: []
snapshots:
- completed:
size: 524996
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/27.yaml
sha256: 7ea31a280c56bf36ff591a7397cc384d0dff622e7f9e4225b47d8980f019a0f0
original: lts-14.27
sha256: 636d72b3fc8b9c28199812f093ed00dad86d7049bf25fb322362ffae3221f3d2
size: 620917
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/1/4.yaml
original: nightly-2025-01-04

0 comments on commit 1c0ded4

Please sign in to comment.