aboutsummaryrefslogtreecommitdiff
path: root/standalone/no-th
diff options
context:
space:
mode:
authorGravatar androidbuilder <androidbuilder@example.com>2014-05-26 02:47:15 +0000
committerGravatar androidbuilder <androidbuilder@example.com>2014-05-26 02:47:15 +0000
commit3f1b5476596bf2e3c0314d8efc571a9e12767dd1 (patch)
tree5c95b76c3b60aa96fe60581116bd16a21192ee22 /standalone/no-th
parent66c3f3f8ed899e707176b4492273e4139504c0a6 (diff)
update remaining android patches
Diffstat (limited to 'standalone/no-th')
-rw-r--r--standalone/no-th/haskell-patches/DAV_build-without-TH.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/standalone/no-th/haskell-patches/DAV_build-without-TH.patch b/standalone/no-th/haskell-patches/DAV_build-without-TH.patch
index d57d79a11..45e9a3cec 100644
--- a/standalone/no-th/haskell-patches/DAV_build-without-TH.patch
+++ b/standalone/no-th/haskell-patches/DAV_build-without-TH.patch
@@ -1,6 +1,6 @@
-From a908cec3ae1644d72d04ccc7657433d8335665bc Mon Sep 17 00:00:00 2001
+From 8e115228601a97b19d3f713ccf2d13f58838d927 Mon Sep 17 00:00:00 2001
From: dummy <dummy@example.com>
-Date: Sat, 8 Feb 2014 17:11:05 +0000
+Date: Mon, 26 May 2014 01:48:22 +0000
Subject: [PATCH] expand TH
---
@@ -10,12 +10,12 @@ Subject: [PATCH] expand TH
3 files changed, 307 insertions(+), 45 deletions(-)
diff --git a/DAV.cabal b/DAV.cabal
-index 3a755bb..748b0e1 100644
+index bf54f44..04f375a 100644
--- a/DAV.cabal
+++ b/DAV.cabal
@@ -42,29 +42,7 @@ library
, transformers-base
- , xml-conduit >= 1.0 && <= 1.2
+ , xml-conduit >= 1.0 && < 1.3
, xml-hamlet >= 0.4 && <= 0.5
-executable hdav
- main-is: hdav.hs
@@ -38,7 +38,7 @@ index 3a755bb..748b0e1 100644
- , optparse-applicative >= 0.5.0
- , transformers >= 0.3
- , transformers-base
-- , xml-conduit >= 1.0 && <= 1.2
+- , xml-conduit >= 1.0 && < 1.3
- , xml-hamlet >= 0.4 && <= 0.5
+ , text