Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
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
rnhmjoj
287d1de51a
haskellPackages.scat: fix build
2019-02-09 09:16:25 +01:00
Izorkin
535644a9da
haskellPackages.insert-ordered-containers: fix test phase
2019-02-08 15:22:46 +03:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +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
Vladimír Čunát
bd9f835bf6
Merge branch 'master' into staging-next
...
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
Peter Simons
dd0ce323c0
git-annex: update sha256 hash for version 7.20190129
2019-02-02 13:13:18 +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
Vladimír Čunát
8ba79e5af9
haskellPackages.servant: fixup build after 86f646da
2019-02-02 11:56:04 +01: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
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
10a474e74d
git-annex: update sha256 hash for new version 7.20190122
2019-01-25 11:54:30 +01: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
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
Ryan Mulligan
d637039acf
Merge pull request #53432 from jerith666/haskell-fixes
...
haskell: friday: jailbreak
2019-01-05 10:48:48 -08:00
Matt McHenry
8358ffc708
haskellPackages.friday: jailbreak
2019-01-05 08:39:09 -05:00
Peter Simons
22c495bb28
haskell-esqueleto: lo and behold, the package is no longer broken
2019-01-04 12:58:27 +01:00
Ryan Mulligan
3820041ffd
Merge pull request #53137 from puffnfresh/package/djinn
...
haskellPackages.djinn: apply patch for GHC 8.4
2019-01-01 10:12:20 -08:00
Bas van Dijk
559916f648
haskellPackages.inline-c-cpp: disable test-suite on darwin to fix the build
2019-01-01 16:51:24 +01:00
Brian McKenna
61cefaf7dd
haskellPackages.djinn: apply patch for GHC 8.4
2019-01-01 12:29:49 +05:30
Jan Tojnar
cb5bc310d3
haskellPackages.Frames: unbreak
...
vinyl ≥ 0.10 is in the LTS.
2018-12-26 15:19:10 +01:00
Jan Tojnar
a6b74907f7
haskellPackages.yi-core: unbreak
...
yi-language ≥ 0.18 is in the LTS now
2018-12-26 15:03:15 +01:00
Jan Tojnar
f4b4dc2d0b
haskellPackages.safe-money-aeson: unbreak
...
The following fix is no longer necessary after a Stackage update:
https://github.com/NixOS/nixpkgs/issues/46467
2018-12-26 14:53:21 +01:00
Peter Simons
4f4b151ae2
haskell-scalendar: drop obsolete override
2018-12-26 14:03:50 +01:00
Peter Simons
4f4313046e
Comment out some obsolete Haskell overrides to fix evaluation.
2018-12-26 13:46:12 +01:00
Peter Simons
a220b2f370
haskell-appar: drop obsolete override
2018-12-21 14:02:57 +01:00
John Ericson
a0d4a4c9bc
Merge pull request #52499 from obsidiansystems/haskell-servant-cross
...
servant: Sphinx is a build-time dependency
2018-12-18 17:44:49 -05:00
Vaibhav Sagar
b513231dc6
servant: Sphinx is a build-time dependency
2018-12-18 21:58:30 +00:00
Peter Simons
76e284fc60
haskell-hoogle: override haskell-src-exts to the latest version (as required)
2018-12-14 19:44:19 +01:00
Peter Simons
f0f3cb75de
haskell-hlint: override haskell-src-exts to the latest version (as required)
2018-12-14 19:44:19 +01:00
Peter Simons
d7dcb9c291
haskell-appar: update to latest version to fix test suite failures in iproute
2018-12-14 19:44:19 +01:00
Peter Simons
ea45e771a1
haskell-cryptonite: disable test suite to avoid transient errors
2018-12-14 19:44:19 +01:00
Peter Simons
89ed58dbea
git-annex: update sha256 for new 7.20181211 version
2018-12-14 19:44:15 +01:00
Guillaume Maudoux
9a104494ec
haskellPackages.modular-arithmetic: disable tests
2018-12-13 16:46:22 +01:00
MarcFontaine
186ec58e1a
haskellPackages.binary-parsers : disable tests
2018-12-08 22:30:54 +01:00
Peter Simons
db6aeeae56
haskell-json-autotype: disable the test suite to fix the build
2018-12-05 21:38:14 +01:00
Peter Simons
059c61d001
haskell-esqueleto: mark the build as broken
2018-12-04 22:08:46 +01:00
Peter Simons
63f5ed9f96
xmobar: disable the failing test suite to fix the build
...
The test suite tries to access the ALSA system and fails.
2018-12-04 22:08:46 +01:00
Peter Simons
697a421fdc
haskell-shelly: enable the test suite again
2018-12-04 22:08:46 +01:00
Peter Simons
72b7f7f65b
hledger: update overrides for version 1.12
2018-12-04 22:08:46 +01:00
Peter Simons
1e54ee80f2
haskell-chell: pin build to patience-0.1.x
...
Newer version are not supported yet.
2018-11-27 16:39:30 +01:00