help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Haskell and guix


From: David Craven
Subject: Re: Haskell and guix
Date: Tue, 13 Dec 2016 18:23:43 +0100

So for future reference, to hack on a haskell package these are the steps:

guix environment haskell-package --ad-hoc cabal-install
unset GHC_PACKAGE_PATH
export GUIX_LD_WRAPPER_ALLOW_IMPURITIES=y
cabal update
cabal sandbox init
cabal install --only-dependencies --enable-tests
cabal build



reply via email to

[Prev in Thread] Current Thread [Next in Thread]