mirror of
https://github.com/typeable/octopod.git
synced 2024-11-23 09:54:53 +03:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
cabal-version: 2.4
|
|
|
|
name: octopod-api
|
|
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
|
|
|
|
library
|
|
exposed-modules:
|
|
Octopod.API
|
|
Octopod.API.WebSocket
|
|
Octopod.PowerAPI
|
|
default-extensions:
|
|
BlockArguments
|
|
ConstraintKinds
|
|
DataKinds
|
|
DeriveFunctor
|
|
DeriveGeneric
|
|
DerivingVia
|
|
DuplicateRecordFields
|
|
FlexibleContexts
|
|
GeneralizedNewtypeDeriving
|
|
LambdaCase
|
|
OverloadedStrings
|
|
ScopedTypeVariables
|
|
StandaloneDeriving
|
|
TypeApplications
|
|
TypeOperators
|
|
build-depends:
|
|
base ^>=4.12.0.0,
|
|
servant,
|
|
octopod-common,
|
|
if !impl(ghcjs)
|
|
build-depends:
|
|
servant-websockets,
|
|
aeson,
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
ghc-options:
|
|
-Wall
|
|
-Werror
|