Skip to content

Commit

Permalink
Updates to GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qxjit committed May 16, 2024
1 parent a536ea3 commit 561e222
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dev:
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.7-2023-10-31-3286ef4
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.5-2024-05-15-5314c42
volumes:
- .:${PROJECT_DIR}
- flipstone_stack_root:/stack-root
Expand Down
6 changes: 3 additions & 3 deletions optparse-repl.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name: optparse-repl
version: 0.1.0.0
version: 0.1.0.1
description: Please see the README on GitHub at <https://github.com/githubuser/optparse-repl#readme>
homepage: https://github.com/flipstone/optparse-repl#readme
bug-reports: https://github.com/flipstone/optparse-repl/issues
Expand Down Expand Up @@ -37,7 +37,7 @@ library
build-depends:
base >=4.7 && <5
, isocline ==1.0.*
, optparse-applicative ==0.17.*
, optparse-applicative >=0.17 && <0.19
, safe-exceptions ==0.1.*
default-language: Haskell2010
if flag(strict)
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: optparse-repl
version: 0.1.0.0
version: 0.1.0.1
github: "flipstone/optparse-repl"
license: MIT
author: "Flipstone Technology Partners"
Expand All @@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- base >= 4.7 && < 5
- isocline >= 1.0 && < 1.1
- optparse-applicative >= 0.17 && < 0.18
- optparse-applicative >= 0.17 && < 0.19
- safe-exceptions >= 0.1 && < 0.2

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/19.yaml
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
system-ghc: true
install-ghc: false

Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
packages: []
snapshots:
- completed:
sha256: fb482b8e2d5d061cdda4ba1da2957c012740c893a5ee1c1b99001adae7b1fbe7
size: 640046
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/19.yaml
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
size: 718486
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/19.yaml
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml

0 comments on commit 561e222

Please sign in to comment.