haskell-HTTP: disable 'doCheck' to avoid compilation errors

Setup: At least the following dependencies are missing:
  case-insensitive ==0.4.*,
  conduit >=0.4 && <0.6,
  http-types >=0.6 && <0.8,
  wai >=1.2 && <1.4
This commit is contained in:
Peter Simons 2013-02-24 22:41:52 +01:00
parent 1e5df990db
commit 5e495dcff2
9 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "4000.0.6"; version = "4000.0.6";
sha256 = "75af1ac4dc21b10c8a1a54a33179ea822e591887bab7278360a3d6b38304d39b"; sha256 = "75af1ac4dc21b10c8a1a54a33179ea822e591887bab7278360a3d6b38304d39b";
buildDepends = [ mtl network parsec ]; buildDepends = [ mtl network parsec ];
doCheck = false;
meta = { meta = {
homepage = "http://projects.haskell.org/http/"; homepage = "http://projects.haskell.org/http/";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "4000.0.9"; version = "4000.0.9";
sha256 = "1e2b4a8b782ad1417c8755bb0d248851bc142b351366ed460e07f2945a5e95ba"; sha256 = "1e2b4a8b782ad1417c8755bb0d248851bc142b351366ed460e07f2945a5e95ba";
buildDepends = [ mtl network parsec ]; buildDepends = [ mtl network parsec ];
doCheck = false;
meta = { meta = {
homepage = "http://projects.haskell.org/http/"; homepage = "http://projects.haskell.org/http/";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "4000.1.1"; version = "4000.1.1";
sha256 = "09khx5fb673a0d7m3bl39xjdxvc60m52rmm4865cha2mby0zidy3"; sha256 = "09khx5fb673a0d7m3bl39xjdxvc60m52rmm4865cha2mby0zidy3";
buildDepends = [ mtl network parsec ]; buildDepends = [ mtl network parsec ];
doCheck = false;
meta = { meta = {
homepage = "http://projects.haskell.org/http/"; homepage = "http://projects.haskell.org/http/";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "4000.1.2"; version = "4000.1.2";
sha256 = "19vcy8xinrvn01caly6sg1p1yvbbf7nwq10kxmnwqssnl4h5cwn8"; sha256 = "19vcy8xinrvn01caly6sg1p1yvbbf7nwq10kxmnwqssnl4h5cwn8";
buildDepends = [ mtl network parsec ]; buildDepends = [ mtl network parsec ];
doCheck = false;
meta = { meta = {
homepage = "http://projects.haskell.org/http/"; homepage = "http://projects.haskell.org/http/";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
httpdShed HUnit network split testFramework testFrameworkHunit httpdShed HUnit network split testFramework testFrameworkHunit
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
httpdShed HUnit network split testFramework testFrameworkHunit httpdShed HUnit network split testFramework testFrameworkHunit
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
httpdShed HUnit network split testFramework testFrameworkHunit httpdShed HUnit network split testFramework testFrameworkHunit
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl
network pureMD5 split testFramework testFrameworkHunit wai warp network pureMD5 split testFramework testFrameworkHunit wai warp
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl
network pureMD5 split testFramework testFrameworkHunit wai warp network pureMD5 split testFramework testFrameworkHunit wai warp
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";