X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FInjuriesDetail.hs;h=b51c19d16d8bb54e6816f2a676ae0e13808b5b52;hb=49d528dc6b0a7b79ae17990872fdd7f58b80abc7;hp=d857bda96a9ebc763e2679367b6c42e2f544f20e;hpb=7e65dfba04f3cf7cc903f0e2a098d5461a532df1;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/InjuriesDetail.hs b/src/TSN/XML/InjuriesDetail.hs index d857bda..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 @@ -216,7 +216,7 @@ injuries_detail_tests = -- | If we unpickle something and then pickle it, we should wind up --- with the same thing we started with. WARNING: succeess of this +-- with the same thing we started with. WARNING: success of this -- test does not mean that unpickling succeeded. -- test_pickle_of_unpickle_is_identity :: TestTree