dylex / postgresql-typed

Haskell PostgreSQL library with compile-time type inference
http://hackage.haskell.org/package/postgresql-typed
Other
83 stars 12 forks source link

fixed build on Windows/mingw (no UnixSocket) #7

Closed franklx closed 6 years ago

franklx commented 6 years ago

Build on windows/mingw fails because of UnixSocket import and usage. Fixed using ifdefs on mingw32_HOST_OS .