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 <mail@profpatsch.de>
Tested-by: BuildkiteCI
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Profpatsch 2023-05-28 17:20:48 +02:00
parent 909b4fafb8
commit 6a15e8e71a
11 changed files with 108 additions and 123 deletions

View file

@ -7,7 +7,6 @@ maintainer: mail@profpatsch.de
library
exposed-modules:
MyPrelude
Label
Pretty
Data.Error.Tree
Aeson
@ -21,6 +20,7 @@ library
-- other-extensions:
build-depends:
base >=4.15 && <5
, pa-label
, aeson
, aeson-better-errors
, PyF