Network-NineP 0.1.0 → 0.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~bytestringdep ~containers
Dependency ranges changed: bytestring, containers
Files
- Network-NineP.cabal +5/−5
Network-NineP.cabal view
@@ -1,5 +1,5 @@ Name: Network-NineP-Version: 0.1.0+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 <zl29ah@gmail.com>@@ -9,7 +9,7 @@ Build-Type: Simple Cabal-Version: >= 1.6 Stability: Experimental-Tested-With: GHC == 7.4.2+Tested-With: GHC == 7.6.1 Source-repository head type: darcs@@ -18,13 +18,13 @@ Source-repository this type: darcs location: http://patch-tag.com/r/L29Ah/Network-NineP- tag: 0.1.0+ tag: 0.1.1 Library Build-Depends: base >= 4 && < 5,- bytestring >= 0.9.2.1 && < 0.10,- containers >= 0.4.2.1 && < 0.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,