]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit
Add the FromXmlFk class, like FromXml except it requires an FK (old idea).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Jan 2014 04:12:27 +0000 (23:12 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Jan 2014 04:12:27 +0000 (23:12 -0500)
commit7815ba497d075c63c76418fc2c2b914ebe56b712
tree9a8dd5b127a556204cd841a71fb3f3ec3dc0b9fb
parent014b765322dd54f42c9175772f223b78c6ee8ff6
Add the FromXmlFk class, like FromXml except it requires an FK (old idea).
Split the (Db a) associated type out into its own class, ToDb.
Update News, Odds, and Weather for the new typeclass hierarchy.
src/TSN/XML/News.hs
src/TSN/XML/Odds.hs
src/TSN/XML/Weather.hs
src/Xml.hs