Skip to content

Commit

Permalink
Merge pull request #38908 from xeji/haskell-disable-hydra
Browse files Browse the repository at this point in the history
[18.03]: haskellPackages: disable some failing hydra builds
  • Loading branch information
peti authored Apr 13, 2018
2 parents 9ec5ff2 + 8945d59 commit c920ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/hackage-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77768,6 +77768,7 @@ self: {
homepage = "https://github.com/fpco/fsnotify-conduit#readme";
description = "Get filesystem notifications as a stream of events";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"fst" = callPackage
Expand Down Expand Up @@ -163414,6 +163415,7 @@ self: {
homepage = "https://github.com/agrafix/powerqueue#readme";
description = "A distributed worker backend for powerqueu";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"powerqueue-levelmem" = callPackage
Expand Down Expand Up @@ -176616,6 +176618,7 @@ self: {
homepage = "http://github.com/serokell/rocksdb-haskell";
description = "Haskell bindings to RocksDB";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) rocksdb;};

"roguestar" = callPackage
Expand Down

0 comments on commit c920ba0

Please sign in to comment.