haskell-fay: broken by recent update to haskell-names
This implicitly breaks fay-base and fay-text.
This commit is contained in:
parent
78e4ec13e5
commit
ce4d3a78ad
@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
inherit (fay.meta) broken;
|
||||
};
|
||||
})
|
||||
|
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Fay Text type represented as JavaScript strings";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
inherit (fay.meta) broken;
|
||||
};
|
||||
})
|
||||
|
@ -26,5 +26,6 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user