Skip to content

Commit

Permalink
Allow ghc 9.8.1 and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaze committed Dec 26, 2023
1 parent 2a0f150 commit 16afc29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.2', '9.4.5', '9.6.2']
ghc: ['9.2', '9.4.8', '9.6.3', '9.8.1']
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
Expand Down
16 changes: 8 additions & 8 deletions dbus.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: dbus
version: 1.3.1
version: 1.3.2
license: Apache-2.0
license-file: license.txt
author: John Millikin <[email protected]>
maintainer: Andrey Sverdlichenko <blaze@ruddy.ru>
maintainer: Andrey Sverdlichenko <blaze@rusty.zone>
build-type: Simple
cabal-version: >= 1.10
category: Network, Desktop
Expand Down Expand Up @@ -82,20 +82,20 @@ library

build-depends:
base >=4.16 && <5
, bytestring < 0.12
, bytestring < 0.13
, cereal < 0.6
, conduit >= 1.3.0 && < 1.4
, containers < 0.7
, deepseq < 1.5
, deepseq < 1.6
, exceptions < 0.11
, filepath < 1.5
, lens < 5.3
, network >= 3.1.2.1 && < 3.2
, parsec < 3.2
, random < 1.3
, split < 0.3
, template-haskell >= 2.18 && < 2.21
, text < 2.1
, template-haskell >= 2.18 && < 2.22
, text < 2.2
, th-lift < 0.9
, transformers < 0.7
, unix < 2.9
Expand Down Expand Up @@ -129,7 +129,7 @@ test-suite dbus_tests
build-depends:
dbus
, base >=4 && <5
, bytestring < 0.12
, bytestring < 0.13
, cereal < 0.6
, containers < 0.7
, directory < 1.4
Expand All @@ -145,7 +145,7 @@ test-suite dbus_tests
, tasty-hunit < 0.11
, tasty-quickcheck < 0.11
, temporary >= 1.3 && < 1.4
, text < 2.1
, text < 2.2
, transformers < 0.7
, unix < 2.9
, vector < 0.14
Expand Down

0 comments on commit 16afc29

Please sign in to comment.