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:33 +02:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "dependent-sum";
|
2014-07-03 17:00:06 +02:00
|
|
|
version = "0.2.1.0";
|
|
|
|
sha256 = "1h6wsrh206k6q3jcfdxvlsswbm47x30psp6x30l2z0j9jyf7jpl3";
|
2013-05-21 11:00:33 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/mokus0/dependent-sum";
|
|
|
|
description = "Dependent sum type";
|
|
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|