summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..207d374
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,47 @@
1name: scad
2version: 0.1.0.0
3github: "afcady/t"
4license: BSD3
5author: "Andrew Cady"
6maintainer: "d@jerkface.net"
7copyright: "AllRightsReserved"
8
9# Metadata used when publishing your package
10# synopsis: Short description of your package
11# category: Web
12
13# To avoid duplicated efforts in documentation and dealing with the
14# complications of embedding Haddock markup inside cabal files, it is
15# common to point users to the README.md file.
16description: Please see the README on GitHub at <https://github.com/afcady/t#readme>
17
18dependencies:
19- base >= 4.7 && < 5
20- colour
21- process
22- temporary
23- lens
24- linear
25
26library:
27 source-dirs: .
28
29executables:
30 shelves:
31 main: shelves.hs
32 source-dirs: .
33 ghc-options:
34 - -threaded
35 - -rtsopts
36 - -with-rtsopts=-N
37 dependencies:
38 - scad
39
40# executables:
41# shelves:
42# main: shelves-pure.hs
43# source-dirs: .
44# ghc-options:
45# - -threaded
46# - -rtsopts
47# - -with-rtsopts=-N