File: no-conduit-combinators

package info (click to toggle)
haskell-tar-conduit 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: haskell: 1,727; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Index: b/tar-conduit.cabal
===================================================================
--- a/tar-conduit.cabal
+++ b/tar-conduit.cabal
@@ -23,7 +23,6 @@ library
   build-depends:       base >= 4.9.0.0 && < 5
                      , bytestring
                      , conduit
-                     , conduit-combinators >= 1.0.8.1
                      , containers
                      , directory
                      , filepath
@@ -50,7 +49,6 @@ test-suite tests
                      , bytestring
                      , conduit
                      , conduit-extra
-                     , conduit-combinators >= 1.0.8.1
                      , directory
                      , filepath
                      , hspec
@@ -69,7 +67,6 @@ test-suite space
   build-depends: base >= 4.9.0.0
                , bytestring
                , conduit
-               , conduit-combinators >= 1.0.8.1
                , containers
                , deepseq
                , directory
@@ -87,7 +84,6 @@ benchmark time
   build-depends: base >= 4.9.0.0
                , bytestring
                , conduit
-               , conduit-combinators >= 1.0.8.1
                , containers
                , criterion
                , deepseq