nixpkgs/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
Andres Löh 9370225663 Haskell Platform 2010.1.0.0
svn path=/nixpkgs/trunk/; revision=20904
2010-04-01 10:56:48 +00:00

12 lines
255 B
Nix

{ cabal } :
cabal.mkDerivation (self : {
pname = "ghc-paths";
version = "0.1.0.6";
sha256 = "95d8c0e6ce2f182d792e910149b3c81c381b7d2c2052ffc6d96128b071c55243";
meta = {
description = "Knowledge of GHC's installations directories";
};
})