1
1
mirror of https://github.com/gelisam/hawk.git synced 2024-11-30 21:37:35 +03:00

cabal-doctest < 1.0.4 is too old

/home/runner/work/hawk/hawk/tests/RunTests.hs:30:15: error:
Error:     Not in scope: ‘CabalDoctest.flags_exe_hawk’
This commit is contained in:
Jens Petersen 2021-05-08 11:28:36 +08:00
parent 2078ed77d6
commit bc894ae93c
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.24
--
-- see: https://github.com/sol/hpack
--
-- hash: 0fcd125f6eb5643d27494a833b86935666790bf4871f9a0edab91b1a8860ccfa
-- hash: 7517e27fc1a323df0f63f63937abf935ca1ecdd5376effed8078a1c1dd86928a
name: haskell-awk
version: 1.2.0.1
@ -48,7 +48,7 @@ custom-setup
setup-depends:
Cabal >=1.24.2.0
, base >=4.9 && <5
, cabal-doctest >=1.0.2
, cabal-doctest >=1.0.4
library
exposed-modules:

View File

@ -1,4 +1,5 @@
resolver: lts-9.0
packages:
- .
extra-deps: []
extra-deps:
- cabal-doctest-1.0.4

View File

@ -37,7 +37,7 @@ custom-setup:
dependencies:
- base >= 4.9 && < 5
- Cabal >= 1.24.2.0
- cabal-doctest >= 1.0.2
- cabal-doctest >= 1.0.4
library:
source-dirs: runtime