tweag / sparkle

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

Drop ghc-8.10 support and update nixpkgs #155

Closed facundominguez closed 3 years ago

facundominguez commented 3 years ago

Because glibc dropped support for -pie, when upgrading nixpkgs we had to change how clodl deals with haskell code. Instead of using binaries, we load haskell libraries which expose a C interface.