]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/InjuriesDetail.hs
Implement database insertion (generically!).
[dead/htsn-import.git] / src / TSN / InjuriesDetail.hs
index 178b8d11a2c1e607dfa3f56eafe0d19ff5701fd3..aa4d7c01beab823c0344a1e72d1014d76ae47040 100644 (file)
@@ -17,7 +17,9 @@
 --   are not retained.
 --
 module TSN.InjuriesDetail (
-  Message )
+  Listing ( player_listings ),
+  Message ( listings ),
+  PlayerListing )
 where
 
 import Data.Time ( UTCTime )
@@ -77,9 +79,6 @@ mkPersist defaultCodegenConfig [groundhog|
   dbName: injuries_detail
 |]
 
---TODO see if it works witout this
---xpBool :: PU Bool
---xpBool = xpickle
 
 pickle_player_listing :: PU PlayerListing
 pickle_player_listing =