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 --- users/Profpatsch/mailbox-org/default.nix | 1 + users/Profpatsch/mailbox-org/mailbox-org.cabal | 1 + 2 files changed, 2 insertions(+) (limited to 'users/Profpatsch/mailbox-org') diff --git a/users/Profpatsch/mailbox-org/default.nix b/users/Profpatsch/mailbox-org/default.nix index cd419047223f..0387c7b12de3 100644 --- a/users/Profpatsch/mailbox-org/default.nix +++ b/users/Profpatsch/mailbox-org/default.nix @@ -15,6 +15,7 @@ let depot.users.Profpatsch.my-prelude depot.users.Profpatsch.execline.exec-helpers-hs depot.users.Profpatsch.arglib.netencode.haskell + pkgs.haskellPackages.pa-prelude pkgs.haskellPackages.aeson pkgs.haskellPackages.http-conduit pkgs.haskellPackages.aeson-better-errors diff --git a/users/Profpatsch/mailbox-org/mailbox-org.cabal b/users/Profpatsch/mailbox-org/mailbox-org.cabal index fe65da409df6..c4b04ce66de2 100644 --- a/users/Profpatsch/mailbox-org/mailbox-org.cabal +++ b/users/Profpatsch/mailbox-org/mailbox-org.cabal @@ -10,6 +10,7 @@ executable mailbox-org build-depends: base >=4.15 && <5, my-prelude, + pa-label, exec-helpers, netencode, text, -- cgit 1.4.1