summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-05 01:27:52 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commit0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb (patch)
tree275eda124362d11534c6480358b63da349585f95 /pkgs/development/haskell-modules/configuration-common.nix
parentc07cca0a27cb37573366af867282d673ac7c8cb7 (diff)
downloadnixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar.gz
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar.bz2
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar.lz
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar.xz
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.tar.zst
nixpkgs-0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb.zip
dhall-json: enable check
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files 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" (