packages feed

fix-whitespace 0.0.6 → 0.0.7

raw patch · 8 files changed

+11/−24 lines, 8 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  Version history. +## 0.0.7 released 2021-09-07++- Supported GHC 8.10.7.+ ## 0.0.6 released 2021-07-29  - Fix the release version: The tag `0.0.5` on the GitHub repo was released on 14 Oct 2019 while `0.0.5` on Hackage is the commit `1394ec6`.
README.md view
@@ -1,7 +1,7 @@ fix-whitespace: Fixes whitespace issues ======================================= -[![Hackage version](https://img.shields.io/hackage/v/fix-whitespace.svg?label=Hackage)](http://hackage.haskell.org/package/fix-whitespace)+[![Hackage version](https://img.shields.io/hackage/v/fix-whitespace.svg?label=Hackage&color=informational)](http://hackage.haskell.org/package/fix-whitespace) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/fix-whitespace/badge)](https://matrix.hackage.haskell.org/package/fix-whitespace) [![fix-whitespace on Stackage Nightly](https://stackage.org/package/fix-whitespace/badge/nightly)](https://stackage.org/nightly/package/fix-whitespace) [![Stackage LTS version](https://www.stackage.org/package/fix-whitespace/badge/lts?label=Stackage)](https://www.stackage.org/package/fix-whitespace)
fix-whitespace.cabal view
@@ -1,5 +1,5 @@ name:            fix-whitespace-version:         0.0.6+version:         0.0.7 cabal-version:   >= 1.10 build-type:      Simple description:     Removes trailing whitespace, lines containing only whitespace and ensure that every file ends in a newline character.@@ -15,11 +15,8 @@                  GHC == 8.2.2                  GHC == 8.4.4                  GHC == 8.6.5-                 GHC == 8.8.3                  GHC == 8.8.4-                 GHC == 8.10.3-                 GHC == 8.10.4-                 GHC == 8.10.5+                 GHC == 8.10.7                  GHC == 9.0.1  extra-source-files:@@ -30,11 +27,8 @@   stack-8.2.2.yaml   stack-8.4.4.yaml   stack-8.6.5.yaml-  stack-8.8.3.yaml   stack-8.8.4.yaml-  stack-8.10.3.yaml-  stack-8.10.4.yaml-  stack-8.10.5.yaml+  stack-8.10.7.yaml   stack-9.0.1.yaml  source-repository head
− stack-8.10.3.yaml
@@ -1,3 +0,0 @@-resolver: lts-17.2-compiler: ghc-8.10.3-compiler-check: match-exact
− stack-8.10.4.yaml
@@ -1,3 +0,0 @@-resolver: lts-18.4-compiler: ghc-8.10.4-compiler-check: match-exact
− stack-8.10.5.yaml
@@ -1,3 +0,0 @@-resolver: lts-18.4-compiler: ghc-8.10.5-compiler-check: match-exact
+ stack-8.10.7.yaml view
@@ -0,0 +1,3 @@+resolver: lts-18.9+compiler: ghc-8.10.7+compiler-check: match-exact
− stack-8.8.3.yaml
@@ -1,5 +0,0 @@-resolver: lts-16.11-compiler: ghc-8.8.3-compiler-check: match-exact--extra-deps: