haskell-dependent-map: add version 0.1.1.1
This commit is contained in:
parent
6d7dabda6f
commit
069a970a81
14
pkgs/development/libraries/haskell/dependent-map/default.nix
Normal file
14
pkgs/development/libraries/haskell/dependent-map/default.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{ cabal, dependentSum }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "dependent-map";
|
||||||
|
version = "0.1.1.1";
|
||||||
|
sha256 = "1p5a5qahw7i6cvb0g0g1bv9gzy6jlxr5vb3hp8gahm210zw8g990";
|
||||||
|
buildDepends = [ dependentSum ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/mokus0/dependent-map";
|
||||||
|
description = "Dependent finite maps (partial dependent products)";
|
||||||
|
license = "unknown";
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user