This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
simplexmq/package.yaml

23 lines
422 B
YAML

name: simplex-messaging
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/githubuser/simplex-messaging#readme
license: BSD3
author: Author name here
maintainer: example@example.com
copyright: 2020 Author name here
category: Web
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- bytestring
- network
executables:
simplex-messaging:
source-dirs: src
main: Main.hs