summaryrefslogtreecommitdiffstats
path: root/hack.cabal
blob: a39bceb4da8ab8661d6ac3ca3852c154362beb9b (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
38
39
40
41
42
cabal-version: 3.0
name: hack
version: 1.0.3
license: MIT
author: tv
maintainer: tv@krebsco.de
build-type: Simple

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

Executable hack
  main-is: Main.hs
  hs-source-dirs: app
  other-modules: Process

  default-language: GHC2024
  Build-depends:
    blessings >= 3 && <4,
    containers,
    data-default,
    hack,
    lens,
    mono-traversable,
    mtl,
    old-locale,
    process,
    terminal-scanner,
    time,
    unix,
    zippers,
    base

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