]> git.rkrishnan.org Git - functorrent.git/blob - deluge.cabal
cabal init
[functorrent.git] / deluge.cabal
1 -- Initial deluge.cabal generated by cabal init.  For further 
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name:                deluge
5 version:             0.1.0.0
6 synopsis:            A Bit-torrent client
7 -- description:         
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 deluge
19   main-is:             Main.hs
20   -- other-modules:       
21   -- other-extensions:    
22   build-depends:       base >=4.6 && <4.7
23   hs-source-dirs:      src
24   default-language:    Haskell2010