Skip to content

Commit c62e6f3

Browse files
committed
Only use `cabal.project' when running under CI
1 parent 1aaa873 commit c62e6f3

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Configure and Freeze for Cache
3333
run: |
34+
mv cabal.project.ci cabal.project
3435
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct -ftools
3536
cabal freeze
3637

CHANGELOG.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1-
Revision History for zxcvbn-hs
2-
==============================
1+
# Revision History
32

4-
0.3.0.0 (?)
5-
----------------------------
3+
## 0.3.0.0 (October 29, 2020)
64

75
* Added a `ToJSON` instance to the `Score` type.
86

9-
0.2.1.0 (September 25, 2019)
10-
----------------------------
7+
## 0.2.1.0 (September 25, 2019)
118

129
* Export the entire `HasConfig` class so external code can use the
1310
`config` lens.
1411

15-
0.2.0.0 (September 12, 2019)
16-
----------------------------
12+
## 0.2.0.0 (September 12, 2019)
1713

1814
* Make it possible for external projects to use the code generation
1915
tool (`zxcvbn-tools`)
2016

2117
* Due to the `binary-orphans -> binary-instances` rename this
2218
package now only compiles under `nixpkgs-unstable`.
2319

24-
0.1.0.0 (September 10, 2019)
25-
----------------------------
20+
## 0.1.0.0 (September 10, 2019)
2621

2722
* Initial (unreleased) version

cabal.project cabal.project.ci

File renamed without changes.

zxcvbn-hs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: zxcvbn-hs
3-
version: 0.3.0.1
3+
version: 0.3.0.0
44
synopsis: Password strength estimation based on zxcvbn.
55
license: MIT
66
license-file: LICENSE

0 commit comments

Comments
 (0)