Skip to content

Commit

Permalink
Re-export Protocols.Hedgehog.Types from Protocols.Hedgehog.Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed Nov 20, 2024
1 parent d995cf5 commit e0fe489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions clash-protocols/src/Protocols/Hedgehog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ import qualified Hedgehog.Range as Range
-- lifted-async
import Control.Concurrent.Async.Lifted (race)

-- me
import Protocols.Hedgehog.Types

-- | Whether to stall or not. Used in 'idWithModel'.
data StallMode = NoStall | Stall
deriving (Show, Enum, Bounded)
Expand Down
5 changes: 4 additions & 1 deletion clash-protocols/src/Protocols/Hedgehog/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
{- |
Internals for "Protocols.Hedgehog".
-}
module Protocols.Hedgehog.Internal where
module Protocols.Hedgehog.Internal (
module Protocols.Hedgehog.Internal,
module Protocols.Hedgehog.Types,
) where

-- base
import Data.Proxy (Proxy (Proxy))
Expand Down

0 comments on commit e0fe489

Please sign in to comment.