Network-NineP 0.4.1 → 0.4.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~exceptionsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
- Control.Monad.EmbedIO: class (MonadIO o) => EmbedIO o where type Content o where {
+ Control.Monad.EmbedIO: class (MonadIO o) => EmbedIO o where {
Files
- Network-NineP.cabal +3/−3
Network-NineP.cabal view
@@ -1,5 +1,5 @@ Name: Network-NineP-Version: 0.4.1+Version: 0.4.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>@@ -18,7 +18,7 @@ Source-repository this type: git location: https://github.com/l29ah/Network-NineP.git- tag: 0.4.1+ tag: 0.4.2 Library Build-Depends:@@ -35,7 +35,7 @@ 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.9,+ exceptions >= 0.8.0.2 && < 0.10, monad-peel >= 0.1.1 && < 0.3, hslogger >= 1.2.9 && < 1.3 Exposed-modules: