projects
/
yorgey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d3dc5
)
add a tips section to collect some good practices
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 14 Dec 2014 17:29:36 +0000
(22:59 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 14 Dec 2014 17:29:36 +0000
(22:59 +0530)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index d8741e68ecf8626ce94e5a3fe2b60a2b562ae202..c5b3432681c3306e6efb805eb0fec2408fa1b689 100644
(file)
--- 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.