summaryrefslogtreecommitdiff
path: root/package.yaml
blob: beab5e29de4fa9af1319e360e40d4dad6d982793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name:                shelf
version:             0.1.0.0

dependencies:
- base >= 4.7 && < 5
- rebase
- lens

# library:
#   source-dirs: src

executables:
  test-exe:
    main:                shelf.hs
    # source-dirs:         app
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N
    # dependencies:
    # - shelf