summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 4c9e550b3..f1bf61b98 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -111,7 +111,8 @@ executable gf
other-modules: GFServer
hs-source-dirs: src/server src/server/transfer src/example-based
- build-tools: happy, alex>=2 && <3
+ build-tools: happy
+ --, alex>=2 && <3 -- tricky to install in Ubuntu 12.04
if os(windows)
build-depends: Win32
else