From 8c48280926efffc0ca52a5d9ca796d639d053379 Mon Sep 17 00:00:00 2001 From: michaelt Date: Mon, 23 Dec 2013 13:02:49 -0500 Subject: variant using text internals in place of text streamDecodeUtf8 --- pipes-text.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pipes-text.cabal') diff --git a/pipes-text.cabal b/pipes-text.cabal index e79f168..86fbab8 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -12,7 +12,9 @@ build-type: Simple cabal-version: >=1.10 library - exposed-modules: Pipes.Text, Pipes.Text.Parse + c-sources: cbits/cbits.c + include-dirs: include + exposed-modules: Pipes.Text, Pipes.Text.Parse, Pipes.Text.Internal -- other-modules: other-extensions: RankNTypes build-depends: base >= 4 && < 5 , -- cgit v1.2.3 From 3694350ac7b9c42fd64e0092a74cf0471a080058 Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 14 Jan 2014 22:05:12 -0500 Subject: Use clunky Data.Text.IO when bytestring is not explicit --- pipes-text.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pipes-text.cabal') diff --git a/pipes-text.cabal b/pipes-text.cabal index 86fbab8..b4388be 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -25,6 +25,9 @@ library pipes-bytestring >= 1.0 && < 1.2, transformers >= 0.3 && < 0.4, text >=0.11 && < 0.12, - bytestring >=0.10 && < 0.11 + bytestring >=0.10 && < 0.11, + vector, + void -- hs-source-dirs: - default-language: Haskell2010 \ No newline at end of file + default-language: Haskell2010 + ghc-options: -O2 -- cgit v1.2.3