Skip to content

Commit

Permalink
Fix GHC 7.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Oct 25, 2023
1 parent 8f377ec commit 8e08e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Codec/Compression/Zlib/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, DeriveGeneric, BangPatterns #-}
{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable, BangPatterns #-}
#if __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------
Expand Down

0 comments on commit 8e08e36

Please sign in to comment.