tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Use latest thread-local-storage release. #86

Closed mboes closed 7 years ago

mboes commented 7 years ago

This enables us to drop -lpthread in ghc-options in all our apps.

robinbb commented 7 years ago

Looks like a restriction on base in TLS is causing a build failure.

mboes commented 7 years ago

For some reason Wercker is having trouble picking up GHC-8.0.2 via Nix. CircleCI is not. I'll investigate.