about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
blob: 5d2ad6beaf548261a09d4d3e9768e69f8624c369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ cabal } :

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