turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
123 stars 21 forks source link

Simplify the nix overrides #135

Closed turion closed 4 years ago

turion commented 4 years ago

Right now, all the nix expressions have allowBroken = true; because the test suite of simple-affine-space was broken. This is fixed in https://github.com/NixOS/nixpkgs/pull/85403. When this is merged, one can remove allowBroken and the override on simple-affine-space in all 3 nix files.