From: Michael Orlitzky Date: Tue, 14 Jan 2014 10:51:14 +0000 (-0500) Subject: Un-haddock two comments that wound up in the wrong place due to template haskell. X-Git-Tag: 0.0.1~57 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=d476419274cdf2997d768444cecc47922a902fdf Un-haddock two comments that wound up in the wrong place due to template haskell. --- diff --git a/src/TSN/XML/News.hs b/src/TSN/XML/News.hs index 7d8ef75..6e10aed 100644 --- a/src/TSN/XML/News.hs +++ b/src/TSN/XML/News.hs @@ -227,9 +227,9 @@ instance DbImport Message where return ImportSucceeded --- | These types don't have special XML representations or field name --- collisions so we use the defaultCodegenConfig and give their --- fields nice simple names. +-- These types don't have special XML representations or field name +-- collisions so we use the defaultCodegenConfig and give their +-- fields nice simple names. mkPersist defaultCodegenConfig [groundhog| - entity: NewsTeam dbName: news_teams @@ -252,9 +252,8 @@ mkPersist defaultCodegenConfig [groundhog| |] --- | These types have fields with e.g. db_ and xml_ prefixes, so we --- use our own codegen to peel those off before naming the columns. --- +-- These types have fields with e.g. db_ and xml_ prefixes, so we +-- use our own codegen to peel those off before naming the columns. mkPersist tsn_codegen_config [groundhog| - entity: News dbName: news diff --git a/src/TSN/XML/Odds.hs b/src/TSN/XML/Odds.hs index 509b436..3e231c2 100644 --- a/src/TSN/XML/Odds.hs +++ b/src/TSN/XML/Odds.hs @@ -367,9 +367,8 @@ instance XmlImport Message --- | Groundhog database schema. This must come before the DbImport --- instance definition. --- +-- Groundhog database schema. This must come before the DbImport +-- instance definition. mkPersist tsn_codegen_config [groundhog| - entity: Odds