2014-10-14 04:16:38 +00:00
|
|
|
From 85917e8b5da3c67c6ca0791fdad735ffb864ae3b Mon Sep 17 00:00:00 2001
|
2014-05-21 16:42:22 +00:00
|
|
|
From: dummy <dummy@example.com>
|
2014-10-14 04:16:38 +00:00
|
|
|
Date: Tue, 14 Oct 2014 02:50:19 +0000
|
|
|
|
Subject: [PATCH] not needed
|
2013-09-22 05:27:15 +00:00
|
|
|
|
|
|
|
---
|
2014-10-14 04:16:38 +00:00
|
|
|
yesod-persistent.cabal | 10 ----------
|
2014-05-21 16:42:22 +00:00
|
|
|
1 file changed, 10 deletions(-)
|
2013-09-22 05:27:15 +00:00
|
|
|
|
|
|
|
diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal
|
2014-10-14 04:16:38 +00:00
|
|
|
index 2e5735d..438c76d 100644
|
2013-09-22 05:27:15 +00:00
|
|
|
--- a/yesod-persistent.cabal
|
|
|
|
+++ b/yesod-persistent.cabal
|
2014-05-21 16:42:22 +00:00
|
|
|
@@ -14,16 +14,6 @@ description: Some helpers for using Persistent from Yesod.
|
|
|
|
|
|
|
|
library
|
|
|
|
build-depends: base >= 4 && < 5
|
2014-10-14 04:16:38 +00:00
|
|
|
- , yesod-core >= 1.4.0 && < 1.5
|
|
|
|
- , persistent >= 2.1 && < 2.2
|
|
|
|
- , persistent-template >= 2.1 && < 2.2
|
2014-06-11 02:35:19 +00:00
|
|
|
- , transformers >= 0.2.2
|
2014-05-21 16:42:22 +00:00
|
|
|
- , blaze-builder
|
|
|
|
- , conduit
|
|
|
|
- , resourcet >= 0.4.5
|
|
|
|
- , resource-pool
|
2013-09-22 05:27:15 +00:00
|
|
|
- exposed-modules: Yesod.Persist
|
|
|
|
- Yesod.Persist.Core
|
|
|
|
ghc-options: -Wall
|
|
|
|
|
|
|
|
test-suite test
|
|
|
|
--
|
2014-10-14 04:16:38 +00:00
|
|
|
1.7.10.4
|
2013-09-22 05:27:15 +00:00
|
|
|
|