]> git.rkrishnan.org Git - functorrent.git/blob - functorrent.cabal
Make network request return ByteString
[functorrent.git] / functorrent.cabal
1 -- Initial functorrent.cabal generated by cabal init.  For further 
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name:                functorrent
5 version:             0.1.0.0
6 synopsis:            A Bit-torrent client
7 description:         A bittorrent client
8 license:             GPL-3
9 license-file:        LICENSE
10 author:              Ramakrishnan Muthukrishnan
11 maintainer:          ram@rkrishnan.org
12 -- copyright:           
13 category:            Network
14 build-type:          Simple
15 -- extra-source-files:  
16 cabal-version:       >=1.10
17
18 executable functorrent
19   main-is:             Main.hs
20   -- other-modules:       
21   -- other-extensions:    
22   build-depends:       base,
23                        HTTP,
24                        base16-bytestring,
25                        binary,
26                        bytestring,                    
27                        containers,
28                        cryptohash,
29                        doctest,
30                        network-uri, 
31                        parsec,
32                        time
33
34   hs-source-dirs:      src
35   ghc-options:         -Wall -fwarn-incomplete-patterns
36   default-language:    Haskell2010