packages feed

dovin-3.0: test/TestPrelude/V3.hs

module TestPrelude.V3
  ( module TestPrelude.V2
  , module Dovin.V3
  ) where

import Dovin.V3
import TestPrelude.V2 hiding
  ( withEffect
  )