courier

(★ 45)

A message-passing library, intended for simplifying network applications

File Explorer

  • .project-settings.yml
  • .travis.yml
  • changes.md
  • courier.cabal
  • LICENSE
  • README.md
  • Setup.hs
  • stack.yaml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cabal

View Details ▼

Interface to the Haskell package infrastructure (Cabal).
Manage Haskell projects and Cabal packages from the Hackage package repository.

cabal list {{search_string}}

Search and list packages from Hackage:

cabal info {{package}}

Show information about a package:

cabal install {{package}}

Download and install a package:

🔍

module

View Details ▼

Modify a users' environment.

module avail

Display available modules:

module avail {{module_name}}

Search for a module by name:

module load {{module_name}}

Load a module:

// repository documentation