375158f6b5
Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas.
25 lines
699 B
Diff
25 lines
699 B
Diff
From 97e13262aa53cd3cc4f3997ac9156007ca1b9ce0 Mon Sep 17 00:00:00 2001
|
|
From: dummy <dummy@example.com>
|
|
Date: Tue, 14 Oct 2014 02:18:08 +0000
|
|
Subject: [PATCH] unused
|
|
|
|
---
|
|
persistent-template.cabal | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/persistent-template.cabal b/persistent-template.cabal
|
|
index e247f6b..68184af 100644
|
|
--- a/persistent-template.cabal
|
|
+++ b/persistent-template.cabal
|
|
@@ -29,7 +29,7 @@ library
|
|
, tagged
|
|
, path-pieces
|
|
, ghc-prim
|
|
- exposed-modules: Database.Persist.TH
|
|
+ exposed-modules:
|
|
ghc-options: -Wall
|
|
if impl(ghc >= 7.4)
|
|
cpp-options: -DGHC_7_4
|
|
--
|
|
1.7.10.4
|
|
|