X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FDbImport.hs;h=4f4c8f2db4324743ebfbbc966544026b93372094;hb=bea38eb185b8bc6d8660d89316c889414aebe5ac;hp=c584a9a0a88847dd75bcaaea812b331f9c02012a;hpb=bdd0f2c4f6661f41ba4b7c9f7682e0fc8ee5e32b;p=dead%2Fhtsn-import.git diff --git a/src/TSN/DbImport.hs b/src/TSN/DbImport.hs index c584a9a..4f4c8f2 100644 --- a/src/TSN/DbImport.hs +++ b/src/TSN/DbImport.hs @@ -28,9 +28,6 @@ import Database.Groundhog ( runMigration ) import Database.Groundhog.Core ( Migration, PersistBackend ) import Network.Services.TSN.Report ( report_info ) --- Local imports -import TSN.XmlImport ( XmlImport(..) ) - -- | The type that will be returned from every file import attempt. --