Ticket #646: project.cabal

File project.cabal, 415 bytes (added by StefanK, 3 years ago)

the cabal file from the zipped archive, for easier viewing

Line 
1name: project
2version: 0.1
3stability: experimental
4category: Text
5
6cabal-version: >= 1.4
7
8synopsis: Dummy project
9description: bla bla bla
10license: GPL
11license-file: LICENSE
12
13maintainer: john doe
14
15
16build-type: Simple
17
18
19data-files: index.html
20data-dir: doc
21-- also don't work:
22-- data-files: doc/index.html
23
24
25executable project
26  main-is: Project.lhs
27  other-modules: Paths_project
28  build-depends: base >= 4 && < 5