summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/Piece.hs
AgeCommit message (Collapse)Author
2013-12-02Merge branch 'master' of https://github.com/cobit/bittorrentSam 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-12-01Add functor instances to Block and PieceSam Truzjan
2013-11-25Fix testSam Truzjan
2013-11-23Use pretty-class packageSam Truzjan
2013-11-06Add ppTorrent functionSam Truzjan
2013-11-01Document Piece moduleSam Truzjan
2013-11-01Document Block moduleSam Truzjan
2013-11-01Add documentation to Layout moduleSam Truzjan
2013-10-31Introduce PieceCount newtypeSam Truzjan
2013-10-31Introduce BlockSize newtypeSam Truzjan
2013-10-31move defaultBlockSize to Block moduleSam Truzjan
2013-10-31Fix PieceInfo json encodingSam Truzjan
2013-10-31Merge bittorrent package with torrent-contentSam Truzjan