X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FDbImport.hs;h=4f4c8f2db4324743ebfbbc966544026b93372094;hb=ba6ba316a70eafeff011271ff2a4ac6c615d1f69;hp=c584a9a0a88847dd75bcaaea812b331f9c02012a;hpb=170f8986a6466fc9dc803c7b60f3c716f21be053;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. --