Disable curl-mock for 9.2 because of generic-arbitrary
This commit is contained in:
parent
39898676a8
commit
010e6a72af
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ build-type: Simple
|
||||||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
|
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
|
||||||
|
|
||||||
executable cookbock-curl-mock
|
executable cookbock-curl-mock
|
||||||
|
if impl(ghc >= 9.2)
|
||||||
|
-- generic-arbitrary is incompatible
|
||||||
|
buildable: False
|
||||||
main-is: CurlMock.lhs
|
main-is: CurlMock.lhs
|
||||||
build-depends: base == 4.*
|
build-depends: base == 4.*
|
||||||
, aeson
|
, aeson
|
||||||
|
|
Loading…
Reference in a new issue