parent
26674aafdb
commit
b68e2d0b63
@ -0,0 +1,25 @@
|
|||||||
|
diff -u alex-2.3/alex.cabal.orig alex-2.3/alex.cabal
|
||||||
|
--- alex-2.3/alex.cabal.orig 2008-10-13 18:31:15.000000000 +1000
|
||||||
|
+++ alex-2.3/alex.cabal 2008-11-25 14:36:52.000000000 +1000
|
||||||
|
@@ -50,18 +50,12 @@
|
||||||
|
tests/tokens_gscan.x
|
||||||
|
tests/tokens_posn.x
|
||||||
|
|
||||||
|
-flag small_base
|
||||||
|
- description: Choose the new smaller, split-up base package.
|
||||||
|
-
|
||||||
|
executable alex
|
||||||
|
executable: alex
|
||||||
|
hs-source-dirs: src
|
||||||
|
main-is: Main.hs
|
||||||
|
|
||||||
|
- if flag(small_base)
|
||||||
|
- build-depends: base >= 2.1, array, containers, directory
|
||||||
|
- else
|
||||||
|
- build-depends: base >= 1.0
|
||||||
|
+ build-depends: base == 3.*, array, containers, directory
|
||||||
|
|
||||||
|
build-depends: haskell98 >= 1.0
|
||||||
|
|
||||||
|
|
||||||
|
Diff finished. Tue Nov 25 14:37:02 2008
|
Loading…
Reference in new issue