aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz.hs')
-rw-r--r--src/VeriFuzz.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz.hs b/src/VeriFuzz.hs
index 7bc562f..b3b1ec6 100644
--- a/src/VeriFuzz.hs
+++ b/src/VeriFuzz.hs
@@ -3,7 +3,7 @@ Module : VeriFuzz
Description : VeriFuzz
Copyright : (c) 2018-2019, Yann Herklotz
License : BSD-3
-Maintainer : ymherklotz [at] gmail [dot] com
+Maintainer : yann [at] yannherklotz [dot] com
Stability : experimental
Portability : POSIX
-}
@@ -82,7 +82,7 @@ data Opts = Fuzz { fuzzOutput :: {-# UNPACK #-} !Text
}
| Reduce { fileName :: {-# UNPACK #-} !FilePath
, top :: {-# UNPACK #-} !Text
- , reduceScript :: {-# UNPACK #-} !(Maybe FilePath)
+ , reduceScript :: !(Maybe FilePath)
, synthesiserDesc :: ![SynthDescription]
, rerun :: Bool
}