-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfer-vis.cabal
37 lines (35 loc) · 1.16 KB
/
infer-vis.cabal
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
cabal-version: 2.4
-- Initial package description 'infer-vis.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: infer-vis
version: 0.1.0.0
synopsis: Visualizer for infer results
-- description:
-- bug-reports:
license: MIT
license-file: LICENSE
author: Nes Cohen
maintainer: ncohen@muse.dev
-- copyright:
category: Development
extra-source-files: CHANGELOG.md
executable infer-vis
main-is: Main.hs
other-modules: Infer.Types
CLI.Options
CLI.Report
Interface.Types
Interface.Application
-- other-extensions:
build-depends: base ^>=4.11.1.0,
aeson,
brick,
directory,
filepath,
optparse-applicative,
text,
vector,
vty,
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -Werror -threaded