summaryrefslogtreecommitdiff
path: root/lang/whitespace/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/whitespace/files')
-rw-r--r--lang/whitespace/files/patch-Makefile8
-rw-r--r--lang/whitespace/files/patch-VM.hs4
-rw-r--r--lang/whitespace/files/patch-main.hs6
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/whitespace/files/patch-Makefile b/lang/whitespace/files/patch-Makefile
index e328abd90a50..f99c69775daa 100644
--- a/lang/whitespace/files/patch-Makefile
+++ b/lang/whitespace/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2003-03-31 14:39:29.000000000 +0200
-+++ Makefile 2011-03-26 12:58:40.517004812 +0100
-@@ -2,13 +2,12 @@
+--- Makefile.orig 2003-03-31 12:39:29 UTC
++++ Makefile
+@@ -2,13 +2,12 @@ GHC = ghc
GHCI = ghci
SRCS = main.hs Input.hs VM.hs Tokens.hs
@@ -17,7 +17,7 @@
ghci:
${GHCI} ${OPTS} main.hs
-@@ -19,21 +18,3 @@
+@@ -19,21 +18,3 @@ depend:
clean:
rm -f ${TARGET} ${OBJS}
rm -f *~ *.hi
diff --git a/lang/whitespace/files/patch-VM.hs b/lang/whitespace/files/patch-VM.hs
index 3ce69251f568..ff979ee8ed7c 100644
--- a/lang/whitespace/files/patch-VM.hs
+++ b/lang/whitespace/files/patch-VM.hs
@@ -1,5 +1,5 @@
---- ./VM.hs.orig 2004-05-04 19:10:41.000000000 +0200
-+++ ./VM.hs 2012-05-12 21:52:19.000000000 +0200
+--- VM.hs.orig 2004-05-04 17:10:41 UTC
++++ VM.hs
@@ -1,6 +1,6 @@
module VM where
diff --git a/lang/whitespace/files/patch-main.hs b/lang/whitespace/files/patch-main.hs
index bf7711f9d1d3..0e3685dd822d 100644
--- a/lang/whitespace/files/patch-main.hs
+++ b/lang/whitespace/files/patch-main.hs
@@ -1,6 +1,6 @@
---- ./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 @@
+--- main.hs.orig 2003-03-31 15:33:44 UTC
++++ main.hs
+@@ -26,7 +26,7 @@ import Input
import VM
import Tokens