From 322d651fbfedbde64c38d74a556b169ff8cca6a2 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Wed, 17 Jun 2020 00:20:55 +0900 Subject: [PATCH] Fix a broken haddock comment block (#64) --- src/Options/Generic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Options/Generic.hs b/src/Options/Generic.hs index 7fe635f..b1b3521 100644 --- a/src/Options/Generic.hs +++ b/src/Options/Generic.hs @@ -119,7 +119,7 @@ -- -- > $ stack runghc Example.hs -- --foo 1 --bar 2.5 -- > Example {foo = 1, bar = 2.5} - +-- -- You can also add default values to each `Read`able field, like this: -- -- > {-# LANGUAGE DataKinds #-}