summaryrefslogtreecommitdiff
path: root/p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff')
-rw-r--r--p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff15
1 files changed, 5 insertions, 10 deletions
diff --git a/p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff b/p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff
index 779882ce2..c8ac420d4 100644
--- a/p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff
+++ b/p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff
@@ -1,6 +1,8 @@
---- a/Language/Unlambda.hs
-+++ b/Language/Unlambda.hs
-@@ -6,7 +6,7 @@
+Index: unlambda-0.1.3/Language/Unlambda.hs
+===================================================================
+--- unlambda-0.1.3.orig/Language/Unlambda.hs 2012-10-31 12:57:28.000000000 -0400
++++ unlambda-0.1.3/Language/Unlambda.hs 2012-11-01 12:45:35.773424569 -0400
+@@ -5,7 +5,7 @@
This is an interpreter of the Unlambda language, written in
the pure, lazy, functional language Haskell.
@@ -9,10 +11,3 @@
Copyright (C) 2006 by Don Stewart - http://www.cse.unsw.edu.au/~dons
This program is free software; you can redistribute it and/or modify
-@@ -141,4 +141,4 @@
- apply Pipe f = do
- cur <- currentChar
- apply f (case cur of Nothing -> V ; Just c -> (Dot c))
--apply (App _ _) _ = error "Unknown application"
-\ No newline at end of file
-+apply (App _ _) _ = error "Unknown application"