summaryrefslogtreecommitdiff
path: root/template/package.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-19 10:06:45 +0000
committerFuwn <[email protected]>2021-07-19 10:06:45 +0000
commitcd3647db7f365fd040f7e8248681bbc5f01030b8 (patch)
treeac4451382aa7db8bd9c700daa5a0c6ee1774926b /template/package.yaml
downloadhaskell-stack-template-master.tar.xz
haskell-stack-template-master.zip
feat(hst): :star:HEADmaster
Diffstat (limited to 'template/package.yaml')
-rw-r--r--template/package.yaml12
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