sternenseemann
e6272c1715
haskellPackages.futhark: pin to < 0.20.6 to avoid aeson 2.0.0.0
...
We can't really use aeson 2.0.0.0 in nixpkgs yet, so we need to pin
futhark to avoid this constraint.
2021-11-09 13:23:10 +01:00
Ellie Hermaszewska
5102894b08
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-11-06 17:37:46 +08:00
sternenseemann
a1f0dff4a7
haskellPackages: make ghc-lib* package versions GHC 9.0.1 available
...
These packages have seen releases for GHC 9.2.1, removing the 9.0.1
versions from the package set. By adding them to extra-packages, we can
prevent them from getting removed.
2021-11-05 17:39:05 +01:00
(cdep)illabout
fc00be62ad
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-11-05 15:44:56 +09:00
(cdep)illabout
f92b08416d
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-11-05 14:13:15 +09:00
sternenseemann
a8d2181317
haskellPackages: update diagrams-related packages to latest hackage
...
Since https://github.com/diagrams/diagrams/issues/26 has been solved,
all diagrams-related libs finally work together in their latest version
and we can remove the constraints on the following updated packages.
* haskellPackages.monoid-extras: 0.5.1 -> 0.6
* haskellPackages.diagrams-lib: 1.4.3 -> 1.4.4
Also allows us to get rid of a patch for optparse-applicative 0.16 support.
* haskellPackages.dual-tree: 0.2.2.1 -> 0.2.3.0
Allows us to drop jailbreak.
* haskellPackages.diagrams-core: 1.4.2 -> 1.5.0
Allows us to drop jailbreak.
Some reverse dependencies of said libraries had too strict bounds, but
fortunately no new regressions (as far as I am aware) have been
introduced. Jailbreaks were needed for:
* diagrams-braille
* Chart-diagrams
* namespace
* plots
* Chart-tests
2021-10-28 17:55:35 +02:00
Markus Hauck
e3bca38518
haskellPackages.tasty-checklist: unbreak
2021-10-24 19:42:00 +02:00
Markus Hauck
46a23e81f3
haskellPackages.hw-prim-bits: unbreak
2021-10-23 20:09:07 +02:00
Markus Hauck
595b25ed53
haskellPackages.diagrams-canvas: unbreak
2021-10-23 20:08:54 +02:00
Markus Hauck
4b7c62ffc3
haskellPackages.aeson-via: unbreak
2021-10-23 20:08:35 +02:00
Ellie Hermaszewska
1123771d5d
Merge remote-tracking branch 'remexre/unbreak-bytestring-trie' into haskell-updates
2021-10-23 15:20:41 +08:00
Ellie Hermaszewska
30e8984d31
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-23 13:42:42 +08:00
Nathan Ringo
bd0e2e52e4
haskellPackages.bytestring-trie: unbreak
2021-10-23 00:15:36 -05:00
Ellie Hermaszewska
2de2502fc0
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-10-23 10:41:06 +08:00
Deniz Alp
4fabb789bd
haskellPackages.eventlog2html: Remove package from the broken list
2021-10-22 19:16:53 +03:00
Ellie Hermaszewska
6591780024
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-22 14:48:47 +08:00
Ellie Hermaszewska
d205270970
haskellPackages: update list of transitively broken packages
2021-10-21 15:34:10 +08:00
Deniz Alp
777dcd7ee3
haskellPackages.ghc-vis: Disable library profiling
...
`ghc-vis` doesn't support library profiling, as noted in:
> http://felsin9.de/nnis/ghc-vis/#installation
This gets the package building and it runs fine when called from ghci as you
normally would, however when you actually try viewing an expression it fails
with the following error message:
```
ghc: Error running utility program: Unable to call the command dot with the
arguments: " -Txdot " because of: dot: runInteractiveProcess: posix_spawnp:
does not exist (No such file or directory)
```
As far as I can tell that is because `ghc-vis` needs to run dot at runtime but
since it's a library adding `graphviz` as a dependency doesn't quite do the
trick.
And while not ideal adding `graphviz` to the shell you're running `ghc-vis` at
works around this issue.
2021-10-20 23:57:01 +03:00
Ellie Hermaszewska
40086b7000
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-19 17:12:57 +08:00
Malte Brandy
d769c58ee8
haskellPackages.taskwarrior: Pin version for aeson compat
2021-10-19 00:27:56 +02:00
Ellie Hermaszewska
42c8f72096
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-18 22:55:03 +08:00
Ellie Hermaszewska
7cf860aa6a
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-10-18 22:36:06 +08:00
Deniz Alp
d9c0e8f821
haskellPackages: Add dalpd as a svgcairo maintainer
2021-10-18 00:48:40 +03:00
Deniz Alp
f9c77deb66
haskellPackages.svgcairo: Update header name exposed by librsvg
...
librsvg version 2.51.0 renames librsvg-features.h to rsvg-features.h and with
08fcd73d9d
going in svgcairo broke again.
Renaming the library in the call site fixes the build.
2021-10-17 20:27:45 +03:00
sternenseemann
237ece0800
haskellPackages.compactable: not broken
2021-10-16 15:28:47 +02:00
Malte Brandy
dddc15efaa
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-15 13:58:57 +02:00
Malte Brandy
a3666238bd
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-10-15 13:21:11 +02:00
sternenseemann
0e90a1f13d
haskellPackages.weeder: downgrade to 2.2.0 to keep building
...
2.3.0 requires GHC 9.0.*, so we'll have to downgrade it for
now. Additionally we'll take this opportunity to fix
haskell.packages.ghc901.weeder and its dependencies.
2021-10-13 13:46:30 +02:00
sternenseemann
bde22ab96e
haskellPackages.procex: only execute tests if Kernel >= 5.9
...
The compile time check for close_range support is broken fundamentally
at the moment (linux-headers is always 5.14, so it'll always assume
close_range is available, upstream is aware of this issue). As a
workaround, we disable the test suite if the kernel on the builder is
too old, allowing the package to still be built.
2021-10-13 12:31:31 +02:00
(cdep)illabout
28cfb685ee
haskellPackages: regenerate package set based on current config
2021-10-12 08:19:33 +09:00
Dennis Gosnell
5b8ffe4b6b
Merge pull request #141278 from markus1189/unbreak-functor-combinators
...
haskellPackages.functor-combinators: unbreak
2021-10-12 08:13:11 +09:00
Malte Brandy
5920310584
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-11 22:11:09 +02:00
Markus Hauck
dea3e6b6bc
haskellPackages.functor-combinators: unbreak
...
The package builds without any errors.
2021-10-11 19:52:38 +02:00
Malte Brandy
fc3dedf322
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-08 12:01:42 +02:00
Malte Brandy
dd887b4d18
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-05 08:54:54 +02:00
sternenseemann
2db37a400e
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-03 00:04:50 +02:00
sternenseemann
10834782e2
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-10-01 21:30:28 +02:00
sternenseemann
9485e6053e
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-10-01 19:37:46 +02:00
sterni
b7ee74fff0
Merge pull request #140146 from nomeata/joachim/haskell-maintainership
...
Add myself as maintainer for a few Haskell packages
2021-10-01 14:41:35 +02:00
Joachim Breitner
b30b286371
Add myself as maintainer for a few Haskell packages
...
as nudged to do so by @sternenseemann in
https://github.com/NixOS/nixpkgs/pull/139967#issuecomment-932186960
2021-10-01 14:37:23 +02:00
sternenseemann
65da4ceb66
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-09-29 23:45:07 +02:00
sternenseemann
2c4a128d62
haskellPackages.{Kulitta, Jazzkell}: clean up eval errors on darwin
2021-09-29 14:56:34 +02:00
sternenseemann
4d2f1399e9
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-09-29 14:47:09 +02:00
sternenseemann
e8b91f3064
haskellPackages.cabal2nix-unstable: 2021-09-23 -> 2021-09-28
...
Stops webkitgtk24x-gtk* bindings from being emitted.
2021-09-28 23:18:49 +02:00
Las Safin
ca33fe38ad
haskellPackages.procex: don't mark as broken
2021-09-28 23:12:39 +02:00
sternenseemann
60dc874d98
haskellPackages: update list of transitively broken packages
2021-09-26 21:40:50 +02:00
sternenseemann
3efe1b4b45
haskellPackages.polysemy: unbreak
2021-09-26 21:16:35 +02:00
Deniz Alp
afd1e21fe4
haskellPackages.svgcairo: Fix build by correcting cpp options
...
There's an open pull request that fixes the build but it's been sitting there
for a while, the fix is in a single commit so just applying the commit as a
patch. This will also allow us to fix ghc-vis later.
2021-09-25 22:41:34 +03:00
maralorn
291c46808e
Merge pull request #138937 from roosemberth/hs-fix-d-bus
...
haskellPackages.d-bus: Fix for GHC 8.10.1+
2021-09-24 11:19:12 +02:00
Roosembert Palacios
5ef7b75287
Update hackage-packages.nix
...
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2021-09-24 11:01:23 +02:00