Peter Simons
73d1d84e54
haskell-Agda: add necessary overrides for older versions to fix the LTS builds
2016-03-18 07:52:36 +01:00
obadz
a0f0a7191f
leksah: add the appropriate deps to enable running
2016-03-18 07:52:36 +01:00
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00:00
Christoph Hrdinka
b10288eaa5
haskell-hs-blake2: fix dependency on libb2
...
`hs-blake2` currently wrongly depends on `pkgs.b2` which is an application
for backblazes storage service. This patch overrides it to link against
its correct native library `pkgs.libb2`.
2016-03-12 18:57:42 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Franz Pletz
cb3d27df93
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-05 18:55:30 +01:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Franz Pletz
d4ece75fd6
haskellPackages.epanet-haskell: Turn format hardening off
2016-03-05 16:53:38 +01:00
Nikolay Amiantov
0865d19ccd
haskellPackages.Agda: use older unordered-containers to fix build
...
Fixes #13594 .
2016-03-05 17:58:48 +03:00
Robin Gloster
d47857c3d9
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 21:09:17 +00:00
Vladimír Čunát
0294fc5bbd
haskellPackages: fix evaluation
...
It seems `self` was wanted instead of `pkgs` by the author of 3844206
.
2016-02-29 10:54:25 +01:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
Michael Alan Dorman
3844206366
Make sure we use the older version of hjsonpointer
2016-02-28 11:34:59 +01:00
Peter Simons
4ee5a8865d
mwc-random: drop obsolete overrides
2016-02-28 11:34:59 +01:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
zimbatm
4ecb1ce679
Merge pull request #11274 from robgssp/ldap
...
ldap-client: don't break on test failures
2016-02-26 23:13:27 +00:00
Robin Gloster
1eed9435d5
haskellPackages.glib: simplify
2016-02-21 11:40:16 +00:00
Robin Gloster
0102e69707
haskellPackages.c2hs: fix evaluation
2016-02-21 11:39:41 +00:00
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Peter Simons
328d9967d3
haskell-pandoc: drop obsolete override
2016-02-12 21:14:03 +01:00
Peter Simons
e771dc4b06
haskell-hans: drop obsolete patch
2016-02-12 21:14:03 +01:00
Peter Simons
d6f38f5fd8
xmonad-contrib: drop obsolete overrides
2016-02-12 21:14:03 +01:00
Robin Gloster
20d568aed5
haskellPackages.glib: turn off fortify hardening
2016-02-09 14:41:48 +00:00
Robin Gloster
9229e9c656
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-07 11:17:57 +00:00
Thomas Tuegel
c8577b9f30
haskell-double-conversion: add libstdc++ to inputs
2016-02-05 14:26:01 -06:00
Erik Rybakken
3333a9edab
haskell-miniball: fix package by adding the missing pkgs.miniball dependency
2016-02-03 18:28:49 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
Peter Simons
d487783174
haskell: update use of Cabal 1.18.1.6 to 1.18.1.7
...
This affects GHC versions 7.2.x and earlier, which cannot compile more
recent versions of Cabal.
2016-01-27 00:33:25 +01:00
Peter Simons
c68c8655f1
haskell: update use of Cabal 1.20.0.3 to 1.20.0.4
...
This affects mostly jailbreak-cabal, which uses the old version on most
platforms due to bugs introduced to Cabal in later releases.
2016-01-27 00:33:25 +01:00
Peter Simons
18916022e4
haskell-hspec: update overrides for LTS 4.2
2016-01-20 14:33:37 +01:00
Peter Simons
d3d0978abf
darcs: remove obsolete overrides
2016-01-17 12:29:02 +01:00
Alexander V. Nikolaev
517e64727b
Disabling tests for haskellPackages.docker
...
Tests in `docker` package require `docker` command and working docker
server on build machine..
2016-01-02 17:16:42 +02:00
Michael Alan Dorman
09956eab48
pointfree: now builds with haskell-src-exts-1.17.
2015-12-31 23:43:10 +01:00
Peter Simons
9ca37a8a4b
haskell-text: doCheck=false override is now generated by hackage2nix
...
This is necessary to break an finite recursion in the test suite dependencies.
2015-12-28 13:19:28 +01:00
Peter Simons
7c6940b823
haskell-time: remove obsolete overrides
2015-12-22 13:17:20 +01:00
Peter Simons
9cb7aa8357
haskell-gtksourceview2: add override to fix build
2015-12-18 11:37:44 +01:00
John Wiegley
d879a242cd
haskellPackages.git-annex: Do not build lsof on Darwin
2015-12-17 11:52:11 -08:00
John Wiegley
61176d8987
Revert "haskellPackages.git-annex: Do not use lsof on Darwin"
...
This reverts commit fd45c7b82b
.
2015-12-16 16:20:44 -08:00
Peter Simons
fc2b8edb1a
Clean up overrides for Haskell gio, glib, and gtk.
2015-12-17 00:32:16 +01:00
John Wiegley
fd45c7b82b
haskellPackages.git-annex: Do not use lsof on Darwin
2015-12-16 14:10:56 -08:00
Michael Alan Dorman
97834fc233
Don't check hindent
...
It appears its test suite has some issues at present, based on
https://github.com/chrisdone/hindent/issues/166 , which seems to preceed
haskell-src-exts-1.17 being released.
2015-12-16 21:33:56 +01:00
Michael Alan Dorman
bc5f82dfc2
Fixup pointfree package.
2015-12-16 21:33:56 +01:00
Peter Simons
a855082f31
haskell-morte has been fixed upstream.
2015-12-09 16:03:20 +01:00
Peter Simons
770b264c96
Fix Haskell evaluation errors on Hydra.
2015-12-09 16:03:20 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Peter Simons
07cda3b56f
haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later.
2015-12-04 10:17:35 +01:00
Peter Simons
f46ad3f6d8
haskell-sdr: re-enable the test suite
...
https://github.com/adamwalker/sdr/issues/1#issuecomment-99296074
suggests that the issue has been fixed.
2015-12-02 21:00:34 +01:00
Peter Simons
7ab53bc51a
haskell-language-c-quote: fix build by compiling with older version of alex
2015-11-29 15:30:30 +01:00
Peter Simons
da54e29789
haskell-morte: fix build by compiling with older version of alex
2015-11-29 15:30:30 +01:00
Peter Simons
2b6f0d08c6
haskell-gtk2hs-buildtools: build this package with alex 3.1.4
...
The latest version, alex 3.1.5, generates code that this package can't
cope with.
2015-11-29 15:30:30 +01:00
Robert Glossop
aa196067b1
ldap-client: don't break on test failures
2015-11-25 22:26:27 -05:00
Jude Taylor
131e831cb9
allow networking by default and remove it from derivations
2015-11-19 11:31:06 -08:00
Jude Taylor
df80090d09
use per-derivation sandbox profiles
2015-11-19 11:31:06 -08:00
Ryan Trinkle
90d5d315af
hmatrix: fix missing Accelerate framework dependency on darwin
2015-11-15 14:57:58 -05:00
Peter Simons
aee2e72122
Haskell math-functions is broken on Hydra again. :-(
2015-11-12 22:31:03 +01:00
Peter Simons
2b3485181f
git-annex: update overrides
2015-11-05 11:57:00 +01:00
Profpatsch
d68a77e504
haskellPackages: enable hsparql checks again
2015-11-02 15:35:20 +01:00
Peter Simons
a9254356d1
haskell-math-functions: trigger re-build to fix broken binaries on Hydra
2015-10-31 18:44:43 +01:00
John Wiegley
cdfb08b9c6
haskellPackages.c2hs: Disable tests on Darwin
...
The tests require gcc, but gcc is no longer available on Darwin systems.
2015-10-31 09:34:26 -07:00
Jude Taylor
7eea66cabe
Merge pull request #10729 from Profpatsch/hsparql-fix-build
...
haskellPackages: skip hsparql checks
2015-10-30 20:30:18 -07:00
Profpatsch
35dd880019
haskellPackages: skip hsparql checks
2015-10-31 04:25:37 +01:00
Jude Taylor
7f0e9659f7
double-conversion: propagate libcxx
...
Packages that depend on double-conversion may fail their doctests if dlopen(libc++.dylib)
fails.
2015-10-28 14:20:02 -07:00
Daiderd Jordan
cbc666fc60
fixed darwin frameworks for halive and fsevents
2015-10-27 22:49:08 +01:00
Peter Simons
60bc7e764d
git-annex: update overrides
2015-10-26 13:15:16 +01:00
Peter Simons
ddd255a40c
pandoc-citeproc: remove obsolete overrides
...
The spuriously failing test suite is now disabled by cabal2nix.
2015-10-18 22:01:09 +02:00
Shea Levy
f17ae73d58
haskell-hscurses: fix undeclared dependency on ncurses
2015-10-16 12:08:28 -04:00
Jordan Woehr
2b09bfc3c8
Latest llvm-general now requires llvm 3.5
2015-10-13 08:12:52 -06:00
Peter Simons
0a28867303
haskell-fltkhs: record my fruitless attempts to fix that build
2015-10-09 12:39:14 +02:00
Peter Simons
f4f13f0d29
haskell-wxc: fix undeclared dependency on split
2015-10-09 12:39:13 +02:00
Peter Simons
d964960dd8
haskell-freenect: remove obsolete override
2015-10-09 12:39:13 +02:00
Peter Simons
382a5b7328
haskell-clock: disable tests to break infinite recursion
2015-10-04 21:23:12 +02:00
Nikolay Amiantov
9d430e6446
haskell-llvm-general: fix build
2015-10-03 14:15:51 +03:00
Peter Simons
fac03e7441
git-annex: update override to disable the assistant in Stackage
2015-10-02 22:18:45 +02:00
Peter Simons
5602d609c7
Fix or disable broken Haskell builds.
2015-09-29 09:53:37 +02:00
Peter Simons
a14264db3e
haskell-pandoc-citeproc has spurious test suite failures.
2015-09-29 09:53:37 +02:00
Peter Simons
5c161d43ed
haskell-hpack: disable broken test suite
2015-09-27 17:06:06 +02:00
Peter Simons
d6805a820d
Drop obsolete Haskell overrides.
...
These overrides are now hard-coded directly in hackage2nix.
2015-09-25 08:46:41 +02:00
Thomas Tuegel
4fd58511fb
hsqml: use Qt 5.4
2015-09-19 11:38:01 -05:00
Thomas Tuegel
b615fdc7c2
hsqml: use Qt 5.4
2015-09-19 10:01:34 -05:00
Peter Simons
07f8f50c6d
git-annex: build w/o assistant in Stackage, with assistant for Nixpkgs
2015-09-19 08:20:54 +02:00
Peter Simons
4bb32a1e4d
haskell-shake-language-c: test suite assumes an environment that we don't offer
2015-09-19 08:20:54 +02:00
Peter Simons
d134181222
haskell-pandoc-citeproc: avoid test suite failures
...
http://hydra.cryp.to/build/1275810/log/raw
2015-09-19 08:20:54 +02:00
Peter Simons
ad2b0e7d7a
holy-project: test suite tries to access the network
2015-09-19 08:20:54 +02:00
Peter Simons
40b134334b
haskell-serversession-backend-acid-state can't compile its test suite.
2015-09-19 08:20:54 +02:00
Peter Simons
aedd13f793
haskell-phash lacks the underlying C library.
2015-09-19 08:20:54 +02:00
Peter Simons
345dc3e5b4
haskell-hmatrix-gsl-stats: fix build of LTS version 0.4.1
...
* pkgs/development/haskell-modules/configuration-common.nix:
2015-09-19 08:20:54 +02:00
Peter Simons
e258dee08c
http-client: update overrides
2015-09-19 08:20:53 +02:00
Peter Simons
358db2a22c
haskell-cryptonite has spurious test suite failures.
2015-09-19 08:20:53 +02:00
Peter Simons
cfa737886b
haskell-zip-archive: fix build of older versions
2015-09-19 08:20:53 +02:00
Peter Simons
1ae377e10f
http-conduit: don't run the test suite
2015-09-19 08:20:53 +02:00
Peter Simons
916c6524f3
haskell-jsquery: don't run the test suite
2015-09-19 08:20:53 +02:00
Peter Simons
15853b3921
haskell-http-client: test suite requires network access
2015-09-19 08:20:53 +02:00
Peter Simons
ca51615d8d
haskell-setenv: disable failing test suite
2015-09-19 08:20:52 +02:00
Peter Simons
4791f2a27b
haskell-modules: remove obsolete overrides
2015-09-19 08:20:52 +02:00
Peter Simons
1cdcc79c7e
haskell-rsa: test suite has been fixed upstream
2015-09-19 08:20:52 +02:00
Peter Simons
6d4e88f970
haskell-modules: remove obsolete overrides
2015-09-19 08:20:52 +02:00
Peter Simons
90954445a1
haskell-mwc-random: disable test suite to break infinite recursion
2015-09-19 08:20:52 +02:00
Peter Simons
0838eabbea
haskell-nanospec: disable tests to break infinite recursion
2015-09-19 08:20:52 +02:00
Peter Simons
4bf92d39c0
haskell-options: disable test suite to break infinite recursion
2015-09-19 08:20:51 +02:00
Peter Simons
4e5c781ac6
haskell-hspec-expectations: disable test suite to break infinite recursion
2015-09-19 08:20:51 +02:00
Peter Simons
8abc91d7a3
haskell-text: break recursion in older package sets
2015-09-19 08:20:51 +02:00
Peter Simons
f2d17b586c
haskell-semigroupoids: don't compile the test suite of old versions
2015-09-19 08:20:51 +02:00
Peter Simons
aa88e53408
haskell-hpc-coveralls: the build fails with dynamic linking enabled
2015-09-19 08:20:51 +02:00
Peter Simons
b3b735bd20
haskell-hspec-discover: disable Haddock documentation
...
* pkgs/development/haskell-modules/configuration-common.nix (self):
2015-09-19 08:20:51 +02:00
Peter Simons
e9c20be62d
haskell-HTF: disable test suite for older versions, too
2015-09-19 08:20:51 +02:00
Peter Simons
28e9327282
haskell-hslua needs no more overrides.
2015-09-19 08:20:51 +02:00
Peter Simons
1b86d24d41
haskell-libconfig builds without overrides.
2015-09-19 08:20:51 +02:00
Peter Simons
9e4b5dce24
haskell-hmatrix builds without overrides now.
2015-09-19 08:20:50 +02:00
Peter Simons
a1ff4eb2ad
haskell-hspec: add overrides for older versions to break infinitie recursions
2015-09-19 08:20:50 +02:00
Peter Simons
786ebf4e12
haskell-freenect: override is required only for old versions
2015-09-19 08:20:50 +02:00
Peter Simons
2aaa587b71
hackage-packages.nix: switch our default package set to Stackage Nightly
...
This update was generated by hackage2nix v20150903-82-g351b6f8 using the following inputs:
- Hackage: af161fdf17
- LTS Haskell: da73308b63
- Stackage Nightly: 1994a4f865
2015-09-19 08:20:40 +02:00
Peter Simons
974f2122b1
jailbreak-cabal: clean up overrides
...
These changes ensure that jailbreak-cabal works correctly without further
configuration even with older compilers. The exception to that rule being,
naturally, versions of GHC that can't compile Cabal 1.20.x; these *do* need
another override.
2015-09-15 16:23:46 +02:00
Mark Laws
b6636db0a1
ginsu: add missing deps
2015-09-12 07:57:22 -07:00
Peter Simons
6b682a9e37
haskell-language-nix: pull this library in from Hackage
2015-09-11 10:28:30 +02:00
Peter Simons
f6fd6defa5
haskell-nix-paths: pull the library in from Hackage now that it's been published
2015-09-11 10:28:30 +02:00
Bjørn Forsman
22321f2e58
cudatoolkit: don't move $out/include to $out/usr_include
...
This effectively reverts 86c283824f
("If cuda headers are presented to nix [...]") and all the following
workarounds that was added due to that commit.
As far as I can tell[1] this hack isn't needed anymore. And moving
includes to $out/usr_include causes pain for cudatoolkit users, so
better get rid of it.
In patches that did more than the $out/usr_include workaround, I only
changed the line back to $out/include instead of re-generating the
patches and fully removing the changed line.
[1]: I build tested blender and caffe, and temporarily added
recurseIntoAttrs to rPackages and haskellPackages so that nox-review
could get proper coverage. However, many of the packages do not build
even before this patch. I also built CUDA samples with cudatoolkit7
that ran fine.
2015-09-10 10:35:40 +02:00
Peter Simons
1e5e17eeac
haskell-nix-paths: initial version 1
2015-09-09 11:31:14 +02:00
Peter Simons
b8bd12a580
haskell-singletons has been declared fixed by upstream.
...
The test suite still fails, but apparently that's okay.
2015-09-08 14:40:18 +02:00
Peter Simons
397972a6ef
haskell-yesod-static has been fixed upstream.
2015-09-08 14:40:17 +02:00
Peter Simons
eb860e488a
Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x.
2015-09-08 14:40:17 +02:00
Peter Simons
1ca79bff84
haskell-DSA: test suite run-time has been reduced upstream
2015-09-04 11:51:01 +02:00
Peter Simons
65a415a1b2
cabal2nix: update to version 20180903
2015-09-03 17:53:24 +02:00
Peter Simons
407b4f7641
haskell-sophia: disable failing test suite
2015-09-03 15:22:22 +02:00
Peter Simons
acb05dfc15
haskell-base32-bytestring: disable failing test suite
2015-09-03 15:22:22 +02:00
Peter Simons
ada81b80fd
cabal2nix: update to version 20150824-66-gd281a60
...
This patch fixes https://github.com/NixOS/nixpkgs/issues/9599 .
2015-09-02 17:46:39 +02:00
Peter Simons
c456073e03
Disable test suites of Haskell packages RSA and kademlia.
...
Those test suites run for 2+ hours and thus fail with a timeout error.
2015-09-02 12:29:00 +02:00
Peter Simons
2b71e4643e
haskell-bloomfilter: patch to fix build on 32 bit platforms
2015-09-01 18:02:50 +02:00
Peter Simons
8c1c38ee27
haskell-bloomfilter: re-enable 32-bit builds to verify whether the issue has in fact been fixed upstream
2015-09-01 17:55:03 +02:00
Peter Simons
c7a9fa11c0
haskell-DSA fails its test suite.
2015-08-31 16:46:39 +02:00
Peter Simons
34687b53e6
haskell-amazonka-core: test suite build failure has been fixed upstream
2015-08-31 16:46:39 +02:00
Peter Simons
0059984294
haskell-MFlow: build fixed upstream
2015-08-31 16:46:39 +02:00
Peter Simons
5a961f4e84
Merge pull request #9568 from dfoxfranke/haskell-lucid
...
haskell-lucid: disable tests
2015-08-31 10:16:51 +02:00
Daniel Fox Franke
76a497c95e
haskell-comonad: re-enable tests
...
https://github.com/ekmett/comonad/issues/25 is fixed now and they
work again.
2015-08-30 22:19:36 -04:00
Daniel Fox Franke
cf3e2a5f5b
haskell-lucid: disable tests
...
They buggily make assumptions about the order in which strings appear
in a hash table and thereby fail on i686-linux. See
http://hydra.nixos.org/build/25132604/log/raw and
https://github.com/chrisdone/lucid/issues/25
2015-08-30 21:46:09 -04:00
Peter Simons
6b1bcc66ae
haskell-MFlow: fix build
2015-08-29 20:01:49 +02:00
Daniel Fox Franke
17667cd6ac
haskellPackages.tar: disable tests
...
They fail on i686-linux: http://hydra.nixos.org/build/25088435/nixlog/2
2015-08-28 22:41:56 -04:00
Peter Simons
12dcb664d6
haskell-amazonka-core can't compile its test suite.
2015-08-28 22:28:06 +02:00
Peter Simons
c375b224b0
haskell-concurrent-extra fails its test suite.
2015-08-28 22:28:06 +02:00
Peter Simons
b45e3290c9
haskell-wx: new versions require wkGTK 3.0
2015-08-28 22:28:06 +02:00
Peter Simons
93a3ba3909
haskell-github-types: test suite tries to access the network
2015-08-27 12:45:20 +02:00
Benno Fünfstück
8ee58a2aa3
haskell: fix freenect and hcwiid
2015-08-26 17:36:26 +02:00
Benno Fünfstück
271926d00d
haskell: fix build of SDL-* libraries
2015-08-26 17:36:25 +02:00
Michael Alan Dorman
90144c684b
haskell-ekg: un-jailBreak
...
The referenced commit is long since released, and the package builds
correctly with ghc 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
416840c480
haskell-ekg-core: un-jailBreak
...
The referenced commit has long since been released to hackage, and the
package has been verified to build properly under ghc 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
9274aa93b5
haskell-wizards: un-jailBreak
...
The original bug is long since closed, and I verified it compiles on ghc
7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
e7aff313da
haskell-record: re-enable haddock generation
...
The bug's been closed for a while, and I manually verified that the
haddock gets rendered to HTML in all versions from 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
a206c227cc
haskell-types-compat: Re-enable haddock generation
...
The "real" issue (https://github.com/philopon/types-compat/issues/1 ) has
been closed for a while, and I manually confirmed that the documentation
builds correctly under 7.10.2 and 7.8.4. The package itself doesn't
build older versions because of missing dependencies.
2015-08-26 16:53:58 +02:00
Peter Simons
d08a483bda
haskell-ed25519 is broken
2015-08-25 17:15:41 +02:00
Michael Alan Dorman
3f6074713b
haskell-hxt: re-enable haddock generation
...
The bug's been closed for a while, and I manually verified that the
haddock gets rendered to HTML in all versions from 7.6 -> 7.10.
2015-08-25 17:15:41 +02:00
Peter Simons
4ce6d653bb
haskell-fsnotify: disable failing test suite
2015-08-25 17:15:41 +02:00
Peter Simons
412062eb48
haskell-semigroupoids: doctests have been fixed upstream
2015-08-25 17:15:41 +02:00
Tom Hunger
9303783649
haskell-purescript: Disable tests.
...
Tests need network + /homeless-shelter.
2015-08-21 13:39:13 +01:00
Peter Simons
fabeee76bd
haskell-configurator fails its test suite.
2015-08-19 11:01:48 +02:00
Michael Alan Dorman
09e5107d3b
haskell-hbro: fixed by upstream
2015-08-19 11:01:48 +02:00
Peter Simons
f2fc95686c
haskell-shelly has transient test suite failures.
2015-08-19 11:01:48 +02:00
Peter Simons
7e48c52aaa
haskell-singletons: update documentation for override
2015-08-19 11:01:47 +02:00
Nikolay Amiantov
1a590a6185
haskell: use postPatch instead of patchPhase where possible
...
Closes https://github.com/NixOS/nixpkgs/pull/9297 .
2015-08-19 11:01:47 +02:00
Peter Simons
d8650d5d6c
haskell-commutative: re-enable test suite
...
All files, dependencies, etc. appear to now be set correctly. Tested
with 'cabal test' in a local nix-shell environment.
Closes https://github.com/peti/nixpkgs/pull/20 .
2015-08-19 11:01:47 +02:00
Peter Simons
0eca00a544
haskell-sets-with was deprecated.
2015-08-19 11:01:47 +02:00
Peter Simons
f92eb718eb
haskell-sets still can't compile its test suite.
2015-08-19 11:01:47 +02:00
Peter Simons
b591bec333
haskell-yi: fixed by upstream
2015-08-19 11:01:41 +02:00
Peter Simons
1fc3e769e3
haskell-hindent: byte-compile installed elisp code
2015-08-18 12:59:36 +02:00
Peter Simons
6d0fee82c5
haskell-structured-haskell-mode: byte-compile installed elisp code
2015-08-18 12:40:18 +02:00
Peter Simons
13024a48a3
haskell-ghc-mode: byte-compile installed elisp code
2015-08-18 12:40:18 +02:00
Peter Simons
62a85cb205
haskell-cabal-helper: test suite has been fixed upstream
2015-08-18 12:40:18 +02:00
Nikolay Amiantov
43cba717d2
haskell: partially revert marking Elm packages as broken
...
See https://github.com/NixOS/nixpkgs/pull/9233#issuecomment-131596192
2015-08-17 21:32:38 +03:00
Peter Simons
053e52fbd5
darcs: patch to cope with vector 0.11.x
2015-08-17 17:56:38 +02:00
Peter Simons
a3de6a15c1
haskell-lens-aeson: test suite was broken by vector update
2015-08-17 17:56:38 +02:00
Peter Simons
7e2da20a97
haskell-sets can't compile its test suite.
2015-08-17 17:56:38 +02:00
Peter Simons
c8616b488b
haskell-set-with can't compile its test suite.
2015-08-17 17:56:37 +02:00
Peter Simons
441e8a1590
hackage-packages.nix: update to d2f0ba57b0
with hackage2nix v20150807-40-g9d40586
...
Notable updates changes include:
- vector: update to version 0.11.x
- errors: update to version 2.x
2015-08-17 17:56:37 +02:00
Peter Simons
4c7d928f0b
haskell-msgpack-rpc can't execute its test suite in a chroot environment.
2015-08-15 20:25:01 +02:00
Peter Simons
b0784c2dc8
haskell-commutative can't compile its test suite.
2015-08-15 20:25:01 +02:00
Peter Simons
23761a4fd6
haskell-yi is broken
2015-08-15 20:25:01 +02:00
Aycan iRiCAN
482c29f8c6
haskell-hans: disable building example webserver which includes double main.
2015-08-15 10:35:36 +03:00
Peter Simons
8347e3f19f
Disable all Hackage packages related to Elm.
...
Upstream created its own distribution mechanism and doesn't rely on
Hackage any more.
2015-08-15 08:59:46 +02:00
Peter Simons
8647667e93
haskell-bro is broken
2015-08-15 08:59:46 +02:00
Peter Simons
19b26260ca
haskell-exinst is broken because of singletons
2015-08-15 08:59:46 +02:00
Nikolay Amiantov
745c60dfaa
haskell packages: fix webkit build
...
cc @peti
2015-08-13 15:20:55 +03:00
Peter Simons
95b98116c2
haskell-ihaskell-widgets is broken because of singletons.
2015-08-13 11:29:52 +02:00
Peter Simons
354df047e7
haskell-diagrams-lib has been fixed upstream.
2015-08-13 11:29:52 +02:00
Peter Simons
45e7bb6b83
haskell-multi-cabal is broken.
2015-08-13 11:29:50 +02:00
Peter Simons
cfaa75a7c9
haskell-mockery: test suite fixed upstream
2015-08-08 10:55:49 +02:00
Peter Simons
102c690ee9
haskell-hinotify: test suite fixed upstream
2015-08-08 10:55:00 +02:00
Peter Simons
c25d82f64f
haskell-ide-backend: test suite depends on external processes
2015-08-08 10:49:10 +02:00
Peter Simons
e75e0d9aa4
haskell-hinotify: test suite won't compile
2015-08-08 10:49:10 +02:00
Peter Simons
7151c0be17
haskell-mockery: disable the failing test suite altogether
2015-08-08 01:54:34 +02:00
Peter Simons
3dbfcdc3d4
cabal2nix: make the package visible from the top-level
...
This means that "nix-env -i cabal2nix" suffices to install this package.
2015-08-07 23:08:13 +02:00
Peter Simons
fe04998994
haskell-llvm-general-pure has been fixed upstream.
2015-08-07 23:08:13 +02:00
Michael Alan Dorman
1ab9c7d7e0
Add build-tool override for hlibgit2.
2015-08-07 23:08:13 +02:00
Peter Simons
e7084d1a82
haskell-thyme can't compile its test suite.
2015-08-07 23:08:12 +02:00
Peter Simons
fd53387bba
haskell-imagemagick: test suite is broken
2015-08-07 15:13:16 +02:00
Peter Simons
2f03c42736
haskell-hscurses does not compile.
2015-08-07 15:13:16 +02:00
Peter Simons
89ca308517
haskell-distributed-process-*: remove overrides -- these packages are utterly broken
2015-08-07 15:13:15 +02:00
Peter Simons
03f9f0f801
haskell-getopt-generics: don't run broken test suite
2015-08-07 15:13:15 +02:00
Peter Simons
1d889d92da
haskell-hoogle: don't run the part of the test suite that requires network access
2015-08-07 15:13:15 +02:00
Peter Simons
5154f5cb02
haskell-llvm-general-pure: disable broken test suite
2015-08-07 15:13:15 +02:00
Peter Simons
61b44f4ef7
haskell-pcap: override to fix undeclared dependency
2015-08-07 15:13:15 +02:00
Peter Simons
849d618035
haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency
2015-08-07 15:13:15 +02:00
Peter Simons
78dcbd3cc6
haskell-dpkg: the build is broken
2015-08-07 15:13:15 +02:00
Peter Simons
848472baaa
haskell-epic: add override to include missing dependencies
2015-08-07 15:13:14 +02:00
Peter Simons
961011aea1
haskell-logger: we cannot easily build the test suite due to cyclic dependencies
2015-08-07 15:13:14 +02:00
Peter Simons
efdaac847b
haskell-lzma-conduit: disable test suite to fix the build
...
Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
2015-08-07 15:13:14 +02:00
Peter Simons
807c0c2029
haskell-webkit no longer compiles; the package doesn't find its system library build input anymore
...
@abbradar, maybe you know how to fix this?
2015-08-07 15:13:14 +02:00
Peter Simons
d968321e4b
haskell-wiring: build has been fixed upstream
2015-08-07 15:13:14 +02:00
Michael Alan Dorman
feee20e226
haskell-zip-archive: remove obsolete override
2015-08-07 15:13:13 +02:00
Peter Simons
8459ea641f
haskell-diagrams-lib: broken because it can't cope with recent versions of fsnotify and system-filepath
2015-08-07 15:13:13 +02:00
Peter Simons
c79879b955
haskell-hs-blake2 depends on broken llvm-base library.
2015-08-07 15:13:13 +02:00
Peter Simons
8db23bc08f
haskell-ghc-paths: register Nixpkgs-specific patch
...
This used to be added by cabal2nix, but now the tool no longer does because
there's no reliable way to refer to the patch file in the generated build
expression.
2015-08-07 15:13:13 +02:00
Peter Simons
a7cb42e1c2
haskell-wx: clean up overrides
2015-08-07 15:13:13 +02:00
obadz
3801ef5912
haskell: move patches to patches directory
2015-08-06 11:14:05 +01:00
Peter Simons
94e1660d00
haskell-mockery: run test suite with "TRAVIS=true" set to avoid timing issues
2015-08-05 21:36:20 +02:00
Peter Simons
552fcd0b75
haskell-hsqml-datamodel-vinyl is broken because of singletons.
2015-08-05 21:36:20 +02:00
Peter Simons
e4d493fc54
jailbreak-cabal: link statically to avoid runtime dependency on ghc
2015-08-05 21:36:19 +02:00
John Wiegley
23562aad59
Revert "emacs: Update Mac Port Emacs to 24.5-mac-5.9"
...
This reverts commit 5c896e5511
, which was
a set of local changes unrelated to the commit title.
2015-07-30 16:21:39 -07:00
John Wiegley
5c896e5511
emacs: Update Mac Port Emacs to 24.5-mac-5.9
2015-07-28 20:08:53 -07:00
Peter Simons
54d86f86fd
haskell-base: update override for new version
2015-07-25 20:54:42 +02:00
Peter Simons
867eda32ca
haskell-Southpaw cannot be built on Unix.
2015-07-25 20:54:42 +02:00
Peter Simons
b49b2d9bba
haskell-shelly: test suite has been fixed upstream
2015-07-25 20:54:42 +02:00
Peter Simons
74bc5a2240
haskell-shelly: disable test suite to fix the build
2015-07-23 19:50:56 +02:00
Peter Simons
44513ae025
haskell-inilist: test suite cannot be built because it depends on broken testpack
2015-07-23 19:50:56 +02:00
Joachim Fasting
8500217715
vimus: disable on 32 bit linux
...
A port of 57c5b8f5e1
2015-07-22 08:55:07 +02:00
Peter Simons
5e4f1adc8a
haskell-hwsl2: fix build by disabling the test suite
2015-07-19 10:31:13 +02:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Jude Taylor
682dc3ee70
link yesod-bin with cocoa
2015-07-11 16:05:04 -07:00
Jude Taylor
5f308b50e4
add system keychains to security-tool's propagated inputs
2015-07-11 16:05:04 -07:00
Peter Simons
6d457c60bb
haskell-hspec-expectations: re-enable the test suite
2015-07-11 16:05:00 +02:00
Peter Simons
841cfa9764
haskell-hspec: break infinite recursion in testDepends
...
Suggested by @Fuuzetsu in https://github.com/NixOS/nixpkgs/issues/8664 .
2015-07-11 16:05:00 +02:00
William Casarin
33c3e62fbb
haskellPackages.vcache: unmark broken
...
* unmark haskellPackages.vcache as broken
* unmark haskellPackages.vcache-trie as broken
No longer broken since the addition of lmdb in
9d85874aeb
2015-07-11 16:05:00 +02:00
Peter Simons
b096c39ca2
haskell-wai-session has been fixed upstream.
2015-07-11 16:05:00 +02:00
Jude Taylor
066412c7b0
clean up propagated stuff for x509-system
2015-07-10 10:41:08 -07:00
Jude Taylor
ac3acae7a5
use security_tool in x509-system
2015-07-10 10:41:07 -07:00
Robert Helgesson
ac594b303d
haskell-http-media: enable tests
...
The test suite builds and runs OK since version 0.6.2.
2015-07-09 23:02:05 +02:00
Robert Helgesson
5d88acfa70
haskell-presburger: enable tests
...
The tests compile (and pass) since release of presburger version 1.3.1.
2015-07-09 20:27:00 +02:00
Robert Helgesson
6c2e772508
network-uri: re-enable tests
...
The issue causing compilation failure seems to have been resolved.
2015-07-07 21:05:19 +02:00
William A. Kennington III
d605663ae2
Merge branch 'master.upstream' into staging.upstream
2015-07-05 13:06:02 -07:00
Peter Simons
b6b13e45f8
haskell-lhs2tex: disable Hydra builds to fix assrtion error
2015-07-05 21:06:04 +02:00
Peter Simons
2f111381e0
haskell-mueval has been fixed upstream.
2015-07-05 21:06:04 +02:00
Peter Simons
26a9fcdfca
haskell-hwsl2-reducers depends on broken build inputs
2015-07-05 21:06:04 +02:00
Peter Simons
7871f2d9b1
haskell-Frames depends on broken singletons library.
2015-07-05 21:06:04 +02:00
Peter Simons
101d0db511
haskell-hid: build is broken
2015-07-05 21:06:03 +02:00
Peter Simons
34f10a82e0
haskell-digitalocean-kzs: can't run its test suite
2015-07-05 21:06:03 +02:00
Peter Simons
63406af616
haskell-acme-one exports no library modules, so we shouldn't run Haddock
2015-07-05 21:06:03 +02:00
Peter Simons
d0f1e6626b
haskell-socket: test suite tries to access the network
2015-07-05 21:06:03 +02:00
William A. Kennington III
612f0bdd67
Merge branch 'master.upstream' into staging.upstream
2015-06-30 23:58:07 -07:00
Edward Tjörnhammar
da7355e562
pkgs.haskellPackages.gitit: unmark as broken
2015-06-28 12:40:23 +02:00
Thomas Tuegel
a8c52d0958
Merge branch 'master' into staging
2015-06-25 09:15:05 -05:00
Peter Simons
ec08cb9036
haskell-stack: disable failing test suite
...
Works around https://github.com/commercialhaskell/stack/issues/408 and
https://github.com/commercialhaskell/stack/issues/409 . Closes
https://github.com/NixOS/nixpkgs/pull/8497 .
2015-06-25 14:14:07 +02:00