diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-06 01:58:51 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-06 01:58:51 +0400 |
commit | b8952febca2e04f2949bbe98d4c6fe422f13f415 (patch) | |
tree | 1e7260cc23f06fa6b7104992ab7138ba7013a912 /bittorrent.cabal | |
parent | 2710e2b751d8857472a50c16fb9fc619190773b6 (diff) |
Restrict wai version
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index f698fc52..d1016dc8 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -132,7 +132,7 @@ library | |||
132 | -- , krpc >= 0.4 | 132 | -- , krpc >= 0.4 |
133 | , http-types >= 0.8 | 133 | , http-types >= 0.8 |
134 | , http-conduit >= 1.9 | 134 | , http-conduit >= 1.9 |
135 | , wai >= 1.4 | 135 | , wai >= 1.4 && < 2.0 |
136 | 136 | ||
137 | -- System | 137 | -- System |
138 | , directory >= 1.2 | 138 | , directory >= 1.2 |