aboutsummaryrefslogtreecommitdiff
path: root/hsm-dummy-fail/hsm-dummy-fail.cabal
blob: ed0941cff5ebfb7077f4f21c9f12f35d5c19884e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cabal-version: 3.4
author:        Paul Oliver
build-type:    Simple
maintainer:    contact@pauloliver.dev
name:          hsm-dummy-fail
version:       0.1.0.0

executable dummy-fail
  build-depends:
    , base
    , bytestring
    , echo
    , effectful
    , hsm-core
    , hsm-status
    , 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