We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7a6e9 commit 0c386ebCopy full SHA for 0c386eb
server/package.yaml
@@ -1,6 +1,6 @@
1
name: icepeak
2
# Note: We follow the PVP here, required by Hackage
3
-version: '1.3.0.0'
+version: '1.4.0.0'
4
license: BSD3
5
homepage: https://github.com/channable/icepeak
6
bug-reports: https://github.com/channable/icepeak/issues
server/server.nix
@@ -43,7 +43,7 @@
43
44
mkDerivation {
45
pname = "icepeak";
46
- version = "1.3.0";
+ version = "1.4.0";
47
48
# Opt in to hpack. We don't commit the cabal file in our repo currently.
49
buildTools = [ hpack ];
0 commit comments