diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-14 11:58:13 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-14 13:38:21 +0200 |
commit | dfc2cb4e31d6756b2d6ca7f87e80d8913751a4b7 (patch) | |
tree | 29cd97d0a531001fafd691eba1d1ceecef80f659 /haddock.cabal | |
parent | 6c4bdbc92048cb4369c43de0d1b35b2105595958 (diff) |
Allow haddock markup in deprecation messages
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index b77fc5ac..88c18cd3 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -189,6 +189,7 @@ test-suite spec base , ghc , containers + , deepseq , array -- NOTE: As of this writing, Cabal does not properly handle alex/happy for |