Ai
1 Star 1 Fork 0

yihuang/postgresql-server-protocol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.yaml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
yihuang 提交于 2019-11-08 08:45 +08:00 . temp
name: postgresql-server-protocol
version: 0.1.0.0
github: "githubuser/postgresql-server-protocol"
license: BSD3
author: "Author name here"
maintainer: "example@example.com"
copyright: "2019 Author name here"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/githubuser/postgresql-server-protocol#readme>
dependencies:
- base >= 4.7 && < 5
library:
source-dirs: src
executables:
postgresql-server-protocol-exe:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- postgresql-server-protocol
- postgresql-wire-protocol
- tcp-streams
- io-streams
- bytestring
- array
tests:
postgresql-server-protocol-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- postgresql-server-protocol
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Haskell
1
https://gitee.com/yiprogrammer/postgresql-server-protocol.git
git@gitee.com:yiprogrammer/postgresql-server-protocol.git
yiprogrammer
postgresql-server-protocol
postgresql-server-protocol
master

搜索帮助