mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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!
|
||||
|
||||
{ cabal, transformers }:
|
||||
{ cabal, cleanUnions, elevator, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "minioperational";
|
||||
version = "0.4.6";
|
||||
sha256 = "0ir15l9ks4wik5wmhc9v23d2wlh4v499a52pzzsl8w40406lm5ln";
|
||||
buildDepends = [ transformers ];
|
||||
version = "0.4.8.1";
|
||||
sha256 = "02nkgbpf1dky7h3n99j9m3101wyfahcdx5wk5vidvf9snl5vy1w9";
|
||||
buildDepends = [ cleanUnions elevator transformers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/fumieval/minioperational";
|
||||
description = "fast and simple operational monad";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user