Skip to content

Commit

Permalink
[#12] Support GHC 9.0.2 (#13)
Browse files Browse the repository at this point in the history
Resolves #12
  • Loading branch information
chshersh committed Jul 31, 2022
1 parent 05a24f5 commit 8f94dfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:
os: [ubuntu-latest, macOS-latest]
cabal: ["3.6"]
ghc:
- "9.0.2"
- "9.2.3"

exclude:
- os: macOS-latest
ghc: 9.0.2

steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To start using `dr-cabal`, make sure you have the required version of
installed:

* [Cabal ⩾ 3.6.2.0](https://www.haskell.org/cabal/)
* [GHC ⩾ 9.2](https://www.haskell.org/downloads/)
* [GHC ⩾ 9.0.2](https://www.haskell.org/downloads/)

### Hackage

Expand All @@ -47,6 +47,7 @@ follow these steps:
cabal install dr-cabal \
--install-method=copy \
--overwrite-policy=always \
--with-compiler=ghc-9.0.2
--installdir=$HOME/.local/bin
```

Expand Down
3 changes: 2 additions & 1 deletion dr-cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ build-type: Simple
extra-doc-files: README.md
CHANGELOG.md
tested-with: GHC == 9.2.3
GHC == 9.0.2

source-repository head
type: git
location: https://github.com/chshersh/dr-cabal.git

common common-options
build-depends: base ^>= 4.16
build-depends: base >= 4.15 && < 4.17
, relude ^>= 1.1

mixins: base hiding (Prelude)
Expand Down

0 comments on commit 8f94dfe

Please sign in to comment.