aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Tool/XST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/Tool/XST.hs')
-rw-r--r--src/Verismith/Tool/XST.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Verismith/Tool/XST.hs b/src/Verismith/Tool/XST.hs
index 4a4921c..2bec7d9 100644
--- a/src/Verismith/Tool/XST.hs
+++ b/src/Verismith/Tool/XST.hs
@@ -30,8 +30,8 @@ import Verismith.Verilog.AST
import Verismith.Verilog.CodeGen
data XST = XST { xstBin :: !(Maybe FilePath)
- , xstDesc :: {-# UNPACK #-} !Text
- , xstOutput :: {-# UNPACK #-} !FilePath
+ , xstDesc :: !Text
+ , xstOutput :: !FilePath
}
deriving (Eq)