hasura / pg-client-hs

A low level Haskell library to connect to postgres
Apache License 2.0
25 stars 15 forks source link

Support building on macOS #13

Closed lexi-lambda closed 5 years ago

lexi-lambda commented 5 years ago

This PR makes a small changes to allow this package to build on macOS as well as Linux. Specifically, it removes a dependency on the select package, using functionality provided by the GHC RTS instead.

Additionally, this also exports pgConnString, which is used in the related hasura/graphql-engine#2455.

Related to hasura/graphql-engine#2453.