about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/zipper/default.nix
blob: f2db123aa1796ae2bfc4a5c9a0e16d16ceed2e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})