Skip to content

Commit

Permalink
Disable dhall's test suite (#122)
Browse files Browse the repository at this point in the history
In order to fix CI failures
  • Loading branch information
Gabriella439 authored Feb 10, 2020
1 parent 3f6dd6f commit 053a2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ let
haskellPackagesNew: haskellPackagesOld:
rec {
dhall =
haskellPackagesNew.callPackage ./nix/dhall.nix { };
pkgsNew.haskell.lib.dontCheck
(haskellPackagesNew.callPackage ./nix/dhall.nix { });

formatting =
haskellPackagesNew.callPackage ./nix/formatting.nix { };
Expand Down

0 comments on commit 053a2d1

Please sign in to comment.