equal
deleted
inserted
replaced
|
1 Name: pas2c |
|
2 Version: 0.1 |
|
3 Synopsis: pas2c |
|
4 Description: pas2c |
|
5 Homepage: http://www.hedgewars.org/ |
|
6 License: GPL-2 |
|
7 Author: unC0Rr |
|
8 Maintainer: unC0Rr@hedgewars.org |
|
9 Category: Converter |
|
10 Build-type: Simple |
|
11 Cabal-version: >=1.10 |
|
12 |
|
13 |
|
14 Executable pas2c |
|
15 main-is: Main.hs |
|
16 |
|
17 default-language: Haskell2010 |
|
18 |
|
19 build-depends: |
|
20 base >= 4.3, |
|
21 containers, |
|
22 mtl >= 2, |
|
23 parsec, |
|
24 pretty, |
|
25 transformers |
|
26 |
|
27 if !os(windows) |
|
28 build-depends: unix |
|
29 |
|
30 ghc-options: -O2 |