Remove HDBC imports

This commit is contained in:
Adam C. Baker
2014-12-06 17:42:17 -08:00
committed by Joe Nelson
parent 7196fbc001
commit 41a982fb31
4 changed files with 0 additions and 9 deletions
-2
View File
@@ -1,8 +1,6 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Types where
import Database.HDBC (toSql, iToSql, SqlValue(..))
import qualified Data.Aeson as JSON
import Data.Aeson.Types (Parser)