summaryrefslogtreecommitdiffstats
path: root/hack.cabal
blob: 5478a38daf891087bd517150e77c0b211a73eac1 (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
28
29
30
31
32
33
34
35
36
37
name: hack
version: 1.0.0
license: MIT
author: tv
maintainer: tv@krebsco.de
build-type: Simple
cabal-version: >=1.2

library
  build-depends: base
  exposed-modules: Hack.Buffer
                 , Hack.Buffer.Class
                 , Hack.Buffer.Motion
  ghc-options: -O2 -Wall
  hs-source-dirs: src

Executable hack
  hs-source-dirs: src
  main-is: Main.hs

  Build-depends:
    blessings,
    containers,
    data-default,
    lens,
    mtl,
    old-locale,
    process,
    scanner,
    time,
    unix,
    zippers,
    base

  ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
               -fno-warn-orphans -fno-warn-unused-do-bind
               -rtsopts