From 5ae6708c65743445d48583d18323fb0286d376f8 Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Wed, 21 Aug 2019 12:13:29 -0700 Subject: [PATCH] fix test --- squeal-postgresql/src/Squeal/PostgreSQL/Binary.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squeal-postgresql/src/Squeal/PostgreSQL/Binary.hs b/squeal-postgresql/src/Squeal/PostgreSQL/Binary.hs index 3425a47..2ea64f1 100644 --- a/squeal-postgresql/src/Squeal/PostgreSQL/Binary.hs +++ b/squeal-postgresql/src/Squeal/PostgreSQL/Binary.hs @@ -398,7 +398,7 @@ instance -- -- >>> :set -XTypeApplications -- >>> oidOf @'PGbool --- 16 +-- Oid {getOid = 16} class HasOid (ty :: PGType) where oidOf :: Oid instance HasOid 'PGbool where oidOf = Oid 16 instance HasOid 'PGint2 where oidOf = Oid 21