summaryrefslogtreecommitdiff
path: root/standalone/no-th/haskell-patches/yesod-persistent_do-not-really-build.patch
blob: f0c4dfaa4bd0f3fff062f66c2b9c481af773e634 (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
26
27
28
29
30
31
32
33
From 85917e8b5da3c67c6ca0791fdad735ffb864ae3b Mon Sep 17 00:00:00 2001
From: dummy <dummy@example.com>
Date: Tue, 14 Oct 2014 02:50:19 +0000
Subject: [PATCH] not needed

---
 yesod-persistent.cabal |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal
index 2e5735d..438c76d 100644
--- a/yesod-persistent.cabal
+++ b/yesod-persistent.cabal
@@ -14,16 +14,6 @@ description:     Some helpers for using Persistent from Yesod.
 
 library
     build-depends:   base                      >= 4        && < 5
-                   , yesod-core                >= 1.4.0    && < 1.5
-                   , persistent                >= 2.1      && < 2.2
-                   , persistent-template       >= 2.1      && < 2.2
-                   , transformers              >= 0.2.2
-                   , blaze-builder
-                   , conduit
-                   , resourcet                 >= 0.4.5
-                   , resource-pool
-    exposed-modules: Yesod.Persist
-                     Yesod.Persist.Core
     ghc-options:     -Wall
 
 test-suite test
-- 
1.7.10.4