-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsscan.cabal
41 lines (40 loc) · 1.25 KB
/
sscan.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
38
39
40
41
name: sscan
version: 0.2
synopsis: text UI for scanning with SANE
-- description:
license: GPL-3
license-file: LICENSE
author: Sean Whitton
maintainer: [email protected]
copyright: (C) 2017 Sean Whitton
category: Graphics
build-type: Simple
extra-source-files:
NEWS.md
README.md
cabal-version: >=1.10
executable sscan
main-is: Main.hs
ghc-options: -threaded -Wall
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10
, brick >=0.17 && <0.18
, directory >= 1.3 && <1.4
, filepath >= 1.4 && <1.5
, microlens >= 0.4 && <0.5
, microlens-th >= 0.4 && <0.5
, text >= 1.2 && <1.3
, vty >= 5.15 && <5.16
, temporary >= 1.2 && <1.3
, process >= 1.4 && <1.5
, time >=1.6 && <1.7
, async >=2.1 && <2.2
-- hs-source-dirs:
default-language: Haskell2010
other-modules:
Brick.Widgets.DefnList
Presets
Types.Preset
Types.State
UI