packages feed

Network-NineP-0.0.2: Network-NineP.cabal

Name:                Network-NineP
Version:             0.0.2
Description:         A library providing one with a somewhat higher level interface to 9P2000 protocol than existing implementations. Designed to facilitate rapid development of synthetic filesystems.
Synopsis:            High-level abstraction over 9P protocol
Maintainer:          Sergey Alirzaev <zl29ah@gmail.com>
License:             OtherLicense
Category:            Network
License-file:        LICENSE
Build-Type:          Simple
Cabal-Version:       >= 1.6
Stability:           Experimental
Tested-With:         GHC == 7.4.2

Source-repository head
  type:              darcs
  location:          http://kawais.org.ua/repos/highNineP/

Source-repository this
  type:              darcs
  location:          http://kawais.org.ua/repos/highNineP/
  tag:               0.0.2

Library
  Build-Depends:
    base >= 4 && < 5,
    bytestring >= 0.9.2.1,
    containers >= 0.4.2.1,
    NineP >= 0.0.2,
    network >= 2.3.0.14,
    binary >= 0.5.1.0,
    mtl >= 2.1.2,
    monad-loops >= 0.3.3.0,
    regex-posix >= 0.95.2,
    mstate >= 0.2.4
  Exposed-modules:
    Network.NineP
    Network.NineP.Error
    Network.NineP.File
    Network.NineP.Server
  Other-modules:
    Network.NineP.Internal.File
    Network.NineP.Internal.Msg
    Network.NineP.Internal.State
 
Executable test
  Main-is: Test.hs