diff options
author | Profpatsch <mail@profpatsch.de> | 2024-03-03T12·51+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-03T13·25+0000 |
commit | c869f9627e19aec255a6c527dcab550d4de5f8e1 (patch) | |
tree | 09ac06233ac51b5c3f9a26298cc198e83c96d79e /users/Profpatsch/whatcd-resolver/build.ninja | |
parent | 5a086020cbe09784852f231803cd47bc96de5b75 (diff) |
chore(users/Profpatsch): misc small improvements r/7636
Change-Id: I8fc128391196da22f03bac76a6c621f2cee73334 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11084 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/build.ninja')
-rw-r--r-- | users/Profpatsch/whatcd-resolver/build.ninja | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/users/Profpatsch/whatcd-resolver/build.ninja b/users/Profpatsch/whatcd-resolver/build.ninja deleted file mode 100644 index 026f100a2e82..000000000000 --- a/users/Profpatsch/whatcd-resolver/build.ninja +++ /dev/null @@ -1,29 +0,0 @@ -builddir = .ninja - -rule cabal-run - command = cabal run $target - -rule cabal-repl - command = cabal repl $target - -rule cabal-test - command = cabal test $target - -rule hpack-file - description = hpack $in - command = $ - hpack --force $in $ - && touch $out - -build repl : cabal-repl | cabal-preconditions - target = whatcd-resolver-server - pool = console - -build run : cabal-run | cabal-preconditions - target = whatcd-resolver-server - pool = console - - -build cabal-preconditions : phony whatcd-resolver-server.cabal - -build whatcd-resolver-server.cabal : hpack-file package.yaml |