From af104509c3a4d93e1544651b025abe003f783abe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 30 Jul 2018 11:56:07 +0200 Subject: [PATCH] GenerateManpage does not compile with Cabal 2.2.x. --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.cabal b/xmonad.cabal index 48a0a6c..681f748 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -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,