diff options
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs')
-rw-r--r-- | textproc/hs-lhs2tex/files/patch-src_MathPoly.lhs | 11 |
1 files changed, 0 insertions, 11 deletions
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 ) |