mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
haskell-exceptions: re-generate with cabal2nix
This commit is contained in:
parent
eac934c83a
commit
0e7783c608
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/exceptions/";
|
||||
description = "Extensible optionally-pure exceptions";
|
||||
@ -17,5 +18,4 @@ cabal.mkDerivation (self: {
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
doCheck = false; # https://github.com/ekmett/exceptions/issues/18
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user