From affe481ceb732d7718cd522f7cce0a133c6e308c Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Sat, 22 Aug 2009 15:16:36 +0000
Subject: [PATCH] Add a HACKING file Seems people do not know that the source
 guide exists.

---
 HACKING | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 HACKING

diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000000..56500332d4
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,10 @@
+If you want to hack on Cabal, don't be intimidated!
+
+Read the guide to the source code:
+  http://hackage.haskell.org/trac/hackage/wiki/SourceGuide
+
+There are other resources listed on the dev wiki:
+  http://hackage.haskell.org/trac/hackage/
+
+In particular, the open tickets and the cabal-devel mailing list
+which is a good place to ask questions.
-- 
GitLab