aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Internal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Internal.hs')
-rw-r--r--src/VeriFuzz/Internal.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VeriFuzz/Internal.hs b/src/VeriFuzz/Internal.hs
index 3c339b5..4a04c7d 100644
--- a/src/VeriFuzz/Internal.hs
+++ b/src/VeriFuzz/Internal.hs
@@ -19,7 +19,8 @@ module VeriFuzz.Internal
, module VeriFuzz.Internal.Circuit
, module VeriFuzz.Internal.Simulator
, module VeriFuzz.Internal.AST
- ) where
+ )
+where
import Data.Text (Text)
import qualified Data.Text as T