summaryrefslogtreecommitdiffstats
path: root/src/TextViewport/Buffer/Item.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextViewport/Buffer/Item.hs')
-rw-r--r--src/TextViewport/Buffer/Item.hs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/TextViewport/Buffer/Item.hs b/src/TextViewport/Buffer/Item.hs
index b08aaf4..81d18ef 100644
--- a/src/TextViewport/Buffer/Item.hs
+++ b/src/TextViewport/Buffer/Item.hs
@@ -15,13 +15,7 @@ data SegmentStrategy
= NoSegments
| FixedWidthSegments
| HyphenateSegments
- { hsDict :: H.Hyphenator
+ { hsLang :: H.Language
, hsCache :: HM.HashMap Text [(Text, Text)]
}
deriving (Eq, Show)
-
-instance Show H.Hyphenator where
- show _ = "<Hyphenator>"
-
-instance Eq H.Hyphenator where
- a == b = False