summary refs log tree commit diff
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-07-02 11:04:17 +0200
committerDomen Kožar <domen@enlambda.com>2018-07-02 10:57:00 +0100
commit24ef1450bd5616bf8f48598cedaaf53039665464 (patch)
treef77194f0426120f996735d8fce3ea63006b9bee9
parenta983ab304b15b751b2468c9f0fcf212ef8621f00 (diff)
downloadnixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar.gz
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar.bz2
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar.lz
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar.xz
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.tar.zst
nixlib-24ef1450bd5616bf8f48598cedaaf53039665464.zip
dhall-json_1_2_1: Bump dhall dep
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 966334f1e45c..4e8f43f337e6 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1063,7 +1063,7 @@ self: super: {
   });
 
   # dhall-json requires a very particular dhall version
-  dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_14_0; };
+  dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_15_0; };
 
   # https://github.com/fpco/streaming-commons/issues/49
   streaming-commons = dontCheck super.streaming-commons;