sandwich/demos/demo-command-line-args/demo-command-line-args.cabal
2021-07-22 16:09:27 -07:00

36 lines
788 B
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: demo-command-line-args
version: 0.1.0.0
license: BSD3
license-file: LICENSE
build-type: Simple
executable demo-command-line-args
main-is: Main.hs
other-modules:
Paths_demo_command_line_args
hs-source-dirs:
app
default-extensions:
OverloadedStrings
QuasiQuotes
NamedFieldPuns
RecordWildCards
ScopedTypeVariables
FlexibleContexts
FlexibleInstances
LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, optparse-applicative
, sandwich
, string-interpolate
, time
default-language: Haskell2010