-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arthur Soulié
committed
May 20, 2022
1 parent
7d3d86b
commit 761ebed
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ cabal-version: 1.12 | |
-- see: https://github.com/sol/hpack | ||
|
||
name: haskell-style-checker | ||
version: 2.1.0.0 | ||
version: 2.2.0.0 | ||
description: Please see the README on GitHub at <https://github.com/Epitech/haskell-style-checker#readme> | ||
homepage: https://github.com/Epitech/haskell-style-checker#readme | ||
bug-reports: https://github.com/Epitech/haskell-style-checker/issues | ||
|
@@ -14,6 +14,9 @@ author: Arthur Soulié, | |
maintainer: [email protected] | ||
license: BSD3 | ||
build-type: Simple | ||
extra-source-files: | ||
README.md | ||
ChangeLog.md | ||
|
||
source-repository head | ||
type: git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
name: haskell-style-checker | ||
version: 2.1.0.0 | ||
version: 2.2.0.0 | ||
github: "Epitech/haskell-style-checker" | ||
license: BSD3 | ||
author: ["Arthur Soulié", "Marc Planard"] | ||
maintainer: "[email protected]" | ||
|
||
description: Please see the README on GitHub at <https://github.com/Epitech/haskell-style-checker#readme> | ||
extra-source-files: | ||
- README.md | ||
- ChangeLog.md | ||
|
||
dependencies: | ||
- base >= 4.7 && < 5 | ||
|