aboutsummaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:20:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:33:39 -0700
commit0f443804011224eace10058d8c1672d3623a3b8f (patch)
treee37ef08c2fe913df594bc801d85b8a078ebc44ce /Types
parent0876ced7760c8866f1b90b1bbaff9bdd19a7a7d8 (diff)
downloadsscan-0f443804011224eace10058d8c1672d3623a3b8f.tar.gz
improve defnList & factor out of Main.hs
Diffstat (limited to 'Types')
-rw-r--r--Types/Preset.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Preset.hs b/Types/Preset.hs
index 78f0231..84b4394 100644
--- a/Types/Preset.hs
+++ b/Types/Preset.hs
@@ -5,7 +5,7 @@ import qualified Data.Text as T
import Types.State
type PresetToggleKey = Char
-type PresetDesc = T.Text
+type PresetDesc = String
type PresetPreset = St -> St
data Preset = Preset PresetToggleKey PresetDesc PresetPreset