From 0bd2e836d96fe864b00d2085f29e932130722cc3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 18 Sep 2021 02:09:27 +0200 Subject: moved types into Types.hs it's almost as if there's some structure to this code! --- lib/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Util.hs') diff --git a/lib/Util.hs b/lib/Util.hs index 3a0e1d4..42ba960 100644 --- a/lib/Util.hs +++ b/lib/Util.hs @@ -8,7 +8,7 @@ module Util where import Data.Aeson as Aeson import Data.Text (Text) -import Data.Text as T +import qualified Data.Text as T -- | haskell's many string types are FUN … showText :: Show a => a -> Text -- cgit v1.2.3