]> git.rkrishnan.org Git - functorrent.git/blob - functorrent.cabal
project renamed to "functorrent"
[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 >=4.6 && <4.8,
23                        parsec ==3.1.*,
24                        containers ==0.5.*,
25                        time ==1.4.2,
26                        bytestring,
27                        base16-bytestring,
28                        doctest,
29                        HTTP >=4000.2.1,
30                        cryptohash
31   hs-source-dirs:      src
32   ghc-options:         -Wall -fwarn-incomplete-patterns
33   default-language:    Haskell2010