X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pipes-text.cabal;h=15928f731d5ee34a0b9630e04ee5b11933a2d18d;hb=b0d86a59271dbb20a092ca359860a0efe76a849d;hp=e79f16889ce33a840ecdc05b214505fda76e3050;hpb=682fbb8d6715033eea01176153bd0d3c67d7ef10;p=github%2Ffretlink%2Ftext-pipes.git diff --git a/pipes-text.cabal b/pipes-text.cabal index e79f168..15928f7 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -12,17 +12,20 @@ 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.Internal -- other-modules: other-extensions: RankNTypes build-depends: base >= 4 && < 5 , - transformers >= 0.2.0.0 && < 0.4, + bytestring >=0.10 && < 0.11, + text >=0.11 && < 0.12, + profunctors >= 3.1.1 && < 4.1 , pipes >=4.0 && < 4.2, - pipes-parse >=2.0 && < 2.2, + pipes-parse >=2.0 && < 3.1, pipes-safe, - pipes-bytestring >= 1.0 && < 1.2, - transformers >= 0.3 && < 0.4, - text >=0.11 && < 0.12, - bytestring >=0.10 && < 0.11 + pipes-bytestring >= 1.0 && < 2.1, + transformers >= 0.2.0.0 && < 0.4 -- hs-source-dirs: - default-language: Haskell2010 \ No newline at end of file + default-language: Haskell2010 + ghc-options: -O2