From f769f52e779d7732522a66ecf2d5f44cf77e655a Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 6 Aug 2025 16:46:51 +0200 Subject: Adjust names of chapters to the printed book --- README.md | 8 ++++---- ch23/support/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b11b658..9631201 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Where more work was needed, I wanted to keep the code in its original form as much as possible instead of rewriting it for new GHC or libraries. These cases are described here. -### Chapter 23: GUI programming +### Chapter 23: GUI programming with gtk2hs This chapter uses more libraries than the other chapters and I was not able to install all of them using recent `stack` resolvers (sets of GHC and specific @@ -172,7 +172,7 @@ are prefixed with 'Module_'. | **_15_a_1_** | yes | 382 | 15. Programming with monads | | 15_a_2 | yes, in 15_a_1 | | | | 15_a_3 | yes | | | -| **_16_a_1_** | | 403 | 16. The Parsec parsing library | +| **_16_a_1_** | | 403 | 16. Using parsec | | 16_a_2 | | | | | 16_a_3 | | | | | 16_a_4 | | | | @@ -184,10 +184,10 @@ are prefixed with 'Module_'. | **_19_b_1_** | | 465 | | | 19_b_2 | | | | | 19_b_3 | | | | -| **_23_a_1_** | | 529 | 23. GUI programming | +| **_23_a_1_** | | 529 | 23. GUI programming with gtk2hs| | 23_a_2 | | | | | 23_a_3 | | | | -| **_24_a_1_** | | 542 | 24. Basic concurrent and parallel programming | +| **_24_a_1_** | | 542 | 24. Concurrent and multicore programming | | 24_a_2 | | | | | **_24_b_1_** | | 551 | | | 24_b_2 | | | | diff --git a/ch23/support/README.md b/ch23/support/README.md index 8744da0..8b42317 100644 --- a/ch23/support/README.md +++ b/ch23/support/README.md @@ -1,4 +1,4 @@ -# Support for Chapter 23: GUI programming +# Support for Chapter 23: GUI programming with gtk2hs This directory contains all that is needed to compile and run the application from the chapter 23. -- cgit v1.2.3