diff --git a/lib/IHP/Makefile.dist b/lib/IHP/Makefile.dist index 3262d0a03..5358d4cb4 100644 --- a/lib/IHP/Makefile.dist +++ b/lib/IHP/Makefile.dist @@ -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 - @@ -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 \ No newline at end of file + sed -i '' 's/haskellDeps/optimized = true;\n haskellDeps/g' default.nix