Blog articles/Libraries: Difference between revisions
(Added section "GHC API" with link to "Dynamic Compilation and Loading of Modules in Haskell") |
(Added a link to "How to Start a New Haskell Project"; updated the link to "The lambda revolution: how you can help") |
||
Line 5: | Line 5: | ||
=== Cabal and libraries === | === Cabal and libraries === | ||
* [http://jabberwocky.eu/2013/10/24/how-to-start-a-new-haskell-project/ How to Start a New Haskell Project] | |||
* [http://www.serpentine.com/blog/2007/02/20/haskell-cabal-now-with-extra-crunchy-rpm-goodness/ Cabal and rpms] | * [http://www.serpentine.com/blog/2007/02/20/haskell-cabal-now-with-extra-crunchy-rpm-goodness/ Cabal and rpms] | ||
* [http://www.serpentine.com/blog/2007/01/05/getting-started-with-installing-third-party-haskell-packages/ Getting started with installing third-party Haskell packages] | * [http://www.serpentine.com/blog/2007/01/05/getting-started-with-installing-third-party-haskell-packages/ Getting started with installing third-party Haskell packages] | ||
* [http:// | * [http://donsbot.wordpress.com/2006/12/12/the-lambda-revolution/ The lambda revolution: how you can help] | ||
* [http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back The lambda revolution, Episode V, the deb strikes back] | * [http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back/ The lambda revolution, Episode V, the deb strikes back] | ||
* [http://sambangu.blogspot.com/2006/12/questions-on-haskell-style-and Questions on Haskell Style (and Polynomials redux)] | * [http://sambangu.blogspot.com/2006/12/questions-on-haskell-style-and Questions on Haskell Style (and Polynomials redux)] | ||
* [http://gimbo.org.uk/blog/2007/04/27/haskell-packages-gotcha-global-vs-per-user-package-databases/ Using the Haskell package system] | * [http://gimbo.org.uk/blog/2007/04/27/haskell-packages-gotcha-global-vs-per-user-package-databases/ Using the Haskell package system] |
Revision as of 12:48, 7 November 2013
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