Add import for Data.Monoid for backward compatibility
This commit is contained in:
parent
a8fd44e7ac
commit
cf2876abb9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ module Arguments (
|
|||
, configuration
|
||||
) where
|
||||
|
||||
import Data.Monoid ((<>))
|
||||
import Options.Applicative
|
||||
import System.FilePath.Posix (dropTrailingPathSeparator, isValid)
|
||||
|
||||
|
|
Loading…
Reference in a new issue