Skip to content

Commit

Permalink
chore: Remove hie.yaml Makefile target (#4361)
Browse files Browse the repository at this point in the history
The generated file already exists in our repo and won't change.
  • Loading branch information
supersven authored Dec 5, 2024
1 parent 7917bc6 commit d819885
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,6 @@ db-migrate: c
libzauth:
$(MAKE) -C libs/libzauth install

#################################
# Useful when using Haskell IDE Engine
# https://github.com/haskell/haskell-ide-engine
#
# Run this again after changes to libraries or dependencies.
.PHONY: hie.yaml
hie.yaml:
echo -e 'cradle:\n cabal: {}' > hie.yaml

#####################################
# Today we pretend to be CI and run integration tests on kubernetes
# (see also docs/developer/processes.md)
Expand Down

0 comments on commit d819885

Please sign in to comment.