Peter Simons
6d3488c7c7
cabal2nix: bump version
2015-01-21 18:47:56 +01:00
Peter Simons
e558d0e49b
hackage-packages.nix: re-generate from Hackage 2015-01-21T16:32:59+0100
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
1d6d5932cd
haskell-streaming-commons: fix build on older GHC versions some more
2015-01-20 23:56:56 +01:00
Peter Simons
c64088f0ec
haskell-streaming-commons: fix build on older GHC versions by way of bytestring-builder
2015-01-20 23:43:29 +01:00
Peter Simons
0eb306c5f7
haskell-cookie: fix build with older compilers
2015-01-20 23:43:29 +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
b5fb80ffa3
haskell-aeson: fix build with ghc 7.6.x
2015-01-20 23:43:28 +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
a83e3ac32c
Fix vector and parallel builds with ghc 6.12.x.
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
4531b31d75
haskell-doctest: fix builds with old ghc
2015-01-20 17:43:48 +01:00
Peter Simons
0b05129b88
happy: fix build with GHC 7.2.x
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
b9c761966b
happy: fix build with ghc-7.2.x
2015-01-20 17:43:48 +01:00
Peter Simons
8065da399c
hackage-packages.nix: update from Hackage 2015-01-20T16:19:05+0100
2015-01-20 17:43:48 +01:00
Peter Simons
9ab8a12b06
haskell-generic-builder: re-enable the checkPhase that was accidentally broken in the earlier re-factoring
2015-01-20 16:17:14 +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
8959aade32
haskell-generic-builder: allow setting preUnpack and postUnpack hooks
...
This is useful for Hydra builds that have more than one package in the
same repository and need to change to the proper directory.
2015-01-19 23:15:29 +01:00
Peter Simons
8d19893725
hackage-packages.nix: re-generate from Hackage 2015-01-19T13:54:06+0100
2015-01-19 23:15:29 +01:00
Peter Simons
134d1a80c6
Add a package set for GHC 7.10.1-rc1 and bump GHC HEAD to 7.11.x.
...
Fixes https://github.com/NixOS/nixpkgs/issues/5836 .
2015-01-19 13:55:31 +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
35e5f59aee
Cabal-1.22.0.0: fix build with GHC 7.2.2
2015-01-18 12:58:31 +01: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
Peter Simons
703bf2978d
haskell-unordered-containers: fix build with GHC 7.4.2
2015-01-17 20:29:00 +01:00
Peter Simons
51457dd687
haskell-primitive: fix build with GHC 7.4.2
2015-01-17 20:29:00 +01:00
Peter Simons
3dae215667
haskell-utf8-string: fix build on GHC 6.12.x
2015-01-17 20:29:00 +01:00
Peter Simons
a317a4ae11
haskell-configuration-ghc-7.8.x: cosmetic changes to amazonka environment
2015-01-17 20:29:00 +01:00
Peter Simons
7c1eae89f0
hackage-packages.nix: update from Hackage 2015-01-17T11:39:27+0100
2015-01-17 20:29:00 +01:00
Peter Simons
54bbfd5440
haskell-generic-builder: re-factor for improved modularity
2015-01-17 20:29:00 +01:00