summaryrefslogtreecommitdiff
path: root/template/package.yaml
diff options
context:
space:
mode:
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