From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#35743: applies more widely Date: Fri, 24 May 2019 17:28:01 +0200 Message-ID: References: <549E7618-EE8E-47FD-A026-3AB32E96B0AC@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCCq-0008I1-BV for bug-guix@gnu.org; Fri, 24 May 2019 11:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUC7x-0008KE-TL for bug-guix@gnu.org; Fri, 24 May 2019 11:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUC7x-0008K9-Q6 for bug-guix@gnu.org; Fri, 24 May 2019 11:29:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUC7x-0007ju-Ks for bug-guix@gnu.org; Fri, 24 May 2019 11:29:01 -0400 In-Reply-To: <549E7618-EE8E-47FD-A026-3AB32E96B0AC@vllmrt.net> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35743@debbugs.gnu.org The problem seems more wide-spread, so should probably be fixed within = import/cabal.scm. E.g. warp: http://hackage.haskell.org/package/warp-3.2.27/warp.cabal = http://hackage.haskell.org/package/streaming-commons-0.2.1.0/streaming-com= mons.cabal contain things along the following lines: benchmark builder-to-bytestring-io ... build-depends: base , bytestring >=3D 0.10.2 , gauge , deepseq , streaming-commons if flag(use-bytestring-builder) build-depends: bytestring < 0.10.2.0 , bytestring-builder This kind of out-dented conditional seems not very rare.