Commit Graph
278995 Commits
Author SHA1 Message Date
sternenseemann 111fb840af haskellPackages.blake2: unbreak 2021-04-02 17:23:13 +02:00
sternenseemann 356ca0ab35 haskellPackages.fused-effects: unbreak 2021-04-02 17:09:07 +02:00
sternenseemann 0221bcf5a4 haskellPackages.threadscope: unbreak 2021-04-02 17:03:07 +02:00
sternenseemann 77923e60b7 haskellPackages.haveibeenpwned: unbreak 2021-04-02 16:58:12 +02:00
sternenseemann e211dd2942 haskellPackages.ginger: unbreak 2021-04-02 16:56:23 +02:00
sternenseemann 2a8e2ff1b9 haskellPackages.fuzzyfind: unbreak 2021-04-02 16:33:27 +02:00
sternenseemann ad719bf6d1 haskellPackages: restrict a few packages depending on haskell-gi
haskell-gi and haskell-gi-base have released a 0.25.0 version on
hackage, but hackage nightly still has an 0.24.* version.

However there are some packages depending on haskell-gi like gi-vte
which are not in stackage, but have releases on hackage which address
the changes in 0.25.0. The resulting mismatched versions result in
compilation failures which are addressed by restricting these packages
to a version supporting 0.24.* temporarily until Stackage Nightly
catches up.

The most prominent package affected by this breakage was termonad which
depends gi-vte, cc @cdepillabout on this.
2021-04-02 15:53:49 +02:00
sternenseemann 8babfa7fa5 haskellPackages.gitit: unbreak
pandoc 2.12 changed and removed a few exports gitit used. I procured a
patch which fixes those without any refactoring by vendoring in the
removed function from pandoc which is no problem as they are both
available under the GPL 2.0.
2021-04-02 15:25:51 +02:00
sternenseemann d5eac5c07f haskellPackages.git-annex: update src sha256
git-annex saw a new release to hackage this week and consequently the
sha256 hash in configuration-common.nix needs to change as well.
2021-04-02 14:48:12 +02:00
Malte Brandy 4b7b0fdd9b haskellPackages.stm-containers: Fix build and enter maintainer 2021-04-02 14:16:00 +02:00
Malte Brandy 7ce74efc56 haskellPackages.iCalendar: Fix build and enter maintainer 2021-04-02 13:30:44 +02:00
Malte Brandy 6fbb612735 haskellPackages.stan: Fix build 2021-04-02 13:07:26 +02:00
Malte Brandy 9962981687 haskellPackages.reflex-dom: Fix build 2021-04-02 12:50:53 +02:00
Malte Brandy e5c6124adb haskellPackages.haskell-language-server: Fix build 2021-04-02 11:57:32 +02:00
Peter Simons 3f95f98a4b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-2-g2ef7e72 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/202efdff0558e0f01a5e0b791ec986e84fdf630b.
2021-04-02 02:30:30 +02:00
Sandro Jäckelandsterni 2a1698df36 haskellPackages.colourista: unbreak
main motivation: unbreak haskellPackages.hadolint which depends on
colourista.
2021-04-01 23:48:43 +02:00
sternenseemann 280f4c12e2 haskellPackages.lsp-test: temporarily remove override
This override currently breaks eval, but is probably still necessary in
some form. However the change to fix it is non-trivial and not quickly
actionable as hls-plugins-api currently is broken so the intended target
of the override (haskell-language-server) can't be tested.

Something in a similar spirit would be pinning lsp-test to 0.14.0.0
which would however require to pick this patch from
haskell-language-server master:

https://github.com/haskell/haskell-language-server/commit/6d1f1a55e39a9fd905bea13d6144125fcb42a594

To me this sounds like a promising solution as it also adjusts to lsp
1.2 which we now have in haskellPackages. Supposedly it also fixes some
tests, so maybe we can remove the dontCheck.

cc @maralorn
2021-04-01 23:21:50 +02:00
Peter SimonsandGitHub 0c9f9676c7 Merge pull request #118197 from endgame/unbreaks
Unbreak some haskell packages
2021-04-01 09:22:33 +02:00
Jack Kelly 8cb6a3ee4b haskellPackages.universe-reverse-instances: not broken 2021-04-01 15:46:49 +10:00
Jack Kelly c9716871c1 haskellPackages.lattices: not broken 2021-04-01 15:46:40 +10:00
Jack Kelly ed24ab904c haskellPackages.zinza: jailbreak (demands old tasty; works fine) 2021-04-01 15:46:15 +10:00
Peter Simons 34d3182b64 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/e305921dd353d58cc5d42177e10e98b89b16aa71.
2021-04-01 02:30:30 +02:00
Dennis GosnellandGitHub 1baff535f6 Merge pull request #117997 from sternenseemann/yarn-lock-no-override
haskellPackages.yarn-lock: remove unnecessary override
2021-03-30 15:33:34 +09:00
sternenseemann b4075305e2 haskellPackages.yarn-lock: remove unnecessary override
https://hackage.haskell.org/package/yarn-lock-0.6.3/changelog
2021-03-30 02:33:44 +02:00
Peter Simons ffee7970d8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/ca37d98b31d91c684ba10bbb2ffb5a89401b5b4d.
2021-03-30 02:30:29 +02:00
Peter Simons 3686b2848c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/59a9f52a355b03f0ee5852df5b187371b4d8085c.
2021-03-29 02:30:25 +02:00
Dennis GosnellandGitHub 5dec55db72 Merge pull request #117853 from gtgteq/gtgteq-github-0.26
haskellPackages.github: Loosen version bounds at 0.26
2021-03-28 10:27:39 +09:00
Peter Simons c255bc5df2 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/3f4573e6614a55ea9e9e3264288c9242cd71bb16.
2021-03-28 03:00:28 +02:00
gtgteq d97d5ddd24 haskellPackages.github: Loosen version bounds at 0.26 2021-03-28 09:01:43 +09:00
Peter Simons c184de6455 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/e9f9eb3aa9c4113b40cfd7a68a076e8d00ad53c7.
2021-03-27 02:30:31 +01:00
Peter Simons 8ec916f0d0 hlint: fix override for ghc-lib-parser 2021-03-26 13:40:32 +01:00
Peter Simons 7f8478c24f Merge origin/master into haskell-updates.
Conflicts:
    pkgs/development/haskell-modules/configuration-common.nix
2021-03-26 13:39:00 +01:00
SandroandGitHub 71c55e53d7 Merge pull request #117640 from bobrik/ivan/cloudflared-2021.3.3
cloudflared: 2021.2.1 -> 2021.3.3
2021-03-26 13:31:11 +01:00
Michael RaskinandGitHub 3bb8ed60d0 Merge pull request #117585 from petabyteboy/feature/nginx-geoip-optional
nginx: make geoip dependency optional
2021-03-26 12:10:41 +00:00
Michael RaskinandGitHub 36f2c10ca5 Merge pull request #117240 from eraserhd/fix-gambit-compiler-paths
gambit: fix compiler paths
2021-03-26 12:04:04 +00:00
Michael RaskinandGitHub 96e9fdaf65 Merge pull request #116286 from ioplker/textadept-11.1
textadept: 11.0_beta -> 11.1
2021-03-26 11:51:55 +00:00
Robert SchützandGitHub cc984745e4 Merge pull request #117682 from fabaff/bump-adafruit-platformdetect
python38Packages.adafruit-platformdetect: 3.4.0 -> 3.4.1
2021-03-26 12:51:35 +01:00
Michael RaskinandGitHub d946d15796 Merge branch 'master' into textadept-11.1 2021-03-26 11:26:01 +00:00
sternenseemannandVincent Laporte 13a8519b4b ocamlPackages.ocaml-freestanding: init at 0.6.4
Contains vendored in patches from https://github.com/mirage/ocaml-freestanding/pull/93
to make building within nixpkgs simpler. These serve as a makeshift
solution until ocaml-freestanding is released with its overhauled dune
based build system which will also support cross compiling. Upstream has
indicated that they are interested in making it work well with nix as
well.
2021-03-26 12:24:42 +01:00
Emery Hemingway 8a93c904a1 gptfdisk: add NixOS test and maintainer 2021-03-26 12:23:02 +01:00
R. RyanTMandEmery Hemingway 90ad480812 gptfdisk: 1.0.6 -> 1.0.7 2021-03-26 12:23:02 +01:00
Michael RaskinandGitHub 4438668098 Merge pull request #115888 from r-ryantm/auto-update/allegro
allegro5: 5.2.6.0 -> 5.2.7.0
2021-03-26 11:13:26 +00:00
Michael RaskinandGitHub 5e49fde96d Merge pull request #115542 from r-ryantm/auto-update/remind
remind: 03.03.01 -> 03.03.05
2021-03-26 11:09:39 +00:00
Fabian Affolter b73d6a07ce python3Packages.adafruit-platformdetect: update pname 2021-03-26 12:04:44 +01:00
R. RyanTMandFabian Affolter e42112e691 python38Packages.adafruit-platformdetect: 3.4.0 -> 3.4.1 2021-03-26 12:03:40 +01:00
R. RyanTMandGitHub 9cc2883286 python38Packages.elementpath: 2.2.0 -> 2.2.1 (#117673) 2021-03-26 12:02:44 +01:00
Emery Hemingway 56592ea293 nim: cross-compilation fixes
* Import with callPackages
* Use buildPackages for building a cross-compiler
* Patch-out potential conflicts in nim.cfg
* Generate a configuration with toolchain detection
* Build with strictDeps enabled
2021-03-26 11:36:38 +01:00
Maciej KrügerandEmery Hemingway c8d2f4a3a8 cjdns: reduce password length to 32
Maximum password length per cjdns code is somehwhere less than that, see
https://github.com/cjdelisle/cjdns/blob/ecd01e7681d9b7a06d2673e49fcf9a76a580cb52/client/AdminClient.c#L80

Currently we generate 96 char long passwords that don't work

This changes it so password length is just 32 chars long
2021-03-26 11:35:09 +01:00
SandroandGitHub e8daf611e5 Merge pull request #117674 from fabaff/bump-metasploit
metasploit: 6.0.36 -> 6.0.37
2021-03-26 11:29:39 +01:00
SandroandGitHub 0708f10d37 Merge pull request #117579 from dotlambda/ccnet-drop 2021-03-26 11:11:05 +01:00