From 1118631884716cd367f5556c24fda5dfa0a1e1b4 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 16 Feb 2015 17:59:19 +0530 Subject: [PATCH] project renamed to "functorrent" --- README | 24 ++---------------------- deluge.cabal => functorrent.cabal | 6 +++--- src/Main.hs | 2 +- 3 files changed, 6 insertions(+), 26 deletions(-) rename deluge.cabal => functorrent.cabal (85%) diff --git a/README b/README index 11ad8d7..d63a0d3 100644 --- a/README +++ b/README @@ -1,24 +1,4 @@ -From WordNet (r) 3.0 (2006) [wn]: - - deluge - n 1: an overwhelming number or amount; "a flood of requests"; "a - torrent of abuse" [syn: {flood}, {inundation}, {deluge}, - {torrent}] - 2: a heavy rain [syn: {downpour}, {cloudburst}, {deluge}, - {waterspout}, {torrent}, {pelter}, {soaker}] - 3: the rising of a body of water and its overflowing onto - normally dry land; "plains fertilized by annual inundations" - [syn: {flood}, {inundation}, {deluge}, {alluvion}] - v 1: fill quickly beyond capacity; as with a liquid; "the - basement was inundated after the storm"; "The images - flooded his mind" [syn: {deluge}, {flood}, {inundate}, - {swamp}] - 2: charge someone with too many tasks [syn: {overwhelm}, - {deluge}, {flood out}] - 3: fill or cover completely, usually with water [syn: - {inundate}, {deluge}, {submerge}] - -`deluge' is a bittorrent client. +`functorrent' is a bittorrent client. building -------- @@ -29,7 +9,7 @@ Steps: 1. cabal sandbox init 2. cabal install --only-dependencies -3. cabal build # binaries in ./dist/built/deluge/* +3. cabal build # binaries in ./dist/built/functorrent/* Goals ----- diff --git a/deluge.cabal b/functorrent.cabal similarity index 85% rename from deluge.cabal rename to functorrent.cabal index 522edfe..7f40513 100644 --- a/deluge.cabal +++ b/functorrent.cabal @@ -1,7 +1,7 @@ --- Initial deluge.cabal generated by cabal init. For further +-- Initial functorrent.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -name: deluge +name: functorrent version: 0.1.0.0 synopsis: A Bit-torrent client description: A bittorrent client @@ -15,7 +15,7 @@ build-type: Simple -- extra-source-files: cabal-version: >=1.10 -executable deluge +executable functorrent main-is: Main.hs -- other-modules: -- other-extensions: diff --git a/src/Main.hs b/src/Main.hs index fa465de..14656d1 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -20,7 +20,7 @@ exit :: IO BC.ByteString exit = exitWith ExitSuccess usage :: IO () -usage = putStrLn "usage: deluge torrent-file" +usage = putStrLn "usage: functorrent torrent-file" parse :: [String] -> IO (BC.ByteString) parse [] = usage >> exit -- 2.37.2