summary refs log tree commit diff
path: root/doc/languages-frameworks/haskell.section.md
Commit message (Collapse)AuthorAge
* haskell.section.md: fix typoMatthew Bauer2018-06-16
|
* Flipped URI slashestoonn2018-05-22
|
* haskell docs: add explanation of what the --local flag does and the servicetoonn2018-05-22
|
* haskell docs: add info about hoogle's --local flag to section 9.5.2.3toonn2018-05-22
| | | | | | | | | Relevant section: 9.5.2.3. How to install a compiler with libraries, hoogle and documentation indexes Since version 5 `hoogle server`s --local flag solves the problem with links from `http:` to `file:` URIs: hoogle server --local -p 8080
* haskell: allow overriding all package sets at onceBas van Dijk2018-04-22
| | | | | | | | | | | | | | Setting haskell.packageOverrides like so: haskell = super.haskell // { packageOverrides = self: super: { my-package = ...; my-other-package = ...; }; }; causes all compiler-specific package sets to be overridden with those overrides.
* Move all nixpkgs doc files in to the doc directoryGraham Christensen2018-03-25
This makes a makefile-driven developer workflow nicer.