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