Closed peter-fogg closed 10 years ago
As mentioned in #49, had to remove Eq and Ord instances for BuildMethod. This is fine as they weren't used anywhere. I also added a simple Out instance for BuildMethod. @rrnewton, how's this look?
Eq
Ord
BuildMethod
Out
Looks good to me -- thanks. You can make sure it passes the tests on build 650 here:
http://tester-lin.soic.indiana.edu:8080/job/HSBencher/650/
As mentioned in #49, had to remove
Eq
andOrd
instances forBuildMethod
. This is fine as they weren't used anywhere. I also added a simpleOut
instance forBuildMethod
. @rrnewton, how's this look?