Remove all conduit deps in cabal files

This commit is contained in:
Michael Snoyman 2014-05-22 10:16:21 +03:00
parent f88069c608
commit f6107c166d
6 changed files with 0 additions and 18 deletions

View File

@ -39,7 +39,6 @@ library
, base64-bytestring >= 0.1
, byteable
, cryptohash >= 0.11
, cryptohash-conduit >= 0.1.0
, system-filepath >= 0.4
, system-fileio >= 0.3
, http-date

View File

@ -35,10 +35,6 @@ Library
, data-default
, fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 && < 2.2
, conduit >= 1.0 && < 1.2
, conduit-extra >= 0.1 && < 1.2
, zlib-conduit >= 0.5 && < 1.2
, blaze-builder-conduit >= 0.5 && < 1.2
, ansi-terminal
, resourcet >= 0.4.6 && < 1.2
, void >= 0.5
@ -95,10 +91,8 @@ test-suite tests
, zlib-bindings
, blaze-builder >= 0.2.1.4 && < 0.4
, data-default
, conduit
, fast-logger >= 2.1
, resourcet
, conduit-extra
ghc-options: -Wall
test-suite spec

View File

@ -16,8 +16,6 @@ library
, bytestring
, containers >= 0.2
, cgi
, conduit >= 0.5 && < 1.2
, conduit-extra
, http-types
, transformers
, case-insensitive

View File

@ -19,10 +19,6 @@ Library
, transformers >= 0.2.2 && < 0.4
, bytestring >= 0.9.1.4
, blaze-builder >= 0.2.1.4 && < 0.4
, conduit >= 0.5 && < 1.2
, conduit-extra >= 0.0 && < 1.2
, blaze-builder-conduit >= 0.5 && < 1.2
, zlib-conduit >= 0.5 && < 1.2
if os(windows)
c-sources: windows.c

View File

@ -19,7 +19,6 @@ flag example
Library
Build-Depends: base >= 3 && < 5
, bytestring >= 0.9.1.4
, conduit >= 0.5 && < 1.2
, wai >= 3.0 && < 3.1
, blaze-builder >= 0.2.1.4 && < 0.4
, case-insensitive >= 0.2
@ -37,7 +36,6 @@ Executable wai-websockets-example
else
buildable: False
Build-Depends: base >= 3 && < 5
, conduit
, wai-websockets
, websockets
, warp

View File

@ -18,9 +18,6 @@ Library
, wai >= 3.0 && < 3.1
, warp >= 3.0 && < 3.1
, transformers >= 0.2
, conduit >= 0.5 && < 1.2
, conduit-extra
, network-conduit >= 0.6 && < 1.2
, data-default-class >= 0.0.1
, tls >= 1.2.1
, network >= 2.2.1