mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
release.nix: fix build by upgrading haskell-src-exts and haskell-src-meta
This commit is contained in:
parent
41c9e0182d
commit
d106c406e0
@ -61,6 +61,8 @@ let
|
||||
});
|
||||
ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-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;
|
||||
};
|
||||
ihaskellEnv = haskellPackages.ghcWithPackages (self: [ self.ihaskell ] ++ packages self);
|
||||
|
Loading…
x
Reference in New Issue
Block a user