mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Allow GHC 8.4
This commit is contained in:
parent
ef1c70846f
commit
0f3fd280ec
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
- { os: ubuntu-20.04, ghc: 8.10.4, cabal: 3.4.0.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.8.4, cabal: 3.4.0.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.6.5, cabal: 3.4.0.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.4.4, cabal: 3.4.0.0 }
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -18,9 +18,9 @@ source-repository head
|
||||
|
||||
common basics
|
||||
build-depends:
|
||||
, base >= 4.12.0 && < 4.16
|
||||
, base >= 4.11.0 && < 4.16
|
||||
, bytestring >= 0.10.8 && < 0.12
|
||||
, containers >= 0.6.0 && < 0.7
|
||||
, containers >= 0.5.11 && < 0.7
|
||||
, text >= 1.2.3 && < 1.3
|
||||
, time >= 1.9.1 && < 1.12
|
||||
default-language: Haskell2010
|
||||
@ -47,7 +47,7 @@ library
|
||||
import: basics
|
||||
|
||||
build-depends:
|
||||
, template-haskell >= 2.14.0 && < 2.18
|
||||
, template-haskell >= 2.13.0 && < 2.18
|
||||
exposed-modules:
|
||||
Witch
|
||||
Witch.From
|
||||
|
Loading…
Reference in New Issue
Block a user