Skip to content

Commit

Permalink
Merge branch 'flaviens-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Jul 26, 2024
2 parents 41de52e + 54bd445 commit 956e5ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Verismith/Verilog2005/Generator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ where
import Control.Applicative (liftA2, liftA3)
import Data.Functor.Compose
import Control.Lens hiding ((<.>))
import Control.Monad (join)
import Control.Monad (join, replicateM)
import Control.Monad.Reader
import Control.Monad.State.Lazy
import qualified Data.ByteString as B
Expand Down
2 changes: 1 addition & 1 deletion src/Verismith/Verilog2005/Randomness.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module Verismith.Verilog2005.Randomness
where

import Control.Applicative (liftA2)
import Control.Monad (join)
import Control.Monad (join, replicateM)
import Control.Monad.Reader
import qualified Data.ByteString as B
import Data.List
Expand Down
1 change: 1 addition & 0 deletions test/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import Test.Tasty.HUnit
import Test.Tasty.Hedgehog
import Text.Parsec
import Verismith
import Verismith.Utils (showT)
import Verismith.Verilog.Lex
import Verismith.Verilog.Parser
import Verismith.Verilog.Preprocess (uncomment)
Expand Down

0 comments on commit 956e5ed

Please sign in to comment.