Hey, zlib isn't needed anymore for getText since all decoding is done directly in the Box instance for Streams

This commit is contained in:
Tissevert 2020-03-17 08:59:07 +01:00
parent a1c2fbf110
commit d21e14f9a4

View File

@ -80,7 +80,6 @@ executable getText
, Hufflepdf , Hufflepdf
, mtl , mtl
, text , text
, zlib
ghc-options: -Wall ghc-options: -Wall
default-language: Haskell2010 default-language: Haskell2010