summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/haskell.section.md
AgeCommit message (Collapse)Author
2020-03-25Update git clone command exampleLeif Metcalf
2020-02-28ghc: add 8.8.3Gabor Greif
https://mail.haskell.org/pipermail/ghc-devs/2020-February/018643.html
2020-02-28haskellPackages: update default compiler from ghc-8.6.5 to 8.8.2 (LTS-15.x)Peter Simons
2020-01-08nixpkgs manual: Update Haskell versionsJoachim Breitner
and leave a comment in all-packages.nix that the docs should be updated
2019-11-21A few updates for the Haskell guideSimon Jakobi
2019-11-14docs/haskell: Mention buildStackProject needs a disabled sandboxSilvan Mosberger
2019-10-20doc: organize chapters into parts, and reduce toc depthFrederik Rietdijk
Reorganize the chapters into parts and reduce the TOC depth to make the TOC useful again. The top-level TOC is very brief, but that is fine because every part will have its own TOC. Section titles of languages/frameworks are also simplified to just the name of the language/framework.
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.