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