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