Skip to content

Commit 3c286d9

Browse files
committed
Retab the .cabal file, correct dependencies for split syb
Ignore-this: 130dc9ce6ada281370ef654c8b682c74 darcs-hash:20101107150310-cba2c-5c9743373d3bc1be7587970224a2dfd19b70513f.gz
1 parent f457a24 commit 3c286d9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

haskell-src.cabal

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: haskell-src
2-
version: 1.0.1.3
3-
license: BSD3
4-
license-file: LICENSE
5-
author: Simon Marlow, Sven Panne and Noel Winstanley
6-
maintainer: [email protected]
7-
category: Language
8-
synopsis: Manipulating Haskell source code
1+
name: haskell-src
2+
version: 1.0.1.4
3+
license: BSD3
4+
license-file: LICENSE
5+
author: Simon Marlow, Sven Panne and Noel Winstanley
6+
maintainer: [email protected]
7+
category: Language
8+
synopsis: Manipulating Haskell source code
99
description:
10-
Facilities for manipulating Haskell source code:
11-
an abstract syntax, lexer, parser and pretty-printer.
10+
Facilities for manipulating Haskell source code:
11+
an abstract syntax, lexer, parser and pretty-printer.
1212
build-type: Simple
1313
cabal-version: >=1.2
1414

@@ -23,11 +23,11 @@ library
2323
Language.Haskell.Syntax,
2424
Language.Haskell.ParseUtils
2525
if flag(split-base)
26-
build-depends: base >= 3 && < 4, pretty, array
26+
build-depends: base >= 4 && < 5, syb, pretty, array
2727
else
28-
build-depends: base < 3
28+
build-depends: base < 3
2929
build-depends: haskell98
3030
-- The dependency on Haskell 98 is only because
3131
-- Happy generates a parser that imports Array
32-
extensions: CPP
33-
nhc98-options: -K11M
32+
extensions: CPP
33+
nhc98-options: -K11M

0 commit comments

Comments
 (0)