Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated stack resolver and allow newer container package #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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