Commit c62e6f3 1 parent 1aaa873 commit c62e6f3 Copy full SHA for c62e6f3
File tree 4 files changed +7
-11
lines changed
4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Configure and Freeze for Cache
33
33
run : |
34
+ mv cabal.project.ci cabal.project
34
35
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct -ftools
35
36
cabal freeze
36
37
Original file line number Diff line number Diff line change 1
- Revision History for zxcvbn-hs
2
- ==============================
1
+ # Revision History
3
2
4
- 0.3.0.0 (?)
5
- ----------------------------
3
+ ## 0.3.0.0 (October 29, 2020)
6
4
7
5
* Added a ` ToJSON ` instance to the ` Score ` type.
8
6
9
- 0.2.1.0 (September 25, 2019)
10
- ----------------------------
7
+ ## 0.2.1.0 (September 25, 2019)
11
8
12
9
* Export the entire ` HasConfig ` class so external code can use the
13
10
` config ` lens.
14
11
15
- 0.2.0.0 (September 12, 2019)
16
- ----------------------------
12
+ ## 0.2.0.0 (September 12, 2019)
17
13
18
14
* Make it possible for external projects to use the code generation
19
15
tool (` zxcvbn-tools ` )
20
16
21
17
* Due to the ` binary-orphans -> binary-instances ` rename this
22
18
package now only compiles under ` nixpkgs-unstable ` .
23
19
24
- 0.1.0.0 (September 10, 2019)
25
- ----------------------------
20
+ ## 0.1.0.0 (September 10, 2019)
26
21
27
22
* Initial (unreleased) version
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : zxcvbn-hs
3
- version : 0.3.0.1
3
+ version : 0.3.0.0
4
4
synopsis : Password strength estimation based on zxcvbn.
5
5
license : MIT
6
6
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments