octopod/octo-cli/octo-cli.cabal
iko 83d275df7f
Added tree configuration UI (#167)
* bumped nix things

* Made CLI show more helpful errors

* wip

* done server part

* Tree overrides

* iwp

* I did everything i could

* Made it compile I don't care anymore

* ordered-containers

* wip

* Fixed formatting

* Fixed macos build

* bump nix

* Rollback nix sources
2022-04-20 09:50:51 +03:00

78 lines
1.7 KiB
Plaintext

cabal-version: 2.4
name: octo-cli
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/typeable/octopod#readme>
homepage: https://github.com/typeable/octopod
bug-reports: https://github.com/typeable/octopod/issues
license: BSD-3-Clause
license-file: LICENSE
author: Typeable
maintainer: octopod@typeable.io
executable octo
main-is: Main.hs
other-modules:
Octopod.CLI
Octopod.CLI.Args
Text.Layout.Table.Extras
Octopod.PowerAPI.Auth.Client
default-extensions:
BlockArguments
ConstraintKinds
DataKinds
DeriveFunctor
DeriveGeneric
DerivingVia
DuplicateRecordFields
FlexibleContexts
GeneralizedNewtypeDeriving
LambdaCase
OverloadedStrings
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeOperators
OverloadedLabels
FlexibleInstances
TypeFamilies
MultiParamTypeClasses
FunctionalDependencies
UndecidableInstances
ViewPatterns
build-depends:
aeson,
base,
bytestring,
time,
data-default-class,
generic-lens,
http-client-tls,
lens,
octopod-api,
octopod-common,
optparse-applicative,
servant-client-core,
servant-client,
servant,
text,
transformers,
table-layout ^>= 0.9.0.0,
servant-auth,
http-types,
hs-source-dirs: src
default-language: Haskell2010
ghc-options:
-Weverything
-Wno-implicit-prelude
-Wno-missing-safe-haskell-mode
-Wno-safe
-Wno-prepositive-qualified-module
-Wno-missing-import-lists
-Wno-all-missed-specialisations
-Wno-missing-local-signatures
-Wno-partial-fields
-Wno-unsafe
-Wno-monomorphism-restriction
-Wno-missed-specialisations