From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35178: Agda doesn't build Date: Sun, 07 Apr 2019 18:28:35 +0200 Message-ID: <87imvplqz0.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 ([209.51.188.92]:54929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDAfH-00081L-70 for bug-guix@gnu.org; Sun, 07 Apr 2019 12:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDAfG-0006oZ-4s for bug-guix@gnu.org; Sun, 07 Apr 2019 12:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35084) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDAfF-0006oR-TZ for bug-guix@gnu.org; Sun, 07 Apr 2019 12:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDAfF-0007eb-Q3 for bug-guix@gnu.org; Sun, 07 Apr 2019 12:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Pronaip's message of "Sun, 07 Apr 2019 02:05:56 +0000") 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: Pronaip Cc: 35178@debbugs.gnu.org Hello, Pronaip skribis: [...] > [ 63 of 338] Compiling Agda.Utils.FileName ( src/full/Agda/Utils/FileName= .hs, dist/build/Agda/Utils/FileName.o ) > > src/full/Agda/Utils/FileName.hs:42:28: error: > =E2=80=A2 No instance for (Hashable Text) > arising from the 'deriving' clause of a data type declaration > Possible fix: > use a standalone 'deriving instance' declaration, > so you can specify the instance context yourself > There are instances for similar types: > instance Hashable text-1.2.3.0:Data.Text.Internal.Text > -- Defined in =E2=80=98hashable-1.2.7.0:Data.Hashable.Class=E2= =80=99 > instance Hashable text-1.2.3.0:Data.Text.Internal.Lazy.Text > -- Defined in =E2=80=98hashable-1.2.7.0:Data.Hashable.Class=E2= =80=99 > =E2=80=A2 When deriving the instance for (Hashable AbsolutePath) > | > 42 | deriving (Eq, Ord, Data, Hashable) > | ^^^^^^^^ That looks a lot like . Could check whether it systematically fails to build? Thank you, Ludo=E2=80=99.