Skip to content

Commit

Permalink
Remove HLS config initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rvarun11 committed Jan 4, 2024
1 parent 3045fb2 commit 534e885
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ build/RunJobs.hs: build/Generated/Types.hs
echo "main :: IO ()" >> $@
echo "main = runScript Config.config (runJobWorkers (workers RootApplication))" >> $@

hie.yaml: # Configuration for haskell-language-server
echo "cradle:" > hie.yaml
echo " bios:" >> hie.yaml
echo " program: ${IHP_LIB}/.hie-bios" >> hie.yaml

# https://github.com/digitallyinduced/ihp/issues/130
ghci:
ghci -package-env -
Expand All @@ -212,4 +207,4 @@ ghci:
console: ghci ## Start IHP console, alias for 'make ghci'

prepare-optimized-nix-build: ## Sets the 'enabled = true' flags in default.nix, so that a 'nix-build' makes optimized binaries
sed -i '' 's/haskellDeps/optimized = true;\n haskellDeps/g' default.nix
sed -i '' 's/haskellDeps/optimized = true;\n haskellDeps/g' default.nix

0 comments on commit 534e885

Please sign in to comment.