aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-23 22:05:32 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-23 22:05:41 +0200
commit992e91427fccff43f8ab1944131b8f62f9328f0d (patch)
tree1108e017b2c172da02dde8d07d17f0eda7bc23f9 /src/VeriFuzz.hs
parent24382ce10ed53724ad2d097a7ed2397806be3e67 (diff)
downloadverismith-992e91427fccff43f8ab1944131b8f62f9328f0d.tar.gz
verismith-992e91427fccff43f8ab1944131b8f62f9328f0d.zip
Add new maintainer email
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
}