mirror of
https://github.com/tfausak/witch.git
synced 2024-11-26 09:43:03 +03:00
Merge pull request #42 from tfausak/gh-41-ghc-9.2.1
This commit is contained in:
commit
2f257d10d2
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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: 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: macos-10.15, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||||
- { os: windows-2019, ghc: 9.0.1, cabal: 3.4.0.0 }
|
- { os: windows-2019, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||||
|
@ -18,7 +18,7 @@ source-repository head
|
|||||||
|
|
||||||
common basics
|
common basics
|
||||||
build-depends:
|
build-depends:
|
||||||
, base >= 4.10.0 && < 4.16
|
, base >= 4.10.0 && < 4.17
|
||||||
, bytestring >= 0.10.8 && < 0.12
|
, bytestring >= 0.10.8 && < 0.12
|
||||||
, containers >= 0.5.10 && < 0.7
|
, containers >= 0.5.10 && < 0.7
|
||||||
, text >= 1.2.3 && < 1.3
|
, text >= 1.2.3 && < 1.3
|
||||||
@ -46,12 +46,16 @@ common basics
|
|||||||
ghc-options:
|
ghc-options:
|
||||||
-Wno-missing-safe-haskell-mode
|
-Wno-missing-safe-haskell-mode
|
||||||
-Wno-prepositive-qualified-module
|
-Wno-prepositive-qualified-module
|
||||||
|
|
||||||
|
if impl(ghc >= 9.2)
|
||||||
|
ghc-options:
|
||||||
|
-Wno-missing-kind-signatures
|
||||||
|
|
||||||
library
|
library
|
||||||
import: basics
|
import: basics
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
, template-haskell >= 2.12.0 && < 2.18
|
, template-haskell >= 2.12.0 && < 2.19
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Witch
|
Witch
|
||||||
Witch.From
|
Witch.From
|
||||||
|
Loading…
Reference in New Issue
Block a user