Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 67a3b7d

Browse files
alexbiehl-gcalexbiehl
authored andcommitted
Add missing dependency for mtl
1 parent b93c635 commit 67a3b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haddock.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ executable haddock
8585
bytestring,
8686
parsec,
8787
text,
88-
transformers
88+
transformers,
89+
mtl
8990

9091
other-modules:
9192
CompatPrelude

0 commit comments

Comments
 (0)