Mostly use String instead of Text

This commit is contained in:
2023-01-15 12:26:45 +00:00
parent 64b1c2761e
commit a50e2ff406
18 changed files with 50 additions and 65 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ module Dodge.Combine (
enterCombineInv,
) where
import qualified Data.Text as T
import qualified Data.IntSet as IS
import Control.Lens
import Control.Monad
@@ -95,7 +94,7 @@ toggleCombineInv w = case w ^. hud . hudElement of
enterCombineInv :: World -> World
enterCombineInv w = w & hud . hudElement . subInventory .~ CombineInventory
{ _subInvSel = mi
, _subInvRegex = T.pack ""
, _subInvRegex = ""
, _subInvRegexInput = False
}
where