Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 18, 2023
1 parent 2f3302b commit c8b4ab3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.6.2

* Expose environment packages as `legacyPackages.<system>.<env>.<package>` for each entry in `ghcVersions`.
* Expose local packages, `ghc` and `pkgs` for each env as `legacyPackages.<system>.env.<env>.{<package>,ghc,pkgs}`.
Expand Down
2 changes: 1 addition & 1 deletion ops/version.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0.6.1"
"0.6.2"
2 changes: 1 addition & 1 deletion packages/hix/hix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: hix
version: 0.6.1
version: 0.6.2
synopsis: Haskell/Nix development build tools
description: See https://hackage.haskell.org/package/hix/docs/Hix.html
category: Build
Expand Down
2 changes: 1 addition & 1 deletion test/hackage/root/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Unreleased
# 0.6.2
2 changes: 1 addition & 1 deletion test/hackage/root/changelog
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Unreleased: feature 1
0.6.2: feature 1

0 comments on commit c8b4ab3

Please sign in to comment.