Skip to content

Commit c1a3014

Browse files
committed
Make the extra tests work with older ghc
1 parent 96d0055 commit c1a3014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zlib.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ library
4242
other-modules: Codec.Compression.Zlib.Stream
4343
if impl(ghc < 7)
4444
default-language: Haskell98
45+
default-extensions: PatternGuards
4546
else
4647
default-language: Haskell2010
4748
other-extensions: CPP, ForeignFunctionInterface, RankNTypes, BangPatterns,

0 commit comments

Comments
 (0)