File: README.md

package info (click to toggle)
haskell-listlike 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • sloc: haskell: 2,165; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Build Status](https://secure.travis-ci.org/JohnLato/listlike.png?branch=master)](http://travis-ci.org/JohnLato/listlike)

ListLike
========

The ListLike package provides typeclasses and instances to allow
polymorphism over many common datatypes.

Installation
------------

The package can be built/installed with Cabal.  If you have cabal-install,
simply run "cabal install ListLike" to install the package.  Without
cabal-install, execute the following commands:

$ runghc Setup.hs configure
$ runghc Setup.hs build
$ runghc Setup.hs install