2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-05-21 11:00:41 +02:00
|
|
|
{ cabal, dependentSum }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "dependent-map";
|
2014-03-08 11:27:17 +01:00
|
|
|
version = "0.1.1.2";
|
|
|
|
sha256 = "1g8mq8189c6wr1rik70019gqrnk84c613x9cn5383p7hhfyc0rnn";
|
2013-05-21 11:00:41 +02:00
|
|
|
buildDepends = [ dependentSum ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/mokus0/dependent-map";
|
|
|
|
description = "Dependent finite maps (partial dependent products)";
|
|
|
|
license = "unknown";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|