diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-18 17:49:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-18 17:49:12 -0400 |
commit | 5958fcd6560bd99628220f4ded29209d628e5ed5 (patch) | |
tree | e1674416d4323308ab7ea5367ce1856c00f74112 /standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch | |
parent | 92cc1eca0a53db1551c8c7646d29c65b71fced3e (diff) | |
parent | 64121182de585c3e0998e4a9066dfdc181cc99f9 (diff) |
Merge remote-tracking branch 'orca/master'
Diffstat (limited to 'standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch')
-rw-r--r-- | standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch b/standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch new file mode 100644 index 000000000..e20e3c7f1 --- /dev/null +++ b/standalone/no-th/haskell-patches/yesod-routes_export-module-referenced-by-TH-splices.patch @@ -0,0 +1,29 @@ +From f6bfe8e01d8fe6d129ad3819070aa17934094a0a Mon Sep 17 00:00:00 2001 +From: foo <foo@bar> +Date: Sun, 22 Sep 2013 06:24:09 +0000 +Subject: [PATCH] export module referenced by TH splices + +--- + yesod-routes.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/yesod-routes.cabal b/yesod-routes.cabal +index 0b245f2..a97582a 100644 +--- a/yesod-routes.cabal ++++ b/yesod-routes.cabal +@@ -27,11 +27,11 @@ library + Yesod.Routes.Class + Yesod.Routes.Parse + Yesod.Routes.Overlap ++ Yesod.Routes.TH.Types + other-modules: Yesod.Routes.TH.Dispatch + Yesod.Routes.TH.RenderRoute + Yesod.Routes.TH.ParseRoute + Yesod.Routes.TH.RouteAttrs +- Yesod.Routes.TH.Types + ghc-options: -Wall + + test-suite runtests +-- +1.7.10.4 + |