diff options
| author | Fuwn <[email protected]> | 2021-07-19 10:06:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-19 10:06:45 +0000 |
| commit | cd3647db7f365fd040f7e8248681bbc5f01030b8 (patch) | |
| tree | ac4451382aa7db8bd9c700daa5a0c6ee1774926b /template/package.yaml | |
| download | haskell-stack-template-master.tar.xz haskell-stack-template-master.zip | |
Diffstat (limited to 'template/package.yaml')
| -rw-r--r-- | template/package.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/package.yaml b/template/package.yaml new file mode 100644 index 0000000..b180711 --- /dev/null +++ b/template/package.yaml @@ -0,0 +1,12 @@ +name: template +version: 0.1.0 +description: A Haskell project template for use with Stack. +dependencies: + - base +library: + source-dirs: ./src/lib +executable: + source-dirs: ./src/exe + main: Main + dependencies: + - template |