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:
parent
32a4d191d0
commit
3896471adb
13
pkgs/development/libraries/haskell/dependent-sum/default.nix
Normal file
13
pkgs/development/libraries/haskell/dependent-sum/default.nix
Normal 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;
|
||||
};
|
||||
})
|
Loading…
Reference in a new issue