]> git.rkrishnan.org Git - functorrent.git/commitdiff
haskell style guide link and spec link
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 16 Feb 2015 10:35:11 +0000 (16:05 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 16 Feb 2015 10:35:11 +0000 (16:05 +0530)
README

diff --git a/README b/README
index f43b073d2cad94259c1be44a7daccf8cd7cf9ab9..11ad8d74154c16e01d1aaae03ae2dd81a8993e71 100644 (file)
--- a/README
+++ b/README
@@ -37,9 +37,10 @@ Goals
 - Become more profient with Haskell.
 - Implement something non-trivial with Haskell (crypto, file operations, network
   operations, concurrency, bit twiddling, DHT).
-- Spec compliance.
+- Follow the spec. (<https://wiki.theory.org/BitTorrentSpecification>)
 - Easy for newbies like me to read and understand along side the spec.
 - doctest and quickcheck tests.
+- Follow Haskell Style Guide (<https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md>)
 
 Status
 ------