diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2014-02-26 14:26:42 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2014-02-26 16:09:22 +0100 |
commit | b041624dca8b66d89180158e28bc5d0808046023 (patch) | |
tree | b5230c5597e48c45ebf11009fb709a4138741b8f /bittorrent.cabal | |
parent | fa01c6b1b3918b5dc68933ad18a7ce930788338b (diff) |
Fix Travis build
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 f72adb4b..80b128a2 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -252,7 +252,7 @@ test-suite spec | |||
252 | , filepath | 252 | , filepath |
253 | 253 | ||
254 | -- * Testing | 254 | -- * Testing |
255 | , hspec >= 1.8.1.1 | 255 | , hspec >= 1.8.2 |
256 | , QuickCheck | 256 | , QuickCheck |
257 | , quickcheck-instances | 257 | , quickcheck-instances |
258 | 258 | ||