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
1 changed files with 0 additions and 1 deletions

View File

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