aboutsummaryrefslogtreecommitdiffhomepage
path: root/sscan.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 12:15:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 12:15:47 -0700
commitcb6c4f068bab398617fcf08311e619ead709477e (patch)
treead09db147a9f829783207a0126f77d622e81ed2d /sscan.cabal
downloadsscan-cb6c4f068bab398617fcf08311e619ead709477e.tar.gz
initial commit of UI sketch
Diffstat (limited to 'sscan.cabal')
-rw-r--r--sscan.cabal26
1 files changed, 26 insertions, 0 deletions
diff --git a/sscan.cabal b/sscan.cabal
new file mode 100644
index 0000000..f57c059
--- /dev/null
+++ b/sscan.cabal
@@ -0,0 +1,26 @@
+name: sscan
+version: 0.1.0.0
+-- synopsis:
+-- 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
+ , microlens >= 0.4.7.0
+ , microlens-th >= 0.4.1.1
+ , vty >= 5.15
+ -- hs-source-dirs:
+ default-language: Haskell2010