Skip to content

Commit 8770eac

Browse files
committed
Fix GHC bound for contravariant
1 parent d5a4013 commit 8770eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generic-data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library
4747
ghc-boot-th,
4848
show-combinators,
4949
base >= 4.9 && < 4.22
50-
if impl(ghc < 9.6)
50+
if impl(ghc < 8.6)
5151
build-depends: contravariant
5252
hs-source-dirs: orphans
5353
exposed-modules:

0 commit comments

Comments
 (0)