Fix parens (silly bug).

This commit is contained in:
Felipe Lessa 2012-09-03 23:13:51 -03:00
parent 979ea1c6d1
commit fdf9985142

View File

@ -235,7 +235,7 @@ makeWhere _ _ = error "Esqueleto/Sql/makeWhere: never here (see GHC #6124)"
parens :: TLB.Builder -> TLB.Builder
parens b = "(" <> (b <> "(")
parens b = "(" <> (b <> ")")
-- | Class for mapping results coming from 'SqlQuery' into actual