Questions tagged [hsenv]

Hsenv is a haskell package that provides functionality (inspired by Python's virtualenv) to create isolated Haskell environments.

Hsenv is, according to its website, a haskell package that provides functionality (inspired by Python's virtualenv) to create isolated Haskell environments.

2 questions
8
votes
1 answer

Cabal "Data Files" Not Being Copied

I'm trying to use the "data-files" mechanism, and stuff works fine except that the relevant files are not copied into the share/ directory. e.g. my .cabal file looks like: name: nano-js version: 0.1.0.0 data-files: …
Ranjit Jhala
  • 1,242
  • 8
  • 18
1
vote
0 answers

cabal: installing documentation under hsenv

I have a hsenv sandbox for a project, and I can't get cabal install to install the documentation for the libraries. The following: cabal install --enable-documentation $package installs the package, but without generating any haddock docs (only…
oggy
  • 3,483
  • 1
  • 20
  • 24