cabal-version: 3.4
author:        Paul Oliver
build-type:    Simple
maintainer:    contact@pauloliver.dev
name:          hsm-dummy-receiver
version:       0.1.0.0

executable dummy-receiver
  build-depends:
    , base
    , bytestring
    , echo
    , effectful-core
    , hsm-core
    , log-effectful
    , resourcet-effectful
    , streamly-core
    , text

  main-is:          Main.hs
  ghc-options:      -Wall -Wunused-packages

  if !arch(x86_64)
    ghc-options: -optl=-mno-fix-cortex-a53-835769

  default-language: GHC2021