aboutsummaryrefslogtreecommitdiffhomepage
path: root/sscan.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:27:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:27:48 -0700
commitbbe73c757a12abc857d263aac04fc1cdeaa78f6e (patch)
tree7532242d70ca7a1a7e5fd5e351d5156feb72f230 /sscan.cabal
parent589827273e55e9abe7194a0d6271ca97719e8911 (diff)
downloadsscan-bbe73c757a12abc857d263aac04fc1cdeaa78f6e.tar.gz
implement most of processScanSessDir
Diffstat (limited to 'sscan.cabal')
-rw-r--r--sscan.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/sscan.cabal b/sscan.cabal
index e95fa29..e290505 100644
--- a/sscan.cabal
+++ b/sscan.cabal
@@ -26,6 +26,7 @@ executable sscan
, text >= 1.2.2.1
, vty >= 5.15
, temporary >= 1.2
- , process >= 1.6
+ , process >= 1.4
+ , time >=1.6
-- hs-source-dirs:
default-language: Haskell2010