network-uri 2.6.0.0 → 2.6.0.1
raw patch · 1 files changed
+5/−6 lines, 1 files
Files
- network-uri.cabal +5/−6
network-uri.cabal view
@@ -1,5 +1,5 @@ name: network-uri-version: 2.6.0.0+version: 2.6.0.1 synopsis: URI manipulation description: This package provides an URI manipulation inteface.@@ -16,13 +16,12 @@ > library > -- ... > if flag(network-uri)- > build-depends: network-uri >= 2.6+ > build-depends: network-uri >= 2.6, network >= 2.6 > else- > build-depends: network < 2.6+ > build-depends: network-uri < 2.6, network < 2.6 .- If you want to use other modules from the network package while- using the @Network.URI@ modules from this package, add a @network >- 2.6@ clause to the first @build-depends@ line.+ That is, get the module from either network < 2.6 or from+ network-uri >= 2.6. homepage: https://github.com/haskell/network-uri bug-reports: https://github.com/haskell/network-uri/issues license: BSD3