− cabal-version: 2.4
− name: crypto-junk
− version: 0.1.0.0
− synopsis: Half-completed crypto experiments in Haskell.
− -- description:
− homepage: https://nest.pijul.com/sellout/crypto-junk
− bug-reports: https://nest.pijul.com/sellout/crypto-junk/discussions
− license: AGPL-3.0-or-later
− author: Greg Pfeil
− maintainer: greg@technomadic.org
− copyright: 2022 Greg Pfeil
− category: Cryptography
− extra-source-files: CHANGELOG.md
−
− library
− exposed-modules: Halo2.PLONKish
− ghc-options: -Weverything
− build-depends: base
− , containers
− , either
− , fin
− , vec
− default-language: Haskell2010