dhall-json: enable check

M  pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
Anton-Latukha 2020-06-05 01:27:52 +03:00 committed by Peter Simons
parent c07cca0a27
commit 0cba266e8a
1 changed files with 2 additions and 3 deletions

View File

@ -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" (