From f7287acc23ab5af8f9688c5adbbec392833b1134 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Mon, 2 Dec 2013 16:31:35 +0400 Subject: Restrict dependencies --- bittorrent.cabal | 64 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'bittorrent.cabal') diff --git a/bittorrent.cabal b/bittorrent.cabal index c5a8a476..3cdda082 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal @@ -78,15 +78,15 @@ library other-modules: Paths_bittorrent build-depends: base == 4.* - , bits-extras - , convertible - , pretty - , pretty-class + , bits-extras >= 0.1.2 + , convertible >= 1.0 + , pretty >= 1.1 + , pretty-class >= 0.1 -- Control - , deepseq - , lens - , resourcet + , deepseq >= 1.3 + , lens >= 3.0 + , resourcet >= 0.4 -- , transformers -- Concurrency @@ -100,44 +100,44 @@ library , cereal-conduit >= 0.5 -- Data & Data structures - , bytestring >= 0.10.0.0 - , containers >= 0.4 - , data-default - , IntervalMap - , intset - , split - , text >= 0.11.0 - , unordered-containers - , vector + , bytestring >= 0.10 + , containers >= 0.5 + , data-default >= 0.4 + , IntervalMap >= 0.3 + , intset >= 0.1 + , split >= 0.2 + , text >= 0.11.0 +-- , unordered-containers + , vector >= 0.10 -- Hashing - , cryptohash == 0.10.* + , cryptohash == 0.10.* , hashable >= 1.2 -- Codecs & Serialization , aeson >= 0.6.2.0 - , base16-bytestring + , base16-bytestring >= 0.1 , base32-bytestring >= 0.2 - , base64-bytestring - , bencoding >= 0.4 - , cereal >= 0.3 + , base64-bytestring >= 1.0 + , bencoding >= 0.4 + , cereal >= 0.3.5 -- Time - , old-locale >= 1.0 - , time >= 0.1 + , old-locale >= 1.0 + , time >= 1.0 -- Network - , network >= 2.4 - , http-types >= 0.7 - , http-conduit - , wai --- , krpc + , network >= 2.4 +-- , krpc >= 0.4 + , http-types >= 0.8 + , http-conduit >= 1.9 + , wai >= 1.4 -- System - , directory >= 1 - , entropy - , filepath >= 1 --- , mmap + , directory >= 1.2 + , entropy >= 0.2 + , filepath >= 1.3 +-- , mmap >= 0.5 ghc-options: -Wall ghc-prof-options: -- cgit v1.2.3