courier
A message-passing library, intended for simplifying network applications
File Explorer
- EchoClient.hs
- EchoServer.hs
- HelloWorld.hs
- Mailbox.hs
- Typed.hs
- TCP.hs
- UDP.hs
- Memory.hs
- Sockets.hs
- Endpoints.hs
- RPC.hs
- Transport.hs
- TestMailbox.hs
- TestMemory.hs
- TestRPC.hs
- TestRPCTyped.hs
- Tests.hs
- TestTCP.hs
- TestUDP.hs
- TestUtils.hs
- TransportTestSuite.hs
- .project-settings.yml
- .travis.yml
- changes.md
- courier.cabal
- LICENSE
- README.md
- Setup.hs
- stack.yaml
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cabal
View Details ▼
cabal
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 ▼
module
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
Was this content helpful?
(0 ratings)
