Commit Graph

18 Commits

Author SHA1 Message Date
amesgen 4c0754f0b5
Update to 1.42.0 2023-04-19 19:55:13 +02:00
amesgen 895e2537de
Update to 1.41.1 2022-02-24 21:55:58 +01:00
amesgen 3f5dd96b7f
Update to 1.41.0, add dhall-toml 2022-02-23 00:07:59 +01:00
amesgen af2ab2051c
Update to 1.40.2, add dhall-csv
I did not add dhall-toml yet due to https://github.com/dhall-lang/dhall-haskell/issues/2353
2021-12-22 00:09:58 +01:00
Peter Trško 0c30c65fd7 Update to 1.39.0 2021-07-17 11:54:18 +01:00
Profpatsch 1f6eecab5c Update to 1.38.1 2021-04-06 20:47:38 +02:00
David Baynard dbc7891754 Update dhall to 1.38
The issue in https://github.com/dhall-lang/dhall-haskell/issues/2161
requires a workaround for the misplaced manpages.
2021-03-12 23:48:29 +01:00
Peter Trško 85625dd075 Update to 1.37.1
Just ran

```bash
./fetch.py
```

Includes update of `nixpkgs.json` to latest unstable.
2021-03-12 22:24:25 +01:00
Profpatsch 5e05faf619 fix(build.nix): use fetchurl instead of fetchzip
fetchurl does not unpack, but we need it to support MacOS prefetch,
because the `--unpack` option to `nix-prefetch-url` does not handle
zips with multiple directories in them, and some upstream tarballs
switched to that.
2020-12-01 23:41:09 +01:00
Profpatsch 796cbb6374 Update to 1.36.0
ran ./fetch.py
2020-11-06 11:58:48 +01:00
Fabrizio Ferrai eb1297af3e Update to dhall-1.35 2020-09-11 22:50:07 +03:00
Profpatsch 27328f4731 Update to 1.34.0 2020-08-04 21:22:12 +02:00
aszlig 65a30e2c0c
Switch to using fetchzip instead of fetchurl
GitHub's source tarballs are created in a non-deterministic way and the
order the entries are added is not stable.

In nixpkgs, there is fetchFromGitHub which works around this issue by
being a wrapper around fetchzip and since we're already using the full
URL to the corresponding GitHub archives, I switched to fetchzip instead
to keep the changes minimal.

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-12 20:42:28 +02:00
Peter Trško d15b593628 Update to 1.33.1 2020-07-03 09:20:24 +01:00
justinwoo 5bd98d2959 fix sha for dhall releases??? 2020-05-24 21:11:20 +03:00
Profpatsch 56bd5b6507 Update to 1.32.0 2020-05-09 20:02:04 +02:00
Fabrizio Ferrai 1698c83a36 Update to 1.31.1 2020-04-04 10:42:07 +02:00
Profpatsch b8267b1988 update 1.31
Use the `fetch.py` script to update to dhall 1.31 and add some
instructions on how to do it.
2020-03-29 22:29:08 +02:00