Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Try overriding version of async-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Jul 3, 2020
1 parent fd2aa11 commit 30f65c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nix/haskell.nix
Expand Up @@ -25,6 +25,13 @@ let
ghc = buildPackages.haskell-nix.compiler.${compiler};
} // {
inherit src;
pkg-def-extras = [
(hackage: {
packages = {
"async-timer" = hackage."async-timer"."0.2.0.0".revisions.default;
};
})
];
modules = [
{ compiler.nix-name = compiler; }

Expand Down

0 comments on commit 30f65c4

Please sign in to comment.