From c7173f3db8f03fbe58ee9196b8e8bc2e9ddcd740 Mon Sep 17 00:00:00 2001 From: Diego Diverio Date: Mon, 13 Feb 2023 12:25:16 +0100 Subject: [PATCH] Release Icepeak 1.2.0 Choice of version was made following the Haskell PVP. --- server/package.yaml | 4 ++-- server/server.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/package.yaml b/server/package.yaml index 3e54606..cfef2a4 100644 --- a/server/package.yaml +++ b/server/package.yaml @@ -1,6 +1,6 @@ name: icepeak # Note: We follow the PVP here, required by Hackage -version: '1.1.0.0' +version: '1.2.0.0' license: BSD3 homepage: https://github.com/channable/icepeak bug-reports: https://github.com/channable/icepeak/issues @@ -9,7 +9,7 @@ author: Channable maintainer: rkrzr description: Icepeak is a fast JSON document store with push notification support. synopsis: A fast JSON document store with push notification support. -copyright: (c) 2022, Channable +copyright: (c) 2023, Channable ghc-options: - -Wall diff --git a/server/server.nix b/server/server.nix index 975afe7..869626b 100644 --- a/server/server.nix +++ b/server/server.nix @@ -43,7 +43,7 @@ mkDerivation { pname = "icepeak"; - version = "1.1.0"; + version = "1.2.0"; # Opt in to hpack. We don't commit the cabal file in our repo currently. buildTools = [ hpack ];