[commit: ghc] master: De-orphan a load of Binary instances (fb520bb)
Ian Lynagh
igloo at ghc.haskell.org
Sat Jul 27 17:18:47 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fb520bb6fe266f5581e2ce78e4c4f02619f0392b
>---------------------------------------------------------------
commit fb520bb6fe266f5581e2ce78e4c4f02619f0392b
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Jul 27 15:43:13 2013 +0100
De-orphan a load of Binary instances
compiler/basicTypes/Avail.hs | 17 +
compiler/iface/BinIface.hs | 1079 -------------------------------------
compiler/iface/IfaceSyn.lhs | 487 +++++++++++++++++
compiler/iface/IfaceType.lhs | 106 ++++
compiler/main/Annotations.hs | 14 +
compiler/main/HscTypes.lhs | 201 +++++++
compiler/profiling/CostCentre.lhs | 39 ++
compiler/types/Coercion.lhs | 10 +
compiler/utils/Binary.hs | 141 +++++
9 files changed, 1015 insertions(+), 1079 deletions(-)
Diff suppressed because of size. To see it, use:
git show fb520bb6fe266f5581e2ce78e4c4f02619f0392b
More information about the ghc-commits
mailing list