Skip to content

Commit

Permalink
Fix show compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and ad-si committed Dec 29, 2024
1 parent b80ae2c commit 592fc67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/ULID.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ import qualified Data.ByteString.Lazy as LBS
import Data.Data
import Data.Hashable
import Data.Monoid ((<>))
import Data.Text as T
import Data.Text (Text)
import qualified Data.Text as T
import Data.Time.Clock.POSIX
import GHC.Generics
import System.IO.Unsafe
Expand Down

0 comments on commit 592fc67

Please sign in to comment.