Skip to content

Commit

Permalink
bump xcb-types+CI ghc
Browse files Browse the repository at this point in the history
This also allows us to build on ghc 9.6, which will hopefully be a bit
future proof.

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Apr 14, 2024
1 parent a84f5c0 commit a60303b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.4'
ghc-version: '9.6'
cabal-version: latest
- run: cabal update
- run: sudo apt install x11-apps python3-pytest python3-cffi flake8
Expand Down
10 changes: 5 additions & 5 deletions xcffib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ source-repository head

library
build-depends: base ==4.*,
xcb-types >= 0.13.0 && < 0.14,
xcb-types >= 0.14.0 && < 0.15,
language-python >= 0.5.8 && < 0.6,
filepath >= 1.4.2 && < 1.5,
filemanip >= 0.3.6 && < 0.4,
split >= 0.2.3 && < 0.3,
containers >= 0.6.5 && < 0.7,
mtl >= 2.2.2 && < 2.3,
mtl >= 2.2.2 && < 2.4,
attoparsec >= 0.14.4 && < 0.15,
bytestring >= 0.11.3 && < 0.12,
either >= 5.0.2 && < 5.1
Expand All @@ -46,13 +46,13 @@ executable xcffibgen
hs-source-dirs: generator
build-depends: base ==4.*,
xcffib,
xcb-types >= 0.13.0 && < 0.14,
xcb-types >= 0.14.0 && < 0.15,
language-python >= 0.5.8 && < 0.6,
filepath >= 1.4.2 && < 1.5,
filemanip >= 0.3.6 && < 0.4,
split >= 0.2.3 && < 0.3,
containers >= 0.6.5 && < 0.7,
mtl >= 2.2.2 && < 2.3,
mtl >= 2.2.2 && < 2.4,
attoparsec >= 0.14.4 && < 0.15,
bytestring >= 0.11.3 && < 0.12,
either >= 5.0.2 && < 5.1,
Expand Down Expand Up @@ -81,7 +81,7 @@ test-suite GeneratorTests.hs
type: exitcode-stdio-1.0
build-depends: base ==4.*,
xcffib,
xcb-types >= 0.13.0 && < 0.14,
xcb-types >= 0.14.0 && < 0.15,
language-python >= 0.5.8 && < 0.6,
filepath >= 1.4.2 && < 1.5,
HUnit >= 1.6.2 && < 1.7,
Expand Down

0 comments on commit a60303b

Please sign in to comment.