Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 02aa205

Browse files
committed
Move enums into separate .hsc file
Use toCInt and fromCInt instead of fromIntegral . toEnum / fromEnum
1 parent f505ccc commit 02aa205

File tree

3 files changed

+364
-266
lines changed

3 files changed

+364
-266
lines changed

postgresql-libpq.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ library
6565

6666
other-modules:
6767
Database.PostgreSQL.LibPQ.Compat
68+
Database.PostgreSQL.LibPQ.Enums
6869
Database.PostgreSQL.LibPQ.Marshal
6970

7071
build-depends:

0 commit comments

Comments
 (0)