Skip to content

Commit

Permalink
Merge pull request #14 from danielrolls/support-ghc-9.10
Browse files Browse the repository at this point in the history
support ghc 9.10
  • Loading branch information
danielrolls authored Oct 26, 2024
2 parents 398f677 + 2db9a95 commit 78f8fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shellify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: shellify
version: 0.11.0.3
version: 0.11.0.4

author: Daniel Rolls
maintainer: daniel.rolls.27@googlemail.com
Expand All @@ -18,7 +18,8 @@ extra-doc-files:
tested-with:
GHC == 9.2.4,
GHC == 9.2.8,
GHC == 9.6.2
GHC == 9.6.2,
GHC == 9.10.1

source-repository head
type: git
Expand All @@ -27,7 +28,7 @@ source-repository head
common deps
default-language: GHC2021
build-depends:
base >=4.16 && <4.20,
base >=4.16 && <4.21,
raw-strings-qq >=1.1 && <1.2,
text >=1.2.5.0 && <2.2

Expand Down

0 comments on commit 78f8fd3

Please sign in to comment.