about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/fmlist/default.nix
blob: 1fbdedf76be38d963e42d9c5ed4f07843df53f24 (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 = "fmlist";
  version = "0.8";
  sha256 = "1knr9yh58fwjpkm37hvrqghlchf5qibwf9q52app6zh3ys999rrs";
  meta = {
    description = "FoldMap lists";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})