From b89e7a89726504fe5d88a26a585a598a73e66ee7 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: