forked from mirrors/nixpkgs
haskellPackages.dhall_1_27_0: fix build
This commit is contained in:
parent
693b68be7f
commit
54fad88234
|
@ -1070,6 +1070,9 @@ self: super: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Tests for dhall access the network.
|
||||||
|
dhall_1_27_0 = dontCheck super.dhall_1_27_0;
|
||||||
|
|
||||||
# Missing test files in source distribution, fixed once 1.4.0 is bumped
|
# Missing test files in source distribution, fixed once 1.4.0 is bumped
|
||||||
# https://github.com/dhall-lang/dhall-haskell/pull/997
|
# https://github.com/dhall-lang/dhall-haskell/pull/997
|
||||||
dhall-json =
|
dhall-json =
|
||||||
|
|
Loading…
Reference in a new issue