Enable curl-mock for GHC 9.2

Version 0.2.1 of generic-arbitrary adds the needed compatibility
This commit is contained in:
Janus Troelsen 2022-04-10 08:51:47 -05:00 committed by GitHub
parent c19ed0fb92
commit 43a571458e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ 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