fix-whitespace 0.0.9 → 0.0.10
raw patch · 10 files changed
+28/−10 lines, 10 filesdep ~filepattern
Dependency ranges changed: filepattern
Files
- CHANGELOG.md +7/−0
- fix-whitespace.cabal +5/−4
- stack-8.0.2.yaml +1/−1
- stack-8.10.7.yaml +3/−0
- stack-8.2.2.yaml +1/−1
- stack-8.4.4.yaml +1/−1
- stack-8.6.5.yaml +1/−1
- stack-8.8.4.yaml +1/−0
- stack-9.0.2.yaml +4/−1
- stack-9.2.4.yaml +4/−1
CHANGELOG.md view
@@ -2,6 +2,13 @@ Version history. +## 0.0.10 released 2022-08-21++- Symlink problem+ [#9](https://github.com/agda/fix-whitespace/issues/9)+ fixed in dependency `filepattern-0.1.3`.+- Tested with GHC 8.0.2 - 9.4.1.+ ## 0.0.9 released 2022-08-10 - New option `--tab` to set tab-size or keep tabs
fix-whitespace.cabal view
@@ -1,5 +1,5 @@ name: fix-whitespace-version: 0.0.9+version: 0.0.10 cabal-version: 1.24 build-type: Simple description: Removes trailing whitespace, lines containing only whitespace, expands tabs,@@ -54,13 +54,14 @@ , directory >= 1.2.6.2 && < 1.4 , extra >= 1.1 && < 2.0 , filepath >= 1.4.1.0 && < 1.5- , filepattern >= 0.1.2 && < 0.1.3+ , filepattern >= 0.1.3 && < 0.2+ -- filepattern 0.1.3 fixes issue fix-whitespace#9 , text >= 1.2.3.0 && < 1.3 || == 2.0.* , yaml >= 0.8.4 && < 0.12 -- ASR (2018-10-16).- -- text-1.2.3.0 required for supporting GHC 8.4.1, 8.4.2 and- -- 8.4.3. See Issue #3277.+ -- text-1.2.3.0 required for supporting GHC 8.4.1, 8.4.2 and 8.4.3.+ -- See Agda issue #3277. -- The other GHC versions can restrict to >= 1.2.3.1. if impl(ghc < 8.4.1) || impl(ghc > 8.4.3) build-depends: text >= 1.2.3.1
stack-8.0.2.yaml view
@@ -5,4 +5,4 @@ extra-deps: - text-1.2.3.1 - extra-1.7.1- - filepattern-0.1.2+ - filepattern-0.1.3
stack-8.10.7.yaml view
@@ -1,3 +1,6 @@ resolver: lts-18.28 compiler: ghc-8.10.7 compiler-check: match-exact++extra-deps:+ - filepattern-0.1.3
stack-8.2.2.yaml view
@@ -4,4 +4,4 @@ extra-deps: - text-1.2.3.1- - filepattern-0.1.2+ - filepattern-0.1.3
stack-8.4.4.yaml view
@@ -3,4 +3,4 @@ compiler-check: match-exact extra-deps:- - filepattern-0.1.2+ - filepattern-0.1.3
stack-8.6.5.yaml view
@@ -3,4 +3,4 @@ compiler-check: match-exact extra-deps:- - filepattern-0.1.2+ - filepattern-0.1.3
stack-8.8.4.yaml view
@@ -3,3 +3,4 @@ compiler-check: match-exact extra-deps:+ - filepattern-0.1.3
stack-9.0.2.yaml view
@@ -1,3 +1,6 @@-resolver: lts-19.8+resolver: lts-19.20 compiler: ghc-9.0.2 compiler-check: match-exact++extra-deps:+ - filepattern-0.1.3
stack-9.2.4.yaml view
@@ -1,3 +1,6 @@-resolver: nightly-2022-08-04+resolver: nightly-2022-08-19 compiler: ghc-9.2.4 compiler-check: match-exact++extra-deps:+ - filepattern-0.1.3