diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 81312581bd17..2165306bdee2 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" (