mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-jailbreak-cabal: build with native Cabal version in ghc-8.4.x package set
This commit is contained in:
parent
5b73d202ab
commit
b825481578
@ -290,14 +290,6 @@ self: super: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
jailbreak-cabal = super.jailbreak-cabal.override {
|
|
||||||
## • No instance for (Semigroup CDialect)
|
|
||||||
## arising from the superclasses of an instance declaration
|
|
||||||
## • In the instance declaration for ‘Monoid CDialect’
|
|
||||||
## Undo the override in `configuration-common.nix`: GHC 8.4 bumps Cabal to 2.1:
|
|
||||||
Cabal = self.Cabal;
|
|
||||||
};
|
|
||||||
|
|
||||||
kan-extensions = overrideCabal super.kan-extensions (drv: {
|
kan-extensions = overrideCabal super.kan-extensions (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## free ==4.*
|
## free ==4.*
|
||||||
|
Loading…
Reference in New Issue
Block a user