diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index c4e33ad6..ac13ae88 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -67,7 +67,7 @@ executable haddock else ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 if !flag(in-ghc-tree) - build-tools: alex >= 2.3, happy >= 1.18 + build-tools: alex >= 3, happy >= 1.18 build-depends: base >= 4.3 && < 4.8 if flag(in-ghc-tree) @@ -121,7 +121,7 @@ library -- In a GHC tree - in particular, in a source tarball - we don't -- require alex or happy if !flag(in-ghc-tree) - build-tools: alex >= 2.3, happy >= 1.18 + build-tools: alex >= 3, happy >= 1.18 build-depends: base >= 4.3 && < 4.8, filepath, |