Skip to content

Commit

Permalink
Allow bytestring 0.12 (for GHC 9.8) (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Nov 4, 2023
1 parent 1bc2caf commit 7eac14d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
Expand Down
4 changes: 2 additions & 2 deletions text-display.cabal
Expand Up @@ -15,7 +15,7 @@ maintainer: Hécate Moonlight
license: MIT
build-type: Simple
tested-with:
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.2
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1

extra-source-files:
LICENSE
Expand Down Expand Up @@ -67,7 +67,7 @@ library
Data.Text.Display.Generic
build-depends:
, base >=4.12 && <5.0
, bytestring >=0.10 && <0.12
, bytestring >=0.10 && <0.13
, text >=2.0

executable book
Expand Down

0 comments on commit 7eac14d

Please sign in to comment.