git-annex/stack.yaml
Joey Hess 54da44d42a
Support being built with crypton rather than cryptonite
crypton is a fork of cryptonite, and cryptonite's github repo has been
archived. Some deps are already using cryptonite so it's clearly the way
forward.

Added a build flag without a default, so cabal configure will select on its
own which to use. stack files pin to cryptonite for now.

Sponsored-by: Nicholas Golder-Manning on Patreon
2023-09-21 12:43:42 -04:00

22 lines
398 B
YAML

flags:
git-annex:
production: true
assistant: true
pairing: true
torrentparser: true
magicmime: false
dbus: false
debuglocks: false
benchmark: true
crypton: false
packages:
- '.'
resolver: nightly-2023-08-01
extra-deps:
- git-lfs-1.2.1
- http-client-restricted-0.1.0
- torrent-10000.1.1
- bencode-0.6.1.1
- feed-1.3.2.1
- bloomfilter-2.0.1.2
allow-newer: true