feat(users/Profpatsch/MyPrelude): add Arg

Change-Id: I218562c924489ff9cba783dc88ecb8e777c8aac3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11656
Reviewed-by: Profpatsch <mail@profpatsch.de>
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
This commit is contained in:
Profpatsch 2024-05-13 16:02:05 +02:00 committed by clbot
parent 53163de836
commit 5ea5dff597
3 changed files with 36 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pkgs.haskellPackages.mkDerivation {
src = depot.users.Profpatsch.exactSource ./. [
./my-prelude.cabal
./src/Aeson.hs
./src/Arg.hs
./src/AtLeast.hs
./src/MyPrelude.hs
./src/Test.hs