dhall-json: enable check
M pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
parent
c07cca0a27
commit
0cba266e8a
@ -1031,9 +1031,8 @@ self: super: {
|
|||||||
# 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 =
|
||||||
generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] (
|
generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"]
|
||||||
dontCheck super.dhall-json
|
super.dhall-json;
|
||||||
);
|
|
||||||
|
|
||||||
dhall-nix =
|
dhall-nix =
|
||||||
generateOptparseApplicativeCompletion "dhall-to-nix" (
|
generateOptparseApplicativeCompletion "dhall-to-nix" (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user