From ebe1b400da8eb67ed243dad1a4a2f0f02dbc297a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 20 May 2024 14:03:43 +0200 Subject: [PATCH] distribution-nixpkgs: prepare 1.7.1 release --- distribution-nixpkgs/CHANGELOG.md | 2 +- distribution-nixpkgs/distribution-nixpkgs.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution-nixpkgs/CHANGELOG.md b/distribution-nixpkgs/CHANGELOG.md index 58d2f3edf..056237cf0 100644 --- a/distribution-nixpkgs/CHANGELOG.md +++ b/distribution-nixpkgs/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for distribution-nixpkgs -## Unreleased +## 1.7.1 * GHC and nixpkgs now [use the system double `javascript-ghcjs`](https://github.com/NixOS/nixpkgs/commit/471b9cab41b218080f5e9f4abbc83eaaa60c6abf) diff --git a/distribution-nixpkgs/distribution-nixpkgs.cabal b/distribution-nixpkgs/distribution-nixpkgs.cabal index 712744f81..054d6f06b 100644 --- a/distribution-nixpkgs/distribution-nixpkgs.cabal +++ b/distribution-nixpkgs/distribution-nixpkgs.cabal @@ -1,5 +1,5 @@ name: distribution-nixpkgs -version: 1.7.0.1 +version: 1.7.1 synopsis: Types and functions to manipulate the Nixpkgs distribution description: Types and functions to represent, query, and manipulate the Nixpkgs distribution. license: BSD3