Skip to content

Commit f67f6a8

Browse files
committed
Fix dodgy import on old base
1 parent a6683ee commit f67f6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflex/Dynamic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import Data.Maybe
9696
import Data.These
9797
import Data.Type.Equality ((:~:) (..))
9898

99-
import Debug.Trace hiding (traceEventWith)
99+
import Debug.Trace (trace)
100100

101101
-- | Map a sampling function over a 'Dynamic'.
102102
mapDynM :: forall t m a b. (Reflex t, MonadHold t m) => (forall m'. MonadSample t m' => a -> m' b) -> Dynamic t a -> m (Dynamic t b)

0 commit comments

Comments
 (0)