mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
haskellPackages.hackage-db: 2.1.2 -> 2.1.3
This update adds support for $CABAL_DIR as well as the new $XDG_CACHE_HOME location of the hackage db. Since we maintain hackage-db, having the latest version always is nice even though it has more reverse dependencies than the other libraries we maintain.
This commit is contained in:
parent
be1ad3419a
commit
35c00c639a
@ -58,6 +58,7 @@ sed -r \
|
||||
-e '/ distribution-nixpkgs /d' \
|
||||
-e '/ jailbreak-cabal /d' \
|
||||
-e '/ language-nix /d' \
|
||||
-e '/ hackage-db /d' \
|
||||
-e '/ cabal-install /d' \
|
||||
-e '/ lsp /d' \
|
||||
-e '/ lsp-types /d' \
|
||||
|
@ -1002,7 +1002,6 @@ default-package-overrides:
|
||||
- gtk-strut ==0.1.3.2
|
||||
- guarded-allocation ==0.0.1
|
||||
- hackage-cli ==0.0.3.6
|
||||
- hackage-db ==2.1.2
|
||||
- hackage-security ==0.6.2.3
|
||||
- haddock-library ==1.10.0
|
||||
- hakyll ==4.15.1.1
|
||||
|
@ -125571,27 +125571,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hackage-db" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, Cabal, containers
|
||||
, directory, exceptions, filepath, tar, time, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hackage-db";
|
||||
version = "2.1.2";
|
||||
sha256 = "1aj82n2ay16zman829gq7s9dkg3qyyavca8hhjfibx8hzg6pmnap";
|
||||
revision = "1";
|
||||
editedCabalFile = "12k9vm584l6glfkj92j1b2498g2sijdb8ypjmbb01yfn2xgbhkiv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring Cabal containers directory exceptions
|
||||
filepath tar time utf8-string
|
||||
];
|
||||
description = "Access cabal-install's Hackage database via Data.Map";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
}) {};
|
||||
|
||||
"hackage-db_2_1_3" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, Cabal, containers
|
||||
, directory, exceptions, filepath, tar, time, utf8-string
|
||||
}:
|
||||
@ -125607,7 +125586,6 @@ self: {
|
||||
];
|
||||
description = "Access cabal-install's Hackage database via Data.Map";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
}) {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user