Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distribution-nixpkgs: prepare release 1.7.1.1 #633

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cabal2nix/cabal2nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ category: Distribution, Nix
homepage: https://github.com/nixos/cabal2nix#readme
bug-reports: https://github.com/nixos/cabal2nix/issues
build-type: Simple
extra-source-files: README.md
extra-doc-files: README.md
CHANGELOG.md
test/golden-test-cases/*.cabal
extra-source-files: test/golden-test-cases/*.cabal
test/golden-test-cases/*.nix.golden
cabal-version: 1.24

Expand Down
5 changes: 5 additions & 0 deletions distribution-nixpkgs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions distribution-nixpkgs/distribution-nixpkgs.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,11 +11,11 @@ category: Distribution, Nix
homepage: https://github.com/NixOS/cabal2nix/tree/master/distribution-nixpkgs#readme
bug-reports: https://github.com/NixOS/cabal2nix/issues
build-type: Simple
cabal-version: >= 1.10
cabal-version: 1.18
data-files: derivation-attr-paths.nix
extra-source-files: CHANGELOG.md
extra-doc-files: CHANGELOG.md
README.md
test/data/all-system-tuples.json
extra-source-files: test/data/all-system-tuples.json

source-repository head
type: git
Expand Down
4 changes: 2 additions & 2 deletions hackage-db/hackage-db.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ category: Distribution
homepage: https://github.com/NixOS/cabal2nix/tree/master/hackage-db#readme
bug-reports: https://github.com/NixOS/cabal2nix/issues
build-type: Simple
cabal-version: >= 1.10
extra-source-files: README.md
cabal-version: 1.18
extra-doc-files: README.md
CHANGELOG.md

source-repository head
Expand Down
4 changes: 3 additions & 1 deletion language-nix/language-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ category: Distribution, Language, Nix
homepage: https://github.com/NixOS/cabal2nix/tree/master/language-nix#readme
bug-reports: https://github.com/NixOS/cabal2nix/issues
build-type: Simple
cabal-version: >= 1.10
cabal-version: 1.18
extra-doc-files: README.md
-- TODO: add changelog

source-repository head
type: git
Expand Down
Loading