2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-08-07 19:22:58 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 19:22:58 +01:00
|
|
|
pname = "ghc-paths";
|
2012-12-03 15:11:04 +00:00
|
|
|
version = "0.1.0.9";
|
|
|
|
sha256 = "0ibrr1dxa35xx20cpp8jzgfak1rdmy344dfwq4vlq013c6w8z9mg";
|
2012-12-16 13:15:04 +00:00
|
|
|
patches = [ ./ghc-paths-nix.patch ];
|
2011-08-07 19:22:58 +01:00
|
|
|
meta = {
|
|
|
|
description = "Knowledge of GHC's installation directories";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-07 19:22:58 +01:00
|
|
|
};
|
|
|
|
})
|