From 39dfa92affb1271dc6f714dfca0e13ba72e72e24 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 7 Apr 2020 01:31:45 +0100 Subject: Add annotations and make it compile again --- src/Verismith/Tool/XST.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Verismith/Tool/XST.hs') 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) -- cgit