Peter Simons
2b10aed0d7
ghc-8.8.x: update version overrides for microlens packages
2020-01-31 21:05:56 +01:00
Peter Simons
135cc0c58d
haskell-cabal-plan: update overrides for new version of base-compat
2020-01-31 21:05:55 +01:00
Jan Tojnar
4141619331
haskellPackages.bustle: fix building on Hydra
...
Bustle is proclaiming OtherLicense even though the code is licensed under LGPL 2.1+. This causes cabal2nix to set hydraPlatforms = stdenv.lib.platforms.none in hackage-packages.nix for the package.
Lets let's unset the attribute and fix the license.
2020-01-31 21:05:55 +01:00
Jan Tojnar
3430ded6c8
haskellPackages.bustle: clean up with lib.pipe
2020-01-31 21:05:55 +01:00
Peter Simons
8e8b8a5b6c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
5556d14668
.
2020-01-31 21:05:44 +01:00
Peter Simons
78d58f61c5
hackage2nix: update list of broken packages
2020-01-31 21:05:39 +01:00
Peter Simons
3b5f3d1cb1
LTS Haskell 14.22
2020-01-31 21:05:38 +01:00
Keito Kajitani
38149ff88d
haskellPackages.dhall-json_1_6_1: prettyprinter_1_6_0
2020-01-31 21:47:07 +09:00
Luka Blaskovic
668b3e7de4
configuration-ghc-8.2.x: use default llvmPackages
2020-01-30 18:35:30 -05:00
Luka Blaskovic
4fa34c2283
llvm-general: remove
2020-01-30 18:35:29 -05:00
Peter Simons
26dbde5dbc
haskell-pandoc: disable test suite when building with ghc-8.8.x
...
pandoc-2.9.1.1 fails 1 test.
2020-01-27 10:00:45 +01:00
Peter Simons
ade7cc1fd3
haskell-hlint: update override for new ghc-lib-parser-ex dependency
2020-01-24 21:02:44 +01:00
Peter Simons
15aa9dd0a3
haskell-prettyprinter: disable the failing test suite of version 1.6.0
2020-01-24 21:02:43 +01:00
Peter Simons
05a54d417b
ghc-8.8.x: update overrides
2020-01-24 21:02:42 +01:00
Robert Djubek
bb3a93fdb5
matterhorn: init at 50200.6.0
...
Command line mattermost client
2020-01-24 21:02:42 +01:00
Robert Djubek
8e5d5bac2e
glirc: 2.33.1 -> 2.34
...
Really this is a fix of the build because of the automatic version bump
2020-01-24 21:02:42 +01:00
Peter Simons
d8440b802e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
ac7dcf389a
.
2020-01-24 21:02:23 +01:00
Peter Simons
67e8740904
hackage2nix: update the list of broken packages
2020-01-24 21:02:15 +01:00
Peter Simons
2f4dea687c
LTS Haskell 14.21
2020-01-24 21:02:15 +01:00
Matthew Bauer
07db0b248c
Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'
2020-01-17 18:00:27 -05:00
Peter Simons
4758981603
haskell-ormolu: fix override for ghc-lib-parser
2020-01-17 21:14:34 +01:00
Peter Simons
fc1cafab42
haskell-dhall: update overrides for the new release
...
I dropped the override for dhall-to-cabal, because the package
is marked as broken already.
2020-01-17 21:14:34 +01:00
Peter Simons
8a5c2f6569
haskell-tls-session-manager: fix build with ghc-8.8.x
2020-01-17 21:14:34 +01:00
Peter Simons
8576e8b2c3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
d1d0ee2298
.
2020-01-17 21:14:33 +01:00
Peter Simons
40420dc313
haskell-doctemplates: provide the latest version when building pandoc 2.9.x
2020-01-17 21:14:33 +01:00
Peter Simons
672880966f
haskell-ghc-lib-parser: update to latest version for hlint
2020-01-17 21:14:33 +01:00
Peter Simons
f3769d7015
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
b2812edaae
.
2020-01-17 21:14:32 +01:00
Peter Simons
42273f0e67
hackage2nix: update list of broken packages
2020-01-17 21:14:32 +01:00
Peter Simons
cedb9c1c1c
hackage2nix: honor LTS for lambdabot, but not for cabal2spec
2020-01-17 21:13:19 +01:00
Jacquin Mininger
7d67db3919
shellFor: Refactor for consistency and cross
...
This makes it work like work-on-multi from Reflex Platform. In
particular, rather than making `.env` from `shellFor`, we make `.env`
the primitive, and `shellFor` works by combining together the arguments
of all the packages to `generic-builder` and taking the `.env` of the
resulting mashup-package.
There are 2 benefits of this:
1. The dependency logic is deduplicated. generic builder just concatted
lists, whereas all the envs until now would sieve apart haskell and
system build inputs. Now, they both decide haskell vs system the same
way: according to the argument list and without reflection.
Consistency is good, especially because it mean that if the build
works, the shell is more likely to work.
2. Cross is handled better. For native builds, because the
`ghcWithPackages` calls would shadow, we through both the regular
component (lib, exe, test, bench) haskell deps and Setup.hs haskell
deps in the same `ghcWithPackages` call. But for cross builds we use
`buildPackages.ghcWithPackages` to get the setup deps. This ensures
everything works correctly.
2020-01-17 10:46:29 -05:00
John Ericson
ba9066abca
Merge together merge bases of 19.09 and master
2020-01-15 18:54:36 -05:00
Peter Simons
29e871b2d0
haskell-krank: jailbreak to fix the build
2020-01-10 21:02:44 +01:00
Peter Simons
0685be711e
git-annex: update sha256 hash for version 7.20191230
2020-01-10 20:56:20 +01:00
Peter Simons
4ef37f4210
haskell-hoogle: drop obsolete jailbreak
...
The latest version of hoogle accepts haskell-src-exts-1.23.x.
2020-01-10 20:56:20 +01:00
Peter Simons
7b8cdfabcd
haskell-pandoc: update ghc-8.8.x override for the latest version
2020-01-10 20:56:20 +01:00
Peter Simons
1886028a3c
haskell-tls: update ghc-8.8.x override for the latest version
2020-01-10 20:56:20 +01:00
Peter Simons
2c1f974db5
hackage2nix.yaml: update the comment that documents 'default-package-overrides'
2020-01-10 20:56:20 +01:00
(cdep)illabout
d11d55fd62
haskell: add comment to default-package-overrides in configuration-hackage2nix.yaml.
2020-01-10 20:56:20 +01:00
Merlin Göttlinger
900a378245
haskell: add quickjump option to the haskell mkDerivation
...
When visiting local documentation via hoogle, currently for most packages the
quickjump index is missing so you only get a sad error when pressing "s" to
search in the current documentation.
The quickjump option is only supported by the haddock utility that's shipped
with ghc 8.6.x or later.
Closes https://github.com/NixOS/nixpkgs/pull/75942 .
2020-01-10 20:56:20 +01:00
Peter Simons
d8cf98b9c8
haskell-src-exts: update overrides for the new 1.23.0 version
2020-01-10 20:56:20 +01:00
Brian Hicks
dfa9d013e7
postgresql-typed: disable test suite
...
the test suite requires a running PostgreSQL instance to complete
successfully, so we'll just skip that.
2020-01-10 20:56:20 +01:00
Peter Simons
2514bddbf7
ghc-8.10.x: exceptions is now a core library that comes with the compiler
2020-01-10 20:56:19 +01:00
Peter Simons
2447c661d9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
e75b27b8d5
.
2020-01-10 20:56:08 +01:00
Marek Fajkus
efa816ab60
haskellPackages.hakyll-sass: unmark broken
2020-01-10 20:56:07 +01:00
Aditya Manthramurthy
cf2df51313
haskellPackages.webby: mark unbroken
...
Builds fine now.
2020-01-10 20:56:07 +01:00
Peter Simons
dbe97c772e
hackage2nix: update list of broken builds
2020-01-10 20:56:07 +01:00
Peter Simons
323fe92057
LTS Haskell 14.20
2020-01-10 20:56:07 +01:00
Peter Simons
4a2aad0d39
Revert "haskell/with-packages-wrapper.nix: install "doc" outputs"
2020-01-10 15:20:08 +01:00
Alexander Foremny
9e808578c4
haskellPackages.ormolu: mark unbroken
...
Builds fine with 6b5bb4261c6dacbe65d348376c416c75ddafaebd
2020-01-10 14:54:33 +01:00
Alexander Foremny
47ddee700f
haskellPackages.ormolu: fix overrides so it builds
2020-01-10 14:54:33 +01:00