Skip to content

Commit f2e69af

Browse files
authored
Merge pull request #20 from L-TChen/master
Release 0.0.6 to fix the version number
2 parents 0cc85fc + b367f75 commit f2e69af

File tree

8 files changed

+30
-48
lines changed

8 files changed

+30
-48
lines changed

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-18.04
77
strategy:
88
matrix:
9-
ghc-ver: [9.0.1, 8.10.4, 8.10.3, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
9+
ghc-ver: [9.0.1, 8.10.5, 8.10.4, 8.10.3, 8.8.4, 8.8.3, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
1010
env:
1111
ARGS: "--stack-yaml stack-${{ matrix.ghc-ver }}.yaml --no-terminal --system-ghc"
1212

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Version history.
44

5+
## 0.0.6 released 2021-07-29
6+
7+
- 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`.
8+
- Include `-Wall` and `-Wcompact` during compilation.
9+
- Update `stack-x.y.z.yaml` and add `stack-8.10.5.yaml`.
10+
511
## 0.0.5 released 2021-03-11
612

7-
- initial release
8-
- tested with GHC 8.0.2 - 9.0.1
13+
- initial release.
14+
- tested with GHC 8.0.2 - 9.0.1.

fix-whitespace.cabal

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fix-whitespace
2-
version: 0.0.5
2+
version: 0.0.6
33
cabal-version: >= 1.10
44
build-type: Simple
55
description: Removes trailing whitespace, lines containing only whitespace and ensure that every file ends in a newline character.
@@ -15,14 +15,27 @@ tested-with: GHC == 8.0.2
1515
GHC == 8.2.2
1616
GHC == 8.4.4
1717
GHC == 8.6.5
18+
GHC == 8.8.3
1819
GHC == 8.8.4
1920
GHC == 8.10.3
2021
GHC == 8.10.4
22+
GHC == 8.10.5
2123
GHC == 9.0.1
2224

2325
extra-source-files:
2426
CHANGELOG.md
2527
README.md
28+
fix-whitespace.yaml
29+
stack-8.0.2.yaml
30+
stack-8.2.2.yaml
31+
stack-8.4.4.yaml
32+
stack-8.6.5.yaml
33+
stack-8.8.3.yaml
34+
stack-8.8.4.yaml
35+
stack-8.10.3.yaml
36+
stack-8.10.4.yaml
37+
stack-8.10.5.yaml
38+
stack-9.0.1.yaml
2639

2740
source-repository head
2841
type: git

stack-8.10.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-17.0
1+
resolver: lts-17.2
22
compiler: ghc-8.10.3
33
compiler-check: match-exact

stack-8.10.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-17.3
1+
resolver: lts-18.4
22
compiler: ghc-8.10.4
33
compiler-check: match-exact

stack-8.10.5.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-18.4
2+
compiler: ghc-8.10.5
3+
compiler-check: match-exact

stack-8.8.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-16.26
1+
resolver: lts-16.31
22
compiler: ghc-8.8.4
33
compiler-check: match-exact
44

stack-9.0.1.yaml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,7 @@
1-
resolver: ghc-9.0.1
1+
resolver: nightly-2021-07-29
22
compiler: ghc-9.0.1
33
compiler-check: match-exact
44

5-
extra-deps:
6-
- aeson-1.5.5.1
7-
- assoc-1.0.2
8-
- attoparsec-0.13.2.4
9-
- base-compat-0.11.2
10-
- base-compat-batteries-0.11.2
11-
- base-orphans-0.8.4
12-
- bifunctors-5.5.10
13-
- clock-0.8.2
14-
- comonad-5.0.8
15-
- conduit-1.3.4
16-
- data-fix-0.3.1
17-
- distributive-0.6.2.1
18-
- dlist-1.0
19-
- extra-1.7.9
20-
- indexed-traversable-0.1.1
21-
- integer-logarithms-1.0.3.1
22-
- filepattern-0.1.2
23-
- hashable-1.3.1.0
24-
- libyaml-0.1.2
25-
- mono-traversable-1.0.15.1
26-
- primitive-0.7.1.0
27-
- random-1.2.0
28-
- resourcet-1.2.4.2
29-
- scientific-0.3.6.2
30-
- split-0.2.3.4
31-
- splitmix-0.1.0.3
32-
- strict-0.4.0.1
33-
- tagged-0.8.6.1
34-
- th-abstraction-0.4.2.0
35-
- these-1.1.1.1
36-
- time-compat-1.9.5
37-
- transformers-compat-0.6.6
38-
- unliftio-core-0.2.0.1
39-
- unordered-containers-0.2.13.0
40-
- uuid-types-1.0.4
41-
- vector-0.12.2.0
42-
- vector-algorithms-0.8.0.4
43-
- yaml-0.11.5.0
44-
455
flags:
466
transformers-compat:
477
five-three: true

0 commit comments

Comments
 (0)