From e7c225587eb59941adb1c46e3888245ae99281b4 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Sat, 9 Jan 2021 16:10:47 +0100 Subject: Add missing dependency for mtl --- haddock.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index 7f2b5ee5..a56421e1 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -84,7 +84,8 @@ executable haddock bytestring, parsec, text, - transformers + transformers, + mtl other-modules: Documentation.Haddock.Parser -- cgit v1.2.3