From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: How to make sure ghc uses installed packages? Date: Mon, 16 Sep 2019 17:00:06 -0700 Message-ID: <68B49FDD-A221-4E8D-B385-D483DB52E6CD@asu.edu> References: <945a039b68fc1bf0582b8eb1feb3fe3909d2000f.camel@gmail.com> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53340) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA0ui-0007sK-WF for help-guix@gnu.org; Mon, 16 Sep 2019 20:00:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA0uh-0002Er-PQ for help-guix@gnu.org; Mon, 16 Sep 2019 20:00:12 -0400 Received: from mail-pf1-x431.google.com ([2607:f8b0:4864:20::431]:36364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iA0uh-0002Eb-FY for help-guix@gnu.org; Mon, 16 Sep 2019 20:00:11 -0400 Received: by mail-pf1-x431.google.com with SMTP id y22so960838pfr.3 for ; Mon, 16 Sep 2019 17:00:10 -0700 (PDT) In-Reply-To: <945a039b68fc1bf0582b8eb1feb3fe3909d2000f.camel@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jesse Gibbons Cc: help-guix mailing list Hi Jesse, > Can somebody help me out please? I can try! Can get the contents of $GHC_PACKAGE_PATH please? Guix uses this environment= variable that is recognized by the ghc toolchain to tell ghc where packages= are installed. What happens if you try to load your file in ghci instead of using runhaskel= l? Good luck, - John=