Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d92162f32b1253a5f7417d9db1522d708e65de4d >--------------------------------------------------------------- commit d92162f32b1253a5f7417d9db1522d708e65de4d 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
