about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-18 16:03:05 +0200
committerPeter Simons <simons@cryp.to>2018-09-19 21:04:41 +0200
commit72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e (patch)
treecb880e939d892b9cf61bd37f44abb38da77e872b
parentc5467e8f731a2db9d28c81de23758407ef58c303 (diff)
downloadnixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar.gz
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar.bz2
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar.lz
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar.xz
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.tar.zst
nixlib-72e2ab2c7241f0d26c8a547e1c5ca4f7a61e885e.zip
cabal2nix: update yaml override to the latest version
-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 f78fbd9fc709..1f551a87b75a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1075,7 +1075,7 @@ self: super: {
   # The tool needs a newer hpack version than the one mandated by LTS-12.x.
   cabal2nix = super.cabal2nix.overrideScope (self: super: {
     hpack = self.hpack_0_31_0;
-    yaml = self.yaml_0_10_1_1;
+    yaml = self.yaml_0_10_2_0;
   });
 
   # Break out of "aeson <1.3, temporary <1.3".