summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/reverse-apply/default.nix
blob: 8f39027b251527b56fb4db0249015f25b3085f6d (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 = "reverse-apply";
  version = "2.0.1";
  sha256 = "0iw1j2xr5dy29a1bwcg7fqk3lv72izr0nhj31rn45w53py1367nb";
  meta = {
    description = "Standard version of the reverse apply operator";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})