Commit Graph

43844 Commits

Author SHA1 Message Date
Will Dietz
8a1069bdcb fastjet: Fix build w/clang5
https://hydra.nixos.org/build/68588849/nixlog/1

libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../include/fastjet -O2 -Wall -g -Woverloaded-virtual -DDROP_CGAL -I. -I./siscone -I./../../include -I./siscone -c SISConeBasePlugin.cc  -fno-common -DPIC -o .libs/libSISConePlugin_la-SISConeBasePlugin.o
SISConeBasePlugin.cc:12:12: error: no matching member function for call to 'structure_of'
  return a.structure_of<UserScaleBase::StructureType>().ordering_var2()
         ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../include/fastjet/PseudoJet.hh:1012:60: note: candidate template ignored: substitution failure [with TransformerType = fastjet::SISConeBasePlugin::UserScaleBase::StructureType]: ISO C++ specifies that qualified reference to 'StructureType' is a constructor name rather than a type in this context, despite preceding 'typename' keyword
const typename TransformerType::StructureType & PseudoJet::structure_of() const{
      ~~~~~~~~                                             ^
2018-02-02 10:24:18 -06:00
Robert Schütz
cb8eb4d1b2 pythonPackages.pytest-aiohttp: disable tests 2018-02-02 15:44:44 +01:00
Robert Schütz
7f53156859 pythonPackages.aiohttp: 2.3.9 -> 2.3.10 and enable tests 2018-02-02 15:42:41 +01:00
Robert Schütz
b403a17db8 pythonPackages.idna-ssl: init at 1.0.0 2018-02-02 15:42:08 +01:00
Shea Levy
43f647e5b4
Merge branch 'dynamic-function-args' 2018-02-02 09:41:16 -05:00
Anthony Cowley
25225f0b46 libqalculate: fix build with clang
This addresses a security complaint clang makes about the source code,
and allows the build to succeed on darwin.
2018-02-01 21:57:21 -05:00
Daiderd Jordan
a64f8e888f
Merge pull request #34431 from LnL7/darwin-json-glib
json-glib: fixup darwin install_name
2018-02-02 00:25:37 +01:00
Jan Tojnar
a39fb2483b
Merge pull request #34428 from jtojnar/gegl-0.3.28
gegl_0_3: 0.3.26 → 0.3.28
2018-02-02 00:06:19 +01:00
Jan Tojnar
e621f17274
gegl_0_3: loosen platforms 2018-02-01 23:58:02 +01:00
Jan Tojnar
27ac1bfaf9
gegl_0_3: 0.3.26 → 0.3.28 2018-02-01 23:57:49 +01:00
Jan Tojnar
0d71207862
babl: 0.1.38 → 0.1.42 2018-02-01 23:57:45 +01:00
Daiderd Jordan
51e188034c
Merge pull request #34502 from dtzWill/fix/xpwn-libusb
xpwn: build usb-based tools by replacing libusb1 dep with libusb
2018-02-01 21:42:26 +01:00
Michael Raskin
4c379dbbdd lispPackages.clwrapper: Fix a typo in dynamic-library-hack 2018-02-01 21:32:21 +01:00
Will Dietz
5dc6306e9c xpwn: build usb-based tools by replacing libusb1 dep with libusb
Otherwise the build fails to detect libusb and doesn't build
the 'xpwn' and 'dfu-util' tools.

New tools run but I don't have any suitable devices to test :).

(I believe latest iGadgets need a newer version of xpwn anyway)
2018-02-01 14:15:02 -06:00
Michael Raskin
8818546d48 lispPackages.clwrapper: recognise CCL in setup-hook 2018-02-01 19:07:19 +01:00
Rodney Lorrimar
480e3f343a buildkite-agent: enable building on darwin 2018-02-01 10:33:10 +00:00
Frederik Rietdijk
356b553239 python.pkgs.ptyprocess: 0.5 -> 0.5.2 2018-02-01 10:55:17 +01:00
Frederik Rietdijk
6aee1a81d2 python.pkgs.ptyprocess: move expression 2018-02-01 10:55:17 +01:00
adisbladis
fab26c6c72
Merge pull request #34465 from steveeJ/steveej-attempt-qtile-bump-0.10.7
qtile: 0.10.4 -> 0.10.7
2018-02-01 17:35:39 +08:00
Frederik Rietdijk
d30735f889
Merge pull request #34188 from dotlambda/home-assistant
home-assistant: init at 0.62.1
2018-02-01 08:44:48 +00:00
Vladimír Čunát
2fb4606f38
Merge branch 'master' into staging
Haskell rebuild.
Hydra: ?compare=1430378
2018-02-01 09:36:23 +01:00
adisbladis
1b0f730a73 pythonPackages.xcffib: 0.3.2 -> 0.5.1 2018-02-01 09:04:13 +01:00
Bjørn Forsman
75867d8967 liburcu: 0.9.3 -> 0.9.5 2018-02-01 08:04:09 +01:00
Herwig Hochleitner
d5bc23c45c pixie: 1356 -> 1364 2018-02-01 00:36:49 +01:00
Herwig Hochleitner
1965804664 pixie: implement checkPhase 2018-02-01 00:36:46 +01:00
Herwig Hochleitner
82b6c6939b pixie: remove deprecated alias 2018-02-01 00:36:43 +01:00
Will Dietz
293424b745 gdb: 8.0.1 -> 8.1
https://sourceware.org/ml/gdb/2018-01/msg00026.html
2018-01-31 14:59:44 -06:00
Shea Levy
943592f698
Add setFunctionArgs lib function.
Among other things, this will allow *2nix tools to output plain data
while still being composable with the traditional
callPackage/.override interfaces.
2018-01-31 14:02:19 -05:00
Sander van der Burg
0d7a0d7572 titaniumenv: fix nasty IPA generation bug 2018-01-31 18:56:47 +01:00
Peter Simons
6f93e0f749 fix GHC 8.4.x builds of hspec and test-framework 2018-01-31 16:03:59 +01:00
Peter Simons
866a1ed2d5 cabal2nix: build with hpack 0.23 2018-01-31 16:03:59 +01:00
Peter Simons
94b6357dc5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-20-g7c22fdf from Hackage revision
d0f20cf258.
2018-01-31 16:03:54 +01:00
Peter Simons
b063a02320 LTS Haskell 10.4 2018-01-31 16:03:50 +01:00
Sander van der Burg
fe6510369d titaniumenv: add parameter that specifies than an IPA build is a store build 2018-01-31 15:33:03 +01:00
Andreas Rammhold
d8d5beac65
Merge pull request #34436 from andir/firefox-58
Firefox 57.0.4 -> 58.0.1
2018-01-31 14:28:04 +00:00
Andreas Rammhold
e524549536
nss: 3.33 -> 3.34.1 2018-01-31 01:51:28 +01:00
Peter Hoeg
5097e84a9d
Merge pull request #32042 from ck3d/lirc-0.9.4d
lirc: 0.9.4 -> 0.10.0 + more driver
2018-01-31 08:33:20 +08:00
Daiderd Jordan
787d371c28
json-glib: fixup darwin install_name
Couldn't figure out how to fix it durning the build.
2018-01-30 22:03:43 +01:00
Vladimír Čunát
c9171e5a4c
Merge branch 'master' into staging
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Peter Simons
ade2840f20
Merge pull request #34405 from pjan/developPackage-modifier
Adds modifier option to developPackage
2018-01-30 19:26:07 +01:00
Robert Schütz
c68a1651e7 pythonPackages.aiohttp: remove name attribute 2018-01-30 11:01:05 +01:00
Robert Schütz
9d392684c2 pythonPackages.pytest-aiohttp: init at 0.3.0 2018-01-30 11:01:05 +01:00
Florian Klink
ab02f5400e astral: init at 1.4 2018-01-30 11:01:05 +01:00
Stefan Frijters
6c744fc93d pyprof2calltree: init at 1.4.3 (#34379) 2018-01-30 09:09:36 +00:00
pjan vandaele
bdffbc775e
Adds modifier option to developPackage 2018-01-30 12:29:59 +09:00
Christian Kögler
300f6c5943 lirc: 0.10.0 -> 0.10.1 2018-01-29 21:16:36 +01:00
Frederik Rietdijk
f0eee3e351
Merge pull request #34392 from dotlambda/discordpy-broken
pythonPackages.discordpy: Mark as broken
2018-01-29 17:48:00 +00:00
Robert Schütz
4e59363867 pythonPackages.discordpy: Mark as broken 2018-01-29 18:45:38 +01:00
Pierre-Etienne Meunier
4b0000a1de Pyrseas: init at 0.8.0 (#34225)
* Pyrseas: init at 0.8.0

Pyrseas is a declarative tool for managing PostgreSQL schemas.

* Replacing python27Packages with python2Packages

* Explaining why the tests are disabled

* Pyrseas: updating after review
2018-01-29 17:17:04 +00:00
Tim Steinbach
0f01846e97
gradle: 4.4.1 -> 4.5 2018-01-29 11:52:50 -05:00
Tim Steinbach
900c0241c9
kotlin: 1.2.20 -> 1.2.21 2018-01-29 11:52:50 -05:00
Frederik Rietdijk
4d9b5ede18
Merge pull request #33862 from dotlambda/pyhomematic
python3Packages.pyhomematic: init at 0.1.38
2018-01-29 16:52:32 +00:00
Frederik Rietdijk
1716bf7498
Merge pull request #34382 from teto/pulp
pulp: init at 1.6.0
2018-01-29 16:51:27 +00:00
Matthieu Coudron
04b45828c6 pulp: init at 1.6.0
A python Linear Programming API.
2018-01-30 08:56:09 +09:00
Robert Schütz
762b1bbcbd python3Packages.pyhomematic: init at 0.1.38 2018-01-29 15:47:57 +01:00
Frederik Rietdijk
ad069c3683
Merge pull request #34359 from catern/upsup
pythonPackages.supervise_api: 0.2.0 -> 0.3.0
2018-01-29 14:15:27 +00:00
Frederik Rietdijk
565c97d302
Merge pull request #34352 from dotlambda/multidict
python3Packages.multidict: 4.0.0 -> 4.1.0
2018-01-29 14:13:01 +00:00
Frederik Rietdijk
79575ee9e1
Merge pull request #34278 from dotlambda/colorlog
pythonPackages.colorlog: 2.6.1 -> 3.1.0
2018-01-29 14:11:27 +00:00
Michael Raskin
0a70f37275 lispPackages.clwrapper: build helper; saving dynamic library search path from NIX_LISP_ 2018-01-29 15:15:51 +01:00
Peter Simons
72141a630b ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
This commit undoes the revert from a74b0e717d.
See https://github.com/NixOS/nixpkgs/issues/34229 and
https://github.com/NixOS/nixpkgs/pull/34232 for further details about why this
build seemed broken.
2018-01-29 13:01:46 +01:00
Andreas Rammhold
bc59ebd30e
Merge pull request #34322 from dotlambda/hbmqtt
pythonPackages.hbmqtt: init at 0.9.1
2018-01-29 11:51:06 +00:00
Moritz Ulrich
f8c4ccd89b
ws: Init at 0.2.1 2018-01-29 10:23:07 +01:00
John Ericson
82ebace595 glibc: Fix Darwin build
Fix the failure caused in #34198 by a suggested change of mine. @vcunat
reported in [1].

[1]: https://github.com/NixOS/nixpkgs/pull/34198#issuecomment-361075911
2018-01-29 00:47:02 -05:00
Franz Pletz
b77ed4322e
Merge pull request #34365 from geistesk/racket-6.12
racket: 6.11 -> 6.12
2018-01-28 23:13:04 +00:00
Franz Pletz
103cf02037
libewf: 20140608 -> 20171104 2018-01-28 22:19:23 +01:00
Franz Pletz
84176497e8
hwloc: 1.11.8 -> 1.11.9 2018-01-28 21:53:06 +01:00
geistesk
69b5ff8b6e racket: 6.11 -> 6.12 2018-01-28 21:32:24 +01:00
Franz Pletz
36d6df8d60
talloc: 2.1.8 -> 2.1.11 2018-01-28 19:59:43 +01:00
Franz Pletz
66d34f852f
libtiff: 4.0.8 -> 4.0.9 2018-01-28 19:32:20 +01:00
Franz Pletz
29be965b78
npth: 1.3 -> 1.5 2018-01-28 19:02:11 +01:00
Franz Pletz
ef8f08dd4c
netcdf: 4.4.1.1 -> 4.6.0 2018-01-28 19:02:11 +01:00
Franz Pletz
024fb7e9b3
netcdfcxx4: 4.2.1 -> 4.3.0 2018-01-28 19:02:11 +01:00
Franz Pletz
b36a9d405d
libcdr: 0.1.1 -> 0.1.4 2018-01-28 19:02:10 +01:00
Franz Pletz
f43ca1cc21
cgal: 4.9 -> 4.11 2018-01-28 19:02:09 +01:00
Franz Pletz
139c0f160e
libast: 0.7 -> 0.7.1 2018-01-28 19:02:08 +01:00
Franz Pletz
8ebba206e4
libogg: 1.3.2 -> 1.3.3 2018-01-28 19:02:01 +01:00
Franz Pletz
5e58708cdb
libsass: 3.4.5 -> 3.4.8 2018-01-28 18:52:30 +01:00
Franz Pletz
662e6c5193
librsync: 2.0.0 -> 2.0.1 2018-01-28 18:52:30 +01:00
Franz Pletz
3fc95ac6f3
libraw: 0.18.5 -> 0.18.7 2018-01-28 18:52:30 +01:00
Franz Pletz
cbd7b6cf9c
libowfat: 0.29 -> 0.31 2018-01-28 18:52:29 +01:00
Franz Pletz
c587a817c0
libmikmod: 3.3.11 -> 3.3.11.1 2018-01-28 18:52:29 +01:00
Franz Pletz
05cc916ad3
libbluray: 1.0.0 -> 1.0.2 2018-01-28 18:52:29 +01:00
Franz Pletz
23b4baac4d
libass: 0.13.7 -> 0.14.0 2018-01-28 18:52:29 +01:00
Franz Pletz
6c4d92b7f7
xvidcore: 1.3.4 -> 1.3.5 2018-01-28 18:52:28 +01:00
Franz Pletz
60fa8e9d10
libxmp: 4.3.12 -> 4.4.1 2018-01-28 18:52:27 +01:00
Franz Pletz
1c8075321d
libargon2: 20161029 -> 20171227 2018-01-28 18:52:26 +01:00
Franz Pletz
f8968a2a79
libstemmer: init at 2017-03-02 2018-01-28 18:52:26 +01:00
Franz Pletz
cf41d8784d
libsodium: 1.0.15 -> 1.0.16 2018-01-28 18:52:25 +01:00
Franz Pletz
dfdb17d10d
geoip: 1.6.2 -> 1.6.12 2018-01-28 18:52:24 +01:00
Franz Pletz
e3fbefd678
jenkins: 2.101 -> 2.103 2018-01-28 18:52:23 +01:00
Franz Pletz
5319630e57
libite: 1.9.2 -> 2.0.1 2018-01-28 18:52:22 +01:00
Franz Pletz
61b9ecc51d
mbedtls: 2.6.0 -> 2.6.1 2018-01-28 18:52:22 +01:00
Franz Pletz
b20284ddd8
libwebp: 0.6.0 -> 0.6.1 2018-01-28 18:21:33 +01:00
Franz Pletz
92c55ab25d
libseccomp: 2.3.2 -> 2.3.3 2018-01-28 18:21:33 +01:00
Franz Pletz
413d1844ac
libxslt: 1.1.29 -> 1.1.32 2018-01-28 18:21:32 +01:00
Vladimír Čunát
e5523cd7f6
Merge #34338: gnutls: fix p11-kit test (failing/skipped) 2018-01-28 18:03:04 +01:00
Spencer Baugh
bce1355a5f pythonPackages.supervise_api: 0.2.0 -> 0.3.0 2018-01-28 16:56:30 +00:00
adisbladis
f85163e89c
Merge pull request #34326 from ThomasMader/dub1.7.1
dub: 1.6.0 -> 1.7.1
2018-01-28 22:36:05 +08:00
adisbladis
7b5d9a2938
Merge pull request #29558 from teto/fctix_xkeyboard
[RDY] fcitx: fix keyboard not found
2018-01-28 22:19:16 +08:00
Matthieu Coudron
be7c4c1d7e libpinyin: 1.6.0 -> 2.1.91 2018-01-29 02:06:39 +09:00
Matthieu Coudron
bef69925e3 fcitx-libpinyin: 0.3.93 -> 0.5.3
Previously optional dependencies are now made mandatory like qtwebbrowser.dev .
In order to find these libraries, I used libsForQt5.callPackage.
2018-01-29 02:06:01 +09:00
Robert Schütz
9d8d6df50c python3Packages.multidict: 4.0.0 -> 4.1.0 2018-01-28 14:08:30 +01:00
Thomas Mader
b07f0f9eec dub: 1.6.0 -> 1.7.1 2018-01-28 09:30:52 +01:00
adisbladis
a7794d287b
Merge pull request #34347 from aneeshusa/make-bsdtar-available-for-vagrant
vagrant: Make bsdtar available to extract boxes
2018-01-28 09:57:08 +08:00
adisbladis
800e744869
p11_kit: 0.23.7 -> 0.23.9 2018-01-28 09:17:53 +08:00
Aneesh Agrawal
9c33aa8465 vagrant: Make bsdtar available to extract boxes 2018-01-27 15:48:19 -08:00
adisbladis
27e4499f6a
libdivecomputer: 0.5.0 -> 0.6.0 2018-01-28 06:51:34 +08:00
adisbladis
41af33a039
mypy: 0.540 -> 0.560 2018-01-28 06:51:33 +08:00
adisbladis
92d790117d
ccache: 3.3.4 -> 3.3.5 2018-01-28 06:51:28 +08:00
Michael Raskin
32925f082b lispPackages: deduplicate dynamical library search path 2018-01-27 21:59:19 +01:00
Sarah Brofeldt
5e5cae073c
Merge pull request #34324 from ThomasMader/dmd2.078.1
dmd: 2.078.0 -> 2.078.1
2018-01-27 21:36:15 +01:00
Sarah Brofeldt
4d8be61278
Merge pull request #34325 from ThomasMader/dtools2.078.1
dtools: 2.078.0 -> 2.078.1
2018-01-27 21:20:31 +01:00
Tuomas Tynkkynen
c3a658deb1 Merge remote-tracking branch 'upstream/master' into staging 2018-01-27 21:53:16 +02:00
Dylan Simon
85f81f5ef5 gnutls: fix (failing) p11-kit test
The p11-kit-trust test looks in /usr/lib for pkcs11 modules.  As a
result it is unnecessarily skipped on sandboxed builds, and fails on
unsandboxed builds with a system p11-kit.  Replace hard-coded /usr/lib
paths with pkg-config.
2018-01-27 12:39:02 -05:00
Daiderd Jordan
e39f211575
Merge pull request #34244 from LnL7/rust-skip-test
rust: disable another fragile test
2018-01-27 18:26:03 +01:00
Daiderd Jordan
b119c18e92
Merge pull request #34227 from thefloweringash/rust-darwin-dont-strip
rustc: Fix corrupted .rlib files caused by stripping on Darwin
2018-01-27 18:25:51 +01:00
Tuomas Tynkkynen
5925caf39d libbsd: 0.8.6 -> 0.8.7 2018-01-27 16:23:43 +02:00
Tuomas Tynkkynen
eef3601b08 Revert "ldb: 1.1.27 -> 1.3.1"
This reverts commit bc474e2dd8.

Source hash is incorrect:

https://hydra.nixos.org/build/68234054

And even fixing it doesn't make it compile:

Checking for system tdb (>=1.3.15)                                                : not found
ERROR: System library tdb of version 1.3.15 not found, and bundling disabled
builder for ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed with exit code 1
error: build of ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed
2018-01-27 16:23:43 +02:00
zimbatm
e526128aed
packer: 1.1.0 -> 1.1.3 (#34329) 2018-01-27 12:57:11 +00:00
Robert Schütz
f2a5b2fd65 pythonPackages.hbmqtt: init at 0.9.1 2018-01-27 11:42:20 +01:00
Robert Schütz
2474e6e212 pythonPackages.transitions: init at 0.6.4 2018-01-27 11:42:13 +01:00
Andreas Rammhold
30e7a09b26
Merge pull request #34317 from dtzWill/update/fac-1.0.4
fac: 1.0.1 -> 1.0.4, add man page
2018-01-27 09:41:03 +00:00
Andreas Rammhold
934191c4c2
Merge pull request #34321 from mimadrid/update/yq-2.3.4
yq: 2.3.3 -> 2.3.4
2018-01-27 09:34:11 +00:00
Miguel Madrid Mencía
cda71dc907
yq: 2.3.3 -> 2.3.4 2018-01-27 10:12:07 +01:00
Vladimír Čunát
2d2dbe083f
Merge branch 'master' into staging
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Vladimír Čunát
ef60e41145
cmake: bring back 3.9 for Darwin bootstrap
Broken by ba6e0ae33df36; see e.g. https://hydra.nixos.org/build/68223628
2018-01-27 09:11:37 +01:00
adisbladis
f686b90a58
sbcl: 1.4.2 -> 1.4.3 2018-01-27 14:07:10 +08:00
John Ericson
57b01b1bcf lib, openssl: Get rid of openssl.system
We compute it on the fly, careful to avoid any mass rebuilds for now.
2018-01-26 21:22:00 -05:00
John Ericson
7d0d12e3e0 glibc: Remove two tiny old cross hacks
- Name is already suffixed

 - Env vars are already exported
2018-01-26 21:01:33 -05:00
Sarah Brofeldt
7f1c5a124c
Merge pull request #34093 from markuskowa/rdma-core-pr
rdma-core: init at 16.1
2018-01-27 02:17:10 +01:00
Ben Wolsieffer
7c609d76b1 buildbot: make buildbot-pkg a real package, and add it as a build input of buildbot 2018-01-26 19:41:27 -05:00
Will Dietz
77a6cb32c6 fac: 1.0.1 -> 1.0.4, add man page 2018-01-27 09:20:59 +09:00
Markus Kowalewski
5bb712d5e8 libxc: set platform to x86_64-linux only 2018-01-26 23:21:29 +00:00
Ben Wolsieffer
d2e83e6357 buildbot: 0.9.11 -> 0.9.15.post1 2018-01-26 17:29:01 -05:00
John Ericson
71f814a889 lib, glibc: Get rid of withTLS
glibc removed the underlying flag in 2011 in
83cd14204559abbb52635006832eaf4d2f42514a [1].

This gets us one step closer to fixing #34274: the cross stdenv for
aarch64-unknown-linux-gnu at least evals now.

Thanks to @Dezgeg for doing all the research for this.

[1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=83cd14204559abbb52635006832eaf4d2f42514a
2018-01-26 23:29:06 +02:00
Thomas Mader
820d78492d dtools: 2.078.0 -> 2.078.1 2018-01-26 22:18:48 +01:00
Thomas Mader
50c23666fc dmd: 2.078.0 -> 2.078.1 2018-01-26 22:08:28 +01:00
Peter Simons
b7e6ac1515 hledger: install man pages and info files
Make sure that hledger, hledger-ui, and hledger-web have their documentation
installed in locations where system tools can find them.

Fixes https://github.com/NixOS/nixpkgs/issues/34301.
2018-01-26 19:42:04 +01:00
Clemens Fruhwirth
2f83f52ab8 gcc: 7.2.0 -> 7.3.0 2018-01-26 15:59:22 +01:00
Robert Schütz
9d196ef641 pythonPackages.colorlog: 2.6.1 -> 3.1.2 2018-01-26 13:27:59 +01:00
Peter Simons
a74b0e717d ghc-8.4.1: revert "update to 8.4.1-alpha2"
This reverts commit d232856846 from
https://github.com/NixOS/nixpkgs/pull/34172. The new version does not compile:
https://nix-cache.s3.amazonaws.com/log/zhxjgmilqh5bnp16rv0fx4b6bcrhxf2a-ghc-61db0b8.drv.
2018-01-26 13:01:12 +01:00
Peter Simons
b83990dd76 haskell-hie-packages: disable broken Hydra builds 2018-01-26 13:01:12 +01:00
Peter Simons
71c76eadff hackage2nix: disable broken Hydra builds 2018-01-26 13:01:12 +01:00
Peter Simons
f8776eabdd cabal2nix: build with latest version of hpack 2018-01-26 13:01:12 +01:00
Peter Simons
4ec557eea9 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-16-gec0f902 from Hackage revision
6b78792753.
2018-01-26 13:01:12 +01:00
Peter Simons
03ef28473d haskell-tinc: drop broken non-Hackage package 2018-01-26 13:01:11 +01:00
Peter Simons
c83b455c7d haskell-intero-nix-shim: drop broken non-Hackage package 2018-01-26 13:01:11 +01:00
Peter Simons
05723c4d97 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-15-g0d15053 from Hackage revision
0d7f6b72e9.
2018-01-26 13:01:11 +01:00
Peter Simons
edf1d07173 hackage2nix: disable broken Hydra builds 2018-01-26 13:01:11 +01:00
Peter Simons
a45dfaa335 Drop broken Haskell compilers.
- ghc versions 6.10.4, 6.12.3, and 7.2.2 are broken, and 6.10.2-binary is no
   longer necessary after those versions have been dropped

 - halvm version 2.4.0 hasn't compiled in a long time

 - uhc version 1.1.9.4 hasn't compiled in a long time
2018-01-26 13:01:11 +01:00