X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FInjuriesDetail.hs;h=171b879a79726aff861cd6a3744f9b9ed95a4ded;hb=83d9458cac02a97efc7bc1c3c4b1d71bf7b048a6;hp=3f8be8f4ccd118caf61fbf1f3a1bc5f8345d4568;hpb=401406065b2329ffb591ff952d46b1a4d9207c52;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/InjuriesDetail.hs b/src/TSN/XML/InjuriesDetail.hs index 3f8be8f..171b879 100644 --- a/src/TSN/XML/InjuriesDetail.hs +++ b/src/TSN/XML/InjuriesDetail.hs @@ -18,7 +18,9 @@ -- module TSN.XML.InjuriesDetail ( injuries_detail_tests, - pickle_message ) + pickle_message, + -- * WARNING: these are private but exported to silence warnings + PlayerListingConstructor(..) ) where import Data.Time ( UTCTime )