summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml46
1 files changed, 9 insertions, 37 deletions
diff --git a/package.yaml b/package.yaml
index 03cb634..435c2f7 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,52 +1,24 @@
1name: new 1name: pdf-autoprint
2version: 0.1.0.0 2version: 0.1.0.0
3github: "afcady/new"
4license: AllRightsReserved 3license: AllRightsReserved
5author: "Andrew Cady" 4author: "Andrew Cady"
6maintainer: "d@jerkface.net" 5maintainer: "d@jerkface.net"
7copyright: "2018 Andrew Cady" 6copyright: "2018 Andrew Cady"
8 7
9extra-source-files:
10- README.md
11- ChangeLog.md
12
13# Metadata used when publishing your package
14# synopsis: Short description of your package
15# category: Web
16
17# To avoid duplicated efforts in documentation and dealing with the
18# complications of embedding Haddock markup inside cabal files, it is
19# common to point users to the README.md file.
20
21description: Please see the README on Github at <https://github.com/afcady/new#readme>
22
23dependencies: 8dependencies:
24- base >= 4.7 && < 5 9- base
25- rebase 10- rebase
26- lens 11- directory
27 12- fsnotify
28library: 13- typed-process
29 source-dirs: src 14- filepath
30 15
31executables: 16executables:
32 new-exe: 17 pdf-autoprint:
33 main: Main.hs 18 main: Main.hs
34 source-dirs: app
35 ghc-options: 19 ghc-options:
36 - -threaded 20 - -threaded
37 - -rtsopts 21 - -rtsopts
38 - -with-rtsopts=-N 22 - -with-rtsopts=-N
39 - -W -Wall 23 - -W
40 dependencies: 24 - -Wall
41 - new
42
43# tests:
44# new-test:
45# main: Spec.hs
46# source-dirs: test
47# ghc-options:
48# - -threaded
49# - -rtsopts
50# - -with-rtsopts=-N
51# dependencies:
52# - new