Guillaume Bouchard
af11b2538d
haskellPackages.generic-lens: update configuration-common.nix
...
- `patches` is no longer necessary
- `dontCheck` added because tests are failing for a minor issue
2019-02-10 01:36:38 +01:00
Matthew Bauer
29dc71c876
Merge pull request #53070 from rnhmjoj/scat-master
...
haskellPackages.scat: fix build
2019-02-09 10:22:36 -05:00
Izorkin
fe7b682e6d
haskellPackages.uri-bytestring: fix build
2019-02-09 12:42:39 +03:00
Peter Simons
20dc7bfc5a
Merge pull request #55445 from Izorkin/insert-ordered-containers-fix-test
...
haskellPackages.insert-ordered-containers: fix test phase
2019-02-09 10:16:28 +01:00
rnhmjoj
287d1de51a
haskellPackages.scat: fix build
2019-02-09 09:16:25 +01:00
Matthew Bauer
8101cf8c23
Merge pull request #54989 from srhb/taffybar-unoverride
...
taffybar: Remove strictDeps and restore overrideAttrs
2019-02-08 17:33:19 -05:00
Izorkin
535644a9da
haskellPackages.insert-ordered-containers: fix test phase
2019-02-08 15:22:46 +03:00
Peter Simons
0f68f393bf
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1 from Hackage revision
6098061825
.
2019-02-04 18:11:24 +01:00
Peter Simons
c7369800d1
LTS Haskell 13.6
2019-02-04 18:11:24 +01:00
Guillaume Bouchard
3652cfec28
haskellPackages.primesieve: fix build
...
Temporaries changes in `configuration-common.nix` to fix the cabal
file which does not specify that the haskell library depends on the
C++ shared library. Pull request had been sent upstream.
2019-02-04 13:50:52 +01:00
Jack Kelly
65bb12e337
haskellPackages.these: jailbreak
...
Test require tasty >= 1.2, which isn't in hackage-packages. Maintainer
has a stated policy of not publishing revisions/new versions for test
dependency changes.
0.7.6 is in hackage but not yet in nixpkgs.
2019-02-03 20:33:13 +11:00
Kosyrev Serge
e505891a5c
haskell/generic-buidler: make installPhase handle Cabal 2.5's lax fields
2019-02-02 13:13:18 +01:00
Kosyrev Serge
d8260d6af0
ghc-8.8: de-null parallel
2019-02-02 13:13:18 +01:00
Peter Simons
dd0ce323c0
git-annex: update sha256 hash for version 7.20190129
2019-02-02 13:13:18 +01:00
Peter Simons
bb6dbfef03
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1 from Hackage revision
2b2341be91
.
2019-02-02 13:13:04 +01:00
Jack Kelly
038752f30b
haskellPackages.tdigest: jailbreak
...
Upstream doesn't publish releases or revisions to relax test bounds.
2019-02-02 13:11:53 +01:00
Jack Kelly
528251c37b
haskellPackages.servant-docs: jailbreak
...
Upstream doesn't publish releases or revisions to relax test bounds.
2019-02-02 13:11:53 +01:00
Jack Kelly
f5d52c1949
haskellPackages.beam-*: GHC 8.6.x fixes, and relax version bounds
2019-02-02 13:11:53 +01:00
Peter Simons
5649eb713e
Merge pull request #53978 from ElvishJerricco/ghcjs-8.4-8.6-fixes
...
GHCJS: Fix 8.4 and add 8.6
2019-02-01 13:37:02 +01:00
Sarah Brofeldt
73eb54db18
taffybar: Remove strictDeps and restore overrideAttrs
2019-01-31 13:00:27 +01:00
Will Fancher
d2362209c6
Fix aeson on GHC 8.4
2019-01-30 04:44:42 -05:00
Jack Kelly
ff3c60b338
haskellPackages.posix-pty: dontCheck
...
The test program does not exit gracefully.
See https://github.com/merijn/posix-pty/issues/12
2019-01-30 19:00:27 +11:00
Peter Simons
f3dc051771
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
01238f97b1
.
2019-01-29 20:19:54 +01:00
Peter Simons
be1cae381f
hackage2nix: disable broken builds on Hydra
...
@gridaphobe: ghc-srcspan-plugin has been broken for quite a while now.
2019-01-29 20:19:53 +01:00
Peter Simons
4a1c5eea97
LTS Haskell 13.5
2019-01-29 20:19:53 +01:00
Peter Simons
dd98e07fed
stylish-cabal: fix build with GHC 8.4.x (and clean up overrides)
...
Unfortunately, more recent compiler versions are unable to build this package
because of its dependency on the old haddock-library version.
2019-01-29 10:59:32 +01:00
Peter Simons
dd5acc08db
darcs: drop obsolete overrides
...
Fixes https://github.com/NixOS/nixpkgs/issues/53433 .
2019-01-29 10:23:54 +01:00
Peter Simons
6c8098da26
haskell-tonaparser: disable test suite to avoid infinite recursion
2019-01-29 10:23:54 +01:00
Peter Simons
7aabea02f0
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
c400563a55
.
2019-01-29 10:23:54 +01:00
Shea Levy
15e8d1d314
Merge pull request #52848 from mightybyte/callHackage-variant
...
Add a callHackage variant that doesn't require all-cabal-hashes
2019-01-27 17:13:40 -05:00
Matthew Bauer
580c675ea9
Merge pull request #53618 from matthewbauer/fix-49206
...
haskell.buildStackProject: use setup hook
2019-01-27 13:54:40 -05:00
Doug Beardsley
0cb5b013c0
Overrides can be passed to callHackageDirect
2019-01-27 12:28:01 -05:00
Vladimír Čunát
eb965a4b38
Revert "hackage-packages.nix: automatic Haskell package set update"
...
This reverts commit c6ff4d6192
.
error: while evaluating anonymous function at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/.gc-of-borg-outpaths.nix:39:12, called from undefined position:
while evaluating anonymous function at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/top-level/release-lib.nix:121:6, called from /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/attrsets.nix:292:43:
while evaluating 'hydraJob' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:157:14, called from /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/top-level/release-lib.nix:121:14:
while evaluating the attribute 'drvPath' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:174:13:
while evaluating the attribute 'drvPath' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:141:13:
while evaluating the attribute 'buildInputs' of the derivation 'tonaparser-0.1.0.0' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/stdenv/generic/make-derivation.nix:185:11:
while evaluating the attribute 'buildInputs' of the derivation 'tonatona-0.1.0.0' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/stdenv/generic/make-derivation.nix:185:11:
infinite recursion encountered, at undefined position
2019-01-27 11:42:40 +01:00
Peter Simons
c6ff4d6192
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
48c03b982b
.
2019-01-27 10:26:39 +01:00
Kosyrev Serge
2e5c9ba727
haskell generic-builder.nix: adapt to package config files having more spaces
2019-01-27 10:26:07 +01:00
Kosyrev Serge
ea19a8ed1e
ghcHEAD: update to 8.7
2019-01-27 10:26:07 +01:00
Peter Simons
e51f959fc7
git-annex: drop obsolete patches
2019-01-25 11:54:30 +01:00
Peter Simons
10a474e74d
git-annex: update sha256 hash for new version 7.20190122
2019-01-25 11:54:30 +01:00
Peter Simons
6ca4fdcf87
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
72a2d5c004
.
2019-01-25 11:54:25 +01:00
Peter Simons
83e3d9ffb9
haskell-HaTeX: enable hydra builds again
2019-01-25 11:54:24 +01:00
Peter Simons
bd898975e9
LTS Haskell 13.4
2019-01-25 11:54:23 +01:00
Domen Kožar
8e30701601
stack2nix: distribute again
2019-01-21 20:40:24 +07:00
Silvan Mosberger
d6b74a4145
haskellPackages.idris: Fix build
2019-01-21 08:57:54 +01:00
Silvan Mosberger
35049bc155
haskellPackages.megaparsec_6_5_0: Fix build
...
Only the tests were incompatible with GHC 8.0's MonadFail change.
Patching would be possible too, but just not doing the tests is simpler.
2019-01-21 08:57:54 +01:00
Will Fancher
55fe0276b8
Limit parallel building of Haskell packages. [ Fixes #53665 ]
2019-01-21 08:57:54 +01:00
Peter Simons
178836c9bb
LTS Haskell 13.3
...
- add megaparsec < 7.0 for Idris
- update Haskell package with hackage2nix v2.13-1-gda47f40 from Hackage
revision e81e538727
2019-01-21 08:56:45 +01:00
Domen Kožar
c6dcccc402
Merge pull request #54352 from expipiplus1/monad-memo
...
haskellPackages.monad-memo: remove unnecessary patch
2019-01-20 15:16:39 +07:00
Joe Hermaszewski
59379cb304
haskellPackages.monad-memo: remove unnecessary patch
2019-01-20 10:43:41 +08:00
Alexandre Esteves
1eb9812566
Fix typo
2019-01-18 00:05:57 +00:00
Peter Simons
512bdb02f2
LTS Haskell 13.2
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
e5010211f9
.
2019-01-14 09:48:53 +01:00