aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/files/patch-src_Math.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-src_Math.lhs')
-rw-r--r--textproc/hs-lhs2tex/files/patch-src_Math.lhs11
1 files changed, 0 insertions, 11 deletions
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 )