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
Peter Simons
21daeb2059
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
15d56e428a
.
2018-10-15 12:39:13 +02:00
Peter Simons
5dbe6ac45b
hackage2nix: disable failing Hydra builds
2018-10-15 12:39:13 +02:00
Peter Simons
e04931e019
LTS Haskell 12.13
2018-10-15 12:37:35 +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
Ryan Mulligan
07f8104707
treewide: fix evaluation with allowAliases = false
2018-10-13 15:32:07 -07: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
5ea9d9d097
haskell: add GitHub issues to non-hackage-packages.nix
2018-10-12 14:17:48 +02:00
Bas van Dijk
b64193f69b
haskellPackages.multi-ghc-travis: removed in favour of haskell-ci
...
multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
2018-10-12 14:17:24 +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
Peter Simons
478eff0225
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
23ec1f32c6
.
2018-10-08 18:38:39 +02:00
Peter Simons
6ec4ebf6f8
LTS Haskell 12.12
2018-10-08 18:38:38 +02: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
Drew Hess
4babe7f799
haskell: re-enable aarch64, but disable parallel builds on that arch.
...
This is a workaround for unreliable parallel Haskell builds on
aarch64. See https://ghc.haskell.org/trac/ghc/ticket/15449
2018-10-05 01:28:42 -04:00
Peter Simons
c5d4957103
haskell-lens: use latest version when building with ghc-8.6.x
2018-10-03 18:00:29 +02:00
Peter Simons
975c77e2d5
haskell-free and base-orphans: use latest versions to fix build with ghc-8.6.x
2018-10-03 18:00:29 +02:00
Peter Simons
5334751964
haskell-hspec: fix overrides to use the newer QuickCheck version
2018-10-03 18:00:29 +02:00
Peter Simons
2d098f7ef6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
007086bd5b
.
2018-10-03 18:00:29 +02:00
Peter Simons
e6195f704f
haskell-semigroupoids: update to latest version for ghc-8.6.x
2018-10-03 18:00:29 +02:00
Silvan Mosberger
5067773e39
haskellPackages.*.env: Use shellFor
2018-10-03 18:00:29 +02:00
Silvan Mosberger
56da05d459
haskellPackages.shellFor: Clean and fixup
...
- Now correctly sets NIX_GHC* env vars
2018-10-03 18:00:29 +02:00
Silvan Mosberger
7c5c3fceff
haskell.lib.getBuildInputs: Use generic builder passthru to implement
2018-10-03 18:00:29 +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
Matthew Bauer
a88b8da554
Merge pull request #47676 from matthewbauer/security-mojave-fix
...
haskell: fix x509-system on mojave
2018-10-02 15:18:39 -05:00
Matthew Bauer
300ff965ae
haskell: fix x509-system on mojave
...
darwin.security_tool is currently broken in Mojave. See issue #45042
for more info. Our security_tool stuff comes from 10.9 so I suspect
that it needs an update.
Here I am putting in a hack to get things working again. This uses the
system provided security binary at /usr/bin/security to avoid the
issue in Haskell’s x509-system package. Unfortunately, this will break
with the sandbox. I am also working on a proper fix, but this requires
updating lots of Apple stuff (and also copumpkin’s new CF). You can
follow the progress on this branch:
https://github.com/matthewbauer/nixpkgs/tree/xcode-security
This commit should be backported to release-18.03 and release-18.09.
/cc @copumpkin @lnl7 @pikajude
2018-10-02 15:14:11 -05:00
Peter Simons
a4badb243c
hledger: fix build of new version 1.11
2018-10-02 21:08:48 +02:00
Peter Simons
8f400527a7
haskell-hspec: update ghc-8.6.x overrides for version 2.5.8
2018-10-02 21:08:47 +02:00
Peter Simons
8841b09c0f
haskell-doctest: drop obsolete override for ghc-8.6.x
2018-10-02 21:08:47 +02:00
Peter Simons
ab1a64fe6a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
8d7d987c0d
.
2018-10-02 21:08:42 +02:00
Peter Simons
d072586714
LTS Haskell 12.11
2018-10-02 21:07:59 +02:00
Peter Simons
c917407575
haskell-texmath: patch to fix build with ghc-8.6.x
2018-09-28 12:11:20 +02:00
Peter Simons
d994f1cfd4
git-annex: update sha256 for new version 6.20180926
2018-09-28 11:16:42 +02:00
Peter Simons
fd02cfd3ba
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
deb25ca305
.
2018-09-28 11:16:42 +02:00
Peter Simons
2c5e1c003a
haskell-hslogger: use latest version when building with ghc-8.6.x
2018-09-28 11:16:42 +02:00
Peter Simons
bb5638e54a
haskell-lens: put override into alphabetical order
2018-09-28 11:16:42 +02:00
Peter Simons
89223a9380
haskell-control-monad-free: mark broken when building with ghc-8.6.x
2018-09-28 11:16:42 +02:00
Peter Simons
9f660351a4
haskell-Glob: use latest version when building with ghc-8.6.x
2018-09-28 11:16:42 +02:00
Peter Simons
b68e320e3a
haskell-JuicyPixels: use latest version when building with ghc-8.6.x
2018-09-28 11:16:42 +02:00
Peter Simons
147c5da7bc
haskell-lens: disable test suite to fix build with ghc-8.6.x
2018-09-28 11:16:42 +02:00
Peter Simons
35cf30bd8e
haskell-fgl: fix build with ghc-8.6.x
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
Peter Simons
e797f37d02
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
8d69413ed8
.
2018-09-27 15:14:13 +02:00
Peter Simons
b70f4ff218
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
35d90c5e25
.
2018-09-27 15:14:12 +02:00
Peter Simons
424f6b9341
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
a4158051bb
.
2018-09-27 15:14:12 +02:00
Peter Simons
44f68ab3ef
haskell-doctest: fix build with ghc-8.6.x
2018-09-27 15:14:12 +02:00
Peter Simons
a2cbfd961b
haskell-hspec: fix build with ghc-8.6.x
2018-09-27 15:14:11 +02:00
Peter Simons
f705ee21f6
Update overrides for ghc-8.6.x.
2018-09-24 21:19:35 +02:00
Peter Simons
873476c55a
haskell-hspec-core: use latest version when building with ghc 8.6.x
2018-09-24 21:19:35 +02:00
Peter Simons
9de1461f45
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:35 +02:00
Peter Simons
21dc7a6aa5
haskell-text: update overrides for the new version
2018-09-24 21:19:35 +02:00
Peter Simons
9e963c020e
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:34 +02:00
Peter Simons
dbffdee9d2
Add a couple of overrides to fix build with GHC 8.6.1.
2018-09-24 21:19:34 +02:00
Peter Simons
c50365ec92
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
be1e8a29d2
.
2018-09-24 21:19:29 +02:00
Peter Simons
2fc9fee6b2
hackage2nix: disable broken Hydra builds
2018-09-24 21:18:51 +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
73cf1c26d8
haskellPackages.Frames-beam: disable tests because it requires a running PostgreSQL server
2018-09-23 21:57:17 +02:00
Bas van Dijk
ff6122c993
haskellPackages.Frames: fix build by using vinyl-0.10.0
2018-09-23 21:54:25 +02:00
Peter Simons
7a036a5cbe
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
c75652c02b
.
2018-09-22 13:26:33 +02:00
Bas van Dijk
73862bf812
haskellPackages.mandrill: fix build for ghc843
2018-09-21 19:08:25 +02:00
John Ericson
8a41a11d66
Merge pull request #47096 from obsidiansystems/fix-x509-system
...
haskellPackages.x509-system: Override based on the host, not target platform
2018-09-20 21:55:24 -04:00
John Ericson
45c637d8a0
haskellPackages.x509-system: Override based on the host, not target platform
...
There were many reverts back and forth, but it ultimately appears that I
am the source of this mistake. I clarified the comment so as not to
confuse myself or anyone else.
2018-09-20 21:48:06 -04:00
Nathan van Doorn
c8598daad4
haskellPackages.sbv: fix location of z3 executable
...
A lot of the functionality of the z3 library depends on it being able to
find the z3 executable on $PATH. Hard-coding it here means it will never
be unable to find it and z3 doesn't need to pollute $PATH.
2018-09-20 11:45:16 +01:00
Peter Simons
6e4c666a67
git-annex: update sha256 hash for new version 6.20180913
2018-09-19 21:04:41 +02:00
Peter Simons
c18a0becf2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
439b9af37f
.
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
Peter Simons
4b129a73db
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
d5215acecc
.
2018-09-19 21:04:41 +02:00
Peter Simons
234a24cbeb
LTS Haskell 12.10
2018-09-19 21:04:40 +02:00
Peter Simons
3c95fb13ee
Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor
...
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
2018-09-19 20:50:50 +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
John Ericson
f4be0b45dd
Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flag
...
haskell infra: Also pass `--with-ar` in cross builds
2018-09-18 19:14:13 -04:00
John Ericson
750933a17c
haskell infra: Also pass --with-ar
in cross builds
2018-09-18 18:49:58 -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
Bas van Dijk
0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
...
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
John Ericson
9f768ff43c
Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackages
...
haskell infra: "late bind" `buildHaskellPackages`
2018-09-17 16:20:56 -04:00
John Ericson
8da28de0e8
haskell infra: "late bind" buildHaskellPackages
...
This way it can be overridden.
2018-09-17 16:01:26 -04:00
Silvan Mosberger
7e5917a031
haskellPackages: Fix ListLike for 8.02 and 8.22
2018-09-17 03:54:03 +02: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
9d47aaa3b6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11-9-gb3613cb from Hackage revision
e44c7d34b0
.
2018-09-12 10:33:23 +02:00
Peter Simons
53d34305f6
haskell-stm: update overrides that use version 2.4.5.0 to version 2.4.5.1
2018-09-12 10:31:10 +02:00
Peter Simons
838b4fe552
haskell-Cabal: keep a copy of the 2.2.x version around in the package set
2018-09-12 10:31:09 +02:00
(cdep)illabout
da86e4255b
haskellPackages.termonad: Add dontCheck and remove from dont-distribute-packages.
...
The doctests for termonad fail to build only with nix. When building
without nix, the doctests run correctly:
https://github.com/cdepillabout/termonad/issues/15
This PR disables the tests for termonad, as well as removing it from
dont-distribute-packages.
2018-09-12 10:31:09 +02:00
Peter Simons
1c5d7ad52e
cabal2nix: fix (and clean up)override for hpack dependency
2018-09-12 10:31:09 +02:00
Peter Simons
11930854a2
haskell-yaml: drop obsolete override
2018-09-12 10:31:08 +02:00
Peter Simons
1b1cb6305c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11-9-gb3613cb from Hackage revision
3869e8d541
.
2018-09-12 10:31:03 +02:00
Peter Simons
3c1af12544
LTS Haskell 12.9
2018-09-12 10:30:20 +02:00
Alexander Biehl
88ce4f5e8a
More conservative SCC tagging for Haskell libraries
...
`all-functions` corresponds to `-fprof-auto` which places an SCC on every binding. It is well known that SCCs hinder GHC from doing its optimization magic and really slows down profiled code to a point where the profiling reports are completely skewed towards things that were completely optimized away in production settings. Concretely this shows up with things like lenses which do not carry runtime overhead when properly simplified.
`exported-functions` corresponds to GHCs `-fprof-auto-exported` which doesn't put SCCs on `INLINE`d code and in turn doesn't influence simplification of this basic but important stuff.
2018-09-12 10:30:20 +02:00
Alex Biehl
f8a158c346
Haskell builder: Use $abi/$libname as --libsubdir
2018-09-12 10:30:20 +02:00
Michael Peyton Jones
175c4f040f
haskell generic builder: enable benchmarks if doBenchmark is true
2018-09-11 16:24:26 +01:00
Bas van Dijk
d05a8bb410
Merge pull request #44424 from dhess/callCaball2nixWithOption
...
haskell-modules: add callCabal2nixWithOptions.
2018-09-11 09:00:03 +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
Bas van Dijk
1fc5a6d2b6
haskell: build the tensorflow packages on hydra since they now build successfully
2018-09-06 09:15:56 +02:00
Bas van Dijk
a5f08c17e5
haskellPackages.tensorflow-mnist: fix missing dependency on tensorflow-mnist-input-data
2018-09-06 09:15:56 +02:00
Bas van Dijk
641025d410
haskellPackages.tensorflow-mnist-input-data: link data files instead of copying
...
This prevents duplication in the nix store.
2018-09-06 09:15:56 +02:00
Bas van Dijk
6bd8799448
haskellPackages.tensorflow-mnist-input-data: use an attribute set to specify the data files
...
This is more understandable and safer than using a nested list.
2018-09-06 09:15:50 +02:00
Matthieu Coudron
11e2009821
haskellPackages.tensorflow-mnist-input-data: fetch
...
Prefetch data so that the package doesn't try to connect to the internet.
2018-09-06 00:11:02 +09:00
Peter Simons
b35b8baddd
Merge pull request #45348 from shlevy/shellFor-all-build-inputs
...
haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.
2018-09-02 16:11:43 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Bas van Dijk
97a4d29545
haskell: disable library profiling for static executables
...
Haskell packages overridden with justStaticExecutables
(like cabal-install, stack, pandoc, darcs, etc.) don't provide
libraries in the end result so it's futile to build them with library
profiling enabled because it will just take extra time.
2018-08-27 14:31:34 +02:00
Michael Alan Dorman
60cc518b22
xmonad: update nix patch
...
Regenerated against the current release.
2018-08-27 14:31:34 +02:00
Peter Simons
cd35b1cc9c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11-7-gdb540bc from Hackage revision
d01233b4fa
.
2018-08-27 14:31:34 +02:00
(cdep)illabout
78e2045f6d
gi-vte: Remove from dont-distribute-packages
2018-08-27 14:31:33 +02:00
Peter Simons
e0d250e5cf
LTS Haskell 12.7
2018-08-27 14:31:33 +02:00
Domen Kožar
82f11ba01b
haskell generic builder: expose enableParallelBuilding
2018-08-26 23:20:41 +01: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
Bas van Dijk
170b8a85d2
Merge pull request #45053 from carlosdagos/skip-check-mattermost-api
...
haskellPackages.mattermost-api: skip check
2018-08-21 03:04:53 +02:00
Carlos D
0909282b1b
haskellPackages.mattermost-api: skip check
2018-08-21 10:16:59 +10:00
John Ericson
60fc04c34b
haskell lib: Add appendConfigureFlags
...
For consistency and completeness; other helpers have these "plural"
variants too.
2018-08-20 17:50:23 -04:00
Shea Levy
b00b2363b3
haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.
...
Fixes #45318
2018-08-19 15:17:35 -04:00
Peter Simons
08f48236d2
cabal2nix: update hpack override to the new version
2018-08-19 13:36:20 +02:00
Peter Simons
782e96e7d4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11 from Hackage revision
d5c89ad106
.
2018-08-19 13:36:14 +02:00
Peter Simons
87ae21cd12
LTS Haskell 12.6
2018-08-19 13:34:59 +02:00
Peter Simons
8546be38e5
hackage-packages: avoid broken reference to gnome2.gnome-keyring
...
Fixes https://github.com/NixOS/nixpkgs/issues/44996 .
2018-08-19 09:38:40 +02:00
Shea Levy
2d32f7daa8
haskellPackages.hadoop-rpc: Apply stack overflow patch on 8.4 as well.
2018-08-17 09:36:53 -04: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
Eric Wolf
fe6ebf85b7
ghc-8.0.2: Fix #44987 ( #45014 )
...
nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802
will run again, but the packages depending on ghc-compact will still not
build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base
4.9.1.0
2018-08-15 14:53:20 +01:00
Shea Levy
7372d3bf31
haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.
...
5523ec8f3c
accidentally dropped the attribute lookup.
2018-08-14 17:05:36 -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
Silvan Mosberger
a57c8579a8
Merge pull request #44568 from uskudnik/add-shellhook-support-to-buildstackproject
...
Add support for user-extensible shellHook to haskell.lib.buildStackProject
2018-08-13 19:39: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
Peter Simons
3fe0751494
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.2-2-g5e5293d from Hackage revision
42f8c34fa4
.
2018-08-12 11:35:24 +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
Bas van Dijk
e9b7e73120
Merge pull request #44356 from ElvishJerricco/callcabal2nix-passthru-deriver
...
callCabal2nix: Passthru deriver
2018-08-11 10:34:06 +02:00
Will Fancher
08b766921d
callCabal2nix: Passthru deriver
2018-08-10 11:38:09 -04:00
Silvan Mosberger
7f12361e62
yi: fix build
2018-08-09 22:28:25 +02:00
Urban Skudnik
01a8fa1a72
Add support for user-extensible shellHook to buildStackProject
...
buildStackProject is overridding shell hook and doesn't append
user-specified shellHook to it, resulting in user's shellHook
never executing.
2018-08-07 14:28:18 +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
Moritz Angermann
e1d180725b
Update generic-builder.nix
...
Drop `hasActiveLibrary` altogether. The condition is wrong, `isLibrary` is the correct one. We can have non-static, non-shared libraries as well.
2018-08-07 09:25:35 +02:00
Moritz Angermann
e4a61c8b6e
[haskell/generic-builder] windows always has an active library
...
This commit is not really correct. The `hasActiveLibrary` check is wrong.
We can have an active library even if we do not ask for a static lirbary or
dynamic one; we can still have just a set of objet files and archives.
2018-08-07 09:25:35 +02:00
Peter Simons
10b923930c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.2 from Hackage revision
e35bfea89e
.
2018-08-07 09:25:35 +02:00
Domen Kožar
750e4888f8
hackage2nix: update list of failing Hydra builds
...
Ping @jb55 for broken "skeletons".
Ping @khumba for broken "hoppy-*".
2018-08-07 09:25:33 +02:00
Peter Simons
5bd2ca749d
LTS Haskell 12.5
2018-08-07 09:25:33 +02:00
Travis Whitaker
a3e7fc876a
haskellPackages.llvm-hs: Use LLVM 6 with llvm-hs, don't run tests on Darwin.
2018-08-05 07:46:10 -07:00
Drew Hess
4abb8be7ab
haskell-modules: add callCabal2nixWithOptions.
...
Fixes #44377 .
2018-08-03 12:55:29 -07: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
Peter Simons
006e298107
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1-16-gf144800 from Hackage revision
8dc53de6a2
.
2018-07-24 17:15:56 +02:00
Peter Simons
17784ef3d6
LTS Haskell 12.2
2018-07-24 17:15:26 +02: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
Bas van Dijk
3d4ea59f20
Merge pull request #43959 from endgame/dontCheck-doctest-discover
...
haskellPackages.doctest-discover: Disable tests
2018-07-24 01:24:19 +02:00
Domen Kožar
cbb50b8188
haskellPackages.servant-streaming-server: dontCheck
2018-07-23 13:19:09 +01:00
Peter Simons
4ea202d328
hackage-packages.nix: avoid broken reference to libudev
2018-07-22 21:08:42 +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
Bas van Dijk
0ac253da1c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1-8-gd90c8cc from Hackage revision
f98093ee9f
.
2018-07-22 17:45:01 +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
Jack Kelly
2dd664140b
haskellPackages.doctest-discover: Disable tests
...
The source package is missing a required file. See:
- https://github.com/karun012/doctest-discover/issues/22
- https://github.com/karun012/doctest-discover/issues/23
2018-07-22 17:08:43 +10:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
Peter Simons
8aaaf98045
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1-7-ga1690c5 from Hackage revision
412c0df404
.
2018-07-21 16:51:55 +02:00
Peter Simons
26b313accf
git-annex: update sha256 hash for the new version
2018-07-21 16:22:13 +02:00
Bas van Dijk
ab4bff2b77
haskell: fix build of tensorflow on GHC-8.2
2018-07-21 16:22:13 +02:00
Bas van Dijk
7b510c47e1
haskell: add extra dependencies of tensorflow-proto
2018-07-21 16:22:13 +02:00
Peter Simons
aa9b50ccf3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1-5-gfad2fe7 from Hackage revision
43ea4ff82a
.
2018-07-21 16:22:13 +02:00
Peter Simons
02f7053629
hackage2nix: disable reflex-dom-fragment-shader-canvas
...
The package depends on broken webkit and doesn't evaluate.
2018-07-21 16:22:13 +02:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
...
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00: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
Peter Simons
b667721ce2
Merge pull request #43730 from srhb/dontcheck-spatial-rotation
...
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
2018-07-19 14:00:55 +02:00
Sarah Brofeldt
b53b5950fc
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
2018-07-19 10:37:12 +02:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Peter Simons
0ac5637ee9
Add a couple of overrides to fix builds in the ghc-8.6.x package set.
2018-07-18 10:27:39 +02:00
Peter Simons
194a2f0535
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1 from Hackage revision
12c327a1fb
.
2018-07-18 10:27:40 +02:00
Peter Simons
9aff5fcd56
LTS Haskell 12.1
2018-07-18 10:27:39 +02:00
Domen Kožar
6fd5287c36
haskell: don't error if isLibrary = true and no libraries exist
...
If empty directory isn't deleted, referer depenedencies will
fail with:
cp: missing destination file operand after '/tmp/nix-build-cabal-helper-0.8.0.2.drv-0/setup-package.conf.d/'
This is currently only the case for cabal-install, as cabal2nix
doesn't handle well buildable=False flags due to long-standing bugs
in Cabal itself.
2018-07-18 10:25:40 +02:00
Will Dietz
da5383006d
haskell-modules: only include glibc locales when using glibc
...
Fixes #43665 .
Hopefully. :)
2018-07-17 08:44:17 -05:00
Peter Simons
b412cac1d7
Merge pull request #43508 from nh2/haskell-dontStrip
...
haskell: Pass `dontStrip` to cabal. Fixes #43506
2018-07-17 08:57:32 +02:00
Peter Simons
9a32dafd05
Merge pull request #43444 from Infinisil/idris-cleanup
...
idris: Recurse into attrs, fix build and remove unneeded overrides
2018-07-16 20:38:53 +02:00
Peter Simons
c661f96968
Consistently pass versioned llvmPackages_x attributes to GHC.
...
Otherwise, these configurations are going to break when Nixpkgs updates
to llvm 6.x.
2018-07-16 10:56:36 +02:00
Peter Simons
55af91d4aa
haskell-xmobar: the new release handles recent haskell-dbus version
2018-07-16 10:11:14 +02:00
Peter Simons
14dc80bc3e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.0-5-gc7420eb from Hackage revision
61ddd81557
.
2018-07-16 09:57:49 +02:00
Will Fancher
2781b1fcbc
Fix ghcjs-dom-jsffi with GHCJS 8.4
2018-07-15 23:47:47 -04:00
Will Fancher
68ea661bb4
Fix various packages under GHCJS
2018-07-15 23:47:46 -04:00
Will Fancher
8488982ee3
Fixed some core packages in GHCJS 8.4
2018-07-15 22:41:27 -04:00
Will Dietz
a16b7dfb6a
hpc-coveralls: patch to fix build (for Cabal 2.2)
2018-07-13 23:39:17 -05:00
Niklas Hambüchen
e15496203e
haskell: Pass dontStrip
to cabal. Fixes #43506
2018-07-14 03:41:39 +02:00
Silvan Mosberger
d767c0c253
idris: Remove unneeded overrides
...
- The gmp issue has long been fixed and closed
- The preBuild thing was never used afaik, it works no problem without
it, especially since checks don't run (To get checks to work we'd have
to compile the libraries into idris, which are currently nicely
separated)
- The dependencies overrides aren't needed anymore
2018-07-13 00:59:30 +02:00
Will Dietz
ba602b0a5f
haskell-{unix-time,prettyprinter}: dontCheck on musl
2018-07-12 11:04:25 -05:00
Peter Simons
e65bdb9199
xmonad-extras: jailbreak to build to cope with out patched version of xmonad
...
Fixes https://github.com/NixOS/nixpkgs/issues/43374 .
2018-07-12 10:54:58 +02:00
Peter Simons
e1e707ce7f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix 2.9.3-8-gb330eb5 from Hackage revision
5926b55f65
.
2018-07-11 11:41:09 +02:00
Peter Simons
6fa41ca51f
hackage2nix: disable failing Hydra builds
2018-07-11 11:41:08 +02:00
Peter Simons
4fe4ac341d
haskell-stylish-cabal: build needs hspec < 2.5 to succeed
2018-07-11 11:10:45 +02:00
Peter Simons
ef967e2a40
hackage2nix: cosmetic (avoid use of tabs)
2018-07-10 21:49:18 +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
1cc53afdd2
haskell-xmonad-contrib: apply patches to fix the build
2018-07-10 20:10:27 +02:00
Peter Simons
0c45d331c7
haskell-xmobar: build with older versions of its dependencies
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
f73baa30f3
haskell-odpic-raw: can't compile this package on Hydra because of unfree dependencies
2018-07-10 20:10:26 +02:00
Peter Simons
62239af3ee
haskell-manifolds: break infinite recursion in test suite dependencies
2018-07-10 20:10:26 +02:00
Peter Simons
1096d95c84
haskell-hledger: drop obsolete overrides for ghc-8.2.x
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
Peter Simons
444404fc4a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix 2.9.3-3-ge82312f from Hackage revision
386d91ec32
.
2018-07-10 20:10:26 +02:00
Peter Simons
6ad292424a
hackage2nix: update list of broken Hydra builds
2018-07-10 20:10:18 +02:00
Peter Simons
32bd0c4f50
hackage2nix: xmobar-0.26 needs old versions of dbus and hinotify to compile
2018-07-10 20:10:18 +02:00
Peter Simons
69cd09f8fb
Switch default Haskell package set to LTS-12.x and GHC 8.4.3.
...
We are at LTS Haskell 12.0.
2018-07-10 20:10:18 +02:00
Robert Hensing
873465eede
Merge pull request #42923 from Gabriel439/gabriel/readDirectory
...
Add `pkgs.haskell.lib.packagesFromDirectory` utility
2018-07-10 11:30:11 +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
John Ericson
f27f491784
Haskell infra: Do callPackage splicing
2018-07-09 16:39:37 -04:00
John Ericson
0299641c91
haskell generic-builder: Make test and benchmark tool depends nativeBuildInputs
...
This was reverted in 6e07a3a19a
with the
other commits in the PR, as the number of overrides added in that PR was deemed
excessive. But this commit adds no overrides, and is valuable on its
own, so I am adding it back.
(cherry picked from commit 359e0ce4bb
)
2018-07-09 12:30:18 -04:00
Gabriel Gonzalez
05ca67107a
Fix type signature
2018-07-07 15:23:03 -07:00
Robert Hensing
637fcd4c5b
pkgs.haskell.lib.packagesFromDirectory: forward compatibility
...
Add `...` for less painful downgrades in the future
2018-07-06 13:03:56 +02:00
Peter Simons
a2338472fb
Drop obsolete ghc-8.4.x overrides for arrows, flexible-defaults, and lambdabot-core.
2018-07-04 19:14:18 +02:00
Peter Simons
1d587c2e66
hledger-ui: fix build with ghc 8.4.x
2018-07-04 19:14:18 +02:00
Peter Simons
81a85ae486
haskell-criterion: update override for ghc 8.4.x
2018-07-04 19:14:18 +02:00
Peter Simons
07db547c19
haskell-dhall: update override for the new version that's used by ghc 8.4.x
2018-07-04 19:14:18 +02:00
Peter Simons
259215a6b3
ghc-8.6.x: create an initial package set configuration
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
0a635d3b78
haskell-hspec: update override for ghc 8.4.x
2018-07-04 19:14:18 +02:00
Peter Simons
ed111be99a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.9.2-32-gdaeaea6 from Hackage revision
f8e066acb6
.
2018-07-04 19:14:19 +02:00
Peter Simons
70d7586278
hackage2nix: ignore Stackage constraints for lambdabot and use latest versions
2018-07-04 19:14:01 +02:00
Peter Simons
a282166e0d
hackage2nix: avoid the update to base-compat-batteries-0.10.4
...
We cannot compile that new version because most builds don't work with
contravariant 1.5.x.
2018-07-04 19:13:14 +02:00
Peter Simons
2664df06c5
hackage2nix: disable failing Hydra builds
2018-07-04 19:13:14 +02:00
Peter Simons
bf9ad8da07
LTS Haskell 11.16
2018-07-04 19:13:14 +02:00
Gabriel Gonzalez
2c55c157bd
Rename readDirectory
to packagesFromDirectory
...
... as suggested by @roberth
2018-07-04 08:22:20 -07:00
Peter Simons
6e07a3a19a
Revert "haskell generic-builder: Use strictDeps always"
2018-07-04 13:18:21 +02:00
Gabriel Gonzalez
8dae83157b
Change readDirectory
to accept an attribute set
...
... as suggested by @roberth
2018-07-03 17:44:19 -07:00
Matthew Bauer
157b59736b
configuration-ghc-8.4.x.nix: Update hspec versions
...
These have changed on master.
2018-07-03 19:25:26 -04:00