packages feed

bnb-staking-csvs-0.2.2.0: bnb-staking-csvs.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           bnb-staking-csvs
version:        0.2.2.0
synopsis:       Generate CSV Exports of Your BNB Staking Rewards.
description:    @bnb-staking-csvs@ is a CLI program that queries the Binance.org API for
                all of a delegator's rewards and exports the resulting data to a CSV file.
                .
                You can install @bnb-staking-csvs@ with Stack: @stack install --resolver
                nightly bnb-staking-csvs@. Then run the following to print out your
                rewards in CSV format:
                .
                @
                  bnb-staking-csvs \<DELEGATOR_PUBKEY>
                @
                .
                See @bnb-staking-csvs --help@ for additional options.
category:       Web, Finance, Console
homepage:       https://github.com/prikhi/bnb-staking-csvs#readme
bug-reports:    https://github.com/prikhi/bnb-staking-csvs/issues
author:         Pavan Rikhi
maintainer:     pavan.rikhi@gmail.com
copyright:      2021-2024 Pavan Rikhi
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/prikhi/bnb-staking-csvs

library
  exposed-modules:
      Console.BnbStaking.Api
      Console.BnbStaking.CoinTracking
      Console.BnbStaking.Csv
      Console.BnbStaking.Main
  other-modules:
      Paths_bnb_staking_csvs
  hs-source-dirs:
      src
  default-extensions:
      DeriveGeneric
      ImportQualifiedPost
      LambdaCase
      NamedFieldPuns
      OverloadedStrings
      TupleSections
      TypeApplications
      TypeOperators
      ViewPatterns
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2
  build-depends:
      aeson <3
    , base >=4.7 && <5
    , bytestring <1
    , cassava <1
    , cmdargs >=0.10 && <1
    , cointracking-imports <1
    , containers <1
    , req ==3.*
    , scientific <1
    , text >=1 && <3
    , time ==1.*
  default-language: Haskell2010

executable bnb-staking-csvs
  main-is: Main.hs
  other-modules:
      Paths_bnb_staking_csvs
  hs-source-dirs:
      app
  default-extensions:
      DeriveGeneric
      ImportQualifiedPost
      LambdaCase
      NamedFieldPuns
      OverloadedStrings
      TupleSections
      TypeApplications
      TypeOperators
      ViewPatterns
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -threaded -rtsopts -with-rtsopts "-N -T"
  build-depends:
      base >=4.7 && <5
    , bnb-staking-csvs
  default-language: Haskell2010

test-suite bnb-staking-csvs-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_bnb_staking_csvs
  hs-source-dirs:
      tests
  default-extensions:
      DeriveGeneric
      ImportQualifiedPost
      LambdaCase
      NamedFieldPuns
      OverloadedStrings
      TupleSections
      TypeApplications
      TypeOperators
      ViewPatterns
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -threaded -rtsopts -with-rtsopts "-N -T"
  build-depends:
      base >=4.7 && <5
    , bnb-staking-csvs
    , hedgehog
    , tasty
    , tasty-hedgehog
    , tasty-hunit
  default-language: Haskell2010