From 6f7cf857b408401abdc4477c888495b4f13162c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Apr 2017 17:30:32 -0400 Subject: reorganized message types Make Control messages be out-of-band async messages, without a pointer to a previous message. And then followed the type change through the code for hours.. This commit was sponsored by Nick Daly on Patreon. --- CmdLine.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'CmdLine.hs') diff --git a/CmdLine.hs b/CmdLine.hs index 2cfea7a..cf9e2b7 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -1,5 +1,6 @@ module CmdLine where +import Data.Monoid import Options.Applicative data CmdLine = CmdLine -- cgit v1.2.3