Repository : ssh://darcs.haskell.org//srv/darcs/packages/hoopl On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4071efcbb32a1d6e177661fb4c9ba4531d646cc6 >--------------------------------------------------------------- commit 4071efcbb32a1d6e177661fb4c9ba4531d646cc6 Author: Simon Marlow <[email protected]> Date: Fri Jul 6 09:28:54 2012 +0100 add TypeSynonymInstances It seems this is now implied by FlexibleInstances, but maybe it wasn't in older GHC versions. >--------------------------------------------------------------- src/Compiler/Hoopl/Graph.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Compiler/Hoopl/Graph.hs b/src/Compiler/Hoopl/Graph.hs index d9dda80..76e5b73 100644 --- a/src/Compiler/Hoopl/Graph.hs +++ b/src/Compiler/Hoopl/Graph.hs @@ -1,5 +1,5 @@ {-# LANGUAGE GADTs, EmptyDataDecls, TypeFamilies, ScopedTypeVariables, - RankNTypes, FlexibleInstances #-} + RankNTypes, FlexibleInstances, TypeSynonymInstances #-} #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
