mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
18250b97ae
had added him earlier.
17 lines
512 B
Nix
17 lines
512 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, multirec }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "zipper";
|
|
version = "0.4.2";
|
|
sha256 = "1r8092amq5w9gl5szycl1r7wx87xnmkcapdzcwfa4c3pvxrhjy44";
|
|
buildDepends = [ multirec ];
|
|
meta = {
|
|
homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/Multirec";
|
|
description = "Generic zipper for families of recursive datatypes";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|