Skip to content

Commit

Permalink
[mmzk] (refactor) Change import structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Aug 27, 2023
1 parent cbda10e commit 586e764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/KindID/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import qualified Data.TypeID.Internal as TID
import Data.UUID.Types.Internal (UUID(..))
import qualified Data.TypeID.V1.Unsafe as V1
import qualified Data.TypeID.V4.Unsafe as V4
import qualified Data.TypeID.Internal as V5
import qualified Data.TypeID.V5.Unsafe as V5
import qualified Data.TypeID.V7.Unsafe as V7
import qualified Data.UUID.V7 as V7
import Data.UUID.Versions
Expand Down Expand Up @@ -402,7 +402,7 @@ genKindIDV5 :: forall prefix
-> [Word8]
-> KindID' 'V5 prefix
genKindIDV5 ns obj
= unsafeFromTypeID . flip (`V5.unsafeGenTypeIDV5` ns) obj . T.pack
= unsafeFromTypeID . flip (`V5.unsafeGenTypeID` ns) obj . T.pack
$ symbolVal @(PrefixSymbol prefix) Proxy
{-# INLINE genKindIDV5 #-}

Expand Down

0 comments on commit 586e764

Please sign in to comment.