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
|
||||
# https://github.com/dhall-lang/dhall-haskell/pull/997
|
||||
dhall-json =
|
||||
generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] (
|
||||
dontCheck super.dhall-json
|
||||
);
|
||||
generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"]
|
||||
super.dhall-json;
|
||||
|
||||
dhall-nix =
|
||||
generateOptparseApplicativeCompletion "dhall-to-nix" (
|
||||
|
|
Loading…
Reference in New Issue