mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-regex-tdfa: drop obsolete override for ghc-8.4.x
This commit is contained in:
parent
1e8e3d6291
commit
a11eaf1f04
1 changed files with 0 additions and 10 deletions
|
@ -148,16 +148,6 @@ self: super: {
|
||||||
## free ==4.*, template-haskell >=2.4 && <2.13
|
## free ==4.*, template-haskell >=2.4 && <2.13
|
||||||
lens = super.lens_4_16;
|
lens = super.lens_4_16;
|
||||||
|
|
||||||
## Needs bump to a versioned attribute
|
|
||||||
regex-tdfa = overrideCabal super.regex-tdfa_1_2_3 (drv: {
|
|
||||||
## • No instance for (Semigroup (CharMap a))
|
|
||||||
## arising from the superclasses of an instance declaration
|
|
||||||
## • In the instance declaration for ‘Monoid (CharMap a)’
|
|
||||||
##
|
|
||||||
## error: while evaluating ‘overrideCabal’ at nixpkgs://pkgs/development/haskell-modules/lib.nix:37:24, called from /home/deepfire/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix:188:16:
|
|
||||||
editedCabalFile = null;
|
|
||||||
});
|
|
||||||
|
|
||||||
## Needs bump to a versioned attribute
|
## Needs bump to a versioned attribute
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## doctest >=0.11.1 && <0.14
|
## doctest >=0.11.1 && <0.14
|
||||||
|
|
Loading…
Reference in a new issue