From 6f4011ce4361b6a6aa5b1f4666eb488fb9b8371c Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 19 Aug 2005 00:47:22 +0000 Subject: [PATCH] Use the popen in Process.hs from yi,lambdabot,h4sh --- src/plugins.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins.cabal b/src/plugins.cabal index 6222ac7..6f10b55 100644 --- a/src/plugins.cabal +++ b/src/plugins.cabal @@ -27,10 +27,11 @@ exposed-modules: System.Plugins.PackageAPI, System.Plugins.ParsePkgConfCabal, System.Plugins.Parser, + System.Plugins.Process, System.Plugins.Utils c-sources: Language/Hi/hschooks.c includes: Linker.h Build-Depends: haskell-src-exts>=0.2, Cabal -ghc-options: -Wall -Werror -O -fno-warn-missing-signatures -threaded -funbox-strict-fields +ghc-options: -Wall -O -fvia-C -funbox-strict-fields -fno-warn-missing-signatures -threaded