nixpkgs/pkgs/development/libraries/haskell/reverse-apply/default.nix
2015-01-05 03:03:30 +03:00

15 lines
403 B
Nix

# 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;
};
})