aboutsummaryrefslogtreecommitdiffhomepage
path: root/sscan.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 16:56:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 16:57:30 -0700
commit46c595fd9a8ace2c5d00facf192e4f64ea3ac3c8 (patch)
tree640fd184c4bedaa2b2c54ff2b040b8b16e8d3d33 /sscan.cabal
parent2e280d3001080cb3fc508485933a0eb798d29148 (diff)
downloadsscan-46c595fd9a8ace2c5d00facf192e4f64ea3ac3c8.tar.gz
add OutputFormat and set initial output dir
Diffstat (limited to 'sscan.cabal')
-rw-r--r--sscan.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/sscan.cabal b/sscan.cabal
index 1a29574..ae19a1a 100644
--- a/sscan.cabal
+++ b/sscan.cabal
@@ -19,6 +19,8 @@ executable sscan
-- 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