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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "monoid-transformer";
  version = "0.0.3";
  sha256 = "1f06ppvv50w5pacm4bs89zwkydih626cgbd2z6xqbp8cmhg6dj4l";
  meta = {
    description = "Monoid counterparts to some ubiquitous monad transformers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})