]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/Injuries.hs
Fixing compiler warnings by exporting stuff that shouldn't be exported (woo).
[dead/htsn-import.git] / src / TSN / XML / Injuries.hs
index a93d788dd60f8cda40244f9b1574976211b0c9a4..8002799c62e0e26f4bb7217740ac4651aaa0235f 100644 (file)
@@ -15,7 +15,9 @@
 --
 module TSN.XML.Injuries (
   injuries_tests,
-  pickle_message )
+  pickle_message,
+  -- * WARNING: these are private but exported to silence warnings
+  ListingConstructor(..) )
 where
 
 import Data.Data ( Data )