Commit Graph

3020 Commits

Author SHA1 Message Date
Peter Simons
fb97adb244 zeromq3-haskell: disable 'doCheck' because of build errors in test program 2013-02-24 22:44:48 +01:00
Peter Simons
01b02925e4 haskell-cautious-file: disable 'doCheck' because of test suite failure 2013-02-24 22:42:15 +01:00
Peter Simons
5e495dcff2 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
2013-02-24 22:41:52 +01:00
Peter Simons
1e5df990db haskell-simple-sendfile: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite spec: RUNNING...

Sendfile
  sendfile
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an entire file FAILED [1]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a part of file FAILED [2]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [3]

  sendfileWithHeader
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and an entire file FAILED [4]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and a part of file FAILED [5]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and an entire file FAILED [6]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and a part of file FAILED [7]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [8]

1) Sendfile.sendfile sends an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

2) Sendfile.sendfile sends a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

3) Sendfile.sendfile terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

4) Sendfile.sendfileWithHeader sends an header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

5) Sendfile.sendfileWithHeader sends an header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

6) Sendfile.sendfileWithHeader sends a large header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

7) Sendfile.sendfileWithHeader sends a large header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

8) Sendfile.sendfileWithHeader terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))
2013-02-24 22:36:44 +01:00
Peter Simons
66097c6025 Disable 'doCheck' in more packages to avoid infinite evaluation loops. 2013-02-24 22:24:55 +01:00
Peter Simons
ea34b78ea6 haskell-text: disable 'doCheck' to avoid infinite evaluation loop
Some of the 'testDepends' of these packages end up depending on 'text' again.
2013-02-24 22:23:26 +01:00
Peter Simons
fa5babd47d haskell-ghc-events: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite test-versions: RUNNING...
test-versions: test/queens-ghc-6.12.1.eventlog: openBinaryFile: does not exist (No such file or directory)
Test suite test-versions: FAIL
Test suite logged to: dist/test/ghc-events-0.4.2.0-test-versions.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-24 22:20:01 +01:00
Peter Simons
4846709d50 haskell-unbounded-delays: add version 0.1.0.5 2013-02-24 22:17:56 +01:00
Peter Simons
c122781579 haskell-text-icu: add version 0.6.3.5 2013-02-24 22:17:49 +01:00
Peter Simons
5b4b656e51 haskell-Safe: add version 0.1 2013-02-24 22:17:41 +01:00
Peter Simons
e82f5c750e haskell-stringprep: add version 0.1.5 2013-02-24 22:17:30 +01:00
Peter Simons
15ff301d63 haskell-stringbuilder: add version 0.4.0 2013-02-24 22:17:13 +01:00
Peter Simons
1dfe6d4e6b haskell-punycode: add version 2.0 2013-02-24 22:17:01 +01:00
Peter Simons
0b0905be3b haskell-network-transport-tests: add version 0.1.0.1 2013-02-24 22:16:53 +01:00
Peter Simons
b27fd14fb0 haskell-nanospec: add version 0.1.0 2013-02-24 22:16:46 +01:00
Peter Simons
a123d5704c haskell-markdown-unlit: add version 0.2.0.1 2013-02-24 22:16:38 +01:00
Peter Simons
0a18c04e95 haskell-lockfree-queue: add version 0.2 2013-02-24 22:16:25 +01:00
Peter Simons
9bf8e18584 haskell-idna: add version 0.2 2013-02-24 22:16:16 +01:00
Peter Simons
cc43390065 haskell-hspec-meta: add version 1.4.4 2013-02-24 22:11:11 +01:00
Peter Simons
52c8f2a8f6 haskell-file-location: add version 0.4.5.2 2013-02-24 22:10:49 +01:00
Peter Simons
a831ca8a4c haskell-encoding: add version 0.6.7.2 2013-02-24 22:10:41 +01:00
Peter Simons
b0fb01de00 haskell-data-accessor-transformers: add version 0.2.1.4 2013-02-24 22:10:30 +01:00
Peter Simons
d4aa0c77f0 haskell-concurrent-extra: add version 0.7.0.5 2013-02-24 22:10:20 +01:00
Peter Simons
23d7315135 haskell-ChasingBottoms: add version 1.3.0.5 2013-02-24 22:10:08 +01:00
Peter Simons
fbb1665cec haskell-base-compat: add version 0.2.1 2013-02-24 22:09:56 +01:00
Peter Simons
7165babaf1 Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
2013-02-24 22:09:07 +01:00
Peter Simons
5f32207dfc Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
Peter Simons
d4b8008a44 haskell-tar: dropped obsolete version 0.3.2.0 2013-02-24 10:44:17 +01:00
Peter Simons
8e148fa50e haskell-gitit: jailbreak to fix build with recent blazehtml 2013-02-24 10:41:44 +01:00
Peter Simons
c3a7017cb6 haskell-xmlhtml: update to version 0.2.1 2013-02-22 16:14:36 +01:00
Peter Simons
59ef5ef0e8 haskell-snap-server: update to version 0.9.3.3 2013-02-22 14:41:44 +01:00
Peter Simons
2569cc1286 haskell-shakespeare-css: update to version 1.0.3 2013-02-22 14:41:44 +01:00
Peter Simons
4b91db3ba7 haskell-hoogle: update to version 4.2.16 2013-02-22 14:41:44 +01:00
Peter Simons
6aa834ad6e haskell-happstack-server: update to version 7.1.6 2013-02-22 14:41:44 +01:00
Peter Simons
248ccf393b haskell-network: add version 2.4.1.2 2013-02-22 14:41:44 +01:00
Shea Levy
acd4299e75 Merge branch 'master' into stdenv-updates
Conflicts:
	pkgs/applications/networking/browsers/chromium/default.nix
	pkgs/top-level/all-packages.nix

Merge conflicts seemed trivial, but a look from viric and aszlig would be nice.
2013-02-21 11:13:30 -05:00
Peter Simons
9cff61881d haskell-yesod-auth: update to version 1.1.5.3 2013-02-21 16:13:06 +01:00
Peter Simons
51a4c6d601 haskell-snap: update to version 0.11.2 2013-02-21 16:13:06 +01:00
Peter Simons
f391645a7b haskell-persistent-sqlite: update to version 1.1.4 2013-02-21 16:13:05 +01:00
Peter Simons
fdf04063aa haskell-persistent-postgresql: update to version 1.1.3.1 2013-02-21 16:13:05 +01:00
Peter Simons
7923c79891 haskell-http-reverse-proxy: update to version 0.1.1.3 2013-02-21 16:13:05 +01:00
Peter Simons
954424d222 haskell-hjsmin: update to version 0.1.4.1 2013-02-21 16:13:05 +01:00
Peter Simons
ccec03edc4 haskell-highlighting-kate: update to version 0.5.3.7 2013-02-21 16:13:05 +01:00
Peter Simons
d81088839f haskell-authenticate: update to version 1.3.2.6 2013-02-21 16:13:05 +01:00
Peter Simons
7785d0598d haskell-publicsuffixlist: add version 0.0.3 2013-02-21 16:05:33 +01:00
Peter Simons
9e5d5488e0 haskell-simple-reflect: add version 0.3.1 2013-02-21 16:05:24 +01:00
Peter Simons
7210f21874 haskell-show: update to version 0.5 2013-02-21 16:05:16 +01:00
Peter Simons
f684c61325 haskell-smallcheck: delete obsolete version 0.6.2 2013-02-21 16:04:50 +01:00
Peter Simons
00370e2fb6 haskell-zlib-conduit: update to version 1.0.0 2013-02-20 11:58:08 +01:00
Peter Simons
c7c79828de haskell-yesod: update to version 1.1.9 2013-02-20 11:58:08 +01:00