Skip to content

Commit acbf7e4

Browse files
committed
Declare dependency on CApiFFI in cabal metadata
This allow to fail early for ghc ports for platforms which don't support CApiFFI Follow-up to 219c164
1 parent 25d1c24 commit acbf7e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zlib.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ library
6565
DeriveDataTypeable
6666
if impl(ghc >= 7.2)
6767
other-extensions: DeriveGeneric
68+
if impl(ghc >= 7.6)
69+
other-extensions: CApiFFI
6870
build-depends: base >= 4 && < 5,
6971
bytestring >= 0.9 && < 0.12
7072
if impl(ghc >= 7.2 && < 7.6)

0 commit comments

Comments
 (0)