Skip to content

Commit

Permalink
Remove extraneous text from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed May 29, 2023
1 parent 3805835 commit 13b11f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ exe : $(LEXER_HS)

init: ## Set up git hooks and ignored revisions
@git config core.hooksPath .githooks
## TODO

style: ## Run the code styler
@find Cabal Cabal-syntax cabal-install -name '*.hs' \
Expand Down
4 changes: 2 additions & 2 deletions changelog.d/pr-8978
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
synopsis: Use the latest cabal spec in the interactive project init
synopsis: Use the latest cabal spec in the interactive package init
packages: cabal-install
prs: #8978

description: {

`cabal init` will now suggest version spec 3.4 for new projects
`cabal init` will now suggest version spec 3.4 when initialising new packages

}

0 comments on commit 13b11f0

Please sign in to comment.