haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
88 stars 46 forks source link

Compilation on windows hangs on FromField module #43

Open erichhasl opened 4 years ago

erichhasl commented 4 years ago

When compiling postgresql-simple with stack, the compilation process never finishes, as it hangs forever on the FromField module. CPU usage is at 100%. Operating system is Windows 10.

On linux, this problem does not occur to me.