mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-errors: jailbreak to fix build with either 4.x
This commit is contained in:
parent
7eaefcae45
commit
4cdefbb926
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "1.4.2";
|
||||
sha256 = "1csry8bbz7r4gc7x3lf1ih10rvnig2i91nfij227p9744yndl2xw";
|
||||
buildDepends = [ either safe transformers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Simplified error-handling";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user