about 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:26:47 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commitcec3c91aeb9762fed36f6fa2877c30136eeb7b81 (patch)
treef113807bf324a98fec84c4de497fd21aa0f08adf /pkgs/development/haskell-modules/configuration-common.nix
parent0cba266e8a6f1c9f4a0e2d3f9ec54de6cdcbfedb (diff)
downloadnixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar.gz
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar.bz2
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar.lz
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar.xz
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.tar.zst
nixlib-cec3c91aeb9762fed36f6fa2877c30136eeb7b81.zip
dhall-json: rm upstream issue link, no loner relevant
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.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2165306bdee2..3f0fdf5f9add 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1028,8 +1028,6 @@ self: super: {
   # Should be solved when: https://github.com/dhall-lang/dhall-haskell/issues/1837
   dhall = generateOptparseApplicativeCompletion "dhall" (dontCheck super.dhall);
 
-  # 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"]
       super.dhall-json;