diff options
Diffstat (limited to 'lang/whitespace/files/patch-main.hs')
-rw-r--r-- | lang/whitespace/files/patch-main.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/whitespace/files/patch-main.hs b/lang/whitespace/files/patch-main.hs new file mode 100644 index 000000000000..bf7711f9d1d3 --- /dev/null +++ b/lang/whitespace/files/patch-main.hs @@ -0,0 +1,11 @@ +--- ./main.hs.orig 2003-03-31 17:33:44.000000000 +0200 ++++ ./main.hs 2012-05-12 21:52:07.000000000 +0200 +@@ -26,7 +26,7 @@ + import VM + import Tokens + +-import System(getArgs) ++import System.Environment (getArgs) + + main :: IO () + main = do |