summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/minioperational/default.nix
blob: d037645682f21f32dba733bb2980a64b148c129d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, transformers }:

cabal.mkDerivation (self: {
  pname = "minioperational";
  version = "0.4.6";
  sha256 = "0ir15l9ks4wik5wmhc9v23d2wlh4v499a52pzzsl8w40406lm5ln";
  buildDepends = [ 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;
  };
})