Commit ff788216 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: jailbreak system-fileio

parent 30c01eaf
......@@ -50,6 +50,7 @@ let
haskell-src-exts = self.haskell-src-exts_1_21_0;
inline-r = nixpkgs.haskell.lib.dontCheck super.inline-r;
static-canvas = nixpkgs.haskell.lib.doJailbreak super.static-canvas;
system-fileio = nixpkgs.haskell.lib.doJailbreak super.system-fileio;
} // displays self);
});
ihaskellEnv = haskellPackages.ghcWithPackages (self: [ self.ihaskell ] ++ packages self);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment