Skip to content

Commit 9571808

Browse files
committed
Fix MonadUnliftIO import
1 parent c31c711 commit 9571808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Share/Postgres/Orphans.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import Unison.Name (Name)
3838
import Unison.NameSegment.Internal (NameSegment (..))
3939
import Unison.SyncV2.Types (CBORBytes (..))
4040
import Unison.Syntax.Name qualified as Name
41+
import UnliftIO (MonadUnliftIO (..))
4142

4243
-- Orphans for 'Hash'
4344
instance Hasql.EncodeValue Hash where

0 commit comments

Comments
 (0)