2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-03-29 15:55:13 -07:00
|
|
|
{ cabal, Cabal, filepath, tar, utf8String }:
|
2011-08-24 15:04:38 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hackage-db";
|
2014-12-07 07:31:45 -08:00
|
|
|
version = "1.9.1";
|
|
|
|
sha256 = "1cfbxdq8p904f5iif35k45psskx2j422rwjppcdja11j5dkax5sb";
|
2013-03-29 15:55:13 -07:00
|
|
|
buildDepends = [ Cabal filepath tar utf8String ];
|
2011-08-24 15:04:38 -07:00
|
|
|
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;
|
2014-08-09 04:48:22 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2011-08-24 15:04:38 -07:00
|
|
|
};
|
|
|
|
})
|