nix: update types
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user