Remove posix deps on two tests, pointed out by <shelarcy@capella.freemail.ne.jp>

This commit is contained in:
Don Stewart
2005-05-13 01:58:07 +00:00
parent a1529d9003
commit 389c1ce711
2 changed files with 4 additions and 63 deletions

View File

@ -1,4 +1,4 @@
{-# GLOBALOPTIONS -package posix #-}
{-# GLOBALOPTIONS -package mtl #-}
-- illustrates the use of static options in pragmas
import System.IO.Unsafe