GenerateManpage does not compile with Cabal 2.2.x.

This commit is contained in:
Peter Simons
2018-07-30 11:56:07 +02:00
parent 586ee75a9a
commit af104509c3

View File

@@ -105,7 +105,7 @@ executable generatemanpage
hs-source-dirs: util
if flag(generatemanpage)
build-depends: base,
Cabal,
Cabal == 2.0.*,
pandoc >= 2,
pretty,
regex-posix,