Skip to content

Commit

Permalink
Merge pull request #42 from tfausak/gh-41-ghc-9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Nov 25, 2021
2 parents d312023 + 6aec3db commit 2f257d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
include:
- { os: ubuntu-20.04, ghc: 9.2.1, cabal: 3.6.2.0 }
- { os: ubuntu-20.04, ghc: 9.0.1, cabal: 3.4.0.0 }
- { os: macos-10.15, ghc: 9.0.1, cabal: 3.4.0.0 }
- { os: windows-2019, ghc: 9.0.1, cabal: 3.4.0.0 }
Expand Down
8 changes: 6 additions & 2 deletions witch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source-repository head

common basics
build-depends:
, base >= 4.10.0 && < 4.16
, base >= 4.10.0 && < 4.17
, bytestring >= 0.10.8 && < 0.12
, containers >= 0.5.10 && < 0.7
, text >= 1.2.3 && < 1.3
Expand Down Expand Up @@ -46,12 +46,16 @@ common basics
ghc-options:
-Wno-missing-safe-haskell-mode
-Wno-prepositive-qualified-module

if impl(ghc >= 9.2)
ghc-options:
-Wno-missing-kind-signatures

library
import: basics

build-depends:
, template-haskell >= 2.12.0 && < 2.18
, template-haskell >= 2.12.0 && < 2.19
exposed-modules:
Witch
Witch.From
Expand Down

0 comments on commit 2f257d1

Please sign in to comment.