summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
committerAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
commit3071a162cb7cf200033e8cd39d9e27e179fde279 (patch)
treeff0042bb006e119ccb13a6ca910523475b1cde42 /package.yaml
parentde177e14090e5bb6910cb791cf9a47f6bc0f9887 (diff)
committing old changes found in work tree
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..beab5e2
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,22 @@
1name: shelf
2version: 0.1.0.0
3
4dependencies:
5- base >= 4.7 && < 5
6- rebase
7- lens
8
9# library:
10# source-dirs: src
11
12executables:
13 test-exe:
14 main: shelf.hs
15 # source-dirs: app
16 ghc-options:
17 - -threaded
18 - -rtsopts
19 - -with-rtsopts=-N
20 # dependencies:
21 # - shelf
22