076e9c55ba
Package versions match Debian jessie, except for a few differences needed due to the different version of ghc pulling in a few buildin packages with other versions. Most of the patches were cherry-picked from past commits, since these are older versions.
25 lines
707 B
Diff
25 lines
707 B
Diff
From e6542197f1da6984bb6cd3310dba77363dfab2d9 Mon Sep 17 00:00:00 2001
|
|
From: dummy <dummy@example.com>
|
|
Date: Thu, 16 Oct 2014 01:51:02 +0000
|
|
Subject: [PATCH] stub out
|
|
|
|
---
|
|
persistent-template.cabal | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/persistent-template.cabal b/persistent-template.cabal
|
|
index 59b4149..e11b418 100644
|
|
--- a/persistent-template.cabal
|
|
+++ b/persistent-template.cabal
|
|
@@ -26,7 +26,7 @@ library
|
|
, aeson
|
|
, monad-logger
|
|
, unordered-containers
|
|
- exposed-modules: Database.Persist.TH
|
|
+ exposed-modules:
|
|
ghc-options: -Wall
|
|
if impl(ghc >= 7.4)
|
|
cpp-options: -DGHC_7_4
|
|
--
|
|
2.1.1
|
|
|