[bug updates
John Meacham <john@repetae.net>**20090407234922
 Ignore-this: 802640d54aeac204d4ea301c8500c44a
] addfile ./bugs/issue-5170bab4ef2248a3604acd03f9f3b9578e998fd4.yaml
addfile ./bugs/issue-cfaf0ff2b21f778812bfd4a15c213c1d6af66798.yaml
hunk ./bugs/issue-5170bab4ef2248a3604acd03f9f3b9578e998fd4.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: support newtype deriving
+desc: support newtype deriving, it can not only signifigantly cut down on the number of stub instance functions, but is just a darn useful extension
+type: :feature
+component: language
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2009-04-07 23:49:02.586233 Z
+references: []
+
+id: 5170bab4ef2248a3604acd03f9f3b9578e998fd4
+log_events: 
+- - 2009-04-07 23:49:04.170214 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
hunk ./bugs/issue-cfaf0ff2b21f778812bfd4a15c213c1d6af66798.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: FunPtr has no Ord or Eq instance
+desc: FunPtr, declared in Jhc.Addr has no Eq or Ord instances, ideally since it is a newtype, we should be able to use newtype deriving to create this instance.
+type: :bugfix
+component: libraries
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2009-04-07 23:47:37.667051 Z
+references: []
+
+id: cfaf0ff2b21f778812bfd4a15c213c1d6af66798
+log_events: 
+- - 2009-04-07 23:47:39.914784 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
hunk ./bugs/project.yaml 15
+- !ditz.rubyforge.org,2008-03-06/component 
+  name: libraries
+- !ditz.rubyforge.org,2008-03-06/component 
+  name: language