aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Tool/Identity.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-07 01:31:45 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-07 01:31:45 +0100
commit39dfa92affb1271dc6f714dfca0e13ba72e72e24 (patch)
treec5e2472eeae15c47ab6ad9ee3783d1e81a7d93b4 /src/Verismith/Tool/Identity.hs
parent2b00c249a29236af734c1e5b717b859a2a54a5dc (diff)
downloadverismith-39dfa92affb1271dc6f714dfca0e13ba72e72e24.tar.gz
verismith-39dfa92affb1271dc6f714dfca0e13ba72e72e24.zip
Add annotations and make it compile again
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)