Skip to content

Commit 8e08e36

Browse files
committed
Fix GHC 7.0 build
1 parent 8f377ec commit 8e08e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Codec/Compression/Zlib/Internal.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, DeriveGeneric, BangPatterns #-}
1+
{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, BangPatterns #-}
22
#if __GLASGOW_HASKELL__ >= 702
3+
{-# LANGUAGE DeriveGeneric #-}
34
{-# LANGUAGE Trustworthy #-}
45
#endif
56
-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)