mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #39269 from chessai/fix-ghc84x-deriving-compat-unneeded
deriving compat was unneeded and prohibitive
This commit is contained in:
commit
2a488c9758
@ -47,11 +47,6 @@ self: super: {
|
||||
## • In the instance declaration for ‘Monoid BV’
|
||||
bv = super.bv_0_5;
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## Setup: Encountered missing dependencies:
|
||||
## template-haskell >=2.5 && <2.13
|
||||
deriving-compat = super.deriving-compat_0_4_1;
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## Issue: https://github.com/sol/doctest/issues/189
|
||||
doctest = overrideCabal super.doctest_0_15_0 (drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user