diff options
Diffstat (limited to 'lang/whitespace/files/patch-VM.hs')
-rw-r--r-- | lang/whitespace/files/patch-VM.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/whitespace/files/patch-VM.hs b/lang/whitespace/files/patch-VM.hs new file mode 100644 index 000000000000..3ce69251f568 --- /dev/null +++ b/lang/whitespace/files/patch-VM.hs @@ -0,0 +1,10 @@ +--- ./VM.hs.orig 2004-05-04 19:10:41.000000000 +0200 ++++ ./VM.hs 2012-05-12 21:52:19.000000000 +0200 +@@ -1,6 +1,6 @@ + module VM where + +-import IO ++import System.IO + + {- Stack machine for running whitespace programs -} + |