Fix build on ghc <7.11

This commit is contained in:
2020-01-14 00:07:38 +01:00
parent 9e831749c0
commit bb24a57e36

View File

@@ -44,6 +44,8 @@ library
, unix >= 2.5
, unix-bytestring
, utf8-string
if !impl(ghc>=7.11)
build-depends: transformers
hs-source-dirs: src
default-language: Haskell2010