aboutsummaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-02 15:45:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-02 15:45:20 -0400
commit3ea708e03b253456961aeeffb4cf37bd15432d09 (patch)
tree131daffaea10c8a7e3e4890df74fe21e9a87b6f9 /Option.hs
parent7625319c2c18c1d75a4ba5e4c2819fb0a31641ed (diff)
parent0c0fd0c54c126268a4867e4dd0d1d42a46621665 (diff)
Merge branch 'master' into assistant
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
-