Commit Graph

40 Commits

Author SHA1 Message Date
Vincent Laporte
752d772b85 ocamlPackages.qcheck: 0.25 → 0.27 2025-11-04 18:45:33 +01:00
R. Ryantm
547b2b4375 ocamlPackages.containers: 3.15 -> 3.16 2025-05-28 09:30:43 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
6b024a2b06 ocamlPackages.containers: 3.14 -> 3.15 2024-12-07 15:02:05 +01:00
R. Ryantm
d5b8a5b522 ocamlPackages.containers: 3.13.1 -> 3.14 2024-09-10 14:06:21 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Weijia Wang
7aecbfc581 ocamlPackages.containers: set minimal ocaml version 2024-01-20 19:24:41 +01:00
R. Ryantm
65d401f0b1 ocamlPackages.containers: 3.12 -> 3.13.1 2023-12-28 12:18:12 +00:00
Vincent Laporte
bbb8c88974 ocamlPackages.containers-data: disable tests with OCaml 5.0 2023-10-06 08:11:12 +02:00
Vincent Laporte
9784de7909 ocamlPackages.containers: 3.11 → 3.12 2023-09-29 08:16:05 +02:00
Vincent Laporte
79fa97caa3 ocamlPackages.containers: 3.10 → 3.11 2023-03-19 08:53:44 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
0d394e08c8 ocamlPackages.containers: 3.9 → 3.10 2023-01-06 07:20:21 +01:00
Vincent Laporte
a8ce8ba5dc ocamlPackages.containers: 3.6.1 → 3.9 2022-07-20 17:24:59 +02:00
Vincent Laporte
1660d6df61 ocamlPackages.containers: 3.4 → 3.6.1 2021-12-21 21:38:06 +01:00
Vincent Laporte
049ca38a0c ocamlPackages.containers: disable tests with OCaml < 4.08 2021-09-27 05:59:07 +02:00
Vincent Laporte
7d9b6264b4 ocamlPackages.containers: 3.0.1 → 3.4 2021-05-18 18:15:55 +02:00
Vincent Laporte
e286f0cf3b ocamlPackages.containers: 3.0 → 3.0.1 2020-11-22 07:26:26 +01:00
Vincent Laporte
c341289ee5 ocamlPackages.containers-data: drop spurious dependencies 2020-09-30 23:24:44 +02:00
Vincent Laporte
6792240ac4 ocamlPackages.containers-data: init at 3.0 2020-08-24 07:43:57 +02:00
Vincent Laporte
8af735f5cc ocamlPackages.containers: 2.7 → 3.0 2020-08-24 07:43:57 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vincent Laporte
089c0efe8c ocamlPackages.mdx: 1.4.0 → 1.5.0
And split to multiple outputs
2019-12-14 15:57:36 +01:00
Vincent Laporte
335d97fb34 ocamlPackages.containers: 2.6.1 → 2.7 2019-12-06 16:17:45 +00:00
Vincent Laporte
424c20414a ocamlPackages.containers: 1.4 → 2.6.1
ocamlPackages.sequence/iter: 1.1 → 1.2.1

Ensures compatibility with OCaml 4.08
2019-09-20 05:29:05 +00:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
R. RyanTM
c4489fd560 ocamlPackages.containers: 1.3 -> 1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-containers/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4 with grep in /nix/store/p0g436dlnc44lad3n445za13hd4anljy-ocaml4.05.0-containers-1.4
- directory tree listing: https://gist.github.com/822b73a3a44e2d6d2d832aa7badaed9e
2018-03-30 22:53:08 -07:00
Vincent Laporte
88389f43f7 ocamlPackages.containers: remove spurious dependency on oasis 2017-11-12 09:09:53 +00:00
Vincent Laporte
aac6eef548 ocamlPackages.containers: 1.2 -> 1.3 2017-07-31 17:24:28 +00:00
regnat
d036d88296 ocamlPackages.containers: 0.22 -> 1.2 2017-06-16 11:42:17 +02:00
Vincent Laporte
1b79847e75 ocamlPackages.containers: 0.20 -> 0.22 2016-12-20 04:10:05 +00:00
Vincent Laporte
0336a06d0e ocamlPackages.containers: 0.18 -> 0.20 2016-10-26 19:10:33 +02:00
Vincent Laporte
4168706d4f OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-09 11:55:19 +02:00
Ricardo M. Correia
e5db1995a6 ocamlPackages.containers: 0.16 -> 0.18 2016-08-05 14:35:17 +02:00
Ricardo M. Correia
2e51c60b08 ocamlPackages.containers: 0.15 -> 0.16 2016-03-17 13:29:49 +01:00
Nicolas B. Pierron
72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Ricardo M. Correia
26415f963a ocamlPackages.containers: init at 0.15 2016-02-17 20:42:14 +01:00