File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 1.1.1 - 2023-03-14
8
+
9
+ ### Fixed
10
+ - Close TBMChan when the session is closed
11
+
7
12
## 1.1.0 - 2023-12-29
8
13
9
14
### Changed
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: e0d0e4a6940f7d7d8752f6f8bc7749d96342dbc95525d41d2e9d23fddfa5bcf7
7
+ -- hash: 0206b1a45ad29041be2d398ab0fc65ed5547443e7527e91e1af6cde940c89694
8
8
9
9
name : json-rpc
10
- version : 1.1.0
10
+ version : 1.1.1
11
11
synopsis : Fully-featured JSON-RPC 2.0 library
12
12
description : Please see the README on GitHub at <https://github.com/jprupp/json-rpc#readme>
13
13
category : Network
@@ -39,7 +39,7 @@ library
39
39
ghc-options : -Wall
40
40
build-depends :
41
41
QuickCheck
42
- , aeson >= 2.2
42
+ , aeson
43
43
, attoparsec
44
44
, attoparsec-aeson
45
45
, base >= 4.6 && < 5
@@ -64,7 +64,7 @@ executable concurrent-client
64
64
Paths_json_rpc
65
65
build-depends :
66
66
QuickCheck
67
- , aeson >= 2.2
67
+ , aeson
68
68
, attoparsec-aeson
69
69
, base >= 4.6 && < 5
70
70
, bytestring
@@ -87,7 +87,7 @@ executable concurrent-server
87
87
Paths_json_rpc
88
88
build-depends :
89
89
QuickCheck
90
- , aeson >= 2.2
90
+ , aeson
91
91
, attoparsec-aeson
92
92
, base >= 4.6 && < 5
93
93
, bytestring
@@ -110,7 +110,7 @@ executable time-client
110
110
Paths_json_rpc
111
111
build-depends :
112
112
QuickCheck
113
- , aeson >= 2.2
113
+ , aeson
114
114
, attoparsec-aeson
115
115
, base >= 4.6 && < 5
116
116
, bytestring
@@ -133,7 +133,7 @@ executable time-server
133
133
Paths_json_rpc
134
134
build-depends :
135
135
QuickCheck
136
- , aeson >= 2.2
136
+ , aeson
137
137
, attoparsec-aeson
138
138
, base >= 4.6 && < 5
139
139
, bytestring
@@ -160,7 +160,7 @@ test-suite test-json-rpc
160
160
ghc-options : -threaded -rtsopts -with-rtsopts=-N
161
161
build-depends :
162
162
QuickCheck
163
- , aeson >= 2.2
163
+ , aeson
164
164
, attoparsec-aeson
165
165
, base >= 4.6 && < 5
166
166
, bytestring
Original file line number Diff line number Diff line change 1
1
name : json-rpc
2
- version : 1.1.0
2
+ version : 1.1.1
3
3
synopsis : Fully-featured JSON-RPC 2.0 library
4
4
description : Please see the README on GitHub at <https://github.com/jprupp/json-rpc#readme>
5
5
category : Network
@@ -13,7 +13,7 @@ extra-source-files:
13
13
- CHANGELOG.md
14
14
dependencies :
15
15
- base >=4.6 && <5
16
- - aeson >= 2.2
16
+ - aeson
17
17
- attoparsec-aeson
18
18
- bytestring
19
19
- conduit
Original file line number Diff line number Diff line change 1
- resolver : nightly-2023-12-29
1
+ resolver : lts-22.13
Original file line number Diff line number Diff line change 6
6
packages: []
7
7
snapshots:
8
8
- completed:
9
- sha256: f766d601155c2bea45efb55d58c83d9d8a67a888cbcd3e437cdcb6fc1ecad24f
10
- size: 513658
11
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/12/29 .yaml
12
- original: nightly-2023-12-29
9
+ sha256: 6f0bea3ba5b07360f25bc886e8cff8d847767557a492a6f7f6dcb06e3cc79ee9
10
+ size: 712905
11
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/13 .yaml
12
+ original: lts-22.13
You can’t perform that action at this time.
0 commit comments