Skip to content

Commit

Permalink
Release Icepeak version 1.0.0
Browse files Browse the repository at this point in the history
Icepeak has been stable for years, with no known issues. Let's do the
1.0 release!

Changelog:

- This is the 1.0 release!
- Stack has been bumped from 17.2 to 19.32
- Breaking changes from upgraded dependencies have been fixed
- We now use niv for pinning nixpkgs
- We now build nix derivations in parallel on CI
- Unused imports have been removed
  • Loading branch information
rkrzr committed Nov 15, 2022
1 parent 1c4e5ee commit 46eaa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: icepeak
# Note: We follow the PVP here, required by Hackage
version: '0.7.6.0'
version: '1.0.0.0'
license: BSD3
homepage: https://github.com/channable/icepeak
bug-reports: https://github.com/channable/icepeak/issues
Expand Down
2 changes: 1 addition & 1 deletion server/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

mkDerivation {
pname = "icepeak";
version = "0.7.6";
version = "1.0.0";

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

0 comments on commit 46eaa1c

Please sign in to comment.