summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 435c2f71ef2b2f4623f93c991a62e53b67da72f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name:                pdf-autoprint
version:             0.1.0.0
license:             AllRightsReserved
author:              "Andrew Cady"
maintainer:          "d@jerkface.net"
copyright:           "2018 Andrew Cady"

dependencies:
- base
- rebase
- directory
- fsnotify
- typed-process
- filepath

executables:
  pdf-autoprint:
    main:                Main.hs
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N
    - -W
    - -Wall