diff options
author | Alex Biehl <alex@groundcloud.com> | 2021-01-09 16:10:47 +0100 |
---|---|---|
committer | Alex Biehl <alex@groundcloud.com> | 2021-01-09 16:10:47 +0100 |
commit | e7c225587eb59941adb1c46e3888245ae99281b4 (patch) | |
tree | 04040d0f984ceaffa33a90212f9c2b3b99000e02 /haddock.cabal | |
parent | 4650731a06f771b3d327b6f8999fa77dbf9a3c88 (diff) |
Add missing dependency for mtl
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 3 |
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 |