feat: export the convenience newtype constructor
This commit is contained in:
parent
126a2982b8
commit
b9918701fd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
{-# LANGUAGE LambdaCase #-}
|
{-# LANGUAGE LambdaCase #-}
|
||||||
{-# LANGUAGE StandaloneDeriving #-}
|
{-# LANGUAGE StandaloneDeriving #-}
|
||||||
{-# LANGUAGE DerivingVia #-}
|
{-# LANGUAGE DerivingVia #-}
|
||||||
module Pretty.Serialize (Serializer, PrettySerialize(..), ShowPrettySerialize, run, emit) where
|
module Pretty.Serialize (Serializer, PrettySerialize(..), ShowPrettySerialize(..), run, emit) where
|
||||||
|
|
||||||
import Data.Text.Lazy.Builder (Builder)
|
import Data.Text.Lazy.Builder (Builder)
|
||||||
import Data.Text.Lazy (Text)
|
import Data.Text.Lazy (Text)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue