Skip to content

Commit

Permalink
bump min GHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
sophicshift committed Jan 31, 2024
1 parent af3a622 commit 7e7858d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
ghc: ['9.2', '9.4']
ghc: ['9.4', '9.6']
cabal: ['3.10']
include:
- ghc: '9.4'
Expand Down
2 changes: 1 addition & 1 deletion org-cli/org-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executable horg
main-is: org-cli.hs
other-modules: Options
build-depends:
, base >=4.15 && <4.19
, base >=4.17.2 && <4.19
, directory
, filepath
, megaparsec
Expand Down
2 changes: 1 addition & 1 deletion org-exporters/org-exporters.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ common common-options
default-language: GHC2021
build-depends:
, aeson
, base >=4.15 && <4.19
, base >=4.17.2 && <4.19
, bytestring >=0.11.4 && <0.12
, citeproc >=0.8.1 && <0.9
, filepath >=1.4.2 && <1.5
Expand Down
12 changes: 6 additions & 6 deletions org-parser/org-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ source-repository head
common common-options
default-language: GHC2021
build-depends:
, aeson >=2.1.2 && <2.2
, base >=4.15 && <4.19
, containers >=0.6.5 && <0.7
, aeson >=2.1.2 && <2.2
, base >=4.17.2 && <4.19
, containers >=0.6.5 && <0.7
, ix-cat
, kind-generics-th
, megaparsec >=9.3.0 && <9.4
, relude >=1.2.0 && <1.3
, text >=1.2.5 && <2.1
, megaparsec >=9.3.0 && <9.4
, relude >=1.2.0 && <1.3
, text >=1.2.5 && <2.1

mixins:
base hiding (Prelude),
Expand Down

0 comments on commit 7e7858d

Please sign in to comment.