packages feed

Network-NineP-0.4.7.2: Network-NineP.cabal

Name:                Network-NineP
Version:             0.4.7.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.10
Stability:           Experimental
Tested-With:         GHC == 8.6.5

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.4.7.2

Library
  Build-Depends:
    base >= 4 && < 5,
    bytestring >= 0.9.2.1 && < 0.12,
    containers >= 0.4.2.1 && < 0.7,
    NineP >= 0.0.2 && < 0.1,
    network >= 3.0 && < 3.2,
    network-bsd >= 2.8 && < 2.9,
    binary >= 0.5.1.0 && < 0.9,
    mtl >= 2.1.2 && < 2.3,
    monad-loops >= 0.3.3.0 && < 0.5,
    regex-posix >= 0.95.2 && < 0.97,
    mstate >= 0.2.4 && < 0.3,
    transformers >= 0.3.0.0 && < 0.6,
    stateref >= 0.3 && < 0.4,
    convertible >= 1.0.11.1 && < 1.2,
    exceptions >= 0.8.0.2 && < 0.11,
    monad-peel >= 0.1.1 && < 0.3,
    hslogger >= 1.2.9 && < 1.4,
    async >= 2.2.1 && < 2.3
  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
  default-language:    Haskell2010
  ghc-options: -fno-warn-tabs