aboutsummaryrefslogtreecommitdiffhomepage
path: root/sscan.cabal
blob: e290505dda3deaeb96a7289890b9f092fcdc3d95 (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
name:                sscan
version:             0.1.0.0
synopsis:            text UI for scanning with SANE
-- description:         
license:             GPL-3
license-file:        LICENSE
author:              Sean Whitton
maintainer:          spwhitton@spwhitton.name
copyright:           (C) 2017 Sean Whitton
category:            Graphics
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable sscan
  main-is:             Main.hs
  ghc-options:         -threaded
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.9 && <4.10
                     , brick >=0.17 && <0.18
                     , directory >= 1.2.6.2
                     , filepath >= 1.4.1.0
                     , microlens >= 0.4.7.0
                     , microlens-th >= 0.4.1.1
                     , text >= 1.2.2.1
                     , vty >= 5.15
                     , temporary >= 1.2
                     , process >= 1.4
                     , time >=1.6
  -- hs-source-dirs:      
  default-language:    Haskell2010