id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
4961,Make the Timeout exception a newtype instead of a datatype,basvandijk,,"The attached patch simply replaces the `data` with a `newtype` for the `Timeout` exception in [http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-Timeout.html System.Timeout]:
{{{
-data    Timeout = Timeout Unique deriving Eq
+newtype Timeout = Timeout Unique deriving Eq
}}}",task,closed,normal,7.4.1,libraries/base,7.0.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,,,,,
