diff options
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-src_NewCode.lhs')
-rw-r--r-- | textproc/hs-lhs2tex/files/patch-src_NewCode.lhs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs b/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs deleted file mode 100644 index f9f22a8c93a4..000000000000 --- a/textproc/hs-lhs2tex/files/patch-src_NewCode.lhs +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 ) - > |