33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From b232effd092b03c6ad4235e5aa0c5750461af02d Mon Sep 17 00:00:00 2001
|
|
From: dummy <dummy@example.com>
|
|
Date: Wed, 21 May 2014 04:47:44 +0000
|
|
Subject: [PATCH] do not really build
|
|
|
|
---
|
|
yesod-persistent.cabal | 10 ----------
|
|
1 file changed, 10 deletions(-)
|
|
|
|
diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal
|
|
index 3560dd9..d01be4a 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.2.2 && < 1.3
|
|
- , persistent >= 1.2 && < 1.4
|
|
- , persistent-template >= 1.2 && < 1.4
|
|
- , transformers >= 0.2.2 && < 0.4
|
|
- , blaze-builder
|
|
- , conduit
|
|
- , resourcet >= 0.4.5
|
|
- , resource-pool
|
|
- exposed-modules: Yesod.Persist
|
|
- Yesod.Persist.Core
|
|
ghc-options: -Wall
|
|
|
|
test-suite test
|
|
--
|
|
2.0.0.rc2
|
|
|