nix: update types

This commit is contained in:
Dhananjay Balan
2026-05-21 19:20:23 +02:00
parent e8192495da
commit a012a85134
3 changed files with 47 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ import Data.Maybe (fromMaybe)
import Api.Types (Quote(..))
showT :: Show a => a -> Text
showT = pack . show
showT = pack . Prelude.show
newtype KoPage = KoPage Text
deriving (Eq, Generic)