Skip to content

Commit d6ab861

Browse files
committed
v2.5.1
1 parent 2afc9d5 commit d6ab861

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

ChangeLog.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
# Changelog
22

3-
## Unreleased changes
43

5-
Release notes:
6-
7-
**Changes since v2.5.0.1**
8-
9-
Major changes:
10-
11-
Behavior changes:
12-
13-
Other enhancements:
14-
15-
Bug fixes:
16-
17-
18-
## v2.5.0.1 (release candidate)
4+
## v2.5.1
195

206
**Changes since v2.3.3**
217

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '2.5.0.2'
2+
version: '2.5.1'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack-ghc-810.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-09-23
1+
resolver: nightly-2020-10-14
22

33
packages:
44
- .

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: f324825f9789ef2e08af344af8559352bd3620f251c6d4123e28a24df8159ea6
7+
-- hash: 265e6df5e6ccdf8dbeba4610b98ea6a3d437577cf7be6745d7dc94e4205de09a
88

99
name: stack
10-
version: 2.5.0.2
10+
version: 2.5.1
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)