]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - pipes-text.cabal
stripStart missed a bit
[github/fretlink/text-pipes.git] / pipes-text.cabal
index b4388bef3b4c639841a2f9c81be5e1a2d48ef187..15928f731d5ee34a0b9630e04ee5b11933a2d18d 100644 (file)
@@ -14,20 +14,18 @@ cabal-version:       >=1.10
 library
   c-sources:    cbits/cbits.c
   include-dirs: include
-  exposed-modules:     Pipes.Text, Pipes.Text.Parse, Pipes.Text.Internal
+  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,
-                       vector,
-                       void
+                       pipes-bytestring >= 1.0 && < 2.1,
+                       transformers >= 0.2.0.0 && < 0.4
   -- hs-source-dirs:      
   default-language:    Haskell2010
   ghc-options: -O2