[Haskell-cafe] Compiling non-registered packages into a sandbox?

David Banas capn.freako at gmail.com
Mon Aug 31 15:20:28 UTC 2015


Hi all,

How do I compile a non-Hackage registered package into a local sandbox?

Let’s say I have:

/proj_dir/
  - .cabal-sandbox/
  - cabal.sandbox.config
  - dep_pkg/
     - dep_pkg.cabal
     - Setup.lhs
     - …

I’d like to compile the dep_pkg package into my proj_dir sandbox; can I do this, if dep_pkg is NOT registered with Hackage?
If so, how?

Thanks,
-db

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150831/d1626fba/attachment.html>


More information about the Haskell-Cafe mailing list