From 478b606bb0d61c4fea2d72171e2e5bb881a366d2 Mon Sep 17 00:00:00 2001 From: Max Bolingbroke Date: Sun, 3 Feb 2013 18:56:18 +0000 Subject: Use Alex 3's Unicode support to properly lex source files as UTF-8 Signed-off-by: David Waern --- haddock.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock.cabal') 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, -- cgit v1.2.3