Peter Simons
f399f890dd
haskell-stack: clean up deep overrides
2019-06-19 22:46:56 +02:00
Peter Simons
3a1a49c9ab
git-annex: update sha256 for version 7.20190615
2019-06-19 22:46:56 +02:00
Peter Simons
6917433fb2
Merge pull request #62876 from endgame/unbreak-reflex
...
haskellPackages.reflex: dontCheck
2019-06-14 17:21:46 +02:00
Peter Simons
d7ddf86d2a
pandoc: disable test suite to fix the build
2019-06-14 14:38:47 +00:00
Peter Simons
9b68353c72
haskell-stack: add plenty of overrides to fix the build in LTS-13.x
2019-06-14 13:06:35 +00:00
Peter Simons
a8a43ab9ed
pandoc: update build dependency version for the new 2.7.3 release
2019-06-14 13:06:35 +00:00
Peter Simons
af37181eed
haskell-ip: use version 1.5.x to fix the build
2019-06-14 13:06:08 +00:00
Peter Simons
e1126316d7
haskell-constraints-deriving: disable test suite to fix the build
2019-06-14 13:06:08 +00:00
Peter Simons
0a253d7043
haskell-cryptol: update overrides for new sbv version
2019-06-14 13:06:08 +00:00
Peter Simons
65ca963e0b
haskell-tasty-lua: disable test suite to fix the build
2019-06-14 13:06:07 +00:00
Peter Simons
09b0c36647
haskell-pandoc: update overrides for latest version
2019-06-14 13:06:07 +00:00
Izorkin
cf9acd3e6d
haskellPackages.insert-ordered-containers: fix build
2019-06-11 18:42:58 +09:00
Jack Kelly
5e411564cb
haskellPackages.reflex: dontCheck
...
Reflex uses hlint in its test suite, failing the build if there are
any lint warnings. hlint depends on a newer haskell-src-exts than the
rest of the nixpkgs haskell infrastructure, so this avoids reflex
dependening on multiple versions of haskell-src-exts, which would
otherwise abort the build.
2019-06-09 12:12:33 +10:00
Peter Simons
d28f44c56c
haskell-dhall: fix broken overrides
2019-06-07 11:59:57 +02:00
Silvan Mosberger
1d512f5870
haskellPackages: clean up some overrides
...
- jailbreak-cabal override isn't needed, shared executables are disabled
by default (or is this precautionary?)
- Removed and added some infinite recursion overrides, moved them to
configuration-nix.nix
- Unbreak zstd and attparsec-varword
- mysql override is already in configuration-nix.nix
- Move some overrides for disabling tests due to internet connectivity
to configuration-nix.nix
Closes https://github.com/NixOS/nixpkgs/pull/62407 .
2019-06-07 10:07:39 +02:00
Peter Simons
86d1fe06f3
haskell-configuration-common: cosmetic
2019-06-07 10:07:39 +02:00
Silvan Mosberger
45d7270579
haskellPackages.heap: Fix build
2019-06-04 10:26:11 +02:00
Silvan Mosberger
3643fa4bca
hackage2nix: un-break some Haskell packages
...
Either because they're no longer broken at all or by overriding them with a fix
2019-05-24 17:38:25 +02:00
Jack Kelly
ea3c0aa1b5
haskellPackages.hakyll: remove obsolete patch
2019-05-24 17:38:02 +02:00
Peter Simons
2903cbf66b
haskell-tasty-hedgehog: current versions need hedgehog 1.x or later
2019-05-18 12:58:02 +02:00
Niklas Hambüchen
0ef2bbfd0b
haskell: servant: Don't hardcode $doc.
...
Until now this broke on `enableSeparateDocOutput = false`,
as then `$doc` was not defined so it tried to copy stuff to
`/share/doc/servant`.
Fixes regression introduced in commit be63b1994d
.
2019-05-15 22:45:32 +02:00
Peter Simons
4c6dcdff4d
git-annex: update sha256 hash for version 7.20190507
2019-05-08 16:02:31 +02:00
Peter Simons
15d6b77402
git-annex: fix sha256 hash for version 7.20190503
2019-05-07 23:10:30 +02:00
Pascal Wittmann
7ddf899582
esqueleto: fix build by skipping tests and haddock
2019-05-06 14:42:48 +02:00
Pascal Wittmann
06026f28f3
classy-prelude-yesod: fix build by skipping haddock
2019-05-06 14:42:48 +02:00
Peter Simons
dc702cef76
haskell-cryptol: drop obsolete overrides to fix the build after version update
2019-05-02 19:29:00 +02:00
Jack Kelly
736b0c53a4
haskellPackages.beam-*: remove obsolete patches
2019-05-02 19:28:23 +02:00
Peter Simons
41277f6473
haskell-*-plugins: fix build with network 3.x
2019-04-30 11:43:45 +00:00
Peter Simons
a075254632
haskell-lambdabot-core: fix build with network 3.x
2019-04-30 11:43:45 +00:00
Peter Simons
841547a566
haskell-network-bsd: fix the build in LTS-13.x
2019-04-30 11:43:45 +00:00
Peter Simons
0dffbcd178
haskell-pandoc-citeproc: update override for the latest version
2019-04-25 17:29:40 +02:00
Peter Simons
6b63bbb199
haskell-pandoc: update override for the latest release
2019-04-12 11:55:22 +02:00
Pascal Wittmann
4e9ffcff7b
haskellPackages.yesod-markdown: jailbreak
2019-04-07 19:47:25 +02:00
Austin Seipp
12db6c18f9
cryptol: fix, rework cryptol 2.6.0 builds
...
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
new default. That's been fixed with a few upstream patches that will come
up whenever the next release happens.
- There was also a build failure on base-compat, fixed by jailbreaking.
- The previous setup had all-packages.nix creating a new derivation
solely for the purpose of wrapping the Z3 binary. This has been removed:
the wrapper is still added but during the Haskell build itself, so that
all Haskell dependent packages can use the cryptol interpreters too.
- In its place, we use justStaticExecutables, so people using nix-env
and Cryptol users who *don't* need haskell dependencies can get much
smaller closures. Obviously this still implies a second build, but
this build is much more useful than one that merely adds a shell
script to a package that's relatively expensive to compile...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
Peter Simons
3e113f5f7a
Merge pull request #58199 from rnhmjoj/superbuffer
...
haskellPackages.superbuffer: fix build
2019-03-25 13:57:12 +01:00
rnhmjoj
32ec718b57
haskellPackages.superbuffer: fix build
2019-03-24 12:07:40 +01:00
Peter Simons
35a504415f
git-annex: update sha256 hash for new version 7.20190322
2019-03-23 17:06:25 +01:00
Peter Simons
a61b989900
Merge pull request #57748 from nomeata/haskell-clock-patch
...
Import cross-compilation patch for clock
2019-03-20 23:18:52 +01:00
Peter Simons
3447973b9b
xmonad-extras: drop obsolete override
2019-03-17 09:43:14 +01:00
Peter Simons
7c04e3eb75
haskell-arbtt: add build products into $PATH for the check phase
...
Fixes https://github.com/NixOS/nixpkgs/pull/57585 .
2019-03-17 09:43:14 +01:00
Peter Simons
bdd4e11278
haskell-pandoc: update overrides for the new 2.7.1 version
...
(cherry picked from commit 96c7ea5f6d1b9d41afcdcac1b156813013a5d04d)
2019-03-16 20:31:23 +01:00
Peter Simons
17c62c98d3
Merge pull request #57587 from erictapen/hakyll-pandoc-bump
...
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-16 13:47:33 +01:00
Joachim Breitner
c1eeb8f3ab
Import cross-compilation patch for clock
...
taken form https://github.com/input-output-hk/iohk-nix/blob/master/patches/clock-0.7.2.patch
2019-03-16 11:32:39 +01:00
Stefan Fehrenbach
b0351c0eb9
Remove obsolete workaround that breaks chell 0.5
2019-03-15 12:07:41 +00:00
Pascal Wittmann
66504c0671
Merge pull request #57129 from NixOS/fix-haskellPackages-xattr
...
haskellPackages.xattr: fix build with attr-2.4.48 (see #53716 )
2019-03-15 09:08:41 +01:00
Peter Simons
54258e459f
haskell-pandoc-citeproc: update override for the new version
2019-03-13 18:11:03 +01:00
Peter Simons
bbf5431865
haskell-texmath: drop obsolete override
2019-03-13 18:11:03 +01:00
Justin Humm
b82150c8c2
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-13 17:44:51 +01:00
Peter Simons
3dd4ea56d7
haskell-ci: bump to latest git version
2019-03-10 11:12:57 +01:00
Peter Simons
51435890dd
haskell-pandoc: update overrides for the latest LTS release
2019-03-10 11:12:56 +01:00
Pascal Wittmann
57afc591b3
haskellPackages.xattr: fix build with attr-2.4.48 (see ##53716)
2019-03-09 17:37:46 +01:00
Peter Simons
9e1ef78162
pandoc: add overrides to fix build of the new 2.7 version
2019-03-05 11:13:47 +01:00
Domen Kožar
d45ba336b2
cachix: 0.1.3 -> 0.2.0
2019-03-05 10:59:51 +07: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
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
6968539751
git-annex: update sha256 hash for version 7.20190219
2019-02-20 20:07:07 +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
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
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
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
Peter Simons
b13d8eadaa
haskell-Cabal: update overrides for the new 2.4.1.x version
2018-11-27 16:39:30 +01:00
Peter Simons
b89b093048
git-annex: update sha256 hash for new version 7.20181121
2018-11-25 09:43:41 +01:00
Peter Simons
31de7743f8
haskell-fltkhs: re-enable the build
...
https://github.com/NixOS/nixpkgs/pull/50828 makes an effort to fix this
package.
2018-11-21 16:06:23 +01:00
Profpatsch
7c75afaf1a
haskellPackages.libnix: dontCheck
2018-11-20 19:03:09 +01:00
José Luis Lafuente
1fe45bff2e
gitHUD: renamed to githud
2018-11-19 16:57:58 +01:00
Eric Wolf
5966c5698f
haskell-opencv: fix build and #47595
...
The applied patch can be removed, when
cd613e200a
hits hackage and later nixpkgs.
Closes https://github.com/NixOS/nixpkgs/pull/50192 .
Closes https://github.com/NixOS/nixpkgs/issues/47595 .
2018-11-13 14:00:06 +00:00
John Ericson
ebd1dd54e5
Merge remote-tracking branch 'upstream/master' into haskell-bash-completion-2
2018-11-08 11:28:53 -05:00
Robert Hensing
2a1c0dde8f
haskellPackages: Add shell completions + improve docs
...
This adds the remaining parts of #42657 on top of #49477 , renames the
function to a better name, and improves the docs
2018-11-08 11:28:11 -05:00
Peter Simons
dde2ea4f37
git-annex: update sha256 hash for new version 7.20181105
2018-11-06 10:42:51 +01:00
Peter Simons
db203c84e3
haskell-hpack: update overrides for the new version
2018-11-05 14:06:28 +01:00
Peter Simons
4f45edbd9a
haskell-cpython: revert "set to null"
...
This reverts commit 6a0b1b13b6
. Please don't null
out the entire package just because its build is broken at the moment. If you
want to prevent users from compiling cpython, then haskell.lib.markBroken (or,
even better: markBrokenVersion) are the way to do it.
2018-11-05 10:06:26 +01:00
Frederik Rietdijk
6a0b1b13b6
haskellPackages.cpython: set to null
...
because these are bindings for cpython 3.4 which we no longer distribute.
2018-11-04 18:48:24 +01:00
Eric Wolf
79dace1b30
haskellPackages.sdl2: test-suite needs x server, so deactivate it
2018-11-03 00:11:11 +01:00
Peter Simons
82822c66e4
Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helper
...
haskellPackages.cabal-helper: Jailbreak restrictive bounds.
2018-11-02 20:42:42 +01:00
Peter Simons
1bc120fa5f
git-annex: update sha256 hash for new version 7.20181031
2018-11-02 19:22:17 +01:00
Peter Simons
cfbf9cbf39
haskell-yesod-core: drop obsolete override
2018-10-25 11:12:38 +02:00
Peter Simons
4ec2418dda
stack: drop obsolete override after version update
2018-10-19 14:44:22 +02:00
Peter Simons
876ea22caf
haskell-yesod-core: update version to fix the test suite
2018-10-19 14:44:22 +02:00
Peter Simons
ba64a13d69
haskell-haddock-api: disable broken override
2018-10-19 14:44:22 +02:00
Jack Henahan
ed2370d8c4
haskellPackages.hasktags: remove dontCheck
...
https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
2018-10-19 14:44:22 +02:00
Will Fancher
2ebc3034d3
haskellPackages.cabal-helper: Jailbreak restrictive bounds. [ Fixes #45515 ]
2018-10-19 04:29:21 -04:00
Will Fancher
a93c777c63
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
2018-10-18 19:12:25 -04:00
Drew Hess
46f937dddd
haskellPackages.language-nix: disable tests on aarch64.
...
The test suite fails on aarch64 with a linker error that looks
suspiciously like this outstanding GHC issue:
https://ghc.haskell.org/trac/ghc/ticket/15275
Note that this change also fixes the existing `isi686` check to
conform to the new cross-compiling arch check.
2018-10-15 20:07:27 -04:00
Drew Hess
321626d5ee
haskellPackages.cryptonite: fix for aarch64.
...
This is a cherry-pick from upstream (see
https://github.com/haskell-crypto/cryptonite/issues/234 ); there has
been no upstream release since the fix was committed.
2018-10-15 17:11:32 -04:00
Drew Hess
c8a59e8453
haskellPackages.cryptonite: re-enable tests.
...
This has been fixed since cryptonite-0.7:
https://github.com/haskell-crypto/cryptonite/issues/28
cryptonite is also no longer listed in expected-test-failures in
Stackage.
2018-10-15 16:31:59 -04:00
Peter Simons
fe91334fbf
haskell-yesod-core: disable broken test suite
2018-10-15 12:39:17 +02:00
Peter Simons
1e44702fc0
git-annex: update sha256 hash for the new 6.20181011 version
2018-10-15 12:39:17 +02:00
Peter Simons
c6c29def60
cabal2nix: update overrides for latest yaml version
2018-10-15 12:39:17 +02:00
Silvan Mosberger
1d512468aa
Merge pull request #48015 from rnhmjoj/shell-conduit
...
haskellPackages.shell-conduit: fix build
2018-10-14 21:17:23 +02:00
Sarah Brofeldt
ff8d252c2d
Merge pull request #48000 from erictapen/arbtt-jailbreak
...
haskellPackages.arbtt: jailbreak
2018-10-13 12:51:06 +02:00
Bas van Dijk
7b49b870cb
haskell: have a dedicated file for non Hackage packages
...
We had a few "overrides" in configuration-common.nix that were really
extensions. They introduced packages that weren't in hackage-packages.nix.
The advantage of having a dedicated file for these packages is that we can still
place Nix-specific overrides to these packages in configuration-nix.nix. We
weren't able do this before because configuration-nix.nix extended only the
packages from hackage-packages.nix.
2018-10-12 14:12:29 +02:00
Bas van Dijk
0c25079958
futhark: introduce the top-level futhark attribute
...
The fact that futhark is a Haskell package is an implementation detail. To
install it users should just have to specify `futhark` instead of
`haskellPackages.futhark`.
Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to
reduce closure size.
2018-10-12 14:12:29 +02:00
Silvan Mosberger
d26c303bef
futhark: init at 0.6.2
2018-10-12 14:11:30 +02:00
Domen Kožar
9e502600ba
stack2nix: fix build
2018-10-08 18:45:46 +01:00
rnhmjoj
096be6d941
haskellPackages.shell-conduit: fix build
2018-10-07 16:45:05 +02:00
Justin Humm
a01cab05c6
haskellPackages.arbtt: unbreak with jailbreak
2018-10-07 14:13:37 +02:00
Tim Steinbach
22e39f642b
xmonad-extras: jailbreak
...
Our XMonad identifies as 0.15, which is why we need to jailbreak it
into the extras build
2018-10-03 07:48:49 -04:00
Peter Simons
a4badb243c
hledger: fix build of new version 1.11
2018-10-02 21:08:48 +02:00
Peter Simons
d994f1cfd4
git-annex: update sha256 for new version 6.20180926
2018-09-28 11:16:42 +02:00
Bas van Dijk
0ab8fa2181
Merge pull request #47424 from Taneb/dontcheck-generic-lens
...
haskellPackages.generic-lens: dontCheck
2018-09-28 10:55:38 +02:00
Nathan van Doorn
550fe159f0
haskellPackages.generic-lens: apply patch to fix tests
2018-09-28 09:42:36 +01:00
Sarah Brofeldt
5c45ca0943
haskellPackages.term-rewriting: doJailbreak and dontCheck
2018-09-28 09:45:22 +02:00
Bas van Dijk
36e8d638d4
haskellPackages.haddock-api: fix build
...
Also remove haddock-library == 1.4.4 since it's not needed anymore
2018-09-24 01:57:09 +02:00
Bas van Dijk
e1d51fa9e6
haskellPackages.yi-core: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
1d7b922238
haskellPackages.safe-money-*: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
38467261c3
haskellPackages.Frames: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
9b67908e67
haskellPackages.Euterpea: fix build by using PortMidi == 0.2
2018-09-23 22:50:04 +02:00
Bas van Dijk
ff6122c993
haskellPackages.Frames: fix build by using vinyl-0.10.0
2018-09-23 21:54:25 +02:00
Bas van Dijk
73862bf812
haskellPackages.mandrill: fix build for ghc843
2018-09-21 19:08:25 +02:00
Peter Simons
6e4c666a67
git-annex: update sha256 hash for new version 6.20180913
2018-09-19 21:04:41 +02:00
Peter Simons
72e2ab2c72
cabal2nix: update yaml override to the latest version
2018-09-19 21:04:41 +02:00
Michael Alan Dorman
c5467e8f73
cabal-install: use newer version of Cabal library
2018-09-19 21:04:41 +02:00
Chris Ostrouchov
e1ed5b26c9
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
...
Author acknowleges test failing (change when no longer 0.3.2.1).
https://github.com/lierdakil/pandoc-crossref/issues/199
2018-09-19 14:47:41 -04:00
Nathan van Doorn
d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
...
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Peter Simons
e0c081c6ac
haskell-cabal2nix: update override for hpack 0.31.0
...
* pkgs/development/haskell-modules/configuration-common.nix:
2018-09-12 13:14:22 +02:00
Peter Simons
1c5d7ad52e
cabal2nix: fix (and clean up)override for hpack dependency
2018-09-12 10:31:09 +02:00
Arian van Putten
02feb90d4e
safe-money: Fix dependencies for safe-money-*
...
They all depend on safe-money-0.7, but hackage2nix made them incorrectly
depend on safe-money-0.6
We should be able to remove this 'hack' as soon as the new Stackage LTS
comes out, as safe-money-0.7 will then be the default version.
2018-09-10 13:41:57 +02:00
Eric Wolf
5d91e0f57d
hunspell-hs: fix build
...
Using pkgconfig like jtojnar suggested.
Disables tests as some necessary data files
aren't included on hackage.
2018-08-26 20:44:39 +02:00
Peter Simons
08f48236d2
cabal2nix: update hpack override to the new version
2018-08-19 13:36:20 +02:00
Shea Levy
38396acd3b
haskellPackages.xmlhtml: Jailbreak for hspec 2.5
2018-08-17 09:25:35 -04:00
Shea Levy
a07cc456bc
haskellPackages.hoopl: Disable broken testsuite.
...
https://github.com/haskell/hoopl/issues/50
2018-08-17 09:02:24 -04:00
Shea Levy
9c32d185d1
haskellPackages.hasktags: Disable broken testsuite.
...
https://github.com/MarcWeber/hasktags/issues/52
2018-08-16 15:35:05 -04:00
Shea Levy
816f4ef188
haskellPackages.cabal-plan: Remove broken patch.
2018-08-16 15:16:54 -04:00
Domen Kožar
d2c55eb34a
haskellPackages.hpack: set to newest hpack to avoid conflicting hpack versions in closure
2018-08-14 11:42:10 +01:00
Domen Kožar
85f892b988
stack2nix: cleanup
2018-08-14 11:41:42 +01:00
Bas van Dijk
a70fbb8d9e
haskell: upgrade the tensorflow packages
...
Also enable building on GHC-8.4.
2018-08-13 20:07:43 +02:00
Izorkin
fdec6b1b8d
servant-sphinx-documentation: fix sha256sum
2018-08-12 23:13:23 +03:00
Peter Simons
8121eebb9a
git-annex: update sha256 hash for the new version
2018-08-12 11:35:23 +02:00
Bas van Dijk
9481513360
cabal2nix: fix build by overriding hpack to 0.29.6
...
Fixes: https://github.com/NixOS/cabal2nix/issues/369
2018-08-11 10:44:27 +02:00
Silvan Mosberger
7f12361e62
yi: fix build
2018-08-09 22:28:25 +02:00
Jan Tojnar
93168d887c
bustle: fix build
2018-08-07 12:08:10 +02:00
Michael Alan Dorman
8df4d87aee
xmonad, xmonad-contrib, xmonad-extras: remove superfluous config
...
xmonad and xmonad-contrib no longer require patches, and
xmonad-contrib and xmonad-extras no longer need to be jailbroken.
2018-08-07 09:25:35 +02:00
Bas van Dijk
3328ea7749
haskellPackages.sexpr: fix build
2018-08-03 02:00:47 +02:00
Matt McHenry
afaaac2432
haskell-language-ecmascript: jailbreak to fix the build
2018-08-02 07:23:31 -04:00
Peter Simons
5c4b203032
hledger-lib: patch code to work around a regression in version 0.10
...
https://github.com/simonmichael/hledger/issues/852
2018-07-30 19:46:25 +02:00
Tim Steinbach
e7d57853b0
hnix: Fix build
2018-07-27 14:16:41 -07:00
Domen Kožar
059c2312be
haskell: move yaml overrides to configuration-nix
2018-07-25 15:17:56 +01:00
Domen Kožar
db557aab7b
haskell: remove/add some servant overrides
2018-07-25 09:02:40 +01:00
Jack Kelly
b2be524e30
haskellPackages.blank-canvas: Move fixes to configuration-common.nix
2018-07-24 10:32:00 +10:00
Bas van Dijk
f30bfcd623
doctest-discover: move override out of configuration-nix.nix
...
and move it to configuration-common.nix where it belongs.
configuration-nix.nix is only for fixing build failures
due to Nix.
2018-07-24 01:42:43 +02:00
Peter Simons
810c3e31b3
Merge pull request #43970 from LumiGuide/tensorflow-haskell-improvements
...
haskell: fix build of all tensorflow packages
2018-07-22 20:25:20 +02:00
Jan Tojnar
f94f861942
haskellPackages.bustle: fix build
2018-07-22 16:43:57 +02:00
Jan Tojnar
5b5a1b3445
haskellPackages.hgettext: jailbreak
...
https://github.com/haskell-hvr/hgettext/issues/14
2018-07-22 16:43:34 +02:00
Bas van Dijk
e60f4eef8d
haskell: fix build of all tensorflow packages
...
* Since this commit changes configuration-hackage2nix.yaml it
requires a hackage-packages.nix upgrade.
* Moved the tensorflow overrides out of configuration-ghc-8.2.x.nix
and into the dedicated file configuration-tensorflow-ghc-8.2.x.nix
for better readability.
* Add overrides for all the packages in the tensorflow-haskell
repository.
2018-07-22 16:37:51 +02:00
Peter Simons
26b313accf
git-annex: update sha256 hash for the new version
2018-07-21 16:22:13 +02:00
Peter Simons
65d209811a
Merge pull request #43509 from dtzWill/fix/hpc-coveralls-patch
...
hpc-coveralls: patch to fix build (for Cabal 2.2)
2018-07-20 09:13:04 +02:00
Silvan Mosberger
59159f9d8e
haskellPackages.hnix: Fix build ( #43824 )
2018-07-19 19:18:44 +01:00
Will Dietz
a16b7dfb6a
hpc-coveralls: patch to fix build (for Cabal 2.2)
2018-07-13 23:39:17 -05:00
Will Dietz
ba602b0a5f
haskell-{unix-time,prettyprinter}: dontCheck on musl
2018-07-12 11:04:25 -05:00
Peter Simons
4fe4ac341d
haskell-stylish-cabal: build needs hspec < 2.5 to succeed
2018-07-11 11:10:45 +02:00
Peter Simons
0b0696f4ac
haskell-stack: jailbreak to fix the build
2018-07-10 20:10:27 +02:00
Domen Kožar
d3a7439722
haskell-servant-swagger: disable tests until next release
2018-07-10 20:10:27 +02:00
Domen Kožar
7c35b1a006
haskell-amazonka: no need for overrides
2018-07-10 20:10:27 +02:00
Domen Kožar
b039854de1
haskell-lzma: dontCheck
2018-07-10 20:10:27 +02:00
Peter Simons
b49693a0fa
haskell-taffybar: drop duplicate override for strictDeps
2018-07-10 20:10:27 +02:00
Peter Simons
e36fcd28a2
cabal2nix: help the regression test suite locate the cabal2nix binary
2018-07-10 20:10:27 +02:00
Peter Simons
1397830470
structured-haskell-mode: fix build with LTS 12.x
2018-07-10 20:10:27 +02:00
Peter Simons
dcd037c14a
git-annex: fix the build in LTS 12.x
...
git-annex depends on 'esqueleto', which is not actively maintained. As a
result, 'esqueleto' fails to compile with recent versions of 'persistent',
which in turns requires us to link with old versions of 'conduit' and so on and
so forth. It's a disaster. I wasted several hours of my life trying to make
that build work, but eventually I gave up and dropped support for S3 and for
the Web app from git-annex to get rid of the most problematic dependencies.
That reduced version of git-annex is still difficult enough to compile, but at
least it's possible.
2018-07-10 20:10:27 +02:00
Peter Simons
279287a91c
haskell-haddock-library: jailbreak and disable test suite to fix the build
2018-07-10 20:10:26 +02:00
Peter Simons
1cc37b2947
haskell-tree-diff: jailbreak to fix the build
2018-07-10 20:10:26 +02:00
Peter Simons
a711d4342f
Update Haskell overrides for lts-12.x.
2018-07-10 20:10:26 +02:00
John Ericson
740cfffcb2
haskell infra: Fix built-time overrides
...
These should all come from `buildHaskellPackages`
2018-07-09 18:09:17 -04:00
Peter Simons
1d587c2e66
hledger-ui: fix build with ghc 8.4.x
2018-07-04 19:14:18 +02:00
Peter Simons
e938b12cde
haskell-base-compat: update overrides for the new version
2018-07-04 19:14:18 +02:00
Peter Simons
6e07a3a19a
Revert "haskell generic-builder: Use strictDeps always"
2018-07-04 13:18:21 +02:00
Domen Kožar
9ed54a38bd
configuration-common.nix: fix build tools
2018-07-03 19:24:40 -04:00
Matthew Bauer
1a668f79b2
yesod-persistent: add hspec-discover for 1.4.3
2018-07-02 16:37:20 -04:00
Matthew Bauer
4590a3702a
haskell-modules: Add more overrides
2018-07-02 15:55:00 -04:00
Matthew Bauer
2cb563374f
haskell-modules: Add more test tool depends
2018-07-02 15:55:53 -04:00
Matthew Bauer
fb94cd9b51
haskell-modules: Add pandoc for heist
2018-07-02 15:55:48 -04:00
Matthew Bauer
c4431d301a
haskell-modules: Add test tool depend for modern-uri
2018-07-02 15:55:43 -04:00
Matthew Bauer
10f10638d8
haskell-modules: Add many more overrides for hspec-discover
...
This is needed for picking up hspec-discover in strictDeps generic-builder.nix.
2018-07-02 15:55:20 -04:00
Matthew Bauer
42bd49d72b
haskell-modules: Fix mockery in macos
...
Weird errors otherwise - seems to need this to know it can skip the
bad test.
2018-07-02 15:55:01 -04:00
John Ericson
3457ce0142
with-location: Link upstreamming attempt
2018-07-02 15:52:47 -04:00
John Ericson
c4d43761c1
haskell with-location: Link upstreaming attempt
2018-07-02 15:52:47 -04:00
Matthew Bauer
fea9a71ff4
haskell: add more test tool depend for hspec-discover
...
Needed for new ‘strictDeps = true;’ handling.
Including-
- slim
- string-conversions
- skeletal-test
- catamorphism
- unliftio
- logging-facade
- distributive
- doctest
- http-types
- interpolate
- mockery
- mime-mail
- http2
2018-07-02 15:52:47 -04:00
Matthew Bauer
160894db35
text-conversions: add hspec-discover
2018-07-02 15:52:22 -04:00
Matthew Bauer
9ef816e776
with-location: add hspec-discover
2018-07-02 15:52:22 -04:00
John Ericson
d2f6f527f4
alex: which
needs to be a tool dep so it's a nativeBuildInput
...
Also pull it from `buildPackages`, as that is where nativeBuildInputs
come from.
2018-07-02 15:52:22 -04:00
John Ericson
242ca11b03
base-compat: Add missing build tool dependency
2018-07-02 15:52:22 -04:00
John Ericson
43e3ea0322
hspec{,-core,-discovery}: Add build-tool-depends to testsuite
...
`fetchpatch`ing a PR I just opened. This ought to get Cabal to make the
`PATH` include the newly-built exe, but unfortunately it doesn't.
2018-07-02 15:52:21 -04:00
John Ericson
ceaf285c0c
haskell generic-builder: Use strictDeps always
...
This helps avoid the `ARG_MAX` issues we've been having, and is
generally a good idea to ensure cross comparability anyways.
2018-07-02 15:51:14 -04:00
Domen Kožar
a260b3d681
dhall-nix: fix build
2018-07-02 19:45:02 +01:00
Sarah Brofeldt
24ef1450bd
dhall-json_1_2_1: Bump dhall dep
2018-07-02 10:57:00 +01:00
Peter Simons
be1461fc0a
haskell-dhall-json: update override
2018-07-01 22:03:57 +02:00
Domen Kožar
5974bb7c9c
haskell: Move version dependent overrides from to configuration-common
2018-06-30 15:49:36 +01:00
Jan Tojnar
bf4d1f2c15
bustle: fix build
2018-06-29 02:19:19 +02:00
Pi3r
75ce141a35
haskell-filecache: disable test suite on Darwin
...
See https://github.com/bartavelle/filecache/issues/4 for details.
Closes https://github.com/NixOS/nixpkgs/pull/42629 .
Update configuration-common.nix
2018-06-27 14:27:00 +02:00
Peter Simons
8d0d41da09
git-annex: update to version 6.20180626
...
This update fixes CVE-2018-10857 and CVE-2018-10859.
2018-06-27 10:44:10 +02:00
Peter Simons
fb9f0ebc9a
haskell-vector-sized: update override for the latest version
2018-06-26 10:12:28 +02:00
Profpatsch
2f2e79be39
haskellPackages: disable profiling ghc-heap-view ghc-datasize
2018-06-25 22:06:50 +02:00
Peter Simons
1486fee1d3
haskell-Cabal: drop obsolete override to fix Setup dependencies
...
This is now handled by cabal2nix:
- 7ccbd668d1
.
- https://github.com/NixOS/nixpkgs/pull/41939
2018-06-22 17:50:11 +02:00
Peter Simons
e0d34cfeca
haskell-streaming-commons: disable randomly failing test suite
2018-06-22 17:50:11 +02:00
Philip Potter
5a2e2db7b2
dhall-json_1_2_0: fix dependencies
...
dhall-json 1.2.0 requires dhall's version to be at least 1.14.0 and less
than 1.15.0. The package wasn't building for me because `dhall` is at
version 1.11.1; pinning to `dhall_1_14_0` fixed it.
2018-06-19 20:33:32 +01:00
John Ericson
b6dfa316b7
Merge pull request #41939 from obsidiansystems/haskell-always-setup-separately
...
haskell generic-builder: Always use separate pkg db for custom setup
2018-06-18 22:25:17 -04:00
Kirill Elagin
6d5751bfa5
haskell: Add setup depends for Cabal
2018-06-18 16:22:21 -04:00
mulderr
a6e737c65e
odpic-raw: disable tests ( #42135 )
...
Test suite expects a running Oracle database server.
2018-06-18 21:50:57 +02:00