diff options
author | Clint Adams <clint@debian.org> | 2012-11-01 20:48:21 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2012-11-01 20:48:21 +0400 |
commit | 65d5092e2c932bdde289dfd812bae5d92aec543c (patch) | |
tree | 935798bc738e2e2f4c492ddcd455d55cf36d6c6e /p/haskell-unlambda/debian/patches/unlambda_hs_charset_fix.diff | |
parent | 64464fff697f88fb041bb4ab74fa8e678d50057b (diff) | |
download | DHG_packages-65d5092e2c932bdde289dfd812bae5d92aec543c.tar.gz |
haskell-unlambda: New upstream version 0.1.3.
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.diff | 15 |
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" |