X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FInjuries.hs;fp=src%2FTSN%2FInjuries.hs;h=92bf4e27757dca8c1de4320a920a982be609d1df;hb=76cf3eee776d35ba2b18dd0d07df7496a083ae3a;hp=8c2de14b04006e0a954fd156505ec8dc5fa8ae2c;hpb=629f04d64544bf942d9ee3283b9f99fa7e5c9d57;p=dead%2Fhtsn-import.git diff --git a/src/TSN/Injuries.hs b/src/TSN/XML/Injuries.hs similarity index 99% rename from src/TSN/Injuries.hs rename to src/TSN/XML/Injuries.hs index 8c2de14..92bf4e2 100644 --- a/src/TSN/Injuries.hs +++ b/src/TSN/XML/Injuries.hs @@ -13,7 +13,7 @@ -- The listings will be mapped to a database table called "injuries" -- automatically. The root message is not retained. -- -module TSN.Injuries ( +module TSN.XML.Injuries ( Listing, Message( listings ), injuries_tests )