This makes the word separator configurable via the config file (issue #28).
finalFileName now needs to be given an instance of the config so it can get the separator string from it. The only usage (in UI.hs) has been updated appropriately (it already had a config instance available in the right scope).
This makes the word separator configurable via the config file (issue #28).
finalFileName
now needs to be given an instance of the config so it can get the separator string from it. The only usage (inUI.hs
) has been updated appropriately (it already had a config instance available in the right scope).