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