Ticket #506: test.cabal
| File test.cabal, 0.6 KB (added by fasta, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | name: test |
| 2 | version: 0.0 |
| 3 | synopsis: <Project description> |
| 4 | description: <Project description> |
| 5 | category: Game |
| 6 | license: AllRightsReserved |
| 7 | license-file: LICENSE |
| 8 | author: Ron de Bruijn |
| 9 | maintainer: ron@gamr7.com |
| 10 | build-depends: base |
| 11 | build-type: Simple |
| 12 | extensions: NoImplicitPrelude, NoMonomorphismRestriction, GeneralizedNewtypeDeriving |
| 13 | executable: Test |
| 14 | main-is: Main.hs |
| 15 | ghc-options: --make -XRecordWildCards -pgmF loch -F |
