Skip to content

Commit

Permalink
dev-haskell/aeson: Add missing nothunks dep
Browse files Browse the repository at this point in the history
Strictly needed for certain GHC versions, but we'll pull it in
regardless (if tests are enabled) to make things less complex.

      if impl(ghc >=9.2 && <9.7)
        build-depends: nothunks >=0.1.4 && <0.3

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Feb 5, 2025
1 parent 1d07a88 commit 84d8bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-haskell/aeson/aeson-2.2.3.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ordered-keymap"

CABAL_CHDEPS=(
'nothunks >=0.1.4 && <0.3' 'nothunks >=0.1.4'
)

RDEPEND=">=dev-haskell/character-ps-0.1:=[profile?] <dev-haskell/character-ps-0.2:=[profile?]
>=dev-haskell/data-fix-0.3.2:=[profile?] <dev-haskell/data-fix-0.4:=[profile?]
>=dev-haskell/dlist-1.0:=[profile?] <dev-haskell/dlist-1.1:=[profile?]
Expand Down Expand Up @@ -58,6 +62,7 @@ DEPEND="${RDEPEND}
dev-haskell/base16-bytestring
>=dev-haskell/diff-0.4 <dev-haskell/diff-1.1
>=dev-haskell/generic-deriving-1.10 <dev-haskell/generic-deriving-1.15
>=dev-haskell/nothunks-0.1.4
dev-haskell/primitive
>=dev-haskell/quickcheck-2.14.2 <dev-haskell/quickcheck-2.16
>=dev-haskell/quickcheck-instances-0.3.29 <dev-haskell/quickcheck-instances-0.4
Expand Down

0 comments on commit 84d8bb8

Please sign in to comment.