2023-02-08, Chris Martin
The behavior of (<>)
for the Ini
type has changed
#2
-
<>
previously discarded alliniGlobals
. Now it concatenates the globals from the twoIni
values. -
When two
Ini
values containediniSections
with the same name,<>
previously returned the section from the left value and discarded the section of the same name from the right value. Now it concatenates the sections of the same name.
Tested with GHC 7.0 - ghc-9.6.0.20230128.
2022-07-26, Andreas Abel
Tested with GHC 7.0 - 9.4.1 RC1.
2019-01-02, Chris Done
- Allow global section #6