From 09ac56f6f14bccfb3e1449bfee423c0be6664788 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 23 May 2008 14:15:53 +0000 Subject: [PATCH] package posix is actualy unix :-) --- GF.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GF.cabal b/GF.cabal index e73448b60..256efa374 100644 --- a/GF.cabal +++ b/GF.cabal @@ -67,7 +67,7 @@ executable gf3 if os(windows) build-depends: Win32 else - build-depends: posix + build-depends: unix ghc-options: -O2 hs-source-dirs: src-3.0 extensions: