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.
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.