mu-haskell/examples/route-guide/mu-example-route-guide.cabal
2019-12-23 09:19:20 +01:00

32 lines
1.1 KiB
Plaintext

cabal-version: >=1.10
-- Initial package description 'mu-haskell.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: mu-example-route-guide
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: Apache-2.0
license-file: LICENSE
author: Alejandro Serrano
maintainer: alejandro.serrano@47deg.com
copyright: Copyright © 2019-2020 47 Degrees. <http://47deg.com>
category: Network
build-type: Simple
data-files: routeguide.proto
executable route-guide-server
main-is: Server.hs
other-modules: Definition
build-depends: base >=4.12 && <5, text,
mu-schema, mu-rpc, mu-protobuf,
mu-grpc-server,
stm, stm-chans, hashable,
conduit, AC-Angle, time, async,
transformers
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall