aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:18:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:18:30 -0700
commite68e9c2d80237f5633766339d5badd4996f5b0be (patch)
tree9ddf2874c0c40db629e421b1d74e03f4dbb4422f
parent141ed876d65ff1d80f54b1f5915074760cc8eb51 (diff)
downloadsscan-e68e9c2d80237f5633766339d5badd4996f5b0be.tar.gz
tighten up haskell deps
-rw-r--r--sscan.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/sscan.cabal b/sscan.cabal
index d3c4896..76978c6 100644
--- a/sscan.cabal
+++ b/sscan.cabal
@@ -22,15 +22,15 @@ 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
- , vty >= 5.15
- , temporary >= 1.2
- , process >= 1.4
- , time >=1.6
+ , 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
-- hs-source-dirs:
default-language: Haskell2010
other-modules: