summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-12-08 12:04:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-12-08 12:04:31 -0700
commit8e3da156811f5901230b5ae1e61209683f793920 (patch)
tree3e6ded85f64264687063534b833439625137769c /CmdLine.hs
parentbaac01c49b553cf3e1564ad349bd90c0284a46dd (diff)
parent9f282483310c2ce028c507cc385e69342ad6c7bc (diff)
downloaddebug-me-8e3da156811f5901230b5ae1e61209683f793920.tar.gz
Merge tag '1.20181208'
tagging package debug-me version 1.20181208
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 2a64b6c..28227d4 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -8,7 +8,6 @@ module CmdLine where
import Types
import ServerList
-import Data.Monoid
import Options.Applicative
import Network.URI
import Network.Wai.Handler.Warp (Port)