aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-src_NewCode.lhs')
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_NewCode.lhs10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs b/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs
new file mode 100644
index 000000000000..f9f22a8c93a4
--- /dev/null
+++ b/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs
@@ -0,0 +1,10 @@
+--- src/NewCode.lhs.orig 2018-04-25 07:08:55 UTC
++++ src/NewCode.lhs
+@@ -13,6 +13,7 @@ way that is compatible with the @poly@ or @math@ forma
+ > module NewCode ( module NewCode )
+ > where
+ >
++> import Prelude hiding ((<>))
+ > import Control.Monad ( (>=>) )
+ > import Data.List ( partition )
+ >