mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-minioperational: update to 0.4.8.1
This commit is contained in:
parent
891a293aa6
commit
811cc55739
@ -1,16 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, transformers }:
|
{ cabal, cleanUnions, elevator, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "minioperational";
|
pname = "minioperational";
|
||||||
version = "0.4.6";
|
version = "0.4.8.1";
|
||||||
sha256 = "0ir15l9ks4wik5wmhc9v23d2wlh4v499a52pzzsl8w40406lm5ln";
|
sha256 = "02nkgbpf1dky7h3n99j9m3101wyfahcdx5wk5vidvf9snl5vy1w9";
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ cleanUnions elevator transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fumieval/minioperational";
|
homepage = "https://github.com/fumieval/minioperational";
|
||||||
description = "fast and simple operational monad";
|
description = "fast and simple operational monad";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user