From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 14 Dec 2014 17:29:36 +0000 (+0530)
Subject: add a tips section to collect some good practices
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/somewhere?a=commitdiff_plain;h=d80264c94da2a5681c3a5f58dd78d167b8c9ea25;p=yorgey.git

add a tips section to collect some good practices
---

diff --git a/README b/README
index d8741e6..c5b3432 100644
--- a/README
+++ b/README
@@ -1,3 +1,7 @@
 http://www.seas.upenn.edu/~cis194/spring13/lectures.html
 
 Homework problems from CIS194 from Brent Yorgey.
+
+Tips:
+
+1. Use {-# OPTIONS_GHC -Wall #-} on all files.