fucking redundant import warnings breaking my build.

This commit is contained in:
Adam C. Baker
2014-09-04 13:09:27 -07:00
parent 16256562f1
commit 7c93c788fa
+1 -1
View File
@@ -5,7 +5,7 @@ module Unit.PgQuerySpec where
import Test.Hspec
import Database.HDBC (IConnection, SqlValue, toSql, prepare, execute,
SqlError, seState, fetchAllRowsAL)
seState, fetchAllRowsAL)
import PgQuery (insert)
import Types (SqlRow(SqlRow))