Set up simple stack project
This commit is contained in:
parent
d49b95b7b4
commit
b17c5d9d3d
9 changed files with 124 additions and 0 deletions
29
package.yaml
Normal file
29
package.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
name: props
|
||||
version: 0.1.0.0
|
||||
license: MIT
|
||||
author: Garmelon <joscha@plugh.de>
|
||||
copyright: 2020 Garmelon
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
- LICENSE
|
||||
|
||||
extra-doc-files:
|
||||
- README.md
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
||||
executables:
|
||||
props:
|
||||
main: Main.hs
|
||||
source-dirs: app
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- props
|
||||
Loading…
Add table
Add a link
Reference in a new issue