sternenseemann
f5a9654af4
configuration-hackage2nix: fix typos, duplicate entries
2021-05-05 18:26:40 +02:00
sternenseemann
1c9ec1f3b3
haskellPackages: mark pkgs failing eval as unsupported on aarch64 / darwin
2021-05-05 18:16:29 +02:00
sternenseemann
2222050406
haskell.packages.ghc901.lens: bump to 5.0.1
...
Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
2021-05-05 15:26:23 +02:00
sternenseemann
20020d3ec8
haskellPackages.hnix: unbreak
...
The mystery build failure was caused by having the same instance as an
orphan and imported from ref-tf 0.5 (why ever that doesn't warrant a
logged error message…). The solution for this is
https://github.com/haskell-nix/hnix/pull/918 , which sadly doesn't apply
cleanly on the hnix 0.12.0.1 tarball. Therefore I've backported the
patch until hnix hopefully gets a new hackage release soon.
2021-05-05 12:55:29 +02:00
sternenseemann
eb9b3a59f0
haskell.packages.ghc901: update to 5.6.2 to fix build
2021-05-05 11:45:52 +02:00
sternenseemann
fbe45054e4
haskellPackages.jsaddle: unbreak
...
Luckily, only version bounds with no weird GHC failures:
https://github.com/ghcjs/jsaddle/issues/123
2021-05-04 16:56:31 +02:00
sternenseemann
4da6569df4
haskellPackages.pinboard-notes-backup: add bdesham to maintainers
2021-05-04 16:40:08 +02:00
sternenseemann
917524cb39
pinboard-notes-backup: justStaticExecutables, move overrides
...
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
sternenseemann
75f01ec909
yi: unbreak
...
yi-language: apply patch allowing newer regex-* dependencies
2021-05-04 16:06:57 +02:00
sternenseemann
caf7725f95
stutter: move overrides into configuration-nix.nix
...
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.
However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
sternenseemann
517662d02d
haskellPackages.hyper-extra: unbreak
...
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemann
794bc5e9ed
haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest
2021-05-04 13:38:46 +02:00
sternenseemann
e30cf42f0c
haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format
...
This is the preferred format for things fetched from git or similar that
are not proper releases: https://nixos.org/manual/nixpkgs/stable/#sec-package-naming
Also we should think about making name and attribute name more
consistent: cabal2nix-latest -> cabal2nix-unstable
2021-05-04 13:38:46 +02:00
sternenseemann
648a5b14fb
haskellPackages.ihaskell-{display,basic}: jailbreak
...
Version bounds on base are too strict:
https://github.com/gibiansky/IHaskell/issues/1217
Fixes evaluation of top-level ihaskell.
2021-05-04 13:34:35 +02:00
sternenseemann
990d12641e
ihaskell: unbreak
...
Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
2021-05-04 13:27:41 +02:00
sternenseemann
96f573300f
hackage-packages.nix: Regenerate based on current config
2021-05-04 12:47:11 +02:00
sternenseemann
5ca8d3570e
haskellPackages.plots: unmark as broken
2021-05-04 12:44:10 +02:00
sternenseemann
63bcfc67e3
haskellPackages.diagrams-cairo: unbreak
...
https://github.com/diagrams/diagrams-cairo/issues/77
2021-05-04 12:43:40 +02:00
sternenseemann
e7e6727e9e
configuration-hackage2nix.yaml: add myself as maintainer for flat
2021-05-04 11:05:36 +02:00
sternenseemann
008ecb1e82
haskellPackages.hledger-lib: remove unnecessary override
2021-05-04 10:23:16 +02:00
Malte Brandy
991041b33a
hackage-packages.nix: Regenerate based on current config
2021-05-03 23:01:56 +02:00
Malte Brandy
9b4dd31a38
configuration-hackage2nix.yaml: Changing Stackage pin to Nightly 2021-05-03
2021-05-03 22:59:55 +02:00
sternenseemann
9a2e728831
ghcWithPackages: set withLLVM if hostPlatform is not x86_64
...
We also don't add LLVM on PowerPC as GHC should have the ability to
generate native code for that platform itself.
Resolves #116235 .
2021-05-03 10:42:52 +02:00
maralorn
5d4dc79acb
Merge pull request #121391 from maralorn/regenerate-haskell-packages
...
add maintainer scripts for haskell package generation
2021-05-02 10:27:47 +02:00
Dennis Gosnell
ba354d5ad8
haskell.lib.setBuildTargets: fix spelling in doc string
2021-05-02 13:35:08 +09:00
Isaac Shapira
d725ac7942
Add haskell.lib.setBuiltTarget, and support non library compiling of a single target
2021-05-02 13:35:07 +09:00
hyperfekt
f3f84855e8
maintainers/scripts/haskell/regenerate-hackage-packages.sh: init
...
Introduces a script that can be used to update the Nix expressions for
the Haskell package set. In service of that, also
- introduces cabal2nix-latest, which pins the hackage2nix version used
- changes all-cabal-hashes to use fetchFromGitHub
- adds update-hackage.sh & update-cabal2nix-latest.sh & update-stackage.sh maintainer scripts
2021-05-01 21:55:18 +02:00
Damien Cassou
ee30de13b7
haskellPackages.hyahtzee: un-mark as broken
...
Release 0.5 un-broke the package.
2021-05-01 13:43:53 +02:00
sternenseemann
c3af83f893
haskellPackages.database-class-id: unbreak
2021-05-01 13:31:26 +02:00
Niko Pavlinek
0906a93834
haskellPackages.pam: fix build
2021-05-01 11:01:56 +02:00
Peter Simons
37656dc208
git-annex: update sha256 hash for the new version
2021-04-30 20:45:03 +02:00
Peter Simons
e3185a56b5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
8185884e7b
.
2021-04-30 20:37:43 +02:00
Peter Simons
e20a75ec74
hackage2nix: update list of broken packages
...
... so that there are no failing builds on Hydra.
Ping @rkrzr because icepeak is broken.
2021-04-30 20:30:15 +02:00
Peter Simons
4ee54f160b
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
bbe9c77121
.
2021-04-28 10:17:14 +02:00
Peter Simons
7313fac88d
Stackage Nightly 2021-04-28
2021-04-28 10:16:51 +02:00
Dennis Gosnell
befcd3e782
Merge pull request #120849 from shlevy/unbreak-htf
...
Unbreak haskellPackages.HTF
2021-04-28 10:04:12 +09:00
Peter Simons
538cd825e6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
5ddc13836f
.
2021-04-28 02:30:31 +02:00
Shea Levy
6fdd9922e5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
ef920675c6
.
2021-04-27 08:46:38 -04:00
Shea Levy
55f5842f1b
haskellPackages.HTF: Fix testsuite and mark unbroken in configuration.
2021-04-27 08:44:22 -04:00
Peter Simons
a170bff89a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
ef920675c6
.
2021-04-27 02:30:31 +02:00
Minijackson
68ee799776
haskellPackages.pandoc-sidenote: remove broken
2021-04-26 23:23:41 +02:00
sternenseemann
25238f1ee5
haskellPackages.orgstat: unmark as broken
...
Upstream resolved the compilation issue with more recent base:
https://github.com/volhovm/orgstat/issues/15
2021-04-26 12:34:04 +02:00
Peter Simons
8795d39ce7
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
7a3819ffd0
.
2021-04-26 02:30:30 +02:00
Dennis Gosnell
8c2e70a7ac
Merge pull request #120535 from vaibhavsagar/dont-patch-alex
...
configuration-ghc-9.0.x.nix: patch newer alex
2021-04-25 16:32:23 +09:00
Vaibhav Sagar
3027fe5fb8
configuration-ghc-9.0.x.nix: patch newer alex
2021-04-25 16:47:58 +10:00
Peter Simons
64c6086db4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
470825d7ca
.
2021-04-25 02:30:45 +02:00
Magnus Therning
5995d5237e
haskellPackages.servant-openapi3: unbreak
2021-04-23 23:19:52 +02:00
Magnus Therning
b84d1ee65c
haskellPackages.openapi3: unbreak
2021-04-23 23:19:37 +02:00
Peter Simons
9754c111f5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
2fedb31fe1
.
2021-04-23 21:16:48 +02:00
Peter Simons
fa79045344
Stackage Nightly 2021-04-23
2021-04-23 21:16:30 +02:00