summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 1af60b7056eee0a457090e121ab75b8795d717d8 (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
26
27
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
- temporary
- unix

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