Difference between revisions of "Blog articles/Libraries"
From HaskellWiki
(Added a link to "How to Start a New Haskell Project"; updated the link to "The lambda revolution: how you can help") |
DaniilFrumin (talk | contribs) (→GHC API: Adding more blog articles/tutorials) |
||
Line 1: | Line 1: | ||
=== GHC API === | === GHC API === | ||
* [http://www.bluishcoder.co.nz/2008/11/dynamic-compilation-and-loading-of.html Dynamic Compilation and Loading of Modules in Haskell] | * [http://www.bluishcoder.co.nz/2008/11/dynamic-compilation-and-loading-of.html Dynamic Compilation and Loading of Modules in Haskell] | ||
− | + | * [http://parenz.wordpress.com/2013/08/17/ghc-api-interpreted-compiled-and-package-modules/ GHC API: Interpreted, compiled and package modules] | |
+ | * [http://parenz.wordpress.com/2013/07/29/ghc-packagedb/ Adding a package database to the GHC API session] | ||
+ | * [http://parenz.wordpress.com/2013/07/23/on-custom-error-handlers-for-ghc-api/ On custom error handlers for the GHC API] | ||
=== Cabal and libraries === | === Cabal and libraries === |
Latest revision as of 09:01, 13 November 2013
GHC API
- Dynamic Compilation and Loading of Modules in Haskell
- GHC API: Interpreted, compiled and package modules
- Adding a package database to the GHC API session
- On custom error handlers for the GHC API
Cabal and libraries
- How to Start a New Haskell Project
- Cabal and rpms
- Getting started with installing third-party Haskell packages
- The lambda revolution: how you can help
- The lambda revolution, Episode V, the deb strikes back
- Questions on Haskell Style (and Polynomials redux)
- Using the Haskell package system
- How To Install Haskell Haddock on Mac OS X
- Using Haskell from the command line
- Survey: Haskell Unicode support