Skip to content

Commit ba07e5c

Browse files
committed
Bump cabal format version
1 parent aa4e16e commit ba07e5c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

cabal2nix/cabal2nix.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 2.2
12
name: cabal2nix
23
version: 2.21.3
34
synopsis: Convert Cabal files into Nix build instructions.
@@ -6,7 +7,7 @@ description:
67
version by running:
78
.
89
> nix-env -i cabal2nix
9-
license: BSD3
10+
license: BSD-3-Clause
1011
license-file: LICENSE
1112
author: Peter Simons <simons@cryp.to>
1213
-- list all contributors: git log --pretty='%an' | sort | uniq
@@ -21,7 +22,6 @@ extra-doc-files: README.md
2122
CHANGELOG.md
2223
extra-source-files: test/golden-test-cases/*.cabal
2324
test/golden-test-cases/*.nix.golden
24-
cabal-version: 1.24
2525

2626
source-repository head
2727
type: git
@@ -134,5 +134,5 @@ test-suite regression-test
134134
, tasty
135135
, tasty-golden
136136
default-language: Haskell2010
137-
build-tools: cabal2nix
137+
build-tool-depends: cabal2nix:cabal2nix
138138
ghc-options: -threaded -with-rtsopts=-K64K

distribution-nixpkgs/distribution-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
cabal-version: 2.2
12
name: distribution-nixpkgs
23
version: 1.7.1.1
34
synopsis: Types and functions to manipulate the Nixpkgs distribution
45
description: Types and functions to represent, query, and manipulate the Nixpkgs distribution.
5-
license: BSD3
6+
license: BSD-3-Clause
67
license-file: LICENSE
78
author: Peter Simons <simons@cryp.to>
89
maintainer: sternenseemann <sternenseemann@systemli.org>
@@ -11,7 +12,6 @@ category: Distribution, Nix
1112
homepage: https://github.com/NixOS/cabal2nix/tree/master/distribution-nixpkgs#readme
1213
bug-reports: https://github.com/NixOS/cabal2nix/issues
1314
build-type: Simple
14-
cabal-version: 1.18
1515
data-files: derivation-attr-paths.nix
1616
extra-doc-files: CHANGELOG.md
1717
README.md

language-nix/language-nix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
cabal-version: 2.2
12
name: language-nix
23
version: 2.3.0
34
synopsis: Data types and functions to represent the Nix language
45
description: Data types and useful functions to represent and manipulate the Nix
56
language.
6-
license: BSD3
7+
license: BSD-3-Clause
78
license-file: LICENSE
89
author: Peter Simons
910
maintainer: simons@cryp.to
@@ -12,7 +13,6 @@ category: Distribution, Language, Nix
1213
homepage: https://github.com/NixOS/cabal2nix/tree/master/language-nix#readme
1314
bug-reports: https://github.com/NixOS/cabal2nix/issues
1415
build-type: Simple
15-
cabal-version: 1.18
1616
extra-doc-files: README.md
1717
CHANGELOG.md
1818

0 commit comments

Comments
 (0)