Skip to content

Commit 276de0c

Browse files
authored
Merge pull request #5243 from IntersectMBO/erikd/nothunks
Add support for nothunks == 0.3.*
2 parents f62cc1e + c48fbe8 commit 276de0c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Breaking
10+
11+
- A bullet item for the Breaking category.
12+
13+
-->
14+
### Non-Breaking
15+
16+
- Add support for nothunks == 0.3.*.
17+

ouroboros-network/ouroboros-network.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,7 @@ library framework
369369
monoidal-synchronisation ^>=0.1.0.6,
370370
network ^>=3.2.7,
371371
network-mux ^>=0.9.1,
372-
nothunks,
373-
nothunks ^>=0.1.4 || ^>=0.2,
372+
nothunks ^>=0.1.4 || ^>=0.2 || ^>=0.3,
374373
ouroboros-network:{api, tests-lib},
375374
psqueues,
376375
quiet,

0 commit comments

Comments
 (0)