-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the package to fix-whitespace
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 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 |
---|---|---|
@@ -1,14 +1,24 @@ | ||
name: fix-agda-whitespace | ||
name: fix-whitespace | ||
version: 0.0.5 | ||
cabal-version: >= 1.8 | ||
build-type: Simple | ||
description: Fixes whitespace issues for Agda sources. | ||
description: Removes trailing whitespace, lines containing only whitespace and ensure that every file ends in a newline character. | ||
maintainer: Liang-Ting Chen <[email protected]> | ||
homepage: https://github.com/agda/fix-whitespace | ||
bug-reports: https://github.com/agda/fix-whitespace/issues | ||
author: fix-whitespace was originally rewritten by Nils Anders Danielsson with contributions from Ulf Norell, Andrés Sicard-Ramírez, Andreas Abel, Philipp Hausmann, Jesper Cockx, Vlad Semenov, and Liang-Ting Chen. | ||
Category: Text | ||
Synopsis: Fixes whitespace issues. | ||
tested-with: GHC == 8.0.2 | ||
GHC == 8.2.2 | ||
GHC == 8.4.4 | ||
GHC == 8.6.5 | ||
|
||
executable fix-agda-whitespace | ||
source-repository head | ||
type: git | ||
location: https://github.com/agda/fix-whitespace.git | ||
|
||
executable fix-whitespace | ||
hs-source-dirs: . | ||
main-is: FixWhitespace.hs | ||
other-modules: ParseConfig | ||
|
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