summaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/files/patch-HaXml.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HaXml/files/patch-HaXml.cabal')
-rw-r--r--textproc/hs-HaXml/files/patch-HaXml.cabal11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/hs-HaXml/files/patch-HaXml.cabal b/textproc/hs-HaXml/files/patch-HaXml.cabal
deleted file mode 100644
index 6b0c0befd78f..000000000000
--- a/textproc/hs-HaXml/files/patch-HaXml.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- HaXml.cabal.orig 2009-07-14 10:01:24.000000000 +0000
-+++ HaXml.cabal 2009-07-14 10:02:19.000000000 +0000
-@@ -52,7 +52,7 @@
- Text.XML.HaXml.Xtract.Lex,
- Text.XML.HaXml.Xtract.Parse
- hs-source-dirs: src
-- build-depends: base, haskell98, polyparse==1.2, filepath
-+ build-depends: base, haskell98, polyparse >=1.2, filepath
- if flag(splitBase)
- build-depends: base >= 3, pretty, random, containers
- else