haskellPackages.haskell-to-elm: Unbroken

This commit is contained in:
Marc Scholten 2024-03-19 09:00:02 +01:00
parent 11c9a7e4d3
commit fbd5aa08d9
2 changed files with 11 additions and 1 deletions

View File

@ -2948,4 +2948,15 @@ self: super: {
# repa-query, repa-scalar, repa-store, repa-stream
;
# Use recent git version as the hackage version is outdated and not building on recent GHC versions
haskell-to-elm = overrideSrc {
version = "unstable-2023-12-02";
src = pkgs.fetchFromGitHub {
owner = "haskell-to-elm";
repo = "haskell-to-elm";
rev = "52ab086a320a14051aa38d0353d957fb6b2525e9";
hash = "sha256-j6F4WplJy7NyhTAuiDd/tHT+Agk1QdyPjOEkceZSxq8=";
};
} (super.haskell-to-elm.override { generics-sop = self.generics-sop_0_5_1_4; } );
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -2350,7 +2350,6 @@ broken-packages:
- haskell-src-match # failure in job https://hydra.nixos.org/build/233233529 at 2023-09-02
- haskell-src-meta-mwotton # failure in job https://hydra.nixos.org/build/233251914 at 2023-09-02
- haskell-stack-trace-plugin # failure in job https://hydra.nixos.org/build/233231305 at 2023-09-02
- haskell-to-elm # failure in job https://hydra.nixos.org/build/233210318 at 2023-09-02
- HaskellTorrent # failure in job https://hydra.nixos.org/build/233231874 at 2023-09-02
- HaskellTutorials # failure in job https://hydra.nixos.org/build/233209605 at 2023-09-02
- haskell-type-exts # failure in job https://hydra.nixos.org/build/233209731 at 2023-09-02