Difference between revisions of "Alternatives and extensions for libraries"

From HaskellWiki
Jump to navigation Jump to search
m (reflexive closure; tidying)
(more)
Line 1: Line 1:
 
This table lists alternatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a range of Haskell packages and modules. Your help is appreciated in expanding it.
 
This table lists alternatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a range of Haskell packages and modules. Your help is appreciated in expanding it.
   
When editing this table, please try to keep it in alphabetical order (by package name, then by module name), and create relevant links wherever possible. Please also try to avoid duplication and excessively long entries in the table, by creating wiki pages where necessary.
+
When editing this table, please try to keep it in alphabetical order (by package name, then by module name), maintain reflexivity (except with the package named "base") and create relevant links wherever possible. Please also try to avoid duplication and excessively long entries in the table, by creating wiki pages where necessary.
   
 
It is debatable whether a new version under a different name should go in the "alternative(s)" column or the "extension(s)" column. Perhaps it should go in the "extension(s)" column if it is (mostly) backward-compatible, and otherwise in the "alternative(s)" column.
 
It is debatable whether a new version under a different name should go in the "alternative(s)" column or the "extension(s)" column. Perhaps it should go in the "extension(s)" column if it is (mostly) backward-compatible, and otherwise in the "alternative(s)" column.
Line 19: Line 19:
 
| [http://www.generic-haskell.org/ Generic Haskell]
 
| [http://www.generic-haskell.org/ Generic Haskell]
 
[[Template Haskell|template-haskell]]
 
[[Template Haskell|template-haskell]]
  +
|-
  +
| base
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-0.1 strict]
  +
|
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cgi-3001.1.0 cgi]
  +
|
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3000.0.0 fastcgi]
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3000.0.0 fastcgi]
  +
|
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cgi-3001.1.0 cgi]
  +
|-
  +
| [http://repetae.net/computer/frisby/index.html frisby]
  +
| Text.Parsers.Frisby
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec-2.0 parsec]
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/polyparse-1.0 polyparse]
 
|-
 
|-
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
Line 30: Line 51:
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
 
[http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC]
 
[http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC]
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib-3.1.0 monadLib]
  +
|
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0 mtl]
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0 mtl]
  +
|
  +
|
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib-3.1.0 monadLib]
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec-2.0 parsec]
  +
|
  +
|
  +
| [http://repetae.net/computer/frisby/index.html frisby]
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/polyparse-1.0 polyparse]
 
|-
 
|-
 
| [http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC]
 
| [http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC]
Line 36: Line 73:
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
 
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-1.0 haskell-src]
 
[http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/ haskell-src-exts]
 
[http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/ haskell-src-exts]
  +
|-
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/polyparse-1.0 polyparse]
  +
|
  +
|
  +
| [http://repetae.net/computer/frisby/index.html frisby]
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec-2.0 parsec]
 
|-
 
|-
 
| [[Template Haskell|template-haskell]]
 
| [[Template Haskell|template-haskell]]

Revision as of 22:22, 11 May 2007

This table lists alternatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a range of Haskell packages and modules. Your help is appreciated in expanding it.

When editing this table, please try to keep it in alphabetical order (by package name, then by module name), maintain reflexivity (except with the package named "base") and create relevant links wherever possible. Please also try to avoid duplication and excessively long entries in the table, by creating wiki pages where necessary.

It is debatable whether a new version under a different name should go in the "alternative(s)" column or the "extension(s)" column. Perhaps it should go in the "extension(s)" column if it is (mostly) backward-compatible, and otherwise in the "alternative(s)" column.

This page is under construction - it was created 2007-05-11

Package Module(s) Extension(s) Alternative(s)
base(1) Data.Generics snippet @ Scrap your boilerplate Generic Haskell

template-haskell

base strict
cgi fastcgi
fastcgi cgi
frisby Text.Parsers.Frisby parsec

polyparse

haskell-src all haskell-src-exts piggybackGHC
haskell-src-exts Language.Haskell.Hsx.* haskell-src

piggybackGHC

monadLib mtl
mtl monadLib
parsec frisby

polyparse

piggybackGHC all haskell-src

haskell-src-exts

polyparse frisby

parsec

template-haskell all patch @ hackage (warning: requires recompiling GHC!)

th-lift

Data.Generics

Note (1): base here, refers to GHC's base package, unless otherwise stated.