diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-28 23:44:45 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-28 23:44:45 +0400 |
commit | 1d4b5f97c4323895d77aa197c3faf832c538aed9 (patch) | |
tree | ea48bdd9c43c1e177183d0469bfeaaa6d3f88d02 /bittorrent.cabal | |
parent | 6d0741ea0388dea6f123df19fa014d39123bf885 (diff) |
+ Default P2P.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index fbd045f4..7f1a9be5 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -101,7 +101,8 @@ library | |||
101 | 101 | ||
102 | -- System | 102 | -- System |
103 | , filepath >= 1 | 103 | , filepath >= 1 |
104 | , mmap >= 0.5.2 | 104 | , directory >= 1 |
105 | , mmap >= 0.5.2 | ||
105 | 106 | ||
106 | -- Misc | 107 | -- Misc |
107 | , data-default | 108 | , data-default |