Skip to content

Commit

Permalink
Fix an unneeded import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Feb 1, 2018
1 parent 6eb401a commit bac4b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion persistent-postgresql/Database/Persist/Postgresql.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import Database.PostgreSQL.Simple.Ok (Ok (..))

import qualified Database.PostgreSQL.LibPQ as LibPQ

import Control.Monad.Trans.Resource
import Control.Exception (throw)
import Control.Monad.IO.Unlift (MonadIO (..), MonadUnliftIO)
import Data.Data
Expand Down

0 comments on commit bac4b73

Please sign in to comment.