summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-28 14:42:37 +0300
committerdefanor <defanor@uberspace.net>2017-11-28 14:42:37 +0300
commit3ee80d00ec31207041ed00018a25e9d3a0242dba (patch)
tree525092a3fa6b098b2c7df6ec68a06cba3ce164b7 /pancake.cabal
parent9985c0b96280383a327046973707d2076848326b (diff)
Remove utf8-string dependency
Data.Text.Encoding functions are used instead.
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/pancake.cabal b/pancake.cabal
index db06a94..ad45d2d 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -57,7 +57,6 @@ executable pancake
, terminfo >= 0.4.0.2 && < 1
, text >= 1.2.2.2 && < 2
, unix >= 2.7.2.0 && < 3
- , utf8-string >= 1.0.1.1 && < 2
, yaml >= 0.8.23.3 && < 1
-- hs-source-dirs:
default-language: Haskell2010