Commit d106c406 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: fix build by upgrading haskell-src-exts and haskell-src-meta

parent 41c9e018
...@@ -61,6 +61,8 @@ let ...@@ -61,6 +61,8 @@ let
}); });
ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {}; ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {};
ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {}; ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {};
haskell-src-exts = self.haskell-src-exts_1_20_1;
haskell-src-meta = self.haskell-src-meta_0_8_0_2;
} // displays self; } // displays self;
}; };
ihaskellEnv = haskellPackages.ghcWithPackages (self: [ self.ihaskell ] ++ packages 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