--- Begin Message ---
Subject: |
import: hackage: `elif` conditionals not supported |
Date: |
Wed, 06 Apr 2022 18:19:49 +0200 |
User-agent: |
Cyrus-JMAP/3.7.0-alpha0-385-g3a17909f9e-fm-20220404.001-g3a17909f |
Since Cabal 2.2 conditional blocks support the `elif` construct [0], but our
hackage importer does not currently support such expressions. This causes
importing packages like `raaz` [1] to fail.
0:
https://cabal.readthedocs.io/en/latest/cabal-package.html?highlight=elif#conditional-blocks
1: https://hackage.haskell.org/package/raaz
--- End Message ---
--- Begin Message ---
Subject: |
Re: import: hackage: `elif` conditionals not supported |
Date: |
Mon, 6 Jun 2022 13:31:39 +0200 |
Hi,
fix pushed to master in commit 2c5d18e421e6c06f4a969f98585ec41aae8eb2e4.
Cheers,
Lars
--- End Message ---