Skip to content

Commit 7267c93

Browse files
committed
Make Values an instance of Functor
1 parent be8a00f commit 7267c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/PostgreSQL/Simple/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ newtype Savepoint = Savepoint Query
269269
-- See <http://www.postgresql.org/docs/9.3/static/sql-values.html> for
270270
-- more information.
271271
data Values a = Values [QualifiedIdentifier] [a]
272-
deriving (Eq, Ord, Show, Read, Typeable)
272+
deriving (Eq, Ord, Show, Read, Typeable, Functor)

0 commit comments

Comments
 (0)