Charith Amarasinghe
d5bef142d4
Fix missing dependency on helper module for helpers added in #1793 ( #1811 )
...
PR #1793 introduced helper functions for OS detection in some modules.
These helpers require a module dependency on the 'helper' module.
5 years ago
Kaspar Vollenweider
f4ca9ebfc9
feat(helper): add os-type helper functions
...
Add the following functions:
- is-darwin
- is-linux
- is-bsd
- is-cygwin
And apply them everywhere I found code doing that what these functions do.
5 years ago
Sorin Ionescu
e5de305157
[ Fix #383 ] Do not set $MANPATH
...
man dynamically searches for man pages based on $PATH.
12 years ago
Sebastian Wiesner
13b501adaf
Fallback to standard cabal location on OS X
...
If ~/Library/Haskell does not exist, fall back to ~/.cabal/bin.
Ideally, we'd parse ~/.cabal/config here, but cabal does not provide an
interface to get configuration settings.
12 years ago
Roman A. Taycher
20d7ec0ab8
Fix the setting of $manpath in haskell
12 years ago
Sorin Ionescu
060d9064f8
[ Fix #202 ] Load modules all or nothing
12 years ago
Sebastian Wiesner
235cef787e
Add haskell module
...
This module provides support for per user haskell packages by prepending
the per user directories to PATH/MANPATH.
13 years ago