summaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-02 08:35:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-02 08:35:15 -0400
commit9517fbb9488aac6750b9599db358da8d72a2343e (patch)
tree0584473638da9c38f7bc2164c17cad4aab048cdc /Option.hs
parentbab6dc48d3ee09036fa555fa5ddc1475c9ce87d4 (diff)
cleanup
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
-