From 6a15e8e71ab318b47e4c62d90f8e541b45df7fd4 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 28 May 2023 17:20:48 +0200 Subject: chore(users/Profpatsch): replace Label with pa-label We upstreamed some of these modules to hackage, so I can get rid of it here. Change-Id: I70e1e864a81029cadbbd96cc019a768728431cff Reviewed-on: https://cl.tvl.fyi/c/depot/+/8659 Reviewed-by: Profpatsch Tested-by: BuildkiteCI Autosubmit: Profpatsch Reviewed-by: sterni --- third_party/overlays/haskell/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'third_party/overlays/haskell/default.nix') diff --git a/third_party/overlays/haskell/default.nix b/third_party/overlays/haskell/default.nix index 8c4871fb084a..ca3a1d29830c 100644 --- a/third_party/overlays/haskell/default.nix +++ b/third_party/overlays/haskell/default.nix @@ -29,6 +29,11 @@ in # TODO: this is to fix a bug in dhall-nix dhall = dhall-source "dhall" hsSuper.dhall; dhall-nix = dhall-source "dhall-nix" hsSuper.dhall-nix; + + pa-prelude = hsSelf.callPackage ./extra-pkgs/pa-prelude-0.1.0.0.nix { }; + pa-error-tree = hsSelf.callPackage ./extra-pkgs/pa-error-tree-0.1.0.0.nix { }; + pa-field-parser = hsSelf.callPackage ./extra-pkgs/pa-field-parser-0.1.0.1.nix { }; + pa-label = hsSelf.callPackage ./extra-pkgs/pa-label-0.1.0.1.nix { }; }; }; -- cgit 1.4.1