1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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;
};
})