aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorArtem Pelenitsyn <a.pelenitsyn@gmail.com>2020-04-26 04:14:29 +0200
committerMatthew Pickering <matthewtpickering@gmail.com>2020-05-03 08:14:10 +0100
commitc60995fe05d9cc267e892448604b8b96a705ccc7 (patch)
tree0ae3fad1eab36b8fa91423537d340598bd70f61a /haddock.cabal
parent66faa532d4e3d93e87c5b042bef82d631dc74eb5 (diff)
add dependency on exceptions because GHC.Exception was boiled down (ghc #18075)
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c8a3239e..e830d8fe 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -74,6 +74,7 @@ executable haddock
directory,
containers,
deepseq,
+ exceptions,
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,