diff --git a/distribution-nixpkgs/CHANGELOG.md b/distribution-nixpkgs/CHANGELOG.md index 056237cf..995e0741 100644 --- a/distribution-nixpkgs/CHANGELOG.md +++ b/distribution-nixpkgs/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for distribution-nixpkgs +## 1.7.1.1 + +* Adapt test suite to added representation of `RISCV64` and + `LoongArch64` architectures in Cabal 3.12. + ## 1.7.1 * GHC and nixpkgs now diff --git a/distribution-nixpkgs/distribution-nixpkgs.cabal b/distribution-nixpkgs/distribution-nixpkgs.cabal index c876d70e..710e851f 100644 --- a/distribution-nixpkgs/distribution-nixpkgs.cabal +++ b/distribution-nixpkgs/distribution-nixpkgs.cabal @@ -1,5 +1,5 @@ name: distribution-nixpkgs -version: 1.7.1 +version: 1.7.1.1 synopsis: Types and functions to manipulate the Nixpkgs distribution description: Types and functions to represent, query, and manipulate the Nixpkgs distribution. license: BSD3