summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-Utility__Yesod.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-git-annex/files/patch-Utility__Yesod.hs')
-rw-r--r--devel/hs-git-annex/files/patch-Utility__Yesod.hs20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-git-annex/files/patch-Utility__Yesod.hs b/devel/hs-git-annex/files/patch-Utility__Yesod.hs
new file mode 100644
index 000000000000..2dd51c659a7d
--- /dev/null
+++ b/devel/hs-git-annex/files/patch-Utility__Yesod.hs
@@ -0,0 +1,20 @@
+--- ./Utility/Yesod.hs.orig 2013-07-09 22:04:16.000000000 +0200
++++ ./Utility/Yesod.hs 2013-07-16 12:02:57.000000000 +0200
+@@ -31,7 +31,7 @@
+ #ifndef __ANDROID__
+ import Yesod.Default.Util
+ import Language.Haskell.TH.Syntax (Q, Exp)
+-#if MIN_VERSION_yesod_default(1,1,0)
++#if MIN_VERSION_yesod(1,2,0)
+ import Data.Default (def)
+ import Text.Hamlet hiding (Html)
+ #endif
+@@ -39,7 +39,7 @@
+
+ #ifndef __ANDROID__
+ widgetFile :: String -> Q Exp
+-#if ! MIN_VERSION_yesod_default(1,1,0)
++#if ! MIN_VERSION_yesod(1,2,0)
+ widgetFile = widgetFileNoReload
+ #else
+ widgetFile = widgetFileNoReload $ def