From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 16 Feb 2015 10:35:11 +0000 (+0530)
Subject: haskell style guide link and spec link
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/frontends/%22news.html/webapi.txt?a=commitdiff_plain;h=fe8d58a9ad397b570a722839a83f37f5185b4715;p=functorrent.git

haskell style guide link and spec link
---

diff --git a/README b/README
index f43b073..11ad8d7 100644
--- 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
 ------