Commit Graph

1524 Commits

Author SHA1 Message Date
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
Michael Alan Dorman
08a02a84de Make sure an older version of hjsonpointer is included 2016-02-28 11:34:59 +01:00
Peter Simons
4ee5a8865d mwc-random: drop obsolete overrides 2016-02-28 11:34:59 +01:00
Peter Simons
6dd798f67f hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-12-g567601b using the following inputs:

  - Nixpkgs: 82be4306ae
  - Hackage: 300be01a10
  - LTS Haskell: 45f9a3dc16
  - Stackage Nightly: 18441cd11a
2016-02-28 11:34:59 +01:00
zimbatm
17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00: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
Jude Taylor
bd9f128cc2 add darwin.libiconv to ghcjs packages 2016-02-24 13:33:16 -08:00
Peter Simons
e713765b53 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 096bee7aef
  - Hackage: 735e006a18
  - LTS Haskell: bbcada892f
  - Stackage Nightly: b41dbc58b2
2016-02-22 08:26:38 +01:00
Robin Gloster
bb2639aafc Merge branch 'curl-7.15-fixup' of https://github.com/zimbatm/nixpkgs into hardened-stdenv 2016-02-22 01:14:22 +00:00
John Ericson
f13eede7e5 haskell: Tiny refactor in generic-builder. No hashes/interfaces changed. 2016-02-21 10:16:13 -08:00
John Ericson
51b66ed4d9 haskell: Add notion of cross compiler and define nativeGhc with it
Tested to not change hashes
2016-02-21 10:16:13 -08:00
Robin Gloster
23b4e6e19d haskellPackages: remove unnecessary hardening handling 2016-02-21 11:41:04 +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
Robin Gloster
bc21db3692 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-19 21:16:14 +00:00
Charles Strahan
516057ffa9 ghcjs: replace integer-simple with integer-gmp
GHCJS uses integer-gmp, but cabal2nix generates a dependency list that
includes integer-simple instead. This tweaks the stage2 generator to
replace any instance of integer-simple with integer-gmp.

Things currently still work without this change (assuming
integer-simple is defined as null), as ghcjs includes integer-gmp in
its stage1 packages - so it's always available.

However, this change makes things a bit more explicit, rather than
leaving things to chance. If at any point the stage1 packages are also
split up into separate derivations, the integer-gmp package will need to
be passed along to the packages that depend on it. This change should
prevent some confusion going forward.
2016-02-18 18:32:58 -05:00
Charles Strahan
e6e9970891 ghcjs: don't propagate Cabal to all packages
Previously, we were compiling Setup.hs with ghcjs (instead of  ghc),
and that required that Cabal be available, otherwise the Setup.hs would
fail to compile.

Now that we are compiling Setup.hs with ghc, it's no longer necessary
to add Cabal as a dependency to all ghcjs packages.
2016-02-18 15:00:34 -05:00
Charles Strahan
97d9071b95 ghcjs: use native ghc to build Setup.hs 2016-02-18 03:15:59 -05:00
Charles Strahan
bbce88302a ghcjs: fix building with cabal-install-1.22.8.0 2016-02-18 03:15:59 -05:00
Franz Pletz
41698c9efa Merge branch 'master' into hardened-stdenv 2016-02-15 20:05:29 +01:00
Peter Simons
2029027d88 haskell-binary: update older compilers to the latest version 2016-02-15 19:06:04 +01:00
Peter Simons
3906a32bda haskell-QuickCheck: drop obsolete override for ghc-8.0.x 2016-02-15 19:06:03 +01:00
Peter Simons
8d0219c6ef haskell-transformers-compat: drop obsolete override for ghc-8.0.x 2016-02-15 19:05:39 +01:00
Peter Simons
7c7b08add4 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 94492ca848
  - Hackage: b3a9ab4a60
  - LTS Haskell: e7c3629999
  - Stackage Nightly: b98e7e2d4f
2016-02-15 19:05:02 +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
5969a59052 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-09 16:28:44 +00:00
Robin Gloster
20d568aed5 haskellPackages.glib: turn off fortify hardening 2016-02-09 14:41:48 +00:00
Robin Gloster
f8963e2ea7 haskell builder: allow disabling fortify hardening 2016-02-09 14:41:11 +00:00
Peter Simons
23b747e38a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 45176e62ca
  - Hackage: 4eb7681703
  - LTS Haskell: e7c3629999
  - Stackage Nightly: a84b3a147a
2016-02-09 12:00:07 +01: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
Peter Simons
e389794857 haskell-binary: update use of 0.8.0.1 to 0.8.2.0 2016-02-03 18:51:53 +01:00
Peter Simons
9e06f6880c cabal-install: build with native Cabal library when compiling with GHC 8.0.x
Fixes https://github.com/NixOS/nixpkgs/issues/12726.
2016-02-03 18:51:53 +01:00
Peter Simons
0b2fded69c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: e9a140b725
  - Hackage: 346d9f8466
  - LTS Haskell: 6661045692
  - Stackage Nightly: 0ad9eda835
2016-02-03 18:51:53 +01:00
Erik Rybakken
3333a9edab haskell-miniball: fix package by adding the missing pkgs.miniball dependency 2016-02-03 18:28:49 +01:00
Charles Strahan
fdd54a9434 ghcjs-ffiqq: init at rev da31b1858 (Oct 12, 2015) 2016-02-01 02:13:45 -05:00
Charles Strahan
142b417284 ghcWithHoogle: fix haddocks for GHCJS builtin libs 2016-02-01 00:10:45 -05:00
Charles Strahan
1a2d7c679a ghcWithHoogle: add support for ghcjs 2016-01-31 23:00:43 -05:00
Charles Strahan
c01eb06954 ghcjs: build with GHC 7.10.3 2016-01-31 20:44:49 -05: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
Michael Alan Dorman
a9b0bfe3bb ghc-imported-from: builds again 2016-01-28 16:47:22 +01:00
Peter Simons
81c8babb38 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 34e1e2890f
  - Hackage: 152c587fd1
  - LTS Haskell: 9b9c0dc0e3
  - Stackage Nightly: 486fdffc71
2016-01-28 16:45:46 +01:00
Peter Simons
40b0b45fce jailbreak-cabal: use native Cabal library with GHC 8.0.x or later 2016-01-27 00:33:26 +01:00
Peter Simons
ffabca8f92 haskell-hspec-core: disable test suite when building with GHC 8.0.x. 2016-01-27 00:33:25 +01: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
2e3c8d55f7 haskell-async: remove obsolete override 2016-01-27 00:33:25 +01:00
Peter Simons
64a872863d haskell-binary: update pre-7.8.x compilers from 0.8.0.0 to 0.8.0.1 2016-01-27 00:33:25 +01:00
Peter Simons
b57e4fa813 configuration-hackage2nix.yaml: update list of broken builds 2016-01-27 00:33:25 +01:00
Peter Simons
0d8c3e278b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 066b92d429
  - Hackage: e664cee71e
  - LTS Haskell: 9b9c0dc0e3
  - Stackage Nightly: c5293e6b9b
2016-01-27 00:33:17 +01:00
Peter Simons
62900b026b haskell-nats: fix overrides for GHC versions prior to 7.10.x.
Closes https://github.com/NixOS/nixpkgs/issues/12622.
2016-01-26 14:01:40 +01:00
Charles Strahan
cb6beb1eb3 ghcjs: build haddock documentation
From building reflex-dom (which has quite a few dependencies), it would
appear that building the documentation no longer fails.
2016-01-25 20:16:12 -05:00
Charles Strahan
95d892ec26 ghcjs: update and fix ghcjs/reflex libs
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Charles Strahan
4fd985b9ae haskell-packages: properly set postPatch
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc ghcjs: fix the build 2016-01-24 13:28:24 -05:00
Tobias Geerinckx-Rice
32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Peter Simons
ecc48af0ce hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: a28e076b47
  - Hackage: c63083af59
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 8f10b44c12
2016-01-22 22:23:00 +01:00
Peter Simons
23c5fbf7cb Use latest version of async when compiling with GHC 8.0.x. 2016-01-20 14:33:37 +01:00
Peter Simons
18916022e4 haskell-hspec: update overrides for LTS 4.2 2016-01-20 14:33:37 +01:00
Peter Simons
4e75d74aaf hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 4f74881496
  - Hackage: b70bc194ef
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 3184791ff4
2016-01-20 14:33:18 +01:00
Peter Simons
f62bcff14d configuration-hackage2nix.yaml: update list of broken packages 2016-01-17 12:29:03 +01:00
Peter Simons
9815d92d91 haskell-generic-builder: GHC 8.0.x wants --disable-profiling instead of --disable-executable-profiling 2016-01-17 12:29:03 +01:00
Peter Simons
1c74ad9f04 haskell-transformers-compat: use latest version when building with GHC 8.0.x. 2016-01-17 12:29:02 +01:00
Peter Simons
d3d0978abf darcs: remove obsolete overrides 2016-01-17 12:29:02 +01:00
Peter Simons
1c4666409c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 3a04b0b2d4
  - Hackage: e505b113f6
  - LTS Haskell: e72964a553
  - Stackage Nightly: 14a3a2d00e
2016-01-17 12:27:33 +01:00
Peter Simons
3ec7fa20fb Improve GHC 8.0.x package set configuration. 2016-01-16 17:42:18 +01:00
Peter Simons
19e5ecfb49 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:

  - Nixpkgs: 65d4f18f9e
  - Hackage: 03c5ce2cbc
  - LTS Haskell: e72964a553
  - Stackage Nightly: 23478137ac
2016-01-15 20:47:58 +01:00
Jude Taylor
88f9fb7c21 build jailbreak-cabal on GHC 8.0.x 2016-01-13 14:06:53 -08:00
Jude Taylor
552207f5ef package GHC-8.0.1-rc1 2016-01-13 12:04:18 -08:00
Peter Simons
8e70d65652 haskell-cabal-helper: drop obsolete override
Tests are now being disabled by hackage2nix.
2016-01-12 11:02:51 +01:00
Peter Simons
c8da4cf7af configuration-hackage2nix.yaml: update list of broken builds 2016-01-12 11:02:51 +01:00
Peter Simons
43f1de91f8 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:

  - Nixpkgs: 7cbc1f27d4
  - Hackage: dfdbb526ed
  - LTS Haskell: e72964a553
  - Stackage Nightly: a9df6f5b32
2016-01-12 11:02:43 +01:00
Peter Simons
a05017cd6c haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash 2016-01-10 19:46:36 +01:00
Peter Simons
7fb70c2db9 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: fbf35cf17d
  - Hackage: 3e0920b425
  - LTS Haskell: e72964a553
  - Stackage Nightly: c0de8ca462
2016-01-10 19:46:28 +01:00
Peter Simons
7550ddaf91 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: b05b64ed59
  - Hackage: ce76547c84
  - LTS Haskell: 87e2d54643
  - Stackage Nightly: 392791fc31
2016-01-08 15:52:22 +01:00
Peter Simons
274cf0339b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-5-ged07a8e using the following inputs:

  - Nixpkgs: f24e81fbd3
  - Hackage: 01c9e56f5d
  - LTS Haskell: 87e2d54643
  - Stackage Nightly: c30758374f
2016-01-07 12:53:50 +01:00
Tobias Geerinckx-Rice
ad200bb5bc Fix remaining sane{Front,Back}ends 2016-01-05 20:44:35 +01:00
Peter Simons
550fe7f233 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-5-ged07a8e using the following inputs:

  - Nixpkgs: 665c16fbe1
  - Hackage: d9755ca900
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: 56e1f693d5
2016-01-05 11:10:34 +01:00
Tobias Geerinckx-Rice
99075fb402 saneBackends{,Git} -> sane-backends{,-git}
Fixes xsane evaluation.
2016-01-03 03:31:38 +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
Peter Simons
365ed9e37f haskell-binary: prefer version 0.7.x over 0.8.x for GHC 7.0.x 2015-12-31 23:43:10 +01:00
Michael Alan Dorman
09956eab48 pointfree: now builds with haskell-src-exts-1.17. 2015-12-31 23:43:10 +01:00
Peter Simons
d464c85fdf haskell-modules: remove obsolete re-build triggers 2015-12-31 23:43:09 +01:00
Peter Simons
5f47b751b3 haskell-semigroups: fix build with GHC 7.8.x and 7.6.x 2015-12-31 23:43:09 +01:00
Peter Simons
9955602aa0 configuration-hackage2nix.yaml: update list of broken packages 2015-12-31 23:43:09 +01:00
Peter Simons
63c8129bc6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:

  - Nixpkgs: 579e6bb797
  - Hackage: e1530f9f9a
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: db90cf927d
2015-12-31 23:43:04 +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
3af72cf6a3 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:

  - Nixpkgs: 236677809b
  - Hackage: 62b6b580fb
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: ef03f60b53
2015-12-28 13:19:11 +01:00
Franz Pletz
eb7a441179 haskellPackages.xmonad: Update xmonad-nix.patch 2015-12-22 19:09:24 +01:00
Peter Simons
7c6940b823 haskell-time: remove obsolete overrides 2015-12-22 13:17:20 +01:00
Peter Simons
f1b0383c92 haskell-binary: update overrides for version 0.8.x 2015-12-22 13:17:20 +01:00
Peter Simons
5290ba9611 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-2-g519e0a9 using the following inputs:

  - Nixpkgs: 2ed14d2303
  - Hackage: 53c15ee9e3
  - LTS Haskell: b668f53a86
  - Stackage Nightly: ec9500b675
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
Peter Simons
fced3e3222 haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3 2015-12-18 11:37:44 +01:00
Peter Simons
d2d68b0d92 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217 using the following inputs:

  - Nixpkgs: 1e4c0752db
  - Hackage: 42db5021ee
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 57c8505aea
2015-12-18 11:37:31 +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
Peter Simons
c58c68a037 haskell.lib.addPkgconfigDepends: fix broken function
The function is supposed to modify pkgconfigDepends, not buildInputs.
2015-12-17 00:32:16 +01:00
Peter Simons
99b253fc1d hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-47-ga631ea6 using the following inputs:

  - Nixpkgs: e616e3fbaa
  - Hackage: 1be87a125d
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 1ee60f7320
2015-12-17 00:32:08 +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
Peter Simons
50093df8f9 configuration-hackage2nix.yaml: update list of broken builds 2015-12-09 16:03:16 +01:00
Peter Simons
af4ce94a3d hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-47-ga631ea6 using the following inputs:

  - Nixpkgs: e64881f25c
  - Hackage: bc415aa435
  - LTS Haskell: 80256aab76
  - Stackage Nightly: fd1a4b498e
2015-12-09 16:02:33 +01:00
Peter Simons
83f9fc069c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 4619baf1f6
  - Hackage: 4269955365
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: 87110f79ed
2015-12-07 11:23:57 +01:00
Peter Simons
2a3e9dfdd4 configuration-hackage2nix.yaml: update list of broken builds 2015-12-05 15:15:34 +01:00
Peter Simons
71aff7006c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 02a00be50f
  - Hackage: 2c186df615
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: c3ba1c0c15
2015-12-05 15:15:33 +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
7c7e905de6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7c559e1c0f
  - Hackage: 49a7fb0a6f
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: ecefc78ca3
2015-12-04 10:17:18 +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
906fefe444 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: f9c10dd1aa
  - Hackage: fda7f3f477
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: a30c2abd60
2015-12-02 21:00:22 +01:00
Peter Simons
8d937ac941 configuration-hackage2nix.yaml: update list of broken builds 2015-11-29 15:30:31 +01:00
Peter Simons
e15a003ddd haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5 2015-11-29 15:30:31 +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
Peter Simons
b4cd7cf882 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7b12664abe
  - Hackage: 624aeb0d41
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: dc4725639c
2015-11-29 15:30:24 +01:00
Robert Glossop
aa196067b1 ldap-client: don't break on test failures 2015-11-25 22:26:27 -05:00
Peter Simons
69add60b5c pkgs/development/haskell-modules: simplify use of standard fix' and extends functions
My original version of 'extend' had its arguments flipped compared to the one
we now have in stdenv.lib.
2015-11-25 11:30:43 +01:00
Peter Simons
b21f6c7823 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-45-g1161457 using the following inputs:

  - Nixpkgs: 6cdcd0db5c
  - Hackage: e774e54800
  - LTS Haskell: 89c3b45370
  - Stackage Nightly: caa131e677
2015-11-25 11:30:42 +01:00
Peter Simons
405fda497a lib: document fix and add fix', extends functions
These functions used to live in pkgs/development/haskell-modules/default.nix,
but they are generic, really, and should be easily accessible to everyone.
2015-11-24 12:48:03 +01:00
Peter Simons
d5ef0d9751 Haskell: experiment with importing a generated hackage-packages.nix file 2015-11-24 10:52:22 +01:00
Peter Simons
64f9b40d28 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-45-g1161457 using the following inputs:

  - Nixpkgs: 8a5e5c46a1
  - Hackage: c8d16c7fd2
  - LTS Haskell: 89c3b45370
  - Stackage Nightly: 98e337bf6b
2015-11-24 10:52:12 +01: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
Peter Simons
a779b57153 configuration-hackage2nix.yaml: update list of broken builds 2015-11-19 10:56:58 +01:00
Peter Simons
3d9e83761e hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-44-g2042044 using the following inputs:

  - Nixpkgs: 8d34a1fc4b
  - Hackage: 770d6964c5
  - LTS Haskell: 8ec1fc3419
  - Stackage Nightly: 5236aaf576
2015-11-19 10:56:52 +01:00
Peter Simons
2d87d483d0 configuration-hackage2nix.yaml: update list of broken packages 2015-11-17 11:09:59 +01:00
Peter Simons
4fb7b4170a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-42-g3ca1747 using the following inputs:

  - Nixpkgs: ad0723f0c7
  - Hackage: c7478af457
  - LTS Haskell: 8ec1fc3419
  - Stackage Nightly: e6bcfb640c
2015-11-17 11:09:09 +01:00
Arseniy Seroka
aca3377672 Merge pull request #11028 from ryantrinkle/hmatrix-darwin
Add Accelerate framework dependency to hmatrix on darwin
2015-11-16 18:19:25 +03:00
Ryan Trinkle
90d5d315af hmatrix: fix missing Accelerate framework dependency on darwin 2015-11-15 14:57:58 -05:00
John Ericson
53e43204f9 ghcjs: update comment on generating built-in pkg list
Should we do `import (runCommand ...)` to automate this?
2015-11-12 16:47:41 -08:00
Peter Simons
aee2e72122 Haskell math-functions is broken on Hydra again. :-( 2015-11-12 22:31:03 +01:00
Peter Simons
4856880cab hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-36-ge0ee7ef using the following inputs:

  - Nixpkgs: 7c001f31b0
  - Hackage: 46f2de463b
  - LTS Haskell: 1ae555e197
  - Stackage Nightly: 4113b2e369
2015-11-12 22:30:54 +01:00
Peter Simons
4e47af8041 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-36-ge0ee7ef using the following inputs:

  - Nixpkgs: 29fff27a55
  - Hackage: fccc42cccb
  - LTS Haskell: 1ae555e197
  - Stackage Nightly: ec7b421c66
2015-11-10 16:19:06 +01:00
Peter Simons
6687047a04 configuration-hackage2nix.yaml: update list of broken builds 2015-11-08 15:20:28 +01:00
Peter Simons
f050c42f0b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:

  - Nixpkgs: 1df25a5f13
  - Hackage: cb4ec9770f
  - LTS Haskell: 71e581f8e4
  - Stackage Nightly: 6fbe569da0
2015-11-08 15:19:55 +01:00
Peter Simons
f119c9d43d configuration-hackage2nix.yaml: update list of broken builds 2015-11-05 11:57:00 +01:00
Peter Simons
2b3485181f git-annex: update overrides 2015-11-05 11:57:00 +01:00
Peter Simons
78615301aa hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:

  - Nixpkgs: f90e42f382
  - Hackage: 96af3096ee
  - LTS Haskell: 71e581f8e4
  - Stackage Nightly: 97a0714af7
2015-11-05 11:57:00 +01:00
Peter Simons
c10589cebb Merge pull request #10793 from Profpatsch/HEAD
haskellPackages: enable hsparql checks again
2015-11-02 18:04:46 +01:00
Profpatsch
d68a77e504 haskellPackages: enable hsparql checks again 2015-11-02 15:35:20 +01:00
Peter Simons
9c2eb52140 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-27-g14f44af using the following inputs:

  - Nixpkgs: 296838820e
  - Hackage: cbced5bc0e
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 05c38f5cda
2015-11-02 10:09:33 +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
Peter Simons
ed3f952933 configuration-hackage2nix.yaml: update list of broken packages 2015-10-31 18:44:41 +01:00
Peter Simons
7a6fe2d4c5 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-27-g14f44af using the following inputs:

  - Nixpkgs: 07b9003464
  - Hackage: b8c50379ae
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 05c38f5cda
2015-10-31 18:43:34 +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
Peter Simons
e2db6af4b6 configuration-hackage2nix.yaml: update broken builds 2015-10-30 23:16:19 +01:00
Peter Simons
51ce51a60f hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-26-gcb66650 using the following inputs:

  - Nixpkgs: 62a178f86b
  - Hackage: d288879f8a
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 61e6f9dbeb
2015-10-30 23:16:10 +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
7fbc2abf6a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-23-g9db0d61 using the following inputs:

  - Nixpkgs: 1146c867e3
  - Hackage: 1791c0e414
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: f51b9b1513
2015-10-26 13:14:51 +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
Peter Simons
41c733a230 haskell-configuration-ghc-7.8.x.nix: remove obsolete overrides
These overrides cause an infinite recursion for reasons I don't quite
understand and that don't seem worthwhile to attempt to understand.
2015-10-18 22:01:09 +02:00
Peter Simons
8e07d5d77c haskell: update lists of core and non-core packages for older compilers 2015-10-18 22:01:09 +02:00
Peter Simons
215e7a6f00 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-22-g7ae1e4c using the following inputs:

  - Nixpkgs: ecd4f778f1
  - Hackage: 873ad146ce
  - LTS Haskell: 0c2d9478c4
  - Stackage Nightly: 3f21ac8e0f
2015-10-18 22:01:03 +02:00
Shea Levy
f17ae73d58 haskell-hscurses: fix undeclared dependency on ncurses 2015-10-16 12:08:28 -04:00
Peter Simons
840d5489a5 configuration-hackage2nix.yaml: disable broken builds 2015-10-16 10:54:41 +02:00
Peter Simons
301a1d366a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-18-g676e5bd using the following inputs:

  - Nixpkgs: 0d6c2ccabf
  - Hackage: 4571e32cd9
  - LTS Haskell: 0d493eae36
  - Stackage Nightly: c10e6d05fe
2015-10-16 10:54:31 +02:00
Peter Simons
a0376d4666 haskell-conduit: fix build with pre-7.10.x versions of GHC
Thanks to @bennofs for finding this issue!
2015-10-15 10:04:14 +02:00
Peter Simons
a7bddbd4ca hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-17-gacb24c5 using the following inputs:

  - Nixpkgs: d16b4a3e78
  - Hackage: bf464d8754
  - LTS Haskell: 0d493eae36
  - Stackage Nightly: a19cf709b3
2015-10-15 10:04:06 +02:00
Jordan Woehr
2b09bfc3c8 Latest llvm-general now requires llvm 3.5 2015-10-13 08:12:52 -06:00
Peter Simons
92dec33670 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-18-g943a6d6 using the following inputs:

  - Nixpkgs: 8b34d449ff
  - Hackage: 746b60ae21
  - LTS Haskell: 0d493eae36
  - Stackage Nightly: 6fbf34ed62
2015-10-13 11:20:56 +02:00
Peter Simons
d6c83c30e6 configuration-hackage2nix.yaml: update list of broken packages 2015-10-12 16:07:43 +02:00
Peter Simons
214955dd04 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-18-g943a6d6 using the following inputs:

  - Nixpkgs: b50d1833ba
  - Hackage: 370eb30278
  - LTS Haskell: 0d493eae36
  - Stackage Nightly: 6fbf34ed62
2015-10-12 15:39:37 +02: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
4a3ac50e73 configuration-hackage2nix.yaml: update list of broken packages 2015-10-09 12:39:13 +02:00
Peter Simons
a846b48b92 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-16-g255fd25 using the following inputs:

  - Nixpkgs: 413771bf48
  - Hackage: 34485133f3
  - LTS Haskell: c5f1e507cd
  - Stackage Nightly: c5032276f9
2015-10-09 12:39:13 +02:00
Renzo Carbonara
5ed4e0c2fd pkgs bumps: ghcjs, ghcjs-boot, ghcjs-shims, ghcjs-dom 2015-10-05 01:20:22 -03:00
Peter Simons
382a5b7328 haskell-clock: disable tests to break infinite recursion 2015-10-04 21:23:12 +02:00
Peter Simons
083b392fd0 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-11-gaf50139 using the following inputs:

  - Nixpkgs: 2ff1ebc619
  - Hackage: 6f52d0a4a2
  - LTS Haskell: c5f1e507cd
  - Stackage Nightly: 9351235d28
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
728f666829 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-8-g2bcda7a using the following inputs:

  - Nixpkgs: 8af2f6e9c4
  - Hackage: db7872f264
  - LTS Haskell: 831a37566b
  - Stackage Nightly: e5598095e1
2015-10-02 22:18:45 +02:00
Peter Simons
67fb69c23b configuration-hackage2nix.yaml: update list of broken packages 2015-09-30 17:24:28 +02:00
Peter Simons
750e15fbd7 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-6-g5d5ccfe-dirty using the following inputs:

  - Nixpkgs: 7a2a9bbe15
  - Hackage: 82f4bbff1b
  - LTS Haskell: 831a37566b
  - Stackage Nightly: e7fd25c827
2015-09-30 17:24:23 +02:00
Peter Simons
741437dffc configuration-hackage2nix.yaml: update list of broken packages 2015-09-30 11:33:37 +02:00
Peter Simons
96c1c16771 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-6-g5d5ccfe using the following inputs:

  - Nixpkgs: d64ca94227
  - Hackage: 8f14dec431
  - LTS Haskell: 831a37566b
  - Stackage Nightly: e7fd25c827
2015-09-30 11:33:29 +02:00
Peter Simons
664de99887 Fix nix-env -f "<nixpkgs>" -qaP -A haskell.packages.ghc6123. 2015-09-29 14:46:08 +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
0139c51f1b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-6-g5d5ccfe using the following inputs:

  - Nixpkgs: f21f116631
  - Hackage: f8855b5494
  - LTS Haskell: 831a37566b
  - Stackage Nightly: 96ef887f31
2015-09-29 09:53:36 +02:00
Peter Simons
5c161d43ed haskell-hpack: disable broken test suite 2015-09-27 17:06:06 +02:00
Renzo Carbonara
431507d11a ghcjs packages: reflex, reflex-dom, dependent-sum_0_2_0_1, dependent-map_0_1_1_3, dependent-sum-template 2015-09-25 08:46:42 +02:00
Renzo Carbonara
f546d389b6 bump ghcjs-dom 2015-09-25 08:46:41 +02:00