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/Identity.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Verismith/Tool/Identity.hs') diff --git a/src/Verismith/Tool/Identity.hs b/src/Verismith/Tool/Identity.hs index 9e436f3..8f6901f 100644 --- a/src/Verismith/Tool/Identity.hs +++ b/src/Verismith/Tool/Identity.hs @@ -25,8 +25,8 @@ import Verismith.Tool.Internal import Verismith.Verilog.AST import Verismith.Verilog.CodeGen -data Identity = Identity { identityDesc :: {-# UNPACK #-} !Text - , identityOutput :: {-# UNPACK #-} !FilePath +data Identity = Identity { identityDesc :: !Text + , identityOutput :: !FilePath } deriving (Eq) -- cgit