X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FInjuriesDetail.hs;h=b51c19d16d8bb54e6816f2a676ae0e13808b5b52;hb=ceded089eaa6250dfd6b9b48fd9b6ccfc79169f7;hp=7d7c19f99d2d236716171f0a381ea0dc8ca20cb1;hpb=9f3133c83b714b9068f01e8d508023bdbed70aa9;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/InjuriesDetail.hs b/src/TSN/XML/InjuriesDetail.hs index 7d7c19f..b51c19d 100644 --- a/src/TSN/XML/InjuriesDetail.hs +++ b/src/TSN/XML/InjuriesDetail.hs @@ -83,8 +83,8 @@ instance FromXml PlayerListing where -- | The DB analogue of a 'PlayerListing' is... itself! type Db PlayerListing = PlayerListing - -- | To convert between a 'PlayerListing' and a 'PlayerListing', - -- we do nothing. + -- | To convert between a 'PlayerListing' and a 'PlayerListing', + -- we do nothing. from_xml = id -- | This lets us call 'insert_xml' on a 'PlayerListing' without