Network-NineP 0.4.5 → 0.4.6
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~hsloggerdep ~networkdep ~regex-posixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslogger, network, regex-posix
API changes (from Hackage documentation)
Files
- Network-NineP.cabal +6/−6
Network-NineP.cabal view
@@ -1,5 +1,5 @@ Name: Network-NineP-Version: 0.4.5+Version: 0.4.6 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>@@ -9,7 +9,7 @@ Build-Type: Simple Cabal-Version: >= 1.6 Stability: Experimental-Tested-With: GHC == 8.6.3+Tested-With: GHC == 8.6.5 Source-repository head type: git@@ -18,7 +18,7 @@ Source-repository this type: git location: https://github.com/l29ah/Network-NineP.git- tag: 0.4.5+ tag: 0.4.6 Library Build-Depends:@@ -26,18 +26,18 @@ bytestring >= 0.9.2.1 && < 0.11, containers >= 0.4.2.1 && < 0.7, NineP >= 0.0.2 && < 0.1,- network >= 2.3.0.14 && < 2.7,+ network >= 2.3.0.14 && < 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.96,+ 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.3,+ hslogger >= 1.2.9 && < 1.4, async >= 2.2.1 && < 2.3 Exposed-modules: Control.Monad.EmbedIO