summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hackage-db/default.nix
blob: 1668574d7c882a7897f34e48b1b7f0c5f3b0a0a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Cabal, filepath, tar, utf8String }:

cabal.mkDerivation (self: {
  pname = "hackage-db";
  version = "1.8";
  sha256 = "0iav085xq4d6k9z0x7jlnw3r3wwnzbr7ygbaqnblj6mcpnps9r3q";
  buildDepends = [ Cabal filepath tar utf8String ];
  meta = {
    homepage = "http://github.com/peti/hackage-db";
    description = "provide access to the Hackage database via Data.Map";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ simons ];
  };
})