mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-Cabal-1.16.0.3: don't compile this package with recent versions of GHC
This commit is contained in:
parent
3484f7caa3
commit
fc899aedf5
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||
description = "A framework for packaging Haskell software";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
|
|
Loading…
Reference in a new issue