2014-10-16 04:31:59 +00:00
|
|
|
From e6542197f1da6984bb6cd3310dba77363dfab2d9 Mon Sep 17 00:00:00 2001
|
2013-12-26 20:17:31 +00:00
|
|
|
From: dummy <dummy@example.com>
|
2014-10-16 04:31:59 +00:00
|
|
|
Date: Thu, 16 Oct 2014 01:51:02 +0000
|
|
|
|
Subject: [PATCH] stub out
|
2013-09-22 05:27:15 +00:00
|
|
|
|
|
|
|
---
|
2014-10-16 04:31:59 +00:00
|
|
|
persistent-template.cabal | 2 +-
|
2013-09-22 05:27:15 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/persistent-template.cabal b/persistent-template.cabal
|
2014-10-16 04:31:59 +00:00
|
|
|
index 59b4149..e11b418 100644
|
2013-09-22 05:27:15 +00:00
|
|
|
--- a/persistent-template.cabal
|
|
|
|
+++ b/persistent-template.cabal
|
2014-10-16 04:31:59 +00:00
|
|
|
@@ -26,7 +26,7 @@ library
|
|
|
|
, aeson
|
|
|
|
, monad-logger
|
|
|
|
, unordered-containers
|
2013-09-22 05:27:15 +00:00
|
|
|
- exposed-modules: Database.Persist.TH
|
2014-10-14 04:16:38 +00:00
|
|
|
+ exposed-modules:
|
2013-09-22 05:27:15 +00:00
|
|
|
ghc-options: -Wall
|
|
|
|
if impl(ghc >= 7.4)
|
|
|
|
cpp-options: -DGHC_7_4
|
|
|
|
--
|
2014-10-16 04:31:59 +00:00
|
|
|
2.1.1
|
2013-09-22 05:27:15 +00:00
|
|
|
|