]> git.rkrishnan.org Git - functorrent.git/commit
Make functorrent a library and an executable
authorJaseem Abid <jaseemabid@gmail.com>
Sat, 21 Mar 2015 14:02:57 +0000 (19:32 +0530)
committerJaseem Abid <jaseemabid@gmail.com>
Sat, 21 Mar 2015 14:02:57 +0000 (19:32 +0530)
commit9e665dc72cd3230502340154173f22096895bd5f
tree3190eca97688941ed902403b4369d9f3d1918c64
parent6d53264f9ebd2ab1570c28ddea312c9b3650225f
Make functorrent a library and an executable

This is a prerequisite for testing, as well as code organization.

1. `$ cabal repl` will build and import Functorrent library.
2. Making module exports explicit
15 files changed:
functorrent.cabal
src/Bencode.hs [deleted file]
src/FuncTorrent.hs [new file with mode: 0644]
src/FuncTorrent/Bencode.hs [new file with mode: 0644]
src/FuncTorrent/Logger.hs [new file with mode: 0644]
src/FuncTorrent/Metainfo.hs [new file with mode: 0644]
src/FuncTorrent/Peer.hs [new file with mode: 0644]
src/FuncTorrent/Tracker.hs [new file with mode: 0644]
src/FuncTorrent/Utils.hs [new file with mode: 0644]
src/Logger.hs [deleted file]
src/Main.hs
src/Metainfo.hs [deleted file]
src/Peer.hs [deleted file]
src/Tracker.hs [deleted file]
src/Utils.hs [deleted file]