aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorAlex Biehl <alex@groundcloud.com>2021-01-09 16:10:47 +0100
committerAlex Biehl <alex@groundcloud.com>2021-01-09 16:10:47 +0100
commite7c225587eb59941adb1c46e3888245ae99281b4 (patch)
tree04040d0f984ceaffa33a90212f9c2b3b99000e02 /haddock.cabal
parent4650731a06f771b3d327b6f8999fa77dbf9a3c88 (diff)
Add missing dependency for mtl
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal3
1 files changed, 2 insertions, 1 deletions
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