nixpkgs/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
Peter Simons 18daa8fc26 ghc-paths: added version 0.1.0.8
Also renamed the default version to 0.1.0.6.nix for consistency.

svn path=/nixpkgs/trunk/; revision=28240
2011-08-07 18:22:58 +00:00

14 lines
400 B
Nix

{cabal} :
cabal.mkDerivation (self : {
pname = "ghc-paths";
version = "0.1.0.8";
sha256 = "0mhc5zhbybp1vmkjsqbca51993vkpx5g8hql160m8m95apkc2wl6";
meta = {
description = "Knowledge of GHC's installation directories";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})