diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-26 16:17:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-26 16:17:31 -0400 |
commit | 2b1e6446838ef820c32d8f70cdc85d1228fd9718 (patch) | |
tree | 8a72ca8a011c4e9f3a6b512664481ec00cb1f550 /standalone/no-th/haskell-patches | |
parent | cef0e0ddd900479c92973109a11fe0e138c00498 (diff) |
update haskell patches for new versions in hackage
Diffstat (limited to 'standalone/no-th/haskell-patches')
-rw-r--r-- | standalone/no-th/haskell-patches/persistent-template_stub-out.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/standalone/no-th/haskell-patches/persistent-template_stub-out.patch b/standalone/no-th/haskell-patches/persistent-template_stub-out.patch index 6b7b62bd4..29002eb32 100644 --- a/standalone/no-th/haskell-patches/persistent-template_stub-out.patch +++ b/standalone/no-th/haskell-patches/persistent-template_stub-out.patch @@ -1,6 +1,6 @@ -From 0b9df0de3aa45918a2a9226a2da6be4680276419 Mon Sep 17 00:00:00 2001 -From: foo <foo@bar> -Date: Sun, 22 Sep 2013 03:31:55 +0000 +From 4b958f97bffdeedc0c946d5fdc9749d2cc566fcc Mon Sep 17 00:00:00 2001 +From: dummy <dummy@example.com> +Date: Thu, 26 Dec 2013 15:54:37 -0400 Subject: [PATCH] stub out --- @@ -8,15 +8,15 @@ Subject: [PATCH] stub out 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistent-template.cabal b/persistent-template.cabal -index 8216ce7..f23234b 100644 +index c4aee68..7905278 100644 --- a/persistent-template.cabal +++ b/persistent-template.cabal -@@ -23,7 +23,7 @@ library - , containers +@@ -24,7 +24,7 @@ library , aeson , monad-logger + , unordered-containers - exposed-modules: Database.Persist.TH -+ exposed-modules: ++ exposed-modules: ghc-options: -Wall if impl(ghc >= 7.4) cpp-options: -DGHC_7_4 |