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:
parent
909b4fafb8
commit
6a15e8e71a
11 changed files with 108 additions and 123 deletions
|
|
@ -7,7 +7,6 @@ pkgs.haskellPackages.mkDerivation {
|
|||
src = depot.users.Profpatsch.exactSource ./. [
|
||||
./my-prelude.cabal
|
||||
./MyPrelude.hs
|
||||
./Label.hs
|
||||
./Pretty.hs
|
||||
./Data/Error/Tree.hs
|
||||
./Aeson.hs
|
||||
|
|
@ -18,6 +17,7 @@ pkgs.haskellPackages.mkDerivation {
|
|||
isLibrary = true;
|
||||
|
||||
libraryHaskellDepends = [
|
||||
pkgs.haskellPackages.pa-label
|
||||
pkgs.haskellPackages.aeson
|
||||
pkgs.haskellPackages.aeson-better-errors
|
||||
pkgs.haskellPackages.PyF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue