Skip to content

Commit 5917024

Browse files
committed
lang/dhall: update to dhall-1.42.2
1.42.2 * [Supports standard version 23.1.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.1.0) * [Allow `Natural` and `Integer` literals in binary notation](dhall-lang/dhall-haskell#2540) * Fix macOS build [[#2561](dhall-lang/dhall-haskell#2561)] / [[#2586](dhall-lang/dhall-haskell#2586)] * [`dhall to-directory-tree`: Fix support for empty `Map`s](dhall-lang/dhall-haskell#2609) * [`Dhall.TH`: Improve recompilation checking](dhall-lang/dhall-haskell#2620) * `Dhall.TH` utilities now use `addDependentFile` internally so that GHC will recompile if any Dhall dependencies change * Performance improvements * Optimize `Natural/fold`: [[#2585](dhall-lang/dhall-haskell#2585)] / [[#2596](dhall-lang/dhall-haskell#2596)] * [Improve `Dhall.Map.traverseWithKey` performance](dhall-lang/dhall-haskell#2589) * The fold will now short-circuit if it reaches a fixed point * [#2611](dhall-lang/dhall-haskell#2611) * Fixes and improvements to test suite * [#2593](dhall-lang/dhall-haskell#2593) * Fixes and improvements to haddocks * [#2546](dhall-lang/dhall-haskell#2546) * Fixes and improvements to code formatting * [#2608](dhall-lang/dhall-haskell#2608)
1 parent b9a3ac4 commit 5917024

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

lang/dhall/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
# $NetBSD: Makefile,v 1.11 2024/05/09 01:32:22 pho Exp $
1+
# $NetBSD: Makefile,v 1.12 2025/02/01 12:22:28 pho Exp $
22

3-
DISTNAME= dhall-1.42.1
3+
DISTNAME= dhall-1.42.2
44
PKGNAME= ${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= lang
76

87
MAINTAINER= [email protected]
98
COMMENT= Configuration language guaranteed to terminate
109
LICENSE= modified-bsd
1110

12-
HASKELL_UNRESTRICT_DEPENDENCIES+= \
13-
Diff \
14-
ansi-terminal
15-
1611
# If bin/dhall is to be linked dynamically, it will depend on more than 140
1712
# shared objects and the dynamic linker will spend more than a second to
1813
# resolve symbols on startup. This is unacceptable because dhall tends to

lang/dhall/buildlink3.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: buildlink3.mk,v 1.11 2024/05/09 01:32:22 pho Exp $
1+
# $NetBSD: buildlink3.mk,v 1.12 2025/02/01 12:22:28 pho Exp $
22

33
BUILDLINK_TREE+= dhall
44

55
.if !defined(DHALL_BUILDLINK3_MK)
66
DHALL_BUILDLINK3_MK:=
77

8-
BUILDLINK_API_DEPENDS.dhall+= dhall>=1.42.1
9-
BUILDLINK_ABI_DEPENDS.dhall+= dhall>=1.42.1nb1
8+
BUILDLINK_API_DEPENDS.dhall+= dhall>=1.42.2
9+
BUILDLINK_ABI_DEPENDS.dhall+= dhall>=1.42.2
1010
BUILDLINK_PKGSRCDIR.dhall?= ../../lang/dhall
1111

1212
.include "../../converters/hs-aeson/buildlink3.mk"

lang/dhall/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2024/05/04 12:41:41 pho Exp $
1+
$NetBSD: distinfo,v 1.6 2025/02/01 12:22:28 pho Exp $
22

3-
BLAKE2s (dhall-1.42.1.tar.gz) = 1f5012b6092f225c840f598ebabe2dc3beea42fb33e000371d80ce6592c17054
4-
SHA512 (dhall-1.42.1.tar.gz) = 610b7ec6937ec3c674457aab08790e3339e3cf95c69a8cfdfd62a38e9634025a546827726926b9d8cf22f9b509b7092918c7cc052e253a9b53c9d95dc7773c7f
5-
Size (dhall-1.42.1.tar.gz) = 673643 bytes
3+
BLAKE2s (dhall-1.42.2.tar.gz) = 1790dd91f6554ad160984feda721f516377b8cfe62c57e9d57eadc61f34b28f2
4+
SHA512 (dhall-1.42.2.tar.gz) = 071da05e058c1276d7b3f999230609a3f71f34386e4019452091e07a9078a6d322c213f1d70c423c938598894da4db7bd02d79c04d04d9f89414c0e011709755
5+
Size (dhall-1.42.2.tar.gz) = 860190 bytes

0 commit comments

Comments
 (0)