From 91c04be4217cacbfd1e3c9d85fde74f332570381 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 12 Mar 2010 13:46:20 +0900 Subject: [PATCH] removing unix dep. --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e39ec19..5368c27 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -27,7 +27,7 @@ Executable ghc-mod GHC-Options: -Wall Build-Depends: base >= 4.0 && < 10, parsec >= 3, process, haskell-src-exts, - unix, directory, filepath + directory, filepath Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/ghc-mod.git