From 0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Fri, 5 Jun 2020 01:27:52 +0300 Subject: [PATCH] dhall-json: enable check M pkgs/development/haskell-modules/configuration-common.nix --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 81312581bd1..2165306bdee 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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" (