Skip to content

Commit 9a595e5

Browse files
authored
Merge pull request #16 from commercialhaskell/auto-update-deps
Update dependencies
2 parents ebb47e3 + 290ffbd commit 9a595e5

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/packages/Cabal-syntax.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ mkDerivation {
1616
libraryToolDepends = [ alex ];
1717
homepage = "http://www.haskell.org/cabal/";
1818
description = "A library for working with .cabal files";
19-
license = lib.licenses.bsd3;
19+
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
2020
}

nix/packages/Cabal.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ mkDerivation {
1717
doCheck = false;
1818
homepage = "http://www.haskell.org/cabal/";
1919
description = "A framework for packaging Haskell software";
20-
license = lib.licenses.bsd3;
20+
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
2121
}

nix/packages/amazonka-core.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ mkDerivation {
3232
];
3333
homepage = "https://github.com/brendanhay/amazonka";
3434
description = "Core data types and functionality for Amazonka libraries";
35-
license = lib.licenses.mpl20;
35+
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
3636
}

nix/packages/amazonka-s3.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ mkDerivation {
2020
];
2121
homepage = "https://github.com/brendanhay/amazonka";
2222
description = "Amazon Simple Storage Service SDK";
23-
license = lib.licenses.mpl20;
23+
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
2424
}

nix/packages/amazonka-sso.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ mkDerivation {
2020
];
2121
homepage = "https://github.com/brendanhay/amazonka";
2222
description = "Amazon Single Sign-On SDK";
23-
license = lib.licenses.mpl20;
23+
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
2424
}

nix/packages/amazonka-sts.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ mkDerivation {
2020
];
2121
homepage = "https://github.com/brendanhay/amazonka";
2222
description = "Amazon Security Token Service SDK";
23-
license = lib.licenses.mpl20;
23+
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
2424
}

nix/packages/amazonka.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ mkDerivation {
2626
];
2727
homepage = "https://github.com/brendanhay/amazonka";
2828
description = "Comprehensive Amazon Web Services SDK";
29-
license = lib.licenses.mpl20;
29+
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
3030
}

0 commit comments

Comments
 (0)