Peter Simons
6607b99168
haskell: port existing hardening overrides to use the new combinator
2016-09-15 09:12:03 +02:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Peter Simons
4da51ec637
structured-haskell-mode: link Haskell libraries statically into this executable
...
It's my understanding that Emacs runs the "structured-haskell-mode" binary
virtually every time you press a key in an Haskell buffer, and since
dynamically linked Haskell binaries take *much* longer to start up, switching
this particular package to statically linked libraries ought to result in a
performance boost.
2016-09-12 11:28:58 +02:00
Chris Martin
e4b146b041
haskell-hasktags: don't install the "test" binary
...
Closes https://github.com/NixOS/nixpkgs/pull/18403 .
2016-09-10 22:09:11 +02:00
Peter Simons
51932e3d69
idris: clean up overrides
...
Closes https://github.com/NixOS/nixpkgs/pull/18309 .
2016-09-10 22:01:15 +02:00
Peter Simons
04e4c495bb
haskell-configuration-common: cosmetic
2016-09-10 21:00:22 +02:00
Peter Simons
7619f88eb8
haskell-gtk2hs-buildtools: this override does not belong into common
2016-09-10 21:00:22 +02:00
Peter Simons
d8af0db284
haskell-yi: remove obsolete "broken" marker
...
Fixes https://github.com/NixOS/nixpkgs/issues/18188 .
2016-09-10 21:00:22 +02:00
Peter Simons
ea9a948fab
haskell-servant-router: don't run the test suite
...
It times out after 2 hours: http://hydra.nixos.org/build/40065332 .
(cherry picked from commit 277efdd50e
)
2016-09-09 13:55:40 +02:00
Peter Simons
83da50a505
git-annex: update version to 6.20160907
2016-09-09 13:55:39 +02:00
Peter Simons
f649d4eefa
git-annex: fix GHC 8.x build
2016-09-09 13:55:39 +02:00
Peter Simons
26cc9b4d01
haste-compiler: mark as broken
...
Configuring haste-compiler-0.5.5.0...
Setup: At least the following dependencies are missing:
HTTP -any,
bzlib -any,
either -any,
ghc-simple -any,
system-fileio -any,
tar -any
2016-09-09 13:55:39 +02:00
Peter Simons
743982d0f9
haste-cabal-install: mark as broken
...
The build depends on the broken haste-Cabal package.
2016-09-09 13:55:38 +02:00
obadz
973fd1aae1
haskellPackages.haste-Cabal: mark as broken
2016-09-07 01:35:23 +01:00
Tuomas Tynkkynen
8c4aeb1780
Merge staging into master
...
Brings in:
- changed output order for multiple outputs:
https://github.com/NixOS/nixpkgs/pull/14766
- audit disabled by default
https://github.com/NixOS/nixpkgs/pull/17916
Conflicts:
pkgs/development/libraries/openldap/default.nix
2016-09-01 13:27:27 +03:00
Peter Simons
a96160728e
haskell-mueval: remove obsolete patch
2016-08-31 12:01:03 +02:00
Tuomas Tynkkynen
d3dc3d4130
Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging
...
https://github.com/NixOS/nixpkgs/pull/14766
2016-08-30 12:43:37 +03:00
Tuomas Tynkkynen
01f857409f
haskellPackages.hcwiid: Fix output references to bluez
2016-08-30 03:02:33 +03:00
Peter Simons
67c57a9ce5
Merge pull request #18016 from Profpatsch/spy-patch
...
haskellPackages.spy: fix for new fsnotify version
2016-08-29 16:55:06 +02:00
Profpatsch
70ed0fd3de
haskellPackages.spy: fix for new fsnotify version
...
Temporary fix, until it is merged upstream.
2016-08-26 16:21:30 +02:00
Franz Pletz
237320190e
haskellPackages.git-annex: fix hash
2016-08-24 21:31:02 +02:00
obadz
24a9183f90
Merge branch 'hardened-stdenv' into staging
...
Closes #12895
Amazing work by @globin & @fpletz getting hardened compiler flags by
enabled default on the whole package set
2016-08-22 01:19:35 +01:00
Brian McKenna
04a022be6d
idris: fix build not finding dynamic library
2016-08-21 12:57:57 +10:00
Peter Simons
d717d0dfb1
haskell-hans: revert commit 983ab7be1e
...
https://github.com/NixOS/nixpkgs/pull/17555 added an override that pins the
version of haskellPackages.hans to a specific Git revision. This means that any
version updates in the Haskell packages set will have no effect and that our
users will be stuck at that (arbitrary) version until the override is removed
again. Furthermore, it's bad practice to distribute a package dubbed as version
X when it's really version Y! The proper way to fix this issue IMHO is to
convince upstream to released a fixed version to Hackage.
2016-08-19 10:58:14 +02:00
Joachim Fasting
8d51c50570
haskellPackages.libmpd: upper-bound on time has been fixed upstream
...
This basically reverts d13378ffd1
(git
revert resulted in conflicts, which I'm too lazy to resolve).
2016-08-18 14:35:45 +02:00
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +00:00
obadz
6eb2ca2247
haskellPackages.Lazy-Pbkdf2.i686-linux: don't run tests that keep aborting
2016-08-15 13:05:55 +01:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
obadz
daf44055cd
haskellPackages.stunclient: fix build error due to changing exports in deps
2016-08-11 16:42:28 +01:00
Nikolay Amiantov
cd7bd0b42f
mueval: fix build
2016-08-11 17:12:31 +03:00
Daiderd Jordan
d764e55a1c
Merge pull request #17564 from LnL7/darwin-haskell-fsnotify
...
haskellPackages.fsnotify: add darwin build dependency
2016-08-06 17:56:18 +02:00
Daiderd Jordan
7aaf75608f
haskellPackages.fsnotify: add darwin build dependency
2016-08-06 17:29:25 +02:00
Benno Fünfstück
22281009b7
haskell/GLUT: fix "unkown GLUT entry glutInit"
...
This fixes #17547
2016-08-06 17:21:12 +02:00
Aycan iRiCAN
983ab7be1e
haskellPackages.hans: fixed major version bugs ( #17555 )
2016-08-06 14:29:01 +03:00
Robin Gloster
63c7b4f9a7
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-31 20:51:34 +00:00
Profpatsch
4741e9e051
haskellPackages.Glob: remove superfluous override
...
The override is already in the 7.10.x file, and we’d like to explicitely
override for every version that needs it.
2016-07-30 12:45:23 +02:00
Peter Simons
66ca9b9146
git-annex: update hash for new version
2016-07-26 10:37:55 +02:00
Robin Gloster
f222d98746
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-25 12:47:13 +00:00
Benno Fünfstück
2e48d838d0
haskell/Glob: fix build
2016-07-23 01:27:40 +02:00
Peter Simons
641fc0e683
haskell: remove all but the latest LTS package sets (version 6.7)
...
This is the first step towards dropping Stackage support. We keep LTS 6.x
around because I don't want to downgrade our default compiler to GHC 7.x,
but once LTS 7.x comes out we'll switch our main package set to that and
drop Nightly.
More details are at:
http://permalink.gmane.org/gmane.linux.distributions.nixos/20505
Closes https://github.com/NixOS/nixpkgs/issues/14897 .
Also relevant:
- https://github.com/NixOS/nixpkgs/issues/16130
- https://github.com/commercialhaskell/stack/issues/2259
2016-07-21 14:41:44 +02:00
Robin Gloster
1f04b4a566
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-21 00:56:43 +00:00
Peter Simons
c2656d6809
Merge pull request #15423 from dalaing/llvm-general-darwin
...
llvm-general: Adds Darwin compatibilty
2016-07-19 22:44:28 +02:00
Peter Simons
c0b5213aad
haskell-hfsevents: remove obsolete override
...
cabal2nix generates correct build instructions now.
Fixes https://github.com/NixOS/nixpkgs/pull/17046 .
2016-07-19 14:20:53 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Peter Simons
9fc0347c93
Merge pull request #16262 from basvandijk/fix-inline-c-cpp-darwin
...
inline-c-cpp: fix build on darwin
2016-07-15 16:21:46 +02:00
Peter Simons
6a6b8fa36f
cabal2nix: update to version 2.0 from Hackage
...
I've realized that publishing updates to Hackage is far easier than
publishing updates in Nixpkgs, and since all Hackage updates show up in
Nix automatically I've decided to go back to publishing cabal2nix on
Hackage again.
Unfortunately, this means that I'll have to change the version numbering
scheme to comply with the expectations of the Haskell PVP (which is used
by Stackage), so the new version 2.0 looks like a downgrade to Nix,
which used to have version 20160406. :-(
If in doubt, run "nix-env -u --always" to force the update. I am sorry
about the inconvenience.
2016-07-05 23:45:41 +02:00
Peter Simons
a7e33a1a1e
cabal2nix: update to version 20160613-10-g57dddc7
2016-07-01 12:01:03 +02:00
Peter Simons
06d3636596
git-annex: update sha256 hash
2016-06-20 17:01:36 +02:00
Bas van Dijk
d0c7056b92
inline-c-cpp: fix build on darwin
2016-06-16 01:03:22 +02:00
Peter Simons
00bebe798c
haskell-http2: remove obsolete override
2016-06-12 08:37:06 +02:00
Peter Simons
71f0092143
haskell-lhc: drop obsolete override
2016-06-12 08:37:05 +02:00
Peter Simons
0f7a0a0377
haskell-stack: apply small patch from Git to fix "stack repl" for GHC 8.x
2016-06-10 14:41:01 +02:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Peter Simons
7914242b37
haskell-timezone-series: fix build with GHC 8.0.1
...
- Fix the incorrect sha256 hash of the patch.
- Apply the patch only when compiling with GHC 8.0.x.
2016-06-09 21:51:09 +02:00
Peter Simons
dc6f1cf4b3
Merge pull request #16080 from mstarzyk/timezone-series
...
haskellPackages.timezone-series: Add support for time-1.6 - applied p…
2016-06-09 12:09:12 +02:00
obadz
fcb0023e80
haskellPackages.intero: fix tests (thanks @rvl)
2016-06-09 08:53:47 +01:00
Maciek Starzyk
0158d124bd
haskellPackages.timezone-series: Download patch instead of checking it into nixpkgs
2016-06-09 00:03:41 +02:00
Maciek Starzyk
10c87e69b4
haskellPackages.timezone-series: Add support for time-1.6 - applied patch https://github.com/ygale/timezone-series/pull/1
2016-06-08 23:35:44 +02:00
obadz
d13378ffd1
haskellPackages.libmpd: remove upper bound on time
2016-06-08 19:14:27 +01:00
Peter Simons
71fc5083be
git-annex: work around Joey Hess' latest brain fart
...
Now we're releasing incomplete Hackage tarballs on purpose:
http://git-annex.branchable.com/bugs/bash_completion_file_is_missing_in_the_6.20160527_tarball_on_hackage/
You know, I'll fix this shit one last time, but on the next occasion
upstream breaks the build for no apparent reason, I'm going to abandon
this project and leave it to someone else to package, because these kind
of wacko engineering decisions cast a bad light on the soundness of
git-annex as a whole, IMHO.
2016-06-07 21:59:52 +02:00
Peter Simons
3e4cd62903
Merge pull request #16053 from obadz/ghc-mod-ghc8
...
haskellPackages.ghc-mod: add support for GHC8
2016-06-07 21:50:35 +02:00
obadz
99717f7a56
haskellPackages.intero: don't run tests
2016-06-07 20:36:35 +01:00
obadz
679a51b116
haskellPackages.ghc-mod: add overrides to support ghc8
2016-06-07 20:33:48 +01:00
Peter Simons
c7639f4e56
haskell-esqueleto: remove broken overrides
...
These overrides didn't work, because they created a mixture of different
versions of 'persistent' in the build tree. Furthermore, we cannot pin
specific versions like that in configuration-common.nix because this
breaks builds in other package sets, i.e. the LTS variants.
2016-06-06 09:33:30 +02:00
Peter Simons
513d648f40
configuration-common.nix: drop obsolete overrides
2016-06-06 09:33:30 +02:00
Peter Simons
d27881c014
haskell-pandoc: fix build
2016-06-03 16:12:41 +02:00
Michael Alan Dorman
d631679b83
cabal: fix expressions
2016-06-02 09:30:38 +02:00
Michael Alan Dorman
76db3f6e63
esqueleto: fix dependencies
2016-06-02 09:30:38 +02:00
Nikolay Amiantov
d82b15d57b
haskell.cabal-install: remove override
2016-06-02 01:11:01 +03:00
Nikolay Amiantov
adfe65edf2
haskell.cabal-install: use new Cabal
2016-06-02 00:59:08 +03:00
Michael Alan Dorman
5ca5a4f773
gtk2hs-buildtools: hand-code some dependencies
...
A change in the way the gtk2hs libraries make use of gtk2hs-buildtools
caused them to move the dependency into a stanza where cabal2nix doesn't
pick it up---so we need to do these by hand for the moment.
2016-05-31 22:09:57 +02:00
Michael Alan Dorman
b0f64b04fc
pandoc: jailbreak
2016-05-31 22:09:57 +02:00
Michael Alan Dorman
20cf5c9750
hackage2nix: Compile with older deepseq-generics
2016-05-31 22:09:57 +02:00
Michael Alan Dorman
5c803214ee
distribution-nixpkgs: Compile with older deepseq-generics
2016-05-31 22:09:57 +02:00
Michael Alan Dorman
607e123d11
ghc-mod: Depend on cabal-helper 0.6.3.1
2016-05-31 22:09:57 +02:00
Michael Alan Dorman
be6c46c3b3
gtk2hs-buildtools: ensure appropriate Cabal version
2016-05-31 22:09:56 +02:00
Robin Gloster
2382084e3b
haskellPackages.gtk{,3}: disable fortify hardening
2016-05-31 12:22:17 +00:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Dave Laing
0540a83789
llvm-general: Adds Darwin compatibilty
2016-05-13 09:41:15 +10:00
Michael Alan Dorman
d2387e3c4a
haskellPackages.hjsonschema: remove hjsonpointer override
2016-05-10 12:28:36 +02:00
Michael Alan Dorman
deba002b3c
haskellPackages.hindent: remove testing override
2016-05-10 12:28:36 +02:00
Michael Alan Dorman
d8c24dae8f
haskellPackages.pipes-transduce: Remove foldl override
2016-05-10 12:28:36 +02:00
Peter Simons
f5a7f03bbe
haskell-darcs: migrate overrides into cabal2nix generator
2016-05-05 12:51:47 +02:00
Peter Simons
17022a70f2
haskell-stack: migrate overrides into cabal2nix generator
2016-05-05 12:51:46 +02:00
Peter Simons
e5536b799a
haskell-split: re-enable test suite
...
split version 0.2.3.1 ought to fix the issue we've had:
a2e1692730 (commitcomment-17331531)
2016-05-05 12:51:13 +02:00
Peter Simons
ddb8c06c2d
haskell-yi: mark as broken
2016-05-03 10:22:22 +02:00
Peter Simons
ec49307518
haskell-hakyll: fix test suite by providing "rev" in test environment
2016-05-03 10:22:22 +02:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Peter Simons
a2e1692730
haskell-split: disable test suite to avoid transient build failures
...
We have frequent build failures of "split" because the QuickCheck testsuite
cannot generate enough conclusive test cases, i.e. in
https://hydra.nixos.org/build/34857780/nixlog/1/raw
Cc: @byorgey
2016-04-28 12:02:08 +02:00
Peter Simons
cf4a69e2ec
haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages
2016-04-24 20:13:27 +02:00
Robin Gloster
0087d16120
haskellPackages: clean up unnecessary overrides
2016-04-20 17:08:26 +00:00
Robin Gloster
9a8a9c43b4
haskellPackages.pango: turn off fortify hardening
2016-04-19 12:21:06 +00:00
Robin Gloster
33ef14fb62
haskellPackages: clean up unnecessary overrides
2016-04-19 12:15:23 +00:00
Robin Gloster
fd77c5c5a0
haskellPackages.gio: turn off fortify hardening
2016-04-19 10:56:55 +00:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Anthony Cowley
3f845da22a
haskell-modules: darwin configuration-common
...
- Reconfigure OpenGL/CL related packages to propagate the necessary
framework dependencies.
- Disable tests on all versions of c2hs so package sets such as LTS
releases work.
Closes https://github.com/NixOS/nixpkgs/pull/14609 .
2016-04-14 09:17:55 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
obadz
7f2163fc97
haskellPackages.haste-compiler: fix so that it now builds and runs
...
Required adding:
haskellPackages.haste-Cabal, and
haskellPackages.haste-cabal-install
2016-04-11 15:24:56 +01:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
2016-04-10 11:17:52 +02:00
Robin Gloster
3e68106afd
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-07 21:52:26 +00:00
Peter Simons
c0a5872c2c
configuration-common.nix: fix syntax error (and cosmetic)
2016-04-07 07:58:32 +02:00
Michael Alan Dorman
2daf67bf87
haskell-pipes-transduce: fix build
2016-04-07 07:53:57 +02:00
obadz
8c2e8ec13c
haskellPackages.dnssd: override the dns_sd dependency to point to avahi built with the right flags.
...
Fixes #14502
2016-04-06 22:21:56 +01:00
Robin Gloster
58a73d3f4b
haskellPackages.lvmrun: disable format hardening
2016-04-06 08:26:01 +00:00
Robin Gloster
057a899791
haskellPackages.glib: disable fortify hardening
2016-04-06 08:18:14 +00:00
Robin Gloster
bbbaccfa68
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-04 15:24:52 +00:00
Peter Simons
0d39f485f0
haskell-hruby: remove obsolete override
...
Closes https://github.com/NixOS/nixpkgs/pull/13920 .
2016-04-04 15:20:52 +02:00
Peter Simons
574f63b956
haskell-hspec: fix infinite recursion in version 2.2.2
2016-04-04 15:20:37 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Robin Gloster
a4e65c3639
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-30 09:01:20 +00:00
Nikolay Amiantov
cef2db7e76
haskellPackages.mueval: fix build
2016-03-29 02:23:06 +03:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Nikolay Amiantov
b1179bdbcf
haskellPackages.Agda: use older cpphs
...
Package requires cpphs < 0.20.0.
2016-03-18 23:32:26 +03:00
Peter Simons
067f64469f
configuration-common.nix: drop obsolete override
2016-03-18 07:52:37 +01:00
Peter Simons
fb1f18b98c
haskell-jsaddle: fix build by disabling the test suite
2016-03-18 07:52:36 +01:00
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