aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-lhs2tex/files')
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Document.lhs10
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Main.lhs11
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Math.lhs11
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs11
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_NewCode.lhs10
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Typewriter.lhs10
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Verbatim.lhs10
7 files changed, 0 insertions, 73 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-src_Document.lhs b/textproc/hs-lhs2tex/files/patch-src_Document.lhs
deleted file mode 100644
index fdbeead0aa32..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_Document.lhs
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Document.lhs.orig 2018-04-25 07:05:53 UTC
-+++ src/Document.lhs
-@@ -9,6 +9,7 @@
-
- %endif
-
-+> import Prelude hiding ((<>))
- > infixr 5 {-"\enskip"-} <> -- same fixity as `|++|'
-
- The pretty printer generate documents of type |Doc|.
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
diff --git a/textproc/hs-lhs2tex/files/patch-src_Math.lhs b/textproc/hs-lhs2tex/files/patch-src_Math.lhs
deleted file mode 100644
index 942016c7ab32..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_Math.lhs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Math.lhs.orig 2018-04-25 07:40:44 UTC
-+++ src/Math.lhs
-@@ -7,7 +7,7 @@
- > module Math ( module Math, substitute, number )
- > where
- >
--> import Prelude hiding ( lines )
-+> import Prelude hiding ( lines, (<>) )
- > import Data.List ( partition )
- > import Numeric ( showFFloat )
- > import Control.Applicative ( many )
diff --git a/textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs b/textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs
deleted file mode 100644
index 21728d3ffa0e..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/MathPoly.lhs.orig 2018-04-25 07:08:26 UTC
-+++ src/MathPoly.lhs
-@@ -13,7 +13,7 @@ are subtle differences, and they will grow over time \
- > module MathPoly ( module MathPoly, substitute, number )
- > where
- >
--> import Prelude hiding ( lines )
-+> import Prelude hiding ( lines, (<>) )
- > import Data.List ( partition, nub, insert, sort, transpose )
- > import Numeric ( showFFloat )
- > import Control.Applicative ( many )
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 )
- >
diff --git a/textproc/hs-lhs2tex/files/patch-src_Typewriter.lhs b/textproc/hs-lhs2tex/files/patch-src_Typewriter.lhs
deleted file mode 100644
index 3b8ca4785939..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_Typewriter.lhs
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Typewriter.lhs.orig 2018-04-25 07:07:53 UTC
-+++ src/Typewriter.lhs
-@@ -7,6 +7,7 @@
- > module Typewriter ( module Typewriter )
- > where
- >
-+> import Prelude hiding ((<>))
- > import Control.Monad
- >
- > import Verbatim ( trim, expand )
diff --git a/textproc/hs-lhs2tex/files/patch-src_Verbatim.lhs b/textproc/hs-lhs2tex/files/patch-src_Verbatim.lhs
deleted file mode 100644
index c7130dd0541c..000000000000
--- a/textproc/hs-lhs2tex/files/patch-src_Verbatim.lhs
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Verbatim.lhs.orig 2018-04-25 07:07:15 UTC
-+++ src/Verbatim.lhs
-@@ -7,6 +7,7 @@
- > module Verbatim ( module Verbatim )
- > where
- >
-+> import Prelude hiding ((<>))
- > import Control.Arrow ( (>>>) )
- > import Data.Char
- > import Data.List ( intersperse )