Disable curl-mock for 9.2 because of generic-arbitrary

This commit is contained in:
Janus Troelsen 2022-03-13 20:35:40 -06:00
parent 39898676a8
commit 010e6a72af

View File

@ -11,6 +11,9 @@ build-type: Simple
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
executable cookbock-curl-mock
if impl(ghc >= 9.2)
-- generic-arbitrary is incompatible
buildable: False
main-is: CurlMock.lhs
build-depends: base == 4.*
, aeson