add extra source files to cabal file
Getty Ritter
7 years ago
| 1 | name: new-inf-blog | |
| 2 | version: 0.1.0.0 | |
| 1 | name: inf-blog | |
| 2 | version: 1.0 | |
| 3 | 3 | -- synopsis: |
| 4 | 4 | -- description: |
| 5 | 5 | license: BSD3 |
| 9 | 9 | -- category: |
| 10 | 10 | build-type: Simple |
| 11 | 11 | cabal-version: >=1.14 |
| 12 | extra-source-files: | |
| 13 | static/main.css | |
| 14 | static/highlighting.css | |
| 12 | 15 | |
| 13 |
executable |
|
| 16 | executable inf-blog | |
| 14 | 17 | hs-source-dirs: src |
| 15 | 18 | main-is: Main.hs |
| 16 | 19 | other-modules: Inf.Types |
| 40 | 43 | , xml-conduit |
| 41 | 44 | , bytestring |
| 42 | 45 | , pwstore-fast |
| 43 |
, unix |
|
| 46 | , unix | |