about summary refs log tree commit diff
path: root/haskell-overlay.nix
blob: 959f63c5a03e333f98ea59a21b484c5c17615684 (plain) (blame)
1
2
3
4
5
6
7
{ nixpkgs ? import ./nixpkgs.nix {} }:
let inherit (nixpkgs) pkgs;
in self: super: rec {
  generic-arbitrary = pkgs.haskell.lib.appendPatch
    super.generic-arbitrary
    [ ./build/generic-arbitrary-export-garbitrary.patch ];
}