summaryrefslogtreecommitdiff
path: root/standalone/no-th/haskell-patches/persistent-template_stub-out.patch
blob: 29002eb32b6e2ebc5435525860b49aaca2d6a55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4b958f97bffdeedc0c946d5fdc9749d2cc566fcc 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

---
 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
--- a/persistent-template.cabal
+++ b/persistent-template.cabal
@@ -24,7 +24,7 @@ library
                    , aeson
                    , monad-logger
                    , unordered-containers
-    exposed-modules: Database.Persist.TH
+    exposed-modules:
     ghc-options:     -Wall
     if impl(ghc >= 7.4)
        cpp-options: -DGHC_7_4
-- 
1.7.10.4