-
Notifications
You must be signed in to change notification settings - Fork 0
/
bittorrent.cabal
30 lines (24 loc) · 908 Bytes
/
bittorrent.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: bittorrent
Version: 0.2
License: BSD3
License-file: LICENSE
Author: Markus Barenhoff
Maintainer: Markus Barenhoff <[email protected]>
Copyright: Markus Barenhoff 2011
Homepage: http://github.com/alios/bittorrent
Stability: Alpha
Category: Network
Synopsis: A pure haskell bittorrent implementation
Build-type: Simple
Cabal-version: >=1.8
Tested-With: GHC==7.0.2
Library
Exposed-Modules:
Data.Bittorrent.Types,
Data.Bittorrent.Classes,
Data.Bittorrent.HTTP
Build-depends:
base >= 4, network >= 2, containers, bytestring, binary, filepath,
utf8-light, attoparsec, text, convertible, cryptohash, url, monad-control,
failure, enumerator, attoparsec-enumerator, http-enumerator
GHC-Options: -threaded -Wall -Wwarn -O2 -fwarn-tabs -fwarn-unused-imports