diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
commit | 46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch) | |
tree | a34afe36b374e7894e236fb8cee020928d36c967 /deskutils/checkrdf/files/patch-Main.hs | |
parent | - Convert to new options framework. (diff) |
- Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298155
Diffstat (limited to 'deskutils/checkrdf/files/patch-Main.hs')
-rw-r--r-- | deskutils/checkrdf/files/patch-Main.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/checkrdf/files/patch-Main.hs b/deskutils/checkrdf/files/patch-Main.hs new file mode 100644 index 000000000000..f1206d55510a --- /dev/null +++ b/deskutils/checkrdf/files/patch-Main.hs @@ -0,0 +1,12 @@ +--- ./Main.hs.orig 2005-05-29 21:27:39.000000000 +0200 ++++ ./Main.hs 2012-05-12 19:33:06.000000000 +0200 +@@ -19,7 +19,8 @@ + + import CheckRDF + import RDFConfig +-import System (getArgs, exitWith, ExitCode(..),getEnv) ++import System.Environment (getArgs, getEnv) ++import System.Exit (exitWith, ExitCode(..)) + + main :: IO () + main = do files <- getArgs |