summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-11 07:52:20 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-11 07:52:20 +0400
commit0254b200cd4aa5245c37c7a650f8b14567a3b4cf (patch)
tree13ed575f9ffa3cb9e1dbd39b51fc48845125ea5a /bittorrent.cabal
parent1b4fdf35dd6c21d600130c42a1bcb5c56b25afa6 (diff)
~ Minor changes.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index fdcfc6d9..febea84e 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -58,6 +58,7 @@ library
58 58
59 59
60 build-depends: 60 build-depends:
61 -- Basic packages
61 base == 4.* 62 base == 4.*
62 , stm >= 2.4 63 , stm >= 2.4
63 , mtl 64 , mtl
@@ -90,6 +91,7 @@ library
90 , network-conduit == 1.* 91 , network-conduit == 1.*
91 , cereal-conduit >= 0.5 92 , cereal-conduit >= 0.5
92 93
94 -- Misc
93 , cryptohash 95 , cryptohash
94 , filepath >= 1 96 , filepath >= 1
95 , bits-atomic >= 0.1 97 , bits-atomic >= 0.1
@@ -106,6 +108,7 @@ executable exsample
106 hs-source-dirs: exsamples 108 hs-source-dirs: exsamples
107 build-depends: base == 4.* 109 build-depends: base == 4.*
108 , bittorrent 110 , bittorrent
111 , mtl
109 112
110 113
111test-suite info-hash 114test-suite info-hash