From 1677dc12093a9b128ba17085125e807c3e2b3d5a Mon Sep 17 00:00:00 2001 From: michaelt Date: Sat, 25 Jan 2014 22:28:32 -0500 Subject: reformatted exports fwiw --- pipes-text.cabal | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pipes-text.cabal') diff --git a/pipes-text.cabal b/pipes-text.cabal index 4e77d1b..1a3e437 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -18,16 +18,14 @@ library -- 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 && < 3.1, pipes-safe, pipes-bytestring >= 1.0 && < 2.1, - transformers >= 0.3 && < 0.4, - text >=0.11 && < 0.12, - bytestring >=0.10 && < 0.11, - vector, - void + transformers >= 0.2.0.0 && < 0.4 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -O2 -- cgit v1.2.3