Commit Graph

3519 Commits

Author SHA1 Message Date
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
Peter Simons 02a48586cf haskell-yesod-static: update to version 1.1.2.2 2013-02-20 11:58:08 +01:00
Peter Simons ad96740034 haskell-yesod-form: update to version 1.2.1.3 2013-02-20 11:58:07 +01:00
Peter Simons 2abefe5719 haskell-yesod-default: update to version 1.1.3.2 2013-02-20 11:58:07 +01:00
Peter Simons 412eb8c2f2 haskell-yesod-core: update to version 1.1.8.2 2013-02-20 11:58:07 +01:00
Peter Simons caf11199f9 haskell-yesod-auth: update to version 1.1.5.2 2013-02-20 11:58:07 +01:00
Peter Simons 90f1e88d4d haskell-xmlhtml: update to version 0.2.0.4 2013-02-20 11:58:05 +01:00
Peter Simons bcf838bf76 haskell-xml-conduit: update to version 1.1.0.2 2013-02-20 11:58:05 +01:00
Peter Simons 273e26780e haskell-warp: update to version 1.3.7.4 2013-02-20 11:58:05 +01:00
Peter Simons d91697876e haskell-wai: update to version 1.4.0 2013-02-20 11:58:05 +01:00
Peter Simons d8a741b342 haskell-wai-test: update to version 1.3.0.4 2013-02-20 11:58:05 +01:00
Peter Simons c03d3e1562 haskell-wai-extra: update to version 1.3.2.4 2013-02-20 11:58:05 +01:00
Peter Simons 0c21d47352 haskell-wai-app-static: update to version 1.3.1.2 2013-02-20 11:58:04 +01:00
Peter Simons a97dcd769b haskell-tagstream-conduit: update to version 0.5.4 2013-02-20 11:58:04 +01:00
Peter Simons e23aab7f80 haskell-socks: update to version 0.5.0 2013-02-20 11:58:04 +01:00
Peter Simons 007060ae49 haskell-smallcheck: update to version 1.0.1 2013-02-20 11:58:04 +01:00
Peter Simons 3cd5fe7f4a haskell-skein: update to version 0.1.0.12 2013-02-20 11:58:04 +01:00
Peter Simons 4287ca08ad haskell-simple-sendfile: update to version 0.2.11 2013-02-20 11:58:04 +01:00
Peter Simons d29fd88438 haskell-persistent: update to version 1.1.5.1 2013-02-20 11:58:04 +01:00
Peter Simons e954f13e15 haskell-persistent-template: update to version 1.1.2.4 2013-02-20 11:58:03 +01:00
Peter Simons 1ec7fe92bf haskell-persistent-sqlite: update to version 1.1.3.1 2013-02-20 11:58:03 +01:00
Peter Simons 2a5cd3377f haskell-network-conduit: update to version 1.0.0 2013-02-20 11:58:03 +01:00
Peter Simons 394cdd9896 haskell-monad-logger: update to version 0.3.0.1 2013-02-20 11:58:03 +01:00
Peter Simons a443d513fb haskell-http-conduit: update to version 1.8.9 2013-02-20 11:58:03 +01:00
Peter Simons 2b2cf88d1e haskell-html-conduit: update to version 1.1.0 2013-02-20 11:58:03 +01:00
Peter Simons a0deb84690 haskell-highlighting-kate: update to version 0.5.3.6 2013-02-20 11:58:03 +01:00
Peter Simons ecf89e0917 haskell-hamlet: update to version 1.1.6.3 2013-02-20 11:58:03 +01:00
Peter Simons 32bd11db41 haskell-filesystem-conduit: update to version 1.0.0 2013-02-20 11:58:02 +01:00
Peter Simons f046fc687d haskell-crypto-conduit: update to version 0.5.0 2013-02-20 11:58:02 +01:00
Peter Simons 1d72357ea4 haskell-crypto-api: update to version 0.11 2013-02-20 11:58:02 +01:00
Peter Simons 03817721c3 haskell-conduit: update to version 1.0.0 2013-02-20 11:58:02 +01:00
Peter Simons bcdf686d38 haskell-classy-prelude-conduit: update to version 0.5.1 2013-02-20 11:58:02 +01:00
Peter Simons 0104e27e3b haskell-blaze-builder-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons fee385a3fb haskell-base64-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons 83321e139f haskell-attoparsec-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons 3a740edab7 haskell-DAV: jailbreak to support recent versions of conduit 2013-02-20 11:51:37 +01:00
Peter Simons 4c620d5501 haskell-hoogle: jailbreak to support recent versions of conduit 2013-02-20 11:50:05 +01:00
Peter Simons b516b13441 haskell-show: this package needs smallcheck version < 1 2013-02-20 11:49:37 +01:00
Peter Simons 1152fb2e22 haskell-smallcheck: add version 1.0.1 2013-02-20 11:49:02 +01:00
Peter Simons 9e68734d61 Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-18 11:54:56 +01:00
Peter Simons 7e8ccea899 haskell-uuid: add version 1.2.9 2013-02-18 11:20:20 +01:00
Peter Simons 40fbde7a45 haskell-maccatcher: add version 2.1.5 2013-02-18 11:20:08 +01:00
Peter Simons aa2798f870 haskell-Glob: add version 0.7.2 2013-02-18 11:19:55 +01:00
Peter Simons 946d22375b haskell-yesod: update to version 1.1.8.1 2013-02-18 11:11:17 +01:00
Peter Simons bedd8954ba haskell-yesod-test: update to version 0.3.3.2 2013-02-18 11:11:17 +01:00
Peter Simons a87fad64ee haskell-yesod-static: update to version 1.1.2.1 2013-02-18 11:11:17 +01:00
Peter Simons f78b8e7d62 haskell-yesod-json: update to version 1.1.2.1 2013-02-18 11:11:17 +01:00
Peter Simons c9cb0226f6 haskell-yesod-form: update to version 1.2.1.2 2013-02-18 11:11:17 +01:00
Peter Simons ec06560c23 haskell-yesod-default: update to version 1.1.3.1 2013-02-18 11:11:17 +01:00
Peter Simons 5931c8126c haskell-yesod-core: update to version 1.1.8.1 2013-02-18 11:11:16 +01:00
Peter Simons 1930353348 haskell-yaml: update to version 0.8.2.1 2013-02-18 11:11:16 +01:00
Peter Simons ac68f89304 haskell-xml-hamlet: update to version 0.4.0.4 2013-02-18 11:11:16 +01:00
Peter Simons 482e22c171 haskell-warp: update to version 1.3.7.3 2013-02-18 11:11:16 +01:00
Peter Simons bd30436125 haskell-wai: update to version 1.3.0.3 2013-02-18 11:11:16 +01:00
Peter Simons c1729b434e haskell-wai-test: update to version 1.3.0.2 2013-02-18 11:11:16 +01:00
Peter Simons 300ac630f4 haskell-wai-extra: update to version 1.3.2.3 2013-02-18 11:11:16 +01:00
Peter Simons cc32774ccd haskell-wai-app-static: update to version 1.3.1.1 2013-02-18 11:11:16 +01:00
Peter Simons 8d19035bb4 haskell-unix-time: update to version 0.1.5 2013-02-18 11:11:16 +01:00
Peter Simons 09ca09082a haskell-readline: update to version 1.0.3.0 2013-02-18 11:11:16 +01:00
Peter Simons 2175e73c0b haskell-persistent: update to version 1.1.5 2013-02-18 11:11:16 +01:00
Peter Simons 4f3e378f87 haskell-persistent-template: update to version 1.1.2.2 2013-02-18 11:11:15 +01:00
Peter Simons 74084ad068 haskell-persistent-sqlite: update to version 1.1.3 2013-02-18 11:11:15 +01:00
Peter Simons 050a8963e7 haskell-persistent-postgresql: update to version 1.1.3 2013-02-18 11:11:15 +01:00
Peter Simons cb73bffd9f haskell-pandoc: update to version 1.10.1 2013-02-18 11:11:15 +01:00
Peter Simons 4157f125c4 haskell-lens: update to version 3.8.7.3 2013-02-18 11:11:15 +01:00
Peter Simons b81d89ee63 haskell-lambdabot-utils: update to version 4.2.2 2013-02-18 11:11:15 +01:00
Peter Simons e0ed6ac17d haskell-hxt-regex-xmlschema: update to version 9.1.0 2013-02-18 11:11:15 +01:00
Peter Simons 52455156b2 haskell-hs-bibutils: update to version 4.17 2013-02-18 11:11:15 +01:00
Peter Simons f23723864b haskell-hledger-web: update to version 0.19.3 2013-02-18 11:11:14 +01:00
Peter Simons 26145baa51 haskell-highlighting-kate: update to version 0.5.3.6 2013-02-18 11:11:14 +01:00
Peter Simons 89f20c176c haskell-happstack-server: update to version 7.1.5 2013-02-18 11:11:14 +01:00
Peter Simons 7201dffe60 haskell-ghc-mod: update to version 1.11.4 2013-02-18 11:11:14 +01:00
Peter Simons 4d9cf0758c haskell-classy-prelude: update to version 0.5.1 2013-02-18 11:11:14 +01:00
Peter Simons ff86dade69 haskell-blaze-html: update to version 0.6.0.0 2013-02-18 11:11:14 +01:00
Peter Simons 2e14f53bfd haskell-Graphalyze: update to version 0.14.0.1 2013-02-18 11:11:14 +01:00
Peter Simons da1f938ece jailbreak packages to support blaze-html 0.6.0.0
- hamlet
 - happstack-server
 - heist
 - highlighting-kate
 - xml-conduit
 - xmlhtml
 - yesod-auth
 - yesod-core
 - yesod-form
2013-02-18 11:10:40 +01:00
Peter Simons 9ff93714d7 haskell-monad-par: update to version 0.3.4 2013-02-18 10:48:59 +01:00
Eelco Dolstra 2aa6f262cb Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-02-15 13:36:34 +01:00
Peter Simons 040696fca0 haskell-vty: update to version 4.7.3 2013-02-14 12:42:08 +01:00
Peter Simons 6687f0d1be haskell-snap: update to version 0.11.1 2013-02-14 12:42:08 +01:00
Peter Simons 3ea36a6ae4 haskell-shakespeare: update to version 1.0.3.1 2013-02-14 12:42:08 +01:00
Peter Simons 07795e1f39 haskell-shakespeare-css: update to version 1.0.2.1 2013-02-14 12:42:08 +01:00
Peter Simons 47d7d8512f haskell-repa-io: update to version 3.2.3.2 2013-02-14 12:42:08 +01:00
Peter Simons 130e43711a haskell-project-template: update to version 0.1.3 2013-02-14 12:42:08 +01:00
Peter Simons 6645b88e8d haskell-monadcryptorandom: update to version 0.5.1 2013-02-14 12:42:08 +01:00
Peter Simons e12d217534 haskell-http-reverse-proxy: update to version 0.1.1.2 2013-02-14 12:42:08 +01:00
Peter Simons 5314503a1f haskell-heist: update to version 0.11.0.1 2013-02-14 12:42:08 +01:00
Peter Simons 8ad4b9fc8b haskell-happstack-server: update to version 7.1.4 2013-02-14 12:42:08 +01:00
Peter Simons 609cc4fbf3 haskell-hamlet: update to version 1.1.6.2 2013-02-14 12:42:08 +01:00
Peter Simons 924f2d7dde haskell-graphviz: update to version 2999.16.0.0 2013-02-14 12:42:08 +01:00
Peter Simons 4e1d3ddba7 haskell-gloss: update to version 1.7.8.2 2013-02-14 12:42:08 +01:00
Peter Simons fc5f145334 haskell-authenticate: update to version 1.3.2.4 2013-02-14 12:42:08 +01:00
Peter Simons 157cec4579 haskell-SMTPClient: update to version 1.1.0 2013-02-14 12:42:07 +01:00
Peter Simons d0eafca26b haskell-HStringTemplate: update to version 0.7.0 2013-02-14 12:42:07 +01:00
Peter Simons 4720d14dfa haskell-Diff: update to version 0.3.0 2013-02-14 12:42:07 +01:00
Peter Simons 56afb5a5d0 haskell-filestore: jailbreak to enable the build with the latest version of 'Diff' 2013-02-14 12:39:46 +01:00
Peter Simons 603aacf97f haskell-bmp: update to version 1.2.4.1 2013-02-14 12:33:58 +01:00
Peter Simons 7d5936856a haskell-hsyslog: update to version 1.5 2013-02-12 23:07:35 +01:00
Peter Simons 95c04df02d haskell-hsdns: update to version 1.6 2013-02-12 23:07:35 +01:00
Peter Simons 18c24bab3f haskell-HTTP: update to version 4000.2.8 2013-02-11 11:16:36 +01:00
Peter Simons 09a3f9f775 haskell-gitit: update to version 0.10.2 2013-02-10 15:41:37 +01:00
Peter Simons 790af9124c haskell-digestive-functors: update to version 0.6.0.1 2013-02-10 15:41:37 +01:00
Peter Simons 221e8b1649 haskell-stylish-haskell: update to version 0.5.6.0 2013-02-09 18:24:50 +01:00
Peter Simons f5e1c00c68 haskell-snap-server: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons e8de5bd8d9 haskell-snap-core: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons 587e82e085 haskell-reflection: update to version 1.1.7 2013-02-09 18:24:50 +01:00
Peter Simons 58eedef652 haskell-project-template: update to version 0.1.2 2013-02-09 18:24:50 +01:00
Peter Simons e36304f903 haskell-hashtables: update to version 1.1.0.2 2013-02-09 18:24:50 +01:00
Peter Simons fdf9782914 haskell-classy-prelude: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons 256a2997f2 haskell-classy-prelude-conduit: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons 1a5b329cfd haskell-base64-bytestring: update to version 1.0.0.1 2013-02-09 18:24:50 +01:00
Peter Simons a49ff02e7f haskell-SDL-ttf: update to version 0.6.2 2013-02-09 18:24:50 +01:00
Peter Simons 4b3cd9711a haskell-HSH: update to version 2.1.0 2013-02-09 18:24:50 +01:00
Peter Simons fcac0afb3a haskell-Agda: jailbreak to support the latest version of 'hashtables' 2013-02-09 18:17:32 +01:00
Peter Simons 6e067d336b Merge pull request #303 from aforemny/haskell-vty-ui
Add Haskell package vty-ui
2013-02-07 07:51:01 -08:00
Alexander Foremny 6666acc77c Add Haskell package dyre
This adds the Haskell package xdg-basedir as well.
2013-02-06 16:56:30 +01:00
Alexander Foremny b423163454 Add Haskell package vty-ui 2013-02-06 16:46:45 +01:00
Peter Simons 7cd1885725 haskell-happstack-server: update to version 7.1.2 2013-02-06 12:27:24 +01:00
Peter Simons 87f83b6bce haskell-hamlet: update to version 1.1.6.1 2013-02-06 12:27:24 +01:00
Peter Simons f4be8d4ec7 haskell-ghc-heap-view: update to version 0.4.2.0 2013-02-06 12:27:24 +01:00
Peter Simons 8b0b674d65 haskell-errors: update to version 1.4.1 2013-02-06 12:27:24 +01:00
Peter Simons b76e4059c4 haskell-either: update to version 3.4 2013-02-06 12:27:23 +01:00
Peter Simons 4548458a3e haskell-contravariant: update to version 0.4 2013-02-06 12:27:23 +01:00
Peter Simons 1f92b14d1f haskell-heist: jailbreak to support the latest version of 'errors' 2013-02-06 12:27:23 +01:00
Peter Simons 805b7783d4 haskell-yesod-form: update to version 1.2.1.1 2013-02-04 13:41:29 +01:00
Peter Simons b390e531ea haskell-yesod-auth: update to version 1.1.4.1 2013-02-04 13:41:29 +01:00
Peter Simons f3620bfe1d haskell-semigroupoids: update to version 3.0.2 2013-02-04 13:41:29 +01:00
Peter Simons 67d7dee6ee haskell-profunctors: update to version 3.3 2013-02-04 13:41:29 +01:00
Peter Simons 9a081207cf haskell-math-functions: update to version 0.1.3.0 2013-02-04 13:41:29 +01:00
Peter Simons 7bca38c6fa haskell-hastache: update to version 0.5.0 2013-02-04 13:41:29 +01:00
Peter Simons e3ac93b519 haskell-email-validate: update to version 1.0.0 2013-02-04 13:41:29 +01:00
Peter Simons 5ecaa4b551 haskell-criterion: update to version 0.6.2.1 2013-02-04 13:41:29 +01:00
Peter Simons 33e90e510a haskell-contravariant: update to version 0.3 2013-02-04 13:41:29 +01:00
Andres Loeh ac1d2a1221 Add haskell-ghc-vis, haskell-heap-view and deps. 2013-02-02 20:26:34 +01:00
Peter Simons 0bbb1813bc haskell-hsemail: update to version 1.7.5 2013-02-02 15:01:08 +01:00
Peter Simons 864c2ed99c haskell-hamlet: update to version 1.1.5 2013-02-02 12:23:13 +01:00
Peter Simons 1469a0862f haskell-attoparsec: update to version 0.10.4.0 2013-02-02 12:23:13 +01:00
Peter Simons 4d11098bdd haskell-yesod: update to version 1.1.8 2013-01-30 11:29:59 +01:00
Peter Simons bd8ae3c523 haskell-yesod-test: update to version 0.3.3.1 2013-01-30 11:29:59 +01:00
Peter Simons eb6c71ad55 haskell-yesod-static: update to version 1.1.2 2013-01-30 11:29:59 +01:00
Peter Simons 3c7b8578a7 haskell-yesod-routes: update to version 1.1.2 2013-01-30 11:29:58 +01:00
Peter Simons f20eff4609 haskell-yesod-form: update to version 1.2.1 2013-01-30 11:29:58 +01:00
Peter Simons dfd6a80c77 haskell-yesod-core: update to version 1.1.8 2013-01-30 11:29:58 +01:00
Peter Simons ec34d4c497 haskell-yesod-auth: update to version 1.1.4 2013-01-30 11:29:58 +01:00
Peter Simons 2603bc59b1 haskell-warp: update to version 1.3.7.2 2013-01-30 11:29:58 +01:00
Peter Simons 23140d9411 haskell-wai: update to version 1.3.0.2 2013-01-30 11:29:58 +01:00
Peter Simons c2e68b4019 haskell-wai-test: update to version 1.3.0.1 2013-01-30 11:29:58 +01:00
Peter Simons 8a50c3d9ff haskell-wai-extra: update to version 1.3.2.1 2013-01-30 11:29:57 +01:00
Peter Simons a46a0ee8ef haskell-tls: update to version 1.1.2 2013-01-30 11:29:57 +01:00
Peter Simons a9660e65da haskell-texmath: update to version 0.6.1.3 2013-01-30 11:29:57 +01:00
Peter Simons 53e0d41689 haskell-snap: update to version 0.11.0 2013-01-30 11:29:57 +01:00
Peter Simons 7d41cdf238 haskell-snap-server: update to version 0.9.2.4 2013-01-30 11:29:57 +01:00
Peter Simons 736e9958b4 haskell-snap-core: update to version 0.9.2.2 2013-01-30 11:29:57 +01:00
Peter Simons 67a128958f haskell-shakespeare: update to version 1.0.3 2013-01-30 11:29:57 +01:00
Peter Simons 55343d26c3 haskell-shakespeare-js: update to version 1.1.2 2013-01-30 11:29:57 +01:00
Peter Simons 870bfea440 haskell-postgresql-libpq: update to version 0.8.2.2 2013-01-30 11:29:57 +01:00
Peter Simons d9bb07210a haskell-pandoc: update to version 1.10.1 2013-01-30 11:29:57 +01:00
Peter Simons c59690d29a haskell-mime-types: update to version 0.1.0.3 2013-01-30 11:29:56 +01:00
Peter Simons ba9c06dedb haskell-lens: update to version 3.8.5 2013-01-30 11:29:56 +01:00
Peter Simons ce9c8a235d haskell-language-haskell-extract: update to version 0.2.4 2013-01-30 11:29:56 +01:00
Peter Simons b2277d0afd haskell-http-types: update to version 0.8.0 2013-01-30 11:29:56 +01:00
Peter Simons 6384ff2e1f haskell-http-conduit: update to version 1.8.7.1 2013-01-30 11:29:56 +01:00
Peter Simons 79553f7ea8 haskell-hspec: update to version 1.4.4 2013-01-30 11:29:56 +01:00
Peter Simons 3af9c0d6eb haskell-hoogle: update to version 4.2.15 2013-01-30 11:29:56 +01:00
Peter Simons a1c17bf924 haskell-heist: update to version 0.11.0 2013-01-30 11:29:56 +01:00
Peter Simons 2ae771ab7b haskell-hamlet: update to version 1.1.4 2013-01-30 11:29:56 +01:00
Peter Simons 35295065ef haskell-hakyll: update to version 4.1.4.0 2013-01-30 11:29:56 +01:00
Peter Simons eb2adf9acd haskell-either: update to version 3.1 2013-01-30 11:29:56 +01:00
Peter Simons cb7607499b haskell-edit-distance: update to version 0.2.1.2 2013-01-30 11:29:55 +01:00
Peter Simons cf71ba454d haskell-distributed-process: update to version 0.4.2 2013-01-30 11:29:55 +01:00
Peter Simons 1401f654cb haskell-distributed-process-simplelocalnet: update to version 0.2.0.9 2013-01-30 11:29:55 +01:00
Peter Simons 6cee3f32f1 haskell-digestive-functors-heist: update to version 0.6.0.0 2013-01-30 11:29:55 +01:00
Peter Simons fe5b58759e haskell-diagrams-contrib: update to version 0.6.0.3 2013-01-30 11:29:55 +01:00
Peter Simons 17842f4e8f haskell-classy-prelude: update to version 0.4.4 2013-01-30 11:29:55 +01:00
Peter Simons a7d99b7d4d haskell-classy-prelude-conduit: update to version 0.4.4 2013-01-30 11:29:55 +01:00
Peter Simons 3fd2c15144 haskell-case-insensitive: update to version 1.0 2013-01-30 11:29:55 +01:00
Peter Simons 38ab8fda13 haskell-bifunctors: update to version 3.2 2013-01-30 11:29:55 +01:00
Peter Simons b569cf3429 haskell-authenticate: update to version 1.3.2.1 2013-01-30 11:29:55 +01:00
Peter Simons 1e00556795 haskell-HTTP: update to 4000.2.7 2013-01-30 11:29:54 +01:00
Peter Simons 89ee4bd883 haskell-split: update to 0.2.1.2 2013-01-30 11:29:54 +01:00
Peter Simons 792f47020b haskell-string-qq: add version 0.0.2 2013-01-30 11:29:54 +01:00
Lluís Batlle i Rossell 3b26ba7019 Merge remote-tracking branch 'central/master' into stdenv-updates
Conflicts:
	pkgs/os-specific/linux/alsa-utils/default.nix
2013-01-27 11:32:12 +01:00
Peter Simons 0d141e23a1 haskell-lens: update to version 3.8.2 2013-01-25 14:54:29 +01:00
Peter Simons 1ccfaad525 haskell-diagrams-contrib: update to version 0.6.0.2 2013-01-25 14:54:28 +01:00
Peter Simons c99a6a35fd haskell-zlib-bindings: update to version 0.1.1.3 2013-01-25 14:52:04 +01:00
Peter Simons 89bfaeb94d haskell-pandoc: update to version 1.10.0.5 2013-01-25 14:52:04 +01:00
Peter Simons 46b5d58235 haskell-logict: update to version 0.6 2013-01-25 14:52:04 +01:00
Peter Simons 492d811123 haskell-hakyll: update to version 4.1.2.1 2013-01-25 14:52:04 +01:00
Peter Simons 529083531f haskell-digestive-functors: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons ac2cff539d haskell-digestive-functors-snap: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons b769059946 haskell-digestive-functors-heist: update to version 0.6.0.0 2013-01-25 14:52:03 +01:00
Peter Simons ce7db4b862 haskell-citeproc-hs: update to version 0.3.7 2013-01-25 14:52:03 +01:00
Peter Simons 06eced487a haskell-ansi-wl-pprint: update to version 0.6.6 2013-01-25 14:52:03 +01:00
Peter Simons 750b5d3d65 haskell-ansi-terminal: update to version 0.6 2013-01-25 14:52:03 +01:00
Peter Simons 45a0d65bce haskell-mpppc: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:48 +01:00
Peter Simons 1b0456c28b haskell-hspec: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:36 +01:00
Peter Simons 46135deaa5 haskell-reflection: add version 1.1.6 2013-01-25 14:12:02 +01:00
Eelco Dolstra 0a47a28f1d Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-01-22 23:23:53 +01:00
Peter Simons 8eef6992de haskell-skein: update to version 0.1.0.11 2013-01-22 16:07:02 +01:00
Peter Simons a84de6c966 haskell-semigroupoid-extras: add version 3.0.1 2013-01-22 16:06:50 +01:00
Peter Simons 8e98f257f1 haskell-profunctor-extras: add version 3.3 2013-01-22 16:06:42 +01:00
Peter Simons 3a034c9d8e haskell-profunctors: add version 3.2 2013-01-22 16:06:36 +01:00
Peter Simons 2ca9fc6bd7 haskell-groupoids: add version 3.0.1.1 2013-01-22 16:06:23 +01:00
Peter Simons 15f7853a9e haskell-bifunctors: add version 3.0.3 2013-01-22 16:06:13 +01:00
Peter Simons fb5a7e05f9 haskell-doctest: add version 0.9.5 2013-01-21 17:06:28 +01:00
Peter Simons c13e077750 haskell-pandoc: update to version 1.10.0.4 2013-01-21 11:10:42 +01:00
Peter Simons ddeaafc3ec haskell-mongoDB: update to version 1.3.2 2013-01-21 11:10:42 +01:00
Peter Simons 21d2c7f8a5 haskell-hakyll: update to version 4.1.2.0 2013-01-21 11:10:41 +01:00
Peter Simons 34cff8b7c0 haskell-JuicyPixels: update to version 3.0 2013-01-21 11:10:41 +01:00
Rickard Nilsson 1886d1db6a Merge remote-tracking branch 'upstream/master' into stdenv-updates 2013-01-20 16:53:21 +01:00
Peter Simons 58dc4a76ad haskell-yst: update to version 0.3.1 2013-01-20 16:42:50 +01:00
Peter Simons 6eec1e54c9 haskell-tls-extra: update to version 0.6.1 2013-01-20 16:42:50 +01:00
Peter Simons 3a4f88d02b haskell-pandoc: update to version 1.10 2013-01-20 16:42:50 +01:00
Peter Simons f13f086015 haskell-pandoc-types: update to version 1.10 2013-01-20 16:42:50 +01:00
Peter Simons 0184ed349b haskell-highlighting-kate: update to version 0.5.3.5 2013-01-20 16:42:50 +01:00
Peter Simons 5b3e861748 haskell-hakyll: update to version 4.1.1.0 2013-01-20 16:42:49 +01:00
Peter Simons 46843e60a1 haskell-certificate: update to version 1.3.5 2013-01-20 16:42:49 +01:00
Peter Simons fd6c95461b haskell-smallcheck: update to version 0.6.2 2013-01-18 12:29:56 +01:00
Peter Simons 069c587237 haskell-http-conduit: update to version 1.8.7 2013-01-18 12:29:55 +01:00
Peter Simons 1d94f90511 haskell-hs-bibutils: update to version 4.16 2013-01-18 12:29:55 +01:00
Eelco Dolstra 5bb548d2e4 Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-01-17 14:19:14 +01:00
Peter Simons 3544f32231 haskell-hakyll: update to version 4.0.0.0 2013-01-17 11:19:09 +01:00
Peter Simons 8150827219 haskell-network: update 2.4.x branch to version 2.4.1.0
This change affects only GHC 7.6.1.
2013-01-17 11:18:32 +01:00
Peter Simons 9386ecd23b haskell-warp: update to version 1.3.7.1 2013-01-16 12:42:33 +01:00
Peter Simons b8679af5b0 haskell-tls: update to version 1.1.1 2013-01-16 12:42:32 +01:00
Peter Simons 5897b07a0f haskell-tls-extra: update to version 0.6.0 2013-01-16 12:42:32 +01:00
Peter Simons fbc40feb39 haskell-system-fileio: update to version 0.3.11 2013-01-16 12:42:32 +01:00
Peter Simons cce6ae45d6 haskell-persistent: update to version 1.1.4 2013-01-16 12:42:32 +01:00
Peter Simons 8ad6adb127 haskell-mime-types: update to version 0.1.0.2 2013-01-16 12:42:31 +01:00
Peter Simons 8ff6dd943b haskell-hakyll: update to version 3.5.3.0 2013-01-16 12:42:31 +01:00
Peter Simons 1026de58a1 haskell-cryptocipher: update to version 0.4.0 2013-01-16 12:42:31 +01:00
Peter Simons f5a15bfffc haskell-crypto-conduit: update to version 0.4.3 2013-01-16 12:42:31 +01:00
Peter Simons 553dcff84d haskell-clientsession: update to version 0.8.1 2013-01-16 12:42:31 +01:00
Peter Simons eb038185de haskell-crypto-pubkey: add version 0.1.2 2013-01-16 12:42:30 +01:00
Peter Simons 8971eb297a haskell-crypto-numbers: add version 0.1.3 2013-01-16 12:42:30 +01:00
Peter Simons bbb3726fad haskell-cipher-rc4: add version 0.1.2 2013-01-16 12:42:30 +01:00
Peter Simons 6abb59cbac haskell-hashable: update 1.2.x branch to 1.2.0.5 2013-01-16 12:42:30 +01:00
Peter Simons 8d003b28e4 haskell-wai-extra: update to version 1.3.2 2013-01-12 15:30:35 +01:00
Peter Simons cefe3bf331 haskell-reactive-banana: update to version 0.7.1.1 2013-01-12 15:30:35 +01:00
Peter Simons a1ac3801dd haskell-libmpd: update to version 0.8.0.2 2013-01-12 15:30:35 +01:00
Peter Simons 5c4b91506e haskell-http-conduit: update to version 1.8.6.3 2013-01-12 15:30:35 +01:00
Peter Simons 4d6f490c31 haskell-gitit: update to version 0.10.1.2 2013-01-12 15:30:35 +01:00
Peter Simons 3180c593f0 haskell-cprng-aes: update to version 0.3.4 2013-01-12 15:30:34 +01:00
Peter Simons bf86b890c8 haskell-cipher-aes: update to version 0.1.7 2013-01-12 15:30:34 +01:00
Peter Simons b33ad366a1 Merge branch 'master' into stdenv-updates. 2013-01-11 15:46:10 +01:00
Peter Simons 1036942197 haskell-dimensional-tf: add version 0.1.1 2013-01-09 17:08:51 +01:00
Peter Simons 9e1df1ada3 haskell-numtype-tf: add version 0.1 2013-01-09 17:08:17 +01:00
Peter Simons 029439c0f6 haskell-type-level-natural-number: add version 1.1.1 2013-01-09 16:57:46 +01:00
Peter Simons aeef9a1ed4 haskell-warp: update to version 1.3.7 2013-01-09 16:54:31 +01:00
Peter Simons 65fe988502 haskell-multiarg: update to version 0.8.0.0 2013-01-09 16:54:31 +01:00
Peter Simons 7004eced83 haskell-monoid-extras: update to version 0.2.2.2 2013-01-09 16:54:31 +01:00
Peter Simons c080c85572 haskell-lens: update to version 3.7.3 2013-01-09 16:54:31 +01:00
Peter Simons 8d1e639df2 haskell-dual-tree: update to version 0.1.0.1 2013-01-09 16:54:30 +01:00
Peter Simons be8637c1f7 haskell-diagrams-lib: update to version 0.6.0.1 2013-01-09 16:54:30 +01:00
Peter Simons ef4706675c haskell-diagrams-core: update to version 0.6.0.1 2013-01-09 16:54:30 +01:00
Peter Simons 3b4b0d56be haskell-active: update to version 0.1.0.3 2013-01-09 16:54:30 +01:00
Peter Simons 90952495db haskell-naturals: add version 0.2.0.2 2013-01-09 16:54:29 +01:00
Peter Simons 59aa248876 haskell-nat: add version 0.3 2013-01-09 16:54:29 +01:00
Peter Simons 2666c6f94c haskell-void: update to version 0.5.11 2013-01-07 12:18:36 +01:00
Peter Simons e1ee00d67b haskell-uu-parsinglib: update to version 2.7.4.1 2013-01-07 12:18:36 +01:00
Peter Simons 87e992ad62 haskell-texmath: update to version 0.6.1.2 2013-01-07 12:18:36 +01:00
Peter Simons cbd23de696 haskell-semigroups: update to version 0.9 2013-01-07 12:18:36 +01:00
Peter Simons ae9e14ae13 haskell-semigroupoids: update to version 3.0.1 2013-01-07 12:18:35 +01:00
Peter Simons 6fa197d6e4 haskell-pretty-show: update to version 1.5 2013-01-07 12:18:35 +01:00
Peter Simons 351c10751e haskell-network-conduit: update to version 0.6.2.2 2013-01-07 12:18:35 +01:00
Peter Simons 7025e23710 haskell-lens: update to version 3.7.2 2013-01-07 12:18:34 +01:00
Peter Simons 305485b279 haskell-http-reverse-proxy: update to version 0.1.1.1 2013-01-07 12:18:34 +01:00
Peter Simons 407ee56a61 haskell-http-conduit: update to version 1.8.6.2 2013-01-07 12:18:34 +01:00
Peter Simons 0931bf92c1 haskell-highlighting-kate: update to version 0.5.3.4 2013-01-07 12:18:34 +01:00
Peter Simons 4ef1cb39ed haskell-hakyll: update to version 3.5.2.1 2013-01-07 12:18:34 +01:00
Peter Simons d5971b4e2d haskell-fsnotify: update to version 0.0.6 2013-01-07 12:18:34 +01:00
Peter Simons 98067f47bf haskell-either: update to version 3.0.3 2013-01-07 12:18:33 +01:00
Peter Simons 18df74561d haskell-distributive: update to version 0.3 2013-01-07 12:18:33 +01:00
Peter Simons eb3448ddcf haskell-comonads-fd: update to version 3.0.1 2013-01-07 12:18:33 +01:00
Peter Simons 493a5736ac haskell-comonad: update to version 3.0.1.1 2013-01-07 12:18:33 +01:00
Peter Simons 8437ef7a18 haskell-comonad-transformers: update to version 3.0.1 2013-01-07 12:18:33 +01:00
Peter Simons e891d62a6c Jailbreak Haskell packages to deal with update of semigroups. 2013-01-07 12:16:48 +01:00
Peter Simons 750ed5b8da wxHaskell: patch wxc to fix build error 2013-01-07 12:14:33 +01:00
Peter Simons 8dd292c32f haskell-transformers-compat: add version 0.1 2013-01-07 12:05:25 +01:00
Peter Simons c8e152b915 haskell-nats: add version 0.1 2013-01-07 12:05:16 +01:00
Peter Simons 2c219adf4d haskell-hashable: update (unused) 1.2.x version to 1.2.0.3 2013-01-07 12:04:35 +01:00
Peter Simons 9e9cd7b529 Merge branch 'master' into stdenv-updates. 2013-01-04 21:00:53 +01:00
Peter Simons b5b85a462a haskell-zip-archive: update to version 0.1.3.3 2013-01-04 19:24:17 +01:00
Peter Simons e4127994c8 haskell-yesod-core: update to version 1.1.7.1 2013-01-04 19:24:17 +01:00
Peter Simons 2225e641b8 haskell-yaml: update to version 0.8.2 2013-01-04 19:24:17 +01:00
Peter Simons dcf34d73b3 haskell-xss-sanitize: update to version 0.3.3 2013-01-04 19:24:17 +01:00
Peter Simons 81bd4fe366 haskell-wai-extra: update to version 1.3.1.1 2013-01-04 19:24:17 +01:00
Peter Simons 23b52d157b haskell-wai-app-static: update to version 1.3.1 2013-01-04 19:24:17 +01:00
Peter Simons 4ff7cdeec7 haskell-tabular: update to version 0.2.2.4 2013-01-04 19:24:17 +01:00
Peter Simons a2c2dddf76 haskell-srcloc: update to version 0.4.0 2013-01-04 19:24:17 +01:00
Peter Simons d8efd50ae1 haskell-random-source: update to version 0.3.0.4 2013-01-04 19:24:16 +01:00
Peter Simons b3123e5ede haskell-random-fu: update to version 0.2.4.0 2013-01-04 19:24:16 +01:00
Peter Simons d7e9d418de haskell-persistent: update to version 1.1.3.2 2013-01-04 19:24:16 +01:00
Peter Simons 3e833fbf9c haskell-persistent-template: update to version 1.1.2.1 2013-01-04 19:24:16 +01:00
Peter Simons 266f63884f haskell-mainland-pretty: update to version 0.2.5 2013-01-04 19:24:16 +01:00
Peter Simons d995882f94 haskell-liblastfm: update to version 0.1.0.0 2013-01-04 19:24:16 +01:00
Peter Simons 786c925f73 haskell-language-c-quote: update to version 0.4.4 2013-01-04 19:24:16 +01:00
Peter Simons 83d0f9c54b haskell-http-date: update to version 0.0.4 2013-01-04 19:24:16 +01:00
Peter Simons 35fbdd0e8c haskell-http-conduit: update to version 1.8.6.1 2013-01-04 19:24:16 +01:00
Peter Simons 4f6765224c haskell-hsemail: update to version 1.7.4 2013-01-04 19:24:15 +01:00
Peter Simons 919e80809f haskell-heist: update to version 0.10.2.1 2013-01-04 19:24:15 +01:00
Peter Simons 53019390d1 haskell-graphviz: update to version 2999.15.0.1 2013-01-04 19:24:15 +01:00
Peter Simons 6f6cce58fe haskell-gitit: update to version 0.10.1.1 2013-01-04 19:24:15 +01:00
Peter Simons 1c8bd5c4bb haskell-fsnotify: update to version 0.0.5 2013-01-04 19:24:15 +01:00
Peter Simons cfbd7b04fb haskell-filestore: update to version 0.6 2013-01-04 19:24:15 +01:00
Peter Simons 02362d7064 haskell-file-embed: update to version 0.0.4.7 2013-01-04 19:24:15 +01:00
Peter Simons 7465fcb13f haskell-double-conversion: update to version 0.2.0.6 2013-01-04 19:24:15 +01:00
Peter Simons 0e641a6be9 haskell-digestive-functors-heist: update to version 0.5.1.1 2013-01-04 19:24:14 +01:00
Peter Simons 4e4b37391a haskell-dataenc: update to version 0.14.0.5 2013-01-04 19:24:14 +01:00
Peter Simons 51d2037ebc haskell-cryptohash: update to version 0.8.3 2013-01-04 19:24:14 +01:00
Peter Simons a17b729ebe haskell-crypto-random-api: update to version 0.2.0 2013-01-04 19:24:14 +01:00
Peter Simons 52867cbbda haskell-cprng-aes: update to version 0.3.2 2013-01-04 19:24:14 +01:00
Peter Simons eada7c6434 haskell-conduit: update to version 0.5.6 2013-01-04 19:24:14 +01:00
Peter Simons 7035074f8c haskell-clientsession: update to version 0.8.0.2 2013-01-04 19:24:14 +01:00
Peter Simons bb0d531fa3 haskell-classy-prelude: update to version 0.4.3 2013-01-04 19:24:13 +01:00
Peter Simons d94ffba8b8 haskell-classy-prelude-conduit: update to version 0.4.3 2013-01-04 19:24:13 +01:00
Peter Simons d2cc7f2467 haskell-cautious-file: update to version 1.0.2 2013-01-04 19:24:13 +01:00
Peter Simons 7459971e05 haskell-basic-prelude: update to version 0.3.2.0 2013-01-04 19:24:13 +01:00
Peter Simons 40d7add812 haskell-Graphalyze: update to version 0.14.0.0 2013-01-04 19:24:13 +01:00
Peter Simons ae444b8eb8 haskell-Diff: update to version 0.2.0 2013-01-04 19:24:12 +01:00
Peter Simons f7ef8f0990 haskell-X11: dropped obsolete version 1.5.0.1 2013-01-04 19:10:36 +01:00
Lluís Batlle i Rossell b58780c43d Merge remote-tracking branch 'eelco/master' into stdenv-updates
Conflicts:
	pkgs/development/compilers/gcc/4.7/default.nix

Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Peter Simons 1e30c001f4 haskell-yesod: update to version 1.1.7.2 2012-12-27 20:54:48 +01:00
Peter Simons 7314885b72 haskell-yesod-test: update to version 0.3.3 2012-12-27 20:54:48 +01:00
Peter Simons 166d32986b haskell-yesod-static: update to version 1.1.1.2 2012-12-27 20:54:48 +01:00
Peter Simons ce545c402e haskell-yesod-core: update to version 1.1.7 2012-12-27 20:54:48 +01:00
Peter Simons bfa35ee90f haskell-shelly: update to version 0.15.4 2012-12-27 20:54:48 +01:00
Peter Simons dc9ea53ad9 haskell-shakespeare-js: update to version 1.1.1 2012-12-27 20:54:48 +01:00
Peter Simons 9284872e1c haskell-persistent: update to version 1.1.3.1 2012-12-27 20:54:48 +01:00
Peter Simons 6444a5f6d1 haskell-persistent-postgresql: update to version 1.1.2.1 2012-12-27 20:54:48 +01:00
Peter Simons b7b317bd42 haskell-monad-logger: update to version 0.2.3.2 2012-12-27 20:54:48 +01:00
Peter Simons 6aab84be9a haskell-http-reverse-proxy: update to version 0.1.1 2012-12-27 20:54:48 +01:00
Peter Simons f402b9bb28 haskell-heist: update to version 0.10.2 2012-12-27 20:54:48 +01:00
Peter Simons e906757ac1 haskell-hamlet: update to version 1.1.3.1 2012-12-27 20:54:48 +01:00
Arseniy Alekseyev b21cee6f63 Fixed hash for the bloomfilter Haskell package
For the reason, see https://github.com/haskell/cabal/issues/1017#issuecomment-8097073.
2012-12-27 01:27:47 +01:00
Peter Simons dc4cb4303e haskell-zeromq3-haskell: update to version 0.2 2012-12-25 11:35:04 +01:00
Peter Simons da0af2a322 haskell-yesod: update to version 1.1.7.1 2012-12-25 11:35:04 +01:00
Peter Simons 3a8f40b200 haskell-shelly: update to version 0.15.3.3 2012-12-25 11:35:03 +01:00
Peter Simons ff0f2ba3c6 haskell-pretty-show: update to version 1.3.2 2012-12-25 11:35:03 +01:00
Peter Simons 2d32eb9d89 haskell-persistent: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 9621ba5f91 haskell-persistent-template: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 623262bebe haskell-persistent-sqlite: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 6974fbdfa2 haskell-persistent-postgresql: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 6cf77ad122 haskell-parallel-io: update to version 0.3.3 2012-12-25 11:35:03 +01:00
Peter Simons 2818d6961d haskell-optparse-applicative: update to version 0.5.2.1 2012-12-25 11:35:03 +01:00
Peter Simons 8825cd6891 haskell-yesod-form: the haddock documentation build errors have been fixed 2012-12-25 11:34:57 +01:00
Peter Simons 4cd591fbf9 haskell-yesod-auth: update to version 1.1.3 2012-12-23 20:14:44 +01:00
Peter Simons 3090910aa3 haskell-yaml: update to version 0.8.1.2 2012-12-23 20:14:44 +01:00
Peter Simons 95ebd465c6 haskell-vault: update to version 0.2.0.4 2012-12-23 20:14:44 +01:00
Peter Simons ee4812c29d haskell-unix-compat: update to version 0.4.1.0 2012-12-23 20:14:44 +01:00
Peter Simons 38fa2ad62a haskell-tls: update to version 1.0.3 2012-12-23 20:14:44 +01:00
Peter Simons 31c2908651 haskell-strptime: update to version 1.0.10 2012-12-23 20:14:44 +01:00
Peter Simons 0a84d46d8f haskell-shelly: update to version 0.15.2 2012-12-23 20:14:44 +01:00
Peter Simons 4bfdfe35ec haskell-semigroups: update to version 0.8.5 2012-12-23 20:14:44 +01:00
Peter Simons 34d6fad8e7 haskell-network-conduit: update to version 0.6.2.1 2012-12-23 20:14:44 +01:00
Peter Simons 35e3e9a007 haskell-mime-types: update to version 0.1.0.1 2012-12-23 20:14:44 +01:00
Peter Simons 857aaa9fa9 haskell-lens: update to version 3.7.1.2 2012-12-23 20:14:43 +01:00
Peter Simons 84e30e5f2a haskell-http-conduit: update to version 1.8.5.2 2012-12-23 20:14:43 +01:00
Peter Simons fbc7ee57b2 haskell-hslogger-template: update to version 2.0.2 2012-12-23 20:14:43 +01:00
Peter Simons 523f5d6752 haskell-hsemail: update to version 1.7.3 2012-12-23 20:14:43 +01:00
Peter Simons 3f1cc9ba24 haskell-diagrams-contrib: update to version 0.6.0.1 2012-12-23 20:14:43 +01:00
Peter Simons 199914f70e haskell-cryptohash: update to version 0.8.2 2012-12-23 20:14:43 +01:00
Peter Simons 84b63145d2 haskell-configurator: update to version 0.2.0.2 2012-12-23 20:14:43 +01:00
Peter Simons ccdd75a394 haskell-Boolean: update to version 0.1.2 2012-12-23 20:14:43 +01:00
Peter Simons 5defad00b5 haskell-snap: jailbreak to support latest version of 'hashable' 2012-12-23 20:14:43 +01:00
Peter Simons a5576114b6 haskell-heist: jailbreak to support latest version of 'hashable' 2012-12-23 20:14:43 +01:00
Peter Simons 275cfb8a80 haskell-hashable: add version 1.2.0.2 2012-12-23 20:14:40 +01:00
Peter Simons 6a15e8da08 haskell-bmp: update 1.2.3.x branch to 1.2.3.4 2012-12-23 19:51:05 +01:00
Andres Loeh 0f5976b599 ghc-paths: Fix patch to hopefully work with older GHCs. 2012-12-16 17:25:43 +01:00
Andres Loeh d068aa9861 Patch ghc-paths to interact better with ghcWithPackages.
When the ghc-paths library is compiled, the paths of the
compiler it is compiled with are being hardcoded in the
library (and can then be queried from other applications
using the library).

But on Nix, packages are compiled with ghc-wrapper, and
subsequently possibly used with a special version of ghc
generated for a particular environment of packages. So
one version of ghc-paths may potentially end up being
used by lots of different instances of ghc. The hardcoding
approach fails.

As a work-around, we now patch ghc-paths so that it allows
setting the paths that can be queried via environment
variables. Specific GHC environments can then set these
environment variables in the wrapper shell script that
invokes GHC.

This should at least partially solve issue #213.
2012-12-16 14:25:15 +01:00
Peter Simons 3017d35260 haskell-vault: update to version 0.2.0.3 2012-12-15 11:32:48 +01:00
Peter Simons fe826eb71d haskell-unordered-containers: update to version 0.2.3.0 2012-12-15 11:32:47 +01:00
Peter Simons 06669abb0f haskell-uniplate: update to version 1.6.10 2012-12-15 11:32:47 +01:00
Peter Simons 4b3a48b75f haskell-lens: update to version 3.7.1 2012-12-15 11:32:47 +01:00
Peter Simons f7cf103ee8 haskell-iproute: update to version 1.2.10 2012-12-15 11:32:47 +01:00
Peter Simons 5653671646 haskell-heist: update to version 0.10.1 2012-12-15 11:32:47 +01:00
Peter Simons fc17b6d767 haskell-diagrams-svg: update to version 0.6.0.1 2012-12-15 11:32:47 +01:00
Peter Simons cc5b72c240 haskell-case-insensitive: update to version 0.4.0.4 2012-12-15 11:32:47 +01:00
Peter Simons 4a1cf1dc95 haskell-attoparsec: update to version 0.10.3.0 2012-12-15 11:32:47 +01:00
Peter Simons 6201716063 haskell-aeson: update to version 0.6.1.0 2012-12-15 11:32:47 +01:00
Peter Simons dbb4c0a7ab haskell-Crypto: update to version 4.2.5.1 2012-12-13 11:07:16 +01:00
Peter Simons f284ff8326 haskell-yesod: update to version 1.1.7 2012-12-12 11:54:27 +01:00
Peter Simons c90c6a776e haskell-yesod-default: update to version 1.1.3 2012-12-12 11:54:27 +01:00
Peter Simons 04bef3c9a2 haskell-yesod-auth: update to version 1.1.2.2 2012-12-12 11:54:27 +01:00
Peter Simons b092e70e33 haskell-word8: update to version 0.0.3 2012-12-12 11:54:27 +01:00
Peter Simons 32ca1065d8 haskell-warp: update to version 1.3.6 2012-12-12 11:54:27 +01:00
Peter Simons 453976e0dd haskell-vector-space: update to version 0.8.6 2012-12-12 11:54:27 +01:00
Peter Simons 38779740b6 haskell-snap: update to version 0.10.0.1 2012-12-12 11:54:27 +01:00
Peter Simons fddf48d435 haskell-persistent: update to version 1.1.0.1 2012-12-12 11:54:27 +01:00
Peter Simons 677e274bbb haskell-persistent-template: update to version 1.1.1 2012-12-12 11:54:27 +01:00
Peter Simons bebe2376dd haskell-language-c-quote: update to version 0.4.4 2012-12-12 11:54:27 +01:00
Peter Simons b177c326ee haskell-iproute: update to version 1.2.9 2012-12-12 11:54:27 +01:00
Peter Simons f21cecadfc haskell-http-reverse-proxy: update to version 0.1.0.7 2012-12-12 11:54:27 +01:00
Peter Simons 5bf750e568 haskell-http-conduit: update to version 1.8.5.1 2012-12-12 11:54:27 +01:00
Peter Simons 2b57173a4b haskell-ghc-mod: update to version 1.11.3 2012-12-12 11:54:26 +01:00
Peter Simons 0ab913ecf9 haskell-diagrams-lib: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons 60363063b1 haskell-diagrams: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons ff255d83bf haskell-diagrams-core: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons 2e453bc006 haskell-diagrams-cairo: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons fbaec0afc3 haskell-crypto-conduit: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons 15b8c51cf8 haskell-classy-prelude: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons b360b1642e haskell-classy-prelude-conduit: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons b9bf83031c haskell-blaze-svg: add version 0.3.3.0 2012-12-12 11:40:10 +01:00
Peter Simons 8572b50535 haskell-dual-tree: add version 0.1.0.0 2012-12-12 11:40:00 +01:00
Peter Simons 75173b144f haskell-force-layout: add version 0.2 2012-12-12 11:39:51 +01:00
Peter Simons 72a16af4b3 haskell: add minimorph-0.1.4.0 and miniutter-0.4.0 2012-12-12 11:39:17 +01:00
Peter Simons 1612d80354 haskell-monoid-extras: add version 0.2.2.1 2012-12-12 11:39:03 +01:00
Peter Simons b5ec495f5f haskell: add diagrams-contrib-0.6 and diagrams-svg-0.6 2012-12-12 11:37:44 +01:00
Peter Simons ea68e083a1 haskell-wai-app-static: update to version 1.3.0.5 2012-12-10 12:43:49 +01:00
Peter Simons bc41c1dc05 haskell-uniplate: update to version 1.6.9 2012-12-10 12:43:49 +01:00
Peter Simons d62a757266 haskell-stylish-haskell: update to version 0.5.5.2 2012-12-10 12:43:49 +01:00
Peter Simons 780e808177 haskell-snap: update to version 0.10.0 2012-12-10 12:43:49 +01:00
Peter Simons 2b057f50d2 haskell-snap-loader-static: update to version 0.9.0.1 2012-12-10 12:43:49 +01:00
Peter Simons 6ed976a3a7 haskell-snap-loader-dynamic: update to version 0.10 2012-12-10 12:43:48 +01:00
Peter Simons 77862082bf haskell-shelly: update to version 0.15.0 2012-12-10 12:43:48 +01:00
Peter Simons 031a864f66 haskell-optparse-applicative: update to version 0.4.3 2012-12-10 12:43:48 +01:00
Peter Simons d088d94906 haskell-mpppc: update to version 0.1.3 2012-12-10 12:43:48 +01:00
Peter Simons 0447c4f9ae haskell-largeword: update to version 1.0.4 2012-12-10 12:43:48 +01:00
Peter Simons 2e02d9f742 haskell-heist: update to version 0.10.0 2012-12-10 12:43:47 +01:00
Peter Simons 47828eaaf8 haskell-hakyll: update to version 3.5.2.0 2012-12-10 12:43:47 +01:00
Peter Simons 5ed517d538 haskell-glpk-hs: update to version 0.3.4 2012-12-10 12:43:47 +01:00
Peter Simons 86d2e8d90f haskell-gloss: update to version 1.7.8.1 2012-12-10 12:43:47 +01:00
Peter Simons aba6c3b84e haskell-digestive-functors-heist: update to version 0.5.1.0 2012-12-10 12:43:47 +01:00
Peter Simons 657cab05d8 haskell-cryptohash: update to version 0.8.1 2012-12-10 12:43:47 +01:00
Peter Simons d0eb00b578 haskell-cprng-aes: update to version 0.3.1 2012-12-10 12:43:46 +01:00
Peter Simons 3819917aa4 haskell-blaze-markup: update to version 0.5.1.4 2012-12-10 12:43:46 +01:00
Peter Simons 74172d89e3 haskell-blaze-html: update to version 0.5.1.3 2012-12-10 12:43:46 +01:00
Peter Simons f9f9921d7c Add haskell-either version 3.0.2 and haskell-errors version 1.3.1. 2012-12-10 12:43:46 +01:00
Peter Simons 47321f0da9 haskell-test-framework: update to version 0.8 2012-12-08 11:35:17 +01:00
Peter Simons 10472fe339 haskell-test-framework-quickcheck2: update to version 0.3.0.1 2012-12-08 11:35:17 +01:00
Peter Simons 7ad3662635 haskell-simple-sendfile: update to version 0.2.10 2012-12-08 11:35:17 +01:00
Peter Simons 4e3e78476e haskell-lifted-base: update to version 0.2.0.2 2012-12-08 11:35:17 +01:00
Peter Simons bc431e60ff haskell-lens: update to version 3.7.0.2 2012-12-08 11:35:16 +01:00
Peter Simons 32ee67fb5c haskell-iproute: update to version 1.2.8 2012-12-08 11:35:16 +01:00
Peter Simons 7930da7ac8 haskell-generic-deriving: update to version 1.4.0 2012-12-08 11:35:16 +01:00
Peter Simons 2a84e7fcfd haskell-base64-conduit: update to version 0.5.1 2012-12-08 11:35:16 +01:00
Peter Simons af6d8784e3 haskell-uniplate: update to version 1.6.8 2012-12-06 11:55:12 +01:00
Peter Simons 4c9badf75e haskell-time-compat: update to version 0.1.0.2 2012-12-06 11:55:12 +01:00
Peter Simons 6cb3783088 haskell-stylish-haskell: update to version 0.5.5.1 2012-12-06 11:55:12 +01:00
Peter Simons 872b49de05 haskell-pem: update to version 0.1.2 2012-12-06 11:55:12 +01:00
Peter Simons f9e04cc5e7 haskell-parallel-io: update to version 0.3.2.2 2012-12-06 11:55:12 +01:00
Peter Simons eb69a483f9 haskell-lifted-base: update to version 0.2.0.1 2012-12-06 11:55:12 +01:00
Peter Simons 61fb876e19 haskell-lens: update to version 3.6.0.3 2012-12-06 11:55:11 +01:00
Peter Simons c7034c5ebd haskell-hspec: update to version 1.4.3 2012-12-06 11:55:11 +01:00
Peter Simons dd709c6bbb haskell-cryptohash: update to version 0.7.10 2012-12-06 11:55:11 +01:00
Peter Simons 5e9d75b77f haskell-cryptocipher: update to version 0.3.7 2012-12-06 11:55:11 +01:00
Peter Simons d1ea6e9f24 haskell-cipher-aes: update to version 0.1.5 2012-12-06 11:55:11 +01:00
Peter Simons 96913b590a haskell-blaze-markup: update to version 0.5.1.3 2012-12-06 11:55:11 +01:00
Peter Simons a52f7a7c6c haskell-blaze-html: update to version 0.5.1.2 2012-12-06 11:55:11 +01:00
Peter Simons 342382b217 haskell-hledger-web: jailbreak to fix build with recent versions of GHC 2012-12-06 11:52:50 +01:00
Peter Simons 7835055497 haskell-pandoc: add myself as a maintainer 2012-12-06 11:32:56 +01:00
Peter Simons 0aca58b570 haskell-tabular: jailbreak to fix build with recent versions of GHC 2012-12-06 11:31:25 +01:00
Peter Simons 1a8f9a46ef haskell-mpppc: jailbreak to fix build with recent versions of GHC 2012-12-06 11:31:14 +01:00
Peter Simons 0dcbfcc975 Added Haskell packages kansas-lava 0.2.4, netlist-to-vhdl 0.3.1, netlist 0.3.1, and sized-types 0.3.4.0. 2012-12-06 10:55:00 +01:00
Peter Simons 496ecee2c9 haskell-warp: update to version 1.3.5.1 2012-12-05 14:03:48 +01:00
Peter Simons 9c72514f21 haskell-tls: update to version 1.0.3 2012-12-05 14:03:48 +01:00
Peter Simons 90605c2850 haskell-tls-extra: update to version 0.5.1 2012-12-05 14:03:48 +01:00
Peter Simons 354c261db6 haskell-test-framework: update to version 0.7.0 2012-12-05 14:03:47 +01:00
Peter Simons d666015591 haskell-test-framework-quickcheck2: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons 7e71c1ec12 haskell-test-framework-quickcheck: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons 7269ebfa55 haskell-test-framework-hunit: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons ba5b6b3a79 haskell-stylish-haskell: update to version 0.5.5.0 2012-12-05 14:03:47 +01:00
Peter Simons c2443a8172 haskell-silently: update to version 1.2.4.1 2012-12-05 14:03:47 +01:00
Peter Simons dfd90e33e2 haskell-repa-examples: update to version 3.2.3.1 2012-12-05 14:03:46 +01:00
Peter Simons fa0160d575 haskell-project-template: update to version 0.1.1 2012-12-05 14:03:46 +01:00
Peter Simons 5c74cfb12f haskell-persistent-postgresql: update to version 1.1.1 2012-12-05 14:03:46 +01:00
Peter Simons 7220eb17f3 haskell-parseargs: update to version 0.1.3.4 2012-12-05 14:03:46 +01:00
Peter Simons ae249a4b19 haskell-network-conduit: update to version 0.6.2 2012-12-05 14:03:46 +01:00
Peter Simons fd037a2c09 haskell-lens: update to version 3.6.0.2 2012-12-05 14:03:46 +01:00
Peter Simons 4e2d9aaf4a haskell-http-conduit: update to version 1.8.5 2012-12-05 14:03:45 +01:00
Peter Simons 1245b6d617 haskell-hspec: update to version 1.4.2.3 2012-12-05 14:03:45 +01:00
Peter Simons b920a3c5ad haskell-hamlet: update to version 1.1.2 2012-12-05 14:03:45 +01:00
Peter Simons 045b354777 haskell-ansi-terminal: update to version 0.5.5.1 2012-12-05 14:03:45 +01:00
Peter Simons 53995e2049 haskell-base64-conduit: add version 0.5.0 2012-12-05 14:03:45 +01:00
Peter Simons e9fc18f1e1 haskell-yesod: update to version 1.1.5 2012-12-03 16:12:11 +01:00
Peter Simons 7bc986c7b6 haskell-yesod-test: update to version 0.3.2 2012-12-03 16:12:11 +01:00
Peter Simons 99783182a2 haskell-yesod-persistent: update to version 1.1.0.1 2012-12-03 16:12:11 +01:00
Peter Simons 006afee7be haskell-yesod-form: update to version 1.2.0.2 2012-12-03 16:12:11 +01:00
Peter Simons 5bd47fd5b5 haskell-yesod-core: update to version 1.1.6.1 2012-12-03 16:12:10 +01:00
Peter Simons ac3e804728 haskell-yesod-auth: update to version 1.1.2.1 2012-12-03 16:12:10 +01:00
Peter Simons 2b4569f528 haskell-wai-extra: update to version 1.3.0.5 2012-12-03 16:12:10 +01:00
Peter Simons f78de0a623 haskell-void: update to version 0.5.10 2012-12-03 16:12:10 +01:00
Peter Simons 87c3707b5c haskell-unix-time: update to version 0.1.4 2012-12-03 16:12:10 +01:00
Peter Simons b672dd4532 haskell-test-framework-th: update to version 0.2.4 2012-12-03 16:12:10 +01:00
Peter Simons f742cae66e haskell-repa: update to version 3.2.3.1 2012-12-03 16:12:10 +01:00
Peter Simons 0806c798a2 haskell-repa-io: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons 05f1fcd269 haskell-repa-examples: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons a4e47942c9 haskell-repa-algorithms: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons e724fe3dc5 haskell-pool-conduit: update to version 0.1.1 2012-12-03 16:12:09 +01:00
Peter Simons b18524091a haskell-persistent: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons 2ff122935a haskell-persistent-template: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons 090f151ae7 haskell-persistent-sqlite: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons 8b25a6ed59 haskell-persistent-postgresql: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons d4b3e7c447 haskell-monad-logger: update to version 0.2.3.1 2012-12-03 16:12:08 +01:00
Peter Simons 4e77a0899f haskell-http-conduit: update to version 1.8.4.5 2012-12-03 16:12:08 +01:00
Peter Simons 2ea2715c45 haskell-hspec: update to version 1.4.2.2 2012-12-03 16:12:07 +01:00
Peter Simons d7daa9c5ee haskell-hjsmin: update to version 0.1.4 2012-12-03 16:12:07 +01:00
Peter Simons 498cfc52ea haskell-happstack-server: update to version 7.1.1 2012-12-03 16:12:07 +01:00
Peter Simons a69fbde5b3 haskell-hakyll: update to version 3.5.2.0 2012-12-03 16:12:07 +01:00
Peter Simons 7d8de45636 haskell-ghc-paths: update to version 0.1.0.9 2012-12-03 16:12:06 +01:00
Peter Simons 6413bb1533 haskell-diagrams-core: update to version 0.5.0.1 2012-12-03 16:12:06 +01:00