Commit graph

67 commits

Author SHA1 Message Date
Peter Simons cdb43faa3d haskell-ng: lots of build fixes (mostly by disabling failing test suites) 2015-01-21 18:47:56 +01:00
Peter Simons 6d3488c7c7 cabal2nix: bump version 2015-01-21 18:47:56 +01:00
Peter Simons c55b5eb245 haskell-ng: disable some test suites that run forever 2015-01-21 00:10:12 +01:00
Peter Simons e6b8f4de94 hakyll: fix build (by disabling the failing test suite) 2015-01-20 23:59:31 +01:00
Peter Simons 3617e3b4df haskell-ng: disable lots of failing test suites 2015-01-20 23:43:29 +01:00
Peter Simons 99b46b64df haskell-ncurses: this package requires a pre 0.21 version of c2hs
Otherwise, the build fails, saying:

    c2hs: Errors during expansion of binding hooks:

    /nix/store/d6m9m2wqaymfiwbx11frdsm1cz7qjkdm-ncurses-5.9/include/curses.h:405: (column 2) [ERROR]  >>> Illegal type!
      The type specifiers of this declaration do not form a legal ANSI C(89) type.

This patch fixes https://github.com/NixOS/nixpkgs/issues/5873.
2015-01-20 23:43:29 +01:00
Peter Simons 1d61ab7860 haskell-glade: fix build some more 2015-01-20 23:43:29 +01:00
Peter Simons 02016e9026 haskell-ng: disable lots of failing test suites 2015-01-20 23:43:28 +01:00
Peter Simons 0484f9f4b6 Disable many test suites. 2015-01-20 17:43:49 +01:00
Peter Simons 3948b71e83 Fix HList, digit, and filestore. 2015-01-20 17:43:49 +01:00
Peter Simons 127d278775 tasty-kat: disable test suite to fix build 2015-01-20 17:43:49 +01:00
Peter Simons 0be78f7b64 haskell-assertions: disable failing test suite 2015-01-20 17:43:49 +01:00
Peter Simons fa7b936217 haskell-simple-sendfile: fix build some more 2015-01-20 17:43:49 +01:00
Peter Simons 5f2db0b0e5 cabal2nix: bump version 2015-01-20 17:43:49 +01:00
Peter Simons c1dde7669b haskell-simple-sendfile: fix build by disabling the test suite 2015-01-20 17:43:49 +01:00
Peter Simons 039493ee89 haskell-tabular: the library works without a jailbreak now 2015-01-20 17:43:48 +01:00
Peter Simons 2ab7e1d950 disable test suites for graceful and serialport. 2015-01-20 17:43:48 +01:00
Peter Simons d2c7b78cbf haskell-permutation: disable test suite
The build uses QuickCheck, but doesn't declare it as a dependency. I
tried adding QuickCheck to the list, but then it wouldn't compile with
the latest version. Duh. Seems unmaintained to me.
2015-01-20 17:43:48 +01:00
Peter Simons b671ab161f haskell-zip-archive: fix test suite 2015-01-20 17:43:48 +01:00
Peter Simons 5dac8b316c haskell-glade: fix build 2015-01-20 17:43:48 +01:00
Peter Simons e5f3a7b5ed haskell-trifecta: fix sha256 hash for patch file 2015-01-20 17:43:48 +01:00
Peter Simons 4ab133a2c4 haskell-ng: fix 'gio' and 'pango' builds
This fixes https://github.com/NixOS/nixpkgs/issues/5863.
2015-01-20 17:43:48 +01:00
Peter Simons f8710f9d81 haskell-ng: fix several builds with old versions of GHC 2015-01-19 23:15:29 +01:00
Peter Simons 486ee12f77 Merge pull request #5818 from purefn/master
disable tests on haskellngPackages.http-media and jwt
2015-01-18 21:17:33 +01:00
Richard Wallace a5a27d3949 disable checking on haskellngPackages.jwt 2015-01-18 13:09:13 -07:00
Peter Simons 380114738f haskell-ng: rename "noHaddock" attribute to "doHaddock"
This makes the attribute (a) consistent with "doCheck" and friends and (b)
avoids the double negation "noHaddock = false" meaning "doHaddock = true".

Fixes https://github.com/NixOS/cabal2nix/issues/63.
2015-01-18 12:58:31 +01:00
Peter Simons 8c833f2a12 hackage-packages.nix: re-generate from Hackage 2015-01-18T10:18:52+0100 2015-01-18 12:58:31 +01:00
Richard Wallace 7abfc12a9a disable tests on http-media 2015-01-17 16:49:16 -07:00
Peter Simons ce06d504bb cabal2nix-2.x: bump to latest version 2015-01-17 23:43:27 +01:00
Peter Simons 3274e5cad2 hackage-packages: disable all Hydra builds have never succeeded 2015-01-17 23:40:09 +01:00
Cray Elliott db85ee9e77 Add haskellngPackages.cabal2nix missing dependencies
added QuickCheck, deepseq-generics and hspec
2015-01-15 21:04:00 -08:00
Oliver Charles 415b32311f hackage-packages.nix: re-generate from Hackage 2015-01-15T22:40:10+00:00 2015-01-15 22:40:21 +00:00
Peter Simons f93ce4faf1 haskell-configuration-common: remove redundant jailbreaks 2015-01-15 19:03:47 +01:00
Oliver Charles d5f63e9626 haskellngPackages.th-desugar: Remove doJailbreak
Latest version builds without needing to jailbreak.
2015-01-15 14:54:15 +00:00
Oliver Charles 08d9755acb haskellngPackages.snaplet-redis: Remove doJailbreak
Now handled by hackage2nix
2015-01-15 14:53:25 +00:00
Oliver Charles e259b1ed94 haskellngPackages.stripe: Remove doJailbreak
0.8.3 does not need to be jailbroken.
2015-01-15 14:51:44 +00:00
Oliver Charles ef296fa407 haskell-ng.snaplet-stripe: Remove doJailbreak
Now done automatically by hackage2nix
2015-01-15 14:50:55 +00:00
Oliver Charles 2b63483bd5 haskellngPackages.fb: Update patch 2015-01-15 14:26:06 +00:00
Peter Simons ee158bf659 Cabal-1.18.x: remove unnecessary jailbreak 2015-01-15 10:15:11 +01:00
Peter Simons 5bb103b4b2 haskell-vector: fix test suite on i686 2015-01-15 10:15:10 +01:00
Peter Simons 841b829fcd haskell-ng: bump cabal2nix to latest Git version 2015-01-15 10:15:10 +01:00
Oliver Charles 5b70a64286 haskell-ng.fb: Apply a patch to use monad-control >= 1.0.0
Manually applying the patch at
https://github.com/prowdsponsor/fb/pull/33
2015-01-14 14:10:34 +00:00
Oliver Charles 0059182821 snaplet-stripe: Jailbreak
Necessary until https://github.com/LukeHoersten/snaplet-stripe/pull/4 is
merged and released.
2015-01-14 13:54:16 +00:00
Oliver Charles dd0bde0b3b haskell-ng.stripe: Jailbreak
Necessary until https://github.com/michaelschade/hs-stripe/pull/37 is
merged and released.
2015-01-14 13:51:49 +00:00
Oliver Charles 3dbb43e62e haskell-ng.snaplet-redis: Jailbreak
Necessary until https://github.com/dzhus/snaplet-redis/pull/11 is merged and released.
2015-01-14 13:47:38 +00:00
Oliver Charles 9c71a83fd1 haskellng.th-desugar: Don't run the tests
Tests fail to build, see
https://github.com/goldfirere/th-desugar/issues/21
2015-01-14 13:40:11 +00:00
Peter Simons d6ed34170d haskell-configuration-common: fix reference to optparse-applicative_0_10_0 2015-01-13 20:43:18 +01:00
Peter Simons 9da7482e87 haskell-configuration-common: minor cosmetic 2015-01-13 20:22:07 +01:00
Tom Hunger 123039c22e haskellng: Make haskell-zeromq4 pick up the correct zeromq nix package. 2015-01-13 18:36:36 +00:00
Tom Hunger 381ba6b22f haskellng: disable safecopy's broken tests. 2015-01-13 18:00:01 +00:00