aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/files
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-09-02 15:38:45 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-09-02 15:38:45 +0000
commit7d5781e5ab3aa2c4d9f46985acec697caae1c173 (patch)
treefb0e55efa60858746649977ee5813f549bfbad04 /textproc/hs-HaXml/files
parent9acc5ac910695e85c7d24401bfecd5d6e6da0d7f (diff)
downloadports-7d5781e5ab3aa2c4d9f46985acec697caae1c173.tar.gz
ports-7d5781e5ab3aa2c4d9f46985acec697caae1c173.zip
Notes
Diffstat (limited to 'textproc/hs-HaXml/files')
-rw-r--r--textproc/hs-HaXml/files/patch-HaXml.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/hs-HaXml/files/patch-HaXml.cabal b/textproc/hs-HaXml/files/patch-HaXml.cabal
new file mode 100644
index 000000000000..6b0c0befd78f
--- /dev/null
+++ b/textproc/hs-HaXml/files/patch-HaXml.cabal
@@ -0,0 +1,11 @@
+--- 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