summaryrefslogtreecommitdiff
path: root/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-14 00:16:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-14 00:19:07 -0400
commit68ddda02769785cca60b3b114ddc091b9670889a (patch)
tree16605501a3b2182807974ba204783d789fab0b62 /standalone/no-th/haskell-patches/persistent-template_stub-out.patch
parentcbf82dba2135acf4d36888421293a25dee636e1e (diff)
refresh android and no-th haskell patches to latest package versions from cabal
Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas.
Diffstat (limited to 'standalone/no-th/haskell-patches/persistent-template_stub-out.patch')
-rw-r--r--standalone/no-th/haskell-patches/persistent-template_stub-out.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/standalone/no-th/haskell-patches/persistent-template_stub-out.patch b/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
index 29002eb32..caa19074a 100644
--- a/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
+++ b/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
@@ -1,22 +1,22 @@
-From 4b958f97bffdeedc0c946d5fdc9749d2cc566fcc Mon Sep 17 00:00:00 2001
+From 97e13262aa53cd3cc4f3997ac9156007ca1b9ce0 Mon Sep 17 00:00:00 2001
From: dummy <dummy@example.com>
-Date: Thu, 26 Dec 2013 15:54:37 -0400
-Subject: [PATCH] stub out
+Date: Tue, 14 Oct 2014 02:18:08 +0000
+Subject: [PATCH] unused
---
persistent-template.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/persistent-template.cabal b/persistent-template.cabal
-index c4aee68..7905278 100644
+index e247f6b..68184af 100644
--- a/persistent-template.cabal
+++ b/persistent-template.cabal
-@@ -24,7 +24,7 @@ library
- , aeson
- , monad-logger
- , unordered-containers
+@@ -29,7 +29,7 @@ library
+ , tagged
+ , path-pieces
+ , ghc-prim
- exposed-modules: Database.Persist.TH
-+ exposed-modules:
++ exposed-modules:
ghc-options: -Wall
if impl(ghc >= 7.4)
cpp-options: -DGHC_7_4