Skip to content

Commit

Permalink
upd: hpack
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 22, 2023
1 parent 6fda4e2 commit 8b4c8ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion language-tools/haskell/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
inherit (haskellPackagesGHC version) callCabal2nix;
implicit-hie = pkgs.haskellPackages.implicit-hie_0_1_4_0;
fourmolu = pkgs.haskellPackages.fourmolu;
inherit (pkgs) ghcid hpack;
hpack = pkgs.haskell.lib.overrideCabal (pkgs.haskellPackages.hpack_0_36_0) (x: {
libraryHaskellDepends = [ pkgs.haskellPackages.http-client-tls_0_3_6_3 ] ++ (x.libraryHaskellDepends or [ ]);
});
inherit (pkgs) ghcid;

haskellPackages = haskellPackagesGHCOverride version override;
inherit justStaticExecutable getHaskellPackageDeps getHaskellPackagesDeps;
Expand Down

0 comments on commit 8b4c8ae

Please sign in to comment.