Skip to content

Commit

Permalink
add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed May 29, 2023
1 parent f32bd5b commit 8ffe059
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
9 changes: 9 additions & 0 deletions changelog.d/pr-8978
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 when initialising new packages

}

0 comments on commit 8ffe059

Please sign in to comment.