]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/InjuriesDetail.hs
Fixing compiler warnings by exporting stuff that shouldn't be exported (woo).
[dead/htsn-import.git] / src / TSN / XML / InjuriesDetail.hs
index 3f8be8f4ccd118caf61fbf1f3a1bc5f8345d4568..171b879a79726aff861cd6a3744f9b9ed95a4ded 100644 (file)
@@ -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 )