Name: Network-NineP Version: 0.1.1 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 License: OtherLicense Category: Network License-file: LICENSE Build-Type: Simple Cabal-Version: >= 1.6 Stability: Experimental Tested-With: GHC == 7.6.1 Source-repository head type: darcs location: http://patch-tag.com/r/L29Ah/Network-NineP Source-repository this type: darcs location: http://patch-tag.com/r/L29Ah/Network-NineP tag: 0.1.1 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.5, binary >= 0.5.1.0 && < 0.7, mtl >= 2.1.2 && < 2.2, monad-loops >= 0.3.3.0 && < 0.4, regex-posix >= 0.95.2 && < 0.96, mstate >= 0.2.4 && < 0.3, transformers >= 0.3.0.0 && < 0.4 Exposed-modules: Control.Monad.EmbedIO 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