Skip to content
  • Erik de Castro Lopo's avatar
    cabal-install: Use NubList for list fields of SavedConfig. · efd5543d
    Erik de Castro Lopo authored
    User config fields like 'remote-repo', 'extra-prog-path' and 'build-summary'
    were lists, which mean that when two SavedConfig types were concatentated
    the lists for these fields were concatenated, resulting in duplicate entries.
    Duplicated entries in these fields simply don't make sense, so we swicth to
    NubList for these fields.
    
    Closes: #2160
    efd5543d