summary refs log tree commit diff
path: root/package.yaml
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-10-02 02:25:33 +0300
committertzlil <tzlils@protonmail.com>2023-10-02 02:25:33 +0300
commitee9aa9ea4b9f597ad897d0b883111f0c99268118 (patch)
tree3bc3819a57994bd063cccac338d288a664381ad9 /package.yaml
initial commit HEAD master
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..38147f5
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,5 @@
+dependencies:
+  - base == 4.*
+executables:
+  haskell-hello:
+    main: Main.hs