From ab774d3964af31d704cf264269c517aa93146e6e Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 12 Aug 2011 14:02:24 +0000 Subject: [PATCH] gf.cabal: bump version to 3.2.8-darcs This is just to make it easier to tell who has the latest version at the summer school. There has been some bug fixes in gf itself and some significant additions to the RGL since 3.2 was released. Also explicitly require Alex 2.x. The recently released Alex 3.0 has backwards incompatible changes and does not work. GF/Grammar/Lexer.x should probably be modified to support both Alex 2.x and Alex 3.0... --- gf.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gf.cabal b/gf.cabal index 6a5a27441..71a43854b 100644 --- a/gf.cabal +++ b/gf.cabal @@ -1,5 +1,5 @@ name: gf -version: 3.2.1-darcs +version: 3.2.8-darcs cabal-version: >= 1.8 build-type: Custom @@ -90,7 +90,7 @@ executable gf build-depends: httpd-shed, network, silently, utf8-string cpp-options: -DSERVER_MODE other-modules: GFServer - build-tools: happy, alex + build-tools: happy, alex>=2 && <3 if os(windows) build-depends: Win32 else