3
0
Fork 0
forked from mirrors/nixpkgs

Re-generate Haskell packages with cabal2nix.

This commit is contained in:
Peter Simons 2014-08-24 13:10:57 +02:00
parent d72b7796d1
commit 70d2f6928d
3 changed files with 3 additions and 0 deletions

View file

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "Random-number generation monad";
license = "unknown";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View file

@ -17,5 +17,6 @@ cabal.mkDerivation (self: {
description = "Low-level networking interface";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View file

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "random number library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})