diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2013-02-03 18:56:18 +0000 |
---|---|---|
committer | David Waern <waern@ubuntu.(none)> | 2013-03-10 09:38:28 -0700 |
commit | 478b606bb0d61c4fea2d72171e2e5bb881a366d2 (patch) | |
tree | 18ae4050764787dfa16ba2de116349592c52d8cc /haddock.cabal | |
parent | 1956cf715f00382c822141561951590cb0ed8c3e (diff) |
Use Alex 3's Unicode support to properly lex source files as UTF-8
Signed-off-by: David Waern <david.waern@gmail.com>
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, |