From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#36690: guix import hackage fails on key:value Date: Tue, 16 Jul 2019 16:02:14 +0200 Message-ID: <2DCCAF13-6983-40AF-AD15-27A6222902CB@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33814) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnO2v-0008FS-Fd for bug-guix@gnu.org; Tue, 16 Jul 2019 10:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnO2q-0006fZ-Fo for bug-guix@gnu.org; Tue, 16 Jul 2019 10:03:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42090) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnO2o-0006eb-4B for bug-guix@gnu.org; Tue, 16 Jul 2019 10:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnO2n-0001YU-Tj for bug-guix@gnu.org; Tue, 16 Jul 2019 10:03:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33511) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnO2O-0007NI-1c for bug-guix@gnu.org; Tue, 16 Jul 2019 10:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnO2I-0006KL-1M for bug-guix@gnu.org; Tue, 16 Jul 2019 10:02:34 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:21634) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hnO2D-0006G6-95 for bug-guix@gnu.org; Tue, 16 Jul 2019 10:02:26 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 783C74E626 for ; Tue, 16 Jul 2019 16:02:19 +0200 (CEST) Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id FBWOyP5BBjKM for ; Tue, 16 Jul 2019 16:02:16 +0200 (CEST) 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: 36690@debbugs.gnu.org Apparently, it=E2=80=99s valid for a cabal file to have key-value pairs without a space, e.g. benchmark benchmarks type: exitcode-stdio-1.0 main-is:Speed.hs hs-source-dirs:test default-language: Haskell2010 build-depends: base < 5, criterion, diagrams-core, diagrams-lib from = http://hackage.haskell.org/package/diagrams-lib-1.4.2.3/revision/2.cabal guix import hackage breaks on this: $ guix import hackage diagrams-lib Importing `diagrams-lib` from hackage Syntax error: unexpected token : main-is:Speed.hs (at line 175, column = 2) Syntax error: unexpected end of input guix import: error: failed to download cabal file for package = 'diagrams-lib'