aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Tool/Identity.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/Tool/Identity.hs')
-rw-r--r--src/Verismith/Tool/Identity.hs4
1 files changed, 2 insertions, 2 deletions
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)