File: no-conduit-combinators

package info (click to toggle)
haskell-tar-conduit 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: haskell: 1,448; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,457 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
Index: b/tar-conduit.cabal
===================================================================
--- a/tar-conduit.cabal
+++ b/tar-conduit.cabal
@@ -20,7 +20,6 @@ library
   build-depends:       base >= 4.9.0.0 && < 5
                      , bytestring
                      , conduit
-                     , conduit-combinators >= 1.0.8.1
                      , directory
                      , filepath
                      , safe-exceptions
@@ -45,7 +44,6 @@ test-suite tests
                      , bytestring
                      , conduit
                      , conduit-extra
-                     , conduit-combinators >= 1.0.8.1
                      , directory
                      , filepath
                      , hspec
@@ -62,7 +60,6 @@ test-suite space
   build-depends: base >= 4.9.0.0
                , bytestring
                , conduit
-               , conduit-combinators >= 1.0.8.1
                , containers
                , deepseq
                , directory
@@ -80,7 +77,6 @@ benchmark time
   build-depends: base >= 4.9.0.0
                , bytestring
                , conduit
-               , conduit-combinators >= 1.0.8.1
                , containers
                , criterion
                , deepseq
@@ -91,4 +87,4 @@ benchmark time
 
 source-repository head
   type:     git
-  location: https://github.com/snoyberg/tar-conduit
\ No newline at end of file
+  location: https://github.com/snoyberg/tar-conduit