-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhBugs.cabal
31 lines (29 loc) · 956 Bytes
/
hBugs.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: hBugs
Version: 0.1
Synopsis: Bug Table Generetor
Description: Bug Table Generetor
License: GPL
License-file: LICENSE
Author: Christophe Calvès
Maintainer: Christophe Calvès <[email protected]>
Build-Type: Simple
Cabal-Version: >= 1.6
category: REGAL Tool
data-files: maxima_lib/*.wxm
extra-source-files: src/Bugs.hs,
src/Config.hs,
src/Options.hs,
src/Psql.hs,
src/SQL.hs,
src/Utils.hs,
src/WXMaxima.hs
Executable hBugs
Main-is: hBugs.hs
hs-source-dirs: src
Build-Depends: base,
parsec >= 3.0.1,
mtl,
process,
unix,
haskell98,
regex-compat