BlockstreamResearch / simplicity

Simplicity is a blockchain programming language designed as an alternative to Bitcoin script.
MIT License
305 stars 45 forks source link

cabal install from ghc 9.4 not supported #253

Closed roconnor-blockstream closed 2 months ago

roconnor-blockstream commented 2 months ago

The suggested workaround it to use cabal-install from nixpkgs rather than the one from the compiler package. See https://github.com/NixOS/nixpkgs/commit/9919b666ab142a2b47ea153154f39301bd4b01d8.

roconnor-blockstream commented 2 months ago

I added this PR to get nixos-unstable working. @apoelstra and @uncomputable, please verify that whatever versions of nix you are using continues to work with this PR.