packages feed

Network-NineP-0.3.0: Network-NineP.cabal

Name:                Network-NineP
Version:             0.3.0
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.8.4

Source-repository head
  type:              git
  location:          https://github.com/l29ah/Network-NineP.git

Source-repository this
  type:              git
  location:          https://github.com/l29ah/Network-NineP.git
  tag:               0.3.0

Library
  Build-Depends:
    base >= 4 && < 5,
    bytestring >= 0.9.2.1 && < 0.11,
    containers >= 0.4.2.1 && < 0.6,
    NineP >= 0.0.2 && < 0.1,
    network >= 2.3.0.14 && < 2.7,
    binary >= 0.5.1.0 && < 0.8,
    mtl >= 2.1.2 && < 2.3,
    monad-loops >= 0.3.3.0 && < 0.5,
    regex-posix >= 0.95.2 && < 0.96,
    mstate >= 0.2.4 && < 0.3,
    transformers >= 0.3.0.0 && < 0.5,
    stateref >= 0.3 && < 0.4,
    convertible >= 1.0.11.1 && < 1.2
  Exposed-modules:
    Control.Monad.EmbedIO
    Network.NineP
    Network.NineP.Error
    Network.NineP.File
    Network.NineP.File.Instances
    Network.NineP.Server
  Other-modules:
    Network.NineP.Internal.File
    Network.NineP.Internal.Msg
    Network.NineP.Internal.State
 
Executable test
  Main-is: Test.hs