Skip to content

Commit 0c386eb

Browse files
author
Diego Diverio
committed
Release Icepeak 1.4.0.
1 parent 5e7a6e9 commit 0c386eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: icepeak
22
# Note: We follow the PVP here, required by Hackage
3-
version: '1.3.0.0'
3+
version: '1.4.0.0'
44
license: BSD3
55
homepage: https://github.com/channable/icepeak
66
bug-reports: https://github.com/channable/icepeak/issues

server/server.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
mkDerivation {
4545
pname = "icepeak";
46-
version = "1.3.0";
46+
version = "1.4.0";
4747

4848
# Opt in to hpack. We don't commit the cabal file in our repo currently.
4949
buildTools = [ hpack ];

0 commit comments

Comments
 (0)