Skip to content

Commit

Permalink
try a new agda2hs version
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov committed Mar 26, 2024
1 parent 191cf2e commit 50f4a94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {inherit system;};
haskellPackages = pkgs.haskellPackages;
haskellPackages = pkgs.haskell.packages.ghc96;
agda2hs-hs = haskellPackages.callCabal2nixWithOptions "agda2hs" agda2hs-src "--jailbreak" {};
agdaDerivation = pkgs.callPackage ./nix/mkAgdaDerivation.nix {};
agda2hs = pkgs.callPackage ./nix/agda2hs.nix {
Expand Down

0 comments on commit 50f4a94

Please sign in to comment.