33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 92a34bc2b09572a58a4e696e0d8a0a61475535f7 Mon Sep 17 00:00:00 2001
|
|
From: dummy <dummy@example.com>
|
|
Date: Tue, 10 Jun 2014 19:09:56 +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 b44499b..ef33863 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
|
|
- , 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
|
|
|