Skip to content

Commit 5908d6a

Browse files
Merge pull request #633 from NixOS/distribution-nixpkgs-1.7.1.1
distribution-nixpkgs: prepare release 1.7.1.1
2 parents 3d543b6 + 7932b9a commit 5908d6a

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

cabal2nix/cabal2nix.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ category: Distribution, Nix
1717
homepage: https://github.com/nixos/cabal2nix#readme
1818
bug-reports: https://github.com/nixos/cabal2nix/issues
1919
build-type: Simple
20-
extra-source-files: README.md
20+
extra-doc-files: README.md
2121
CHANGELOG.md
22-
test/golden-test-cases/*.cabal
22+
extra-source-files: test/golden-test-cases/*.cabal
2323
test/golden-test-cases/*.nix.golden
2424
cabal-version: 1.24
2525

distribution-nixpkgs/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for distribution-nixpkgs
22

3+
## 1.7.1.1
4+
5+
* Adapt test suite to added representation of `RISCV64` and
6+
`LoongArch64` architectures in Cabal 3.12.
7+
38
## 1.7.1
49

510
* GHC and nixpkgs now

distribution-nixpkgs/distribution-nixpkgs.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: distribution-nixpkgs
2-
version: 1.7.1
2+
version: 1.7.1.1
33
synopsis: Types and functions to manipulate the Nixpkgs distribution
44
description: Types and functions to represent, query, and manipulate the Nixpkgs distribution.
55
license: BSD3
@@ -11,11 +11,11 @@ category: Distribution, Nix
1111
homepage: https://github.com/NixOS/cabal2nix/tree/master/distribution-nixpkgs#readme
1212
bug-reports: https://github.com/NixOS/cabal2nix/issues
1313
build-type: Simple
14-
cabal-version: >= 1.10
14+
cabal-version: 1.18
1515
data-files: derivation-attr-paths.nix
16-
extra-source-files: CHANGELOG.md
16+
extra-doc-files: CHANGELOG.md
1717
README.md
18-
test/data/all-system-tuples.json
18+
extra-source-files: test/data/all-system-tuples.json
1919

2020
source-repository head
2121
type: git

hackage-db/hackage-db.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ category: Distribution
1414
homepage: https://github.com/NixOS/cabal2nix/tree/master/hackage-db#readme
1515
bug-reports: https://github.com/NixOS/cabal2nix/issues
1616
build-type: Simple
17-
cabal-version: >= 1.10
18-
extra-source-files: README.md
17+
cabal-version: 1.18
18+
extra-doc-files: README.md
1919
CHANGELOG.md
2020

2121
source-repository head

language-nix/language-nix.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ category: Distribution, Language, Nix
1212
homepage: https://github.com/NixOS/cabal2nix/tree/master/language-nix#readme
1313
bug-reports: https://github.com/NixOS/cabal2nix/issues
1414
build-type: Simple
15-
cabal-version: >= 1.10
15+
cabal-version: 1.18
16+
extra-doc-files: README.md
17+
-- TODO: add changelog
1618

1719
source-repository head
1820
type: git

0 commit comments

Comments
 (0)