From 9e72734826389c20b473c99d7b2375a01323838c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 28 Feb 2017 14:53:33 +0100 Subject: haskell-yaml: build with bundled libyaml rather than our system version It looks like the yaml package bundles an unreleased version of libyaml and relies on particulars of that versions behavior. Therefore, the package no longer works with the official libyaml 0.1.7 release, which is what we have. https://github.com/snoyberg/yaml/issues/106 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 53ffd68a9972..7fbdd3d3c498 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -880,4 +880,8 @@ self: super: { rank1dynamic = doJailbreak super.rank1dynamic; cabal-lenses = doJailbreak super.cabal-lenses; + + # https://github.com/snoyberg/yaml/issues/106 + yaml = disableCabalFlag super.yaml "system-libyaml"; + } -- cgit 1.4.1