summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/cabal2nix-unstable.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-12 00:36:30 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-12 00:36:30 +0200
commit71ffc07f4e3f56301e6b7737667d4a9cc3202a4a (patch)
treed796ffefbbeaed335bc253e63f1b846316b5c12b /pkgs/development/haskell-modules/cabal2nix-unstable.nix
parent922a444b270800e3ea4eda0afc528b0fded02d5a (diff)
haskellPackages.cabal2nix-unstable: 2021-06-10 -> 2021-06-12
Adds support for GHC 9.0.x which we also test by compiling it with all available GHC versions on Hydra.
Diffstat (limited to 'pkgs/development/haskell-modules/cabal2nix-unstable.nix')
-rw-r--r--pkgs/development/haskell-modules/cabal2nix-unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
index a250a7926792..bd88c5e5a0ad 100644
--- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix
+++ b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
@@ -8,10 +8,10 @@
}:
mkDerivation {
pname = "cabal2nix";
- version = "unstable-2021-06-10";
+ version = "unstable-2021-06-12";
src = fetchzip {
- url = "https://github.com/NixOS/cabal2nix/archive/f63eb780e9c946a5037580e29d8b4effa09da905.tar.gz";
- sha256 = "1xjdghhbryqhm39z1p8z804mcraia33jvfl8v02yfk7q9xk0bpq2";
+ url = "https://github.com/NixOS/cabal2nix/archive/5bb08e994aa17a46676007400794df703c53af58.tar.gz";
+ sha256 = "1cwjmscy3rf64rd7pkkbmp1zri1f6bn46hjnmf6b33jg7wzw11g4";
};
isLibrary = true;
isExecutable = true;