summaryrefslogtreecommitdiff
path: root/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-18 17:49:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-18 17:49:12 -0400
commit5958fcd6560bd99628220f4ded29209d628e5ed5 (patch)
treee1674416d4323308ab7ea5367ce1856c00f74112 /standalone/no-th/haskell-patches/persistent-template_stub-out.patch
parent92cc1eca0a53db1551c8c7646d29c65b71fced3e (diff)
parent64121182de585c3e0998e4a9066dfdc181cc99f9 (diff)
Merge remote-tracking branch 'orca/master'
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.patch25
1 files changed, 25 insertions, 0 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
new file mode 100644
index 000000000..6b7b62bd4
--- /dev/null
+++ b/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
@@ -0,0 +1,25 @@
+From 0b9df0de3aa45918a2a9226a2da6be4680276419 Mon Sep 17 00:00:00 2001
+From: foo <foo@bar>
+Date: Sun, 22 Sep 2013 03:31:55 +0000
+Subject: [PATCH] stub out
+
+---
+ persistent-template.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/persistent-template.cabal b/persistent-template.cabal
+index 8216ce7..f23234b 100644
+--- a/persistent-template.cabal
++++ b/persistent-template.cabal
+@@ -23,7 +23,7 @@ library
+ , containers
+ , aeson
+ , monad-logger
+- exposed-modules: Database.Persist.TH
++ exposed-modules:
+ ghc-options: -Wall
+ if impl(ghc >= 7.4)
+ cpp-options: -DGHC_7_4
+--
+1.7.10.4
+