haskell-hie-packages: disable broken Hydra builds
This commit is contained in:
parent
71c76eadff
commit
b83990dd76
@ -72,6 +72,8 @@ in
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
description = "Simple interface to some of Cabal's configuration state, mainly used by ghc-mod";
|
description = "Simple interface to some of Cabal's configuration state, mainly used by ghc-mod";
|
||||||
license = stdenv.lib.licenses.agpl3;
|
license = stdenv.lib.licenses.agpl3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
ghc-dump-tree_hie = callPackage
|
ghc-dump-tree_hie = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, ghc, optparse-applicative
|
({ mkDerivation, aeson, base, bytestring, ghc, optparse-applicative
|
||||||
@ -95,6 +97,8 @@ in
|
|||||||
homepage = "https://github.com/edsko/ghc-dump-tree";
|
homepage = "https://github.com/edsko/ghc-dump-tree";
|
||||||
description = "Dump GHC's parsed, renamed, and type checked ASTs";
|
description = "Dump GHC's parsed, renamed, and type checked ASTs";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
ghc-mod-core = callPackage
|
ghc-mod-core = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, Cabal, cabal-helper
|
({ mkDerivation, base, binary, bytestring, Cabal, cabal-helper
|
||||||
@ -124,6 +128,8 @@ in
|
|||||||
homepage = "https://github.com/DanielG/ghc-mod";
|
homepage = "https://github.com/DanielG/ghc-mod";
|
||||||
description = "Happy Haskell Hacking";
|
description = "Happy Haskell Hacking";
|
||||||
license = stdenv.lib.licenses.agpl3;
|
license = stdenv.lib.licenses.agpl3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit cabal-helper; };
|
}) { inherit cabal-helper; };
|
||||||
ghc-mod_hie = callPackage
|
ghc-mod_hie = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, Cabal, cabal-doctest
|
({ mkDerivation, base, binary, bytestring, Cabal, cabal-doctest
|
||||||
@ -173,6 +179,8 @@ in
|
|||||||
homepage = "https://github.com/DanielG/ghc-mod";
|
homepage = "https://github.com/DanielG/ghc-mod";
|
||||||
description = "Happy Haskell Hacking";
|
description = "Happy Haskell Hacking";
|
||||||
license = stdenv.lib.licenses.agpl3;
|
license = stdenv.lib.licenses.agpl3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { shelltest = null; inherit cabal-helper; };
|
}) { shelltest = null; inherit cabal-helper; };
|
||||||
HaRe_hie = callPackage
|
HaRe_hie = callPackage
|
||||||
({ mkDerivation, attoparsec, base, base-prelude, Cabal, cabal-helper
|
({ mkDerivation, attoparsec, base, base-prelude, Cabal, cabal-helper
|
||||||
@ -211,6 +219,8 @@ in
|
|||||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||||
description = "the Haskell Refactorer";
|
description = "the Haskell Refactorer";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit cabal-helper; };
|
}) { inherit cabal-helper; };
|
||||||
### hie packages
|
### hie packages
|
||||||
haskell-ide-engine = callPackage
|
haskell-ide-engine = callPackage
|
||||||
@ -266,6 +276,8 @@ in
|
|||||||
homepage = "http://github.com/githubuser/haskell-ide-engine#readme";
|
homepage = "http://github.com/githubuser/haskell-ide-engine#readme";
|
||||||
description = "Provide a common engine to power any Haskell IDE";
|
description = "Provide a common engine to power any Haskell IDE";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit hoogle; hoogleLocal = (self.hoogleLocal {}).override { inherit hoogle; }; };
|
}) { inherit hoogle; hoogleLocal = (self.hoogleLocal {}).override { inherit hoogle; }; };
|
||||||
hie-apply-refact = callPackage
|
hie-apply-refact = callPackage
|
||||||
({ mkDerivation, aeson, apply-refact, base, either, extra, ghc-mod
|
({ mkDerivation, aeson, apply-refact, base, either, extra, ghc-mod
|
||||||
@ -283,6 +295,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE Apply Refact plugin";
|
description = "Haskell IDE Apply Refact plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-mod; };
|
}) { inherit ghc-mod; };
|
||||||
hie-base = callPackage
|
hie-base = callPackage
|
||||||
({ mkDerivation, aeson, base, haskell-lsp, text }:
|
({ mkDerivation, aeson, base, haskell-lsp, text }:
|
||||||
@ -294,6 +308,8 @@ in
|
|||||||
libraryHaskellDepends = [ aeson base haskell-lsp text ];
|
libraryHaskellDepends = [ aeson base haskell-lsp text ];
|
||||||
description = "Haskell IDE API base types";
|
description = "Haskell IDE API base types";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
hie-brittany = callPackage
|
hie-brittany = callPackage
|
||||||
({ mkDerivation, aeson, base, brittany, ghc-mod, ghc-mod-core
|
({ mkDerivation, aeson, base, brittany, ghc-mod, ghc-mod-core
|
||||||
@ -310,6 +326,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE Hoogle plugin";
|
description = "Haskell IDE Hoogle plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-mod; };
|
}) { inherit ghc-mod; };
|
||||||
hie-build-plugin = callPackage
|
hie-build-plugin = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, Cabal, cabal-helper
|
({ mkDerivation, aeson, base, bytestring, Cabal, cabal-helper
|
||||||
@ -328,6 +346,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE build plugin";
|
description = "Haskell IDE build plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit cabal-helper; };
|
}) { inherit cabal-helper; };
|
||||||
hie-eg-plugin-async = callPackage
|
hie-eg-plugin-async = callPackage
|
||||||
({ mkDerivation, base, ghc-mod-core, hie-plugin-api, stm
|
({ mkDerivation, base, ghc-mod-core, hie-plugin-api, stm
|
||||||
@ -343,6 +363,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE example plugin, using async processes";
|
description = "Haskell IDE example plugin, using async processes";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
hie-example-plugin2 = callPackage
|
hie-example-plugin2 = callPackage
|
||||||
({ mkDerivation, base, hie-plugin-api, text }:
|
({ mkDerivation, base, hie-plugin-api, text }:
|
||||||
@ -354,6 +376,8 @@ in
|
|||||||
libraryHaskellDepends = [ base hie-plugin-api text ];
|
libraryHaskellDepends = [ base hie-plugin-api text ];
|
||||||
description = "Haskell IDE example plugin";
|
description = "Haskell IDE example plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
hie-ghc-mod = callPackage
|
hie-ghc-mod = callPackage
|
||||||
({ mkDerivation, aeson, base, containers, ghc, ghc-mod, ghc-mod-core
|
({ mkDerivation, aeson, base, containers, ghc, ghc-mod, ghc-mod-core
|
||||||
@ -370,6 +394,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE ghc-mod plugin";
|
description = "Haskell IDE ghc-mod plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-mod; };
|
}) { inherit ghc-mod; };
|
||||||
hie-ghc-tree = callPackage
|
hie-ghc-tree = callPackage
|
||||||
({ mkDerivation, aeson, base, ghc-dump-tree, ghc-mod, ghc-mod-core
|
({ mkDerivation, aeson, base, ghc-dump-tree, ghc-mod, ghc-mod-core
|
||||||
@ -386,6 +412,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE GHC Tree plugin";
|
description = "Haskell IDE GHC Tree plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-dump-tree ghc-mod; };
|
}) { inherit ghc-dump-tree ghc-mod; };
|
||||||
hie-haddock = callPackage
|
hie-haddock = callPackage
|
||||||
({ mkDerivation, aeson, base, containers, directory, either
|
({ mkDerivation, aeson, base, containers, directory, either
|
||||||
@ -407,6 +435,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE Haddock plugin";
|
description = "Haskell IDE Haddock plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit haddock-library HaRe ghc-mod; };
|
}) { inherit haddock-library HaRe ghc-mod; };
|
||||||
hie-hare = callPackage
|
hie-hare = callPackage
|
||||||
({ mkDerivation, aeson, base, containers, Diff, either, ghc
|
({ mkDerivation, aeson, base, containers, Diff, either, ghc
|
||||||
@ -426,6 +456,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE HaRe plugin";
|
description = "Haskell IDE HaRe plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-mod HaRe; };
|
}) { inherit ghc-mod HaRe; };
|
||||||
hie-hoogle = callPackage
|
hie-hoogle = callPackage
|
||||||
({ mkDerivation, aeson, base, directory, filepath, ghc-mod
|
({ mkDerivation, aeson, base, directory, filepath, ghc-mod
|
||||||
@ -442,6 +474,8 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE Hoogle plugin";
|
description = "Haskell IDE Hoogle plugin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) { inherit ghc-mod hoogle; };
|
}) { inherit ghc-mod hoogle; };
|
||||||
hie-plugin-api = callPackage
|
hie-plugin-api = callPackage
|
||||||
({ mkDerivation, aeson, base, containers, Diff, directory, either
|
({ mkDerivation, aeson, base, containers, Diff, directory, either
|
||||||
@ -462,5 +496,7 @@ in
|
|||||||
];
|
];
|
||||||
description = "Haskell IDE API for plugin communication";
|
description = "Haskell IDE API for plugin communication";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user