summaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Option.hs')
-rw-r--r--Option.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Option.hs b/Option.hs
index 1bac2cd05..967cd3e07 100644
--- a/Option.hs
+++ b/Option.hs
@@ -76,4 +76,3 @@ field short opt paramdesc description =
{- The flag or field name used for an option. -}
name :: Option -> String
name (Option _ o _ _) = Prelude.head o
-