diff options
| author | tv <tv@krebsco.de> | 2025-12-04 22:06:20 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2025-12-04 22:06:20 +0100 |
| commit | 4bdc4177d3a1ec087b1c85d622b2aca9e497c03f (patch) | |
| tree | fd4c65e8e85bbbea2e59d21d0702c7effc807162 | |
| parent | 3919fb8adc06134a304d4fcbcd192c8707c06cbd (diff) | |
| -rw-r--r-- | desktop-pager.cabal | 5 | ||||
| -rw-r--r-- | src/Data/Text/Extra.hs | 8 | ||||
| -rw-r--r-- | src/desktop-pager.hs | 1 |
3 files changed, 2 insertions, 12 deletions
diff --git a/desktop-pager.cabal b/desktop-pager.cabal index 8855179..ea28c9a 100644 --- a/desktop-pager.cabal +++ b/desktop-pager.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: desktop-pager -version: 1.0.0 +version: 1.0.1 license: MIT author: tv <tv@krebsco.de> maintainer: tv@krebsco.de @@ -47,11 +47,10 @@ executable desktop-pager , split , terminal-scanner , terminal-size - , text + , text >= 2.1.2 , unix other-modules: Data.List.Extra , Data.Monoid.Extra - , Data.Text.Extra , Hack.Buffer.Extra , Much.Screen , Pager.Sixelerator diff --git a/src/Data/Text/Extra.hs b/src/Data/Text/Extra.hs deleted file mode 100644 index 07dd45c..0000000 --- a/src/Data/Text/Extra.hs +++ /dev/null @@ -1,8 +0,0 @@ -module Data.Text.Extra where - -import Data.Text (Text) -import qualified Data.Text as Text - - -show :: Show a => a -> Text -show = Text.pack . Prelude.show diff --git a/src/desktop-pager.hs b/src/desktop-pager.hs index 2af362a..703bca9 100644 --- a/src/desktop-pager.hs +++ b/src/desktop-pager.hs @@ -31,7 +31,6 @@ import qualified Data.Map as Map import qualified Data.Set as Set import qualified Data.Text as Text import qualified Data.Text.Encoding as Text -import qualified Data.Text.Extra as Text import qualified Data.Text.IO as Text import qualified Data.Text.Read as Text import qualified Graphics.X11 as X11 |
