about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-04-13 14:13:40 +0200
committersternenseemann <sternenseemann@systemli.org>2023-04-13 14:13:40 +0200
commit35c00c639a2addcb3553437062fe8ced8ccf16d8 (patch)
tree6de00cc7bc2742ce5911d2bfb31c88caba988e96 /maintainers/scripts
parentbe1ad3419a740a71dfa1d540553a4a85e7df7ce6 (diff)
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.
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/haskell/update-stackage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh
index 4acb76233c624..4fee4330843ff 100755
--- a/maintainers/scripts/haskell/update-stackage.sh
+++ b/maintainers/scripts/haskell/update-stackage.sh
@@ -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' \