From 8b51c7e88e8c52ddb44e2969c1133207eb4536a5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 May 2013 15:05:14 -0400 Subject: rename patches for consistenct and machine application --- .../yesod-persistent_1.1.0.1_0001-avoid-TH.patch | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 standalone/android/haskell-patches/yesod-persistent_1.1.0.1_0001-avoid-TH.patch (limited to 'standalone/android/haskell-patches/yesod-persistent_1.1.0.1_0001-avoid-TH.patch') diff --git a/standalone/android/haskell-patches/yesod-persistent_1.1.0.1_0001-avoid-TH.patch b/standalone/android/haskell-patches/yesod-persistent_1.1.0.1_0001-avoid-TH.patch new file mode 100644 index 000000000..6a28b3fd1 --- /dev/null +++ b/standalone/android/haskell-patches/yesod-persistent_1.1.0.1_0001-avoid-TH.patch @@ -0,0 +1,41 @@ +From 62cc9e3f70d8cea848d56efa198a68527fd07267 Mon Sep 17 00:00:00 2001 +From: Joey Hess +Date: Thu, 28 Feb 2013 23:40:19 -0400 +Subject: [PATCH] avoid TH + +--- + Yesod/Persist.hs | 2 -- + yesod-persistent.cabal | 1 - + 2 files changed, 3 deletions(-) + +diff --git a/Yesod/Persist.hs b/Yesod/Persist.hs +index 0646152..5130497 100644 +--- a/Yesod/Persist.hs ++++ b/Yesod/Persist.hs +@@ -7,11 +7,9 @@ module Yesod.Persist + , get404 + , getBy404 + , module Database.Persist +- , module Database.Persist.TH + ) where + + import Database.Persist +-import Database.Persist.TH + import Control.Monad.Trans.Class (MonadTrans) + + import Yesod.Handler +diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal +index 111c1b9..07f6e17 100644 +--- a/yesod-persistent.cabal ++++ b/yesod-persistent.cabal +@@ -16,7 +16,6 @@ library + build-depends: base >= 4 && < 5 + , yesod-core >= 1.1 && < 1.2 + , persistent >= 1.0 && < 1.2 +- , persistent-template >= 1.0 && < 1.2 + , transformers >= 0.2.2 && < 0.4 + exposed-modules: Yesod.Persist + ghc-options: -Wall +-- +1.7.10.4 + -- cgit v1.2.3