|
@@ -10,7 +10,7 @@ name: uniform-io
|
|
-- PVP summary: +-+------- breaking API changes
|
|
-- PVP summary: +-+------- breaking API changes
|
|
-- | | +----- non-breaking API additions
|
|
-- | | +----- non-breaking API additions
|
|
-- | | | +--- code changes with no API change
|
|
-- | | | +--- code changes with no API change
|
|
-version: 1.2.2.0.0
|
|
|
|
|
|
+version: 1.2.0.0
|
|
|
|
|
|
-- A short (one-line) description of the package.
|
|
-- A short (one-line) description of the package.
|
|
synopsis: Uniform IO over files, network, anything.
|
|
synopsis: Uniform IO over files, network, anything.
|
|
@@ -22,10 +22,10 @@ description:
|
|
It also includes implementations for standard IO, files and
|
|
It also includes implementations for standard IO, files and
|
|
network IO, and easy to use TLS wrapping of network data,
|
|
network IO, and easy to use TLS wrapping of network data,
|
|
with an extensible interface for user supplied instances.
|
|
with an extensible interface for user supplied instances.
|
|
-
|
|
|
|
|
|
+ .
|
|
Currently there's no support for TLS certificate verification.
|
|
Currently there's no support for TLS certificate verification.
|
|
That is planned to be added soon.
|
|
That is planned to be added soon.
|
|
-
|
|
|
|
|
|
+ .
|
|
Requires a '-threaded' compiler switch.
|
|
Requires a '-threaded' compiler switch.
|
|
|
|
|
|
|
|
|
|
@@ -70,7 +70,7 @@ source-repository head
|
|
source-repository this
|
|
source-repository this
|
|
type: git
|
|
type: git
|
|
location: https://sealgram.com/git/haskell/uniform-io
|
|
location: https://sealgram.com/git/haskell/uniform-io
|
|
- tag: 1.2.2.1
|
|
|
|
|
|
+ tag: 1.2.0.0
|
|
|
|
|
|
library
|
|
library
|
|
-- Modules exported by the library.
|
|
-- Modules exported by the library.
|