From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29858: guix import hackage monadplus fails with a syntax error. Date: Mon, 01 Jan 2018 17:58:54 +0100 Message-ID: <87efn91po1.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW3Qa-0003JN-7G for bug-guix@gnu.org; Mon, 01 Jan 2018 11:59:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eW3QV-0003cw-17 for bug-guix@gnu.org; Mon, 01 Jan 2018 11:59:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51390) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eW3QU-0003cF-Uc for bug-guix@gnu.org; Mon, 01 Jan 2018 11:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eW3QU-0007hY-FG for bug-guix@gnu.org; Mon, 01 Jan 2018 11:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Alex ter Weele's message of "Tue, 26 Dec 2017 12:40:02 -0500") 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: Alex ter Weele Cc: 29858@debbugs.gnu.org Hi Alex, Alex ter Weele skribis: > Here is what I tried: > > $ guix import hackage monadplus > Syntax error: unexpected end of input > guix import: error: failed to download cabal file for package 'monadplu= s' > > I also tried manually downloading the cabal file and importing that: > > $ guix import hackage -s < ~/Downloads/monadplus.cabal > Syntax error: unexpected end of input > guix import: error: failed to import cabal file from standard input Could this be a duplicate of ? Essentially our Cabal parser doesn=E2=80=99t support the full syntax, which= is why some imports fail. Would be nice to fix! Ludo=E2=80=99.