You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
675 B
26 lines
675 B
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
|