aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/files/patch-src_Main.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-src_Main.lhs')
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Main.lhs11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-src_Main.lhs b/textproc/hs-lhs2tex/files/patch-src_Main.lhs
deleted file mode 100644
index dcc2df875b0f..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_Main.lhs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Main.lhs.orig 2018-04-25 07:41:09 UTC
-+++ src/Main.lhs
-@@ -21,7 +21,7 @@
- > import Control.Monad.Error
- > import Control.Monad.State ( MonadState(..), modify )
- > import Control.Monad.Trans
--> import Prelude hiding ( getContents )
-+> import Prelude hiding ( getContents, (<>) )
- >
- > import Version
- > import TeXCommands