Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/dcbb0fc55a5b643922ec7931fbabeb74df3bbb76 >--------------------------------------------------------------- commit dcbb0fc55a5b643922ec7931fbabeb74df3bbb76 Author: Jose Pedro Magalhaes <[email protected]> Date: Thu Dec 22 14:10:30 2011 +0000 Re-export Constraint from GHC.Exts >--------------------------------------------------------------- GHC/Exts.hs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/GHC/Exts.hs b/GHC/Exts.hs old mode 100644 new mode 100755 index 972d8be..0bf8f7f --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -53,8 +53,10 @@ module GHC.Exts SpecConstrAnnotation(..), -- * The call stack - currentCallStack + currentCallStack, + -- * The Constraint kind + Constraint ) where import Prelude _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
