haskell-dependent-sum: add version 0.2.0.1

This commit is contained in:
Peter Simons 2013-05-21 11:00:33 +02:00
parent 32a4d191d0
commit 3896471adb

View File

@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "dependent-sum";
version = "0.2.0.1";
sha256 = "07zv8rj574vf7wl3pms4q8d9m7zsfppac5vla9d9b7q11s81lldf";
meta = {
homepage = "https://github.com/mokus0/dependent-sum";
description = "Dependent sum type";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})