diff options
Diffstat (limited to 'libraries/haskell-network/README')
-rw-r--r-- | libraries/haskell-network/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-network/README b/libraries/haskell-network/README new file mode 100644 index 0000000000000..90b0d97360e34 --- /dev/null +++ b/libraries/haskell-network/README @@ -0,0 +1,9 @@ +haskell-network (Networking-related facilities for Haskell) + +Provides high level and low level interfaces for network client and +server programming in Haskell. Also URI interface is included. + +This requires ghc and haskell-parsec. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister network |