Peter Simons
1f2d0a3569
haskell-base-compat-batteries: fix build with ghc 8.2.2 and 8.4.4
2019-02-24 10:14:29 +01:00
Peter Simons
10e7cf92bc
haskell-ci: enable command-line completion
2019-02-24 10:14:29 +01:00
Peter Simons
bbd82be63e
haskell-ci: add an override that uses the latest git version
...
The latest Hackage release is too old to be useful, unfortunately.
2019-02-24 10:14:29 +01:00
Peter Simons
3d596e90da
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
db6cb31415
.
2019-02-24 10:14:29 +01:00
Domen Kožar
673f50f4d9
haskellPackages.servant-client-core: patch out runtime error
2019-02-22 17:03:52 +07:00
Peter Simons
4f208c5818
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
f59e85c25b
.
2019-02-22 10:34:55 +01:00
Nathan van Doorn
a86ffa4988
haskell-modules/generic-builder.nix: add haddockFlags option
2019-02-22 10:32:15 +01:00
Peter Simons
6450d8c5ca
haskell-hledger: drop obsolete (and already commented-out) overrides
2019-02-21 12:12:18 +01:00
Peter Simons
7a6bbb41ac
haskell-hledger: don't install data files that don't belong to this package
...
Fixes https://github.com/NixOS/nixpkgs/issues/53936 .
2019-02-21 12:12:18 +01:00
Peter Simons
1d6532d976
Merge pull request #56137 from jacereda/cereal-check-head
...
cereal: run test suite on ghc-head
2019-02-21 11:54:11 +01:00
Peter Simons
62eae63a49
Merge pull request #56139 from jacereda/psqueues-check-head
...
psqueues: run test suite on ghc-head
2019-02-21 11:53:25 +01:00
Peter Simons
48db7bf9d9
Merge pull request #56138 from jacereda/psqueues-check-86
...
psqueues: run test suite on ghc-8.6
2019-02-21 11:53:05 +01:00
Jorge Acereda
7e153d9e2d
psqueues: run test suite on ghc-head
2019-02-21 10:08:04 +01:00
Jorge Acereda
5aa3f23a98
psqueues: run test suite on ghc-8.6
2019-02-21 10:06:42 +01:00
Jorge Acereda
d5f45a6566
cereal: run test suite on ghc-head
2019-02-21 10:04:11 +01:00
Jorge Acereda
c8e61efae3
cereal: run test suite on ghc-8.6
2019-02-21 10:02:43 +01:00
Peter Simons
6968539751
git-annex: update sha256 hash for version 7.20190219
2019-02-20 20:07:07 +01:00
Peter Simons
905ffbba4b
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
51bfa34234
.
2019-02-20 20:07:02 +01:00
Peter Simons
19fcb0861b
hackage2nix: disable failing Hydra builds
2019-02-20 20:07:01 +01:00
Peter Simons
44ae35170f
LTS Haskell 13.8
2019-02-20 20:07:01 +01:00
Sarah Brofeldt
dcdba11ac9
pandoc: Enable distribution to fix master eval
2019-02-18 21:10:28 +01:00
Peter Simons
1472b9902a
haskell-pandoc-citeproc: update override for the latest version
2019-02-18 10:39:12 +01:00
Peter Simons
acaa5c1f1a
stylish-cabal compiles again. Yay!
...
Thank you, @pikajude.
2019-02-18 10:39:12 +01:00
Peter Simons
cdc4398b71
Disable failing test suites for pandoc and tasty-hedgehog to fix builds.
2019-02-18 10:39:12 +01:00
Peter Simons
f382de263b
pandoc: switch to latest version despite LTS 13.x recommendations
...
The 2.5.x version no longer passes its test suite with recent versions of its
dependencies.
2019-02-18 10:39:12 +01:00
Peter Simons
64334a7b64
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-5-g0b4d758 from Hackage revision
c3f27250ec
.
2019-02-18 10:39:12 +01:00
Peter Simons
eba4f12a83
LTS Haskell 13.7
2019-02-18 10:39:10 +01:00
Ryan Mulligan
9a32caa376
Merge pull request #53480 from andrew-d/andrew/git-annex-darwin
...
gitAndTools.git-annex: wrap binary on not-Linux to use Nixpkgs' coreutils
2019-02-17 10:37:43 -08:00
Daiderd Jordan
4c01785170
Merge pull request #55777 from LnL7/haskell-conduit-extra
...
haskellPackages.conduit-extra: fix darwin sandbox build
2019-02-17 12:35:29 +01:00
Daiderd Jordan
34726a8139
haskellPackages.conduit-extra: fix darwin sandbox build
...
The tests depend on localhost networking and get stuck otherwise.
2019-02-14 20:06:09 +01:00
Nathan van Doorn
86c5937bcb
haskellPackages.equivalence: dontCheck in GHC 8.6
...
The test suite fails due to MonadFail changes
2019-02-13 17:39:16 +00:00
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
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
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +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
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01: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
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
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