From ddcdeaf2c13929cc26b99c28392400256c88e670 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jun 2015 11:22:15 +0200 Subject: [PATCH] haskell-units-attoparsec: build depends on broken singletons library --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fe73afa0729..7c2eb296a3a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -806,6 +806,7 @@ self: super: { hipe = dontDistribute super.hipe; singleton-nats = dontDistribute super.singleton-nats; singletons = markBroken super.singletons; + units-attoparsec = dontDistribute super.units-attoparsec; # https://github.com/anton-k/temporal-music-notation/issues/1 temporal-music-notation = markBroken super.temporal-music-notation;