author | alfadur |
Thu, 28 Mar 2024 00:17:01 +0300 | |
changeset 16003 | abea7f16a03b |
parent 13506 | 36f3f77e9b1b |
permissions | -rw-r--r-- |
11399 | 1 |
Name: pas2c |
2 |
Version: 0.1 |
|
3 |
Synopsis: pas2c |
|
4 |
Description: pas2c |
|
13506
36f3f77e9b1b
Switch from http:// to https:// URLs where possible
Wuzzy <Wuzzy2@mail.ru>
parents:
11399
diff
changeset
|
5 |
Homepage: https://www.hedgewars.org/ |
11399 | 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 |