summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 3dfc2f32023f1941bb64a53f16a101bc3f32a8d1 (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
25
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
- optparse-applicative

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