summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-09 12:43:40 +0200
committerPeter Simons <simons@cryp.to>2014-08-09 13:49:24 +0200
commitd9f6e54e7a47df435657ab5f474cde7f85c71a2b (patch)
treefc8dc9f1871d09fe91751e8c82c0230208e4d77a /pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
parent6898b1903ac5482ae139575ce9cc94dc6dffb594 (diff)
downloadnixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar.gz
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar.bz2
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar.lz
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar.xz
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.tar.zst
nixpkgs-d9f6e54e7a47df435657ab5f474cde7f85c71a2b.zip
Disable Hydra builds for all "old" Haskell packages.
Old means that we have a newer version in Nixpkgs already. If there is a reason
for the old package to still exist, i.e. because some other package is still
referring to it, then Hydra will still build the package as a dependency, but
we won't want to build old packages on their own right.
Diffstat (limited to 'pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix')
-rw-r--r--pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix b/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
index 07f8fb7c0fa..5fb2301adcd 100644
--- a/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
+++ b/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
@@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
     description = "Support for manipulating Haskell source code";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    hydraPlatforms = self.stdenv.lib.platforms.none;
     maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })