summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/haskell.section.md
AgeCommit message (Collapse)Author
2019-05-18Update haskell.section.md (#61685)0xflotus
2019-04-27Merge pull request #56420 from p-alik/masterLassulus
add missed internal links into haskell.section.md
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-03-15haskell docs: add missed internal links into haskell.section.mdAlexei Pastuchov
2019-02-03doc: fix some indentJan Malakhovski
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-08-13docs: add some docs for hackage2nixCarlos D
2018-06-28Merge pull request #41600 from mbbx6spp/docs/add-developPackage-haskell-docsMatthew Bauer
documentation: add sub-section for the nixpkgs manual Haskell section
2018-06-21documentation: add sub-section for the nixpkgs manual Haskell sectionSusan Potter
2018-06-16haskell.section.md: fix typoMatthew Bauer
2018-05-22Flipped URI slashestoonn
2018-05-22haskell docs: add explanation of what the --local flag does and the servicetoonn
2018-05-22haskell docs: add info about hoogle's --local flag to section 9.5.2.3toonn
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
2018-04-22haskell: allow overriding all package sets at onceBas van Dijk
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.
2018-03-25Move all nixpkgs doc files in to the doc directoryGraham Christensen
This makes a makefile-driven developer workflow nicer.