summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/Layout.hs
AgeCommit message (Collapse)Author
2013-12-14Test InvalidIndex and InvalidSize exceptionsSam Truzjan
2013-12-07Move JSON options to separate moduleSam Truzjan
2013-12-05Move Block module to exchange subsystemSam Truzjan
2013-12-03New storageSam Truzjan
2013-12-02Merge branch 'master' of https://github.com/cobit/bittorrentSam Truzjan
2013-12-02A little bit more informative ty syn nameSam Truzjan
2013-12-01Fix building with aeson >= 0.6.2.0Daniel Gröber
deriveJSON now takes an Option record instead of a single function. It might be nicer to define a function that takes the fieldLabelModifier function rather than doing it inline everywhere but I didn't know where a good place to put that would be.
2013-11-28Hide InfoHash constructorSam Truzjan
2013-11-23Use pretty-class packageSam Truzjan
2013-11-06Add ppLayoutInfo functionSam Truzjan
2013-11-06Add smart constructors for magnetsSam Truzjan
2013-11-01Document Tree moduleSam Truzjan
2013-11-01Add documentation to Layout moduleSam Truzjan
2013-10-31Merge bittorrent package with torrent-contentSam Truzjan