Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/24d4861bc3efe64d4252384c7242c9b9c7626a2b >--------------------------------------------------------------- commit 24d4861bc3efe64d4252384c7242c9b9c7626a2b Author: Ian Lynagh <[email protected]> Date: Tue Oct 16 13:34:52 2012 +0100 Add CApiFFI to the extensions used by GHC.Event.KQueue >--------------------------------------------------------------- GHC/Event/KQueue.hsc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/GHC/Event/KQueue.hsc b/GHC/Event/KQueue.hsc index 4197931..26a2369 100644 --- a/GHC/Event/KQueue.hsc +++ b/GHC/Event/KQueue.hsc @@ -1,6 +1,7 @@ {-# LANGUAGE Trustworthy #-} {-# LANGUAGE CPP , ForeignFunctionInterface + , CApiFFI , GeneralizedNewtypeDeriving , NoImplicitPrelude , RecordWildCards _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
