diff --git a/Codec/Compression/Zlib/Internal.hs b/Codec/Compression/Zlib/Internal.hs index 40b6387..611a8ba 100644 --- a/Codec/Compression/Zlib/Internal.hs +++ b/Codec/Compression/Zlib/Internal.hs @@ -1,5 +1,6 @@ -{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, DeriveGeneric, BangPatterns #-} +{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, BangPatterns #-} #if __GLASGOW_HASKELL__ >= 702 +{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE Trustworthy #-} #endif -----------------------------------------------------------------------------