haskell-urbit-api/urbit-api.cabal
2020-11-29 09:59:25 -05:00

51 lines
1.2 KiB
Plaintext

name: urbit-api
version: 0.2.0.0
synopsis: Talk to Urbit from Haskell
description:
@urbit-api@ is a Haskell library that helps you connect to the Urbit
API.
.
Built on req, conduit, and aeson for stability and simplicity.
homepage: https://github.com/bsima/haskell-urbit-api
license: BSD3
license-file: LICENSE
author: Ben Sima
maintainer: bsima@me.com
copyright: 2020 Ben Sima
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
library
default-language: Haskell2010
exposed-modules:
Urbit.API
build-depends:
base >= 4.7 && < 5,
aeson,
bytestring,
conduit,
conduit-extra,
http-client,
modern-uri,
req,
req-conduit,
text,
uuid
-- executable urlock
-- hs-source-dirs: .
-- main-is: Main.hs
-- default-language: Haskell2010
-- build-depends:
-- base >= 4.7 && < 5,
-- urbit-api
--
-- Test-Suite test-urbit-api
-- type: exitcode-stdio-1.0
-- main-is: test.hs
-- build-depends:
-- base >= 4.7 && < 5,
-- urbit-api