summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-04 13:38:29 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-04 13:38:46 +0200
commit794bc5e9ed7ebb17822b510f24dcc607e727484d (patch)
tree03f8e5d80404427958f42ed8ef97e7558b6391c3 /pkgs/development/haskell-modules/configuration-common.nix
parente30cf42f0cd541763671baf57d084d89face9463 (diff)
downloadnixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar.gz
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar.bz2
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar.lz
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar.xz
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.tar.zst
nixpkgs-794bc5e9ed7ebb17822b510f24dcc607e727484d.zip
haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8b2151e995b..baa65bb2181 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1793,8 +1793,8 @@ self: super: {
   # https://github.com/obsidiansystems/database-id/issues/1
   database-id-class = doJailbreak super.database-id-class;
 
-  cabal2nix-latest = overrideCabal super.cabal2nix-latest {
-    passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-latest.sh;
+  cabal2nix-unstable = overrideCabal super.cabal2nix-unstable {
+    passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh;
   };
 
   # Too strict version bounds on base and optparse-applicative