acolyte-0.1.0.0: acolyte.cabal
cabal-version: 3.0
name: acolyte
version: 0.1.0.0
synopsis: Composable, type-safe web framework for Haskell
category: Web
description:
A web framework where the API is a type, middleware is tracked at
compile time, and the backend is pluggable. Re-exports all common
types from the component packages.
license: BSD-3-Clause
license-file: LICENSE
author: Josh Burgess
maintainer: Josh Burgess <joshburgess.webdev@gmail.com>
homepage: https://github.com/joshburgess/acolyte
bug-reports: https://github.com/joshburgess/acolyte/issues
build-type: Simple
extra-doc-files:
CHANGELOG.md
library
exposed-modules:
Acolyte
Acolyte.Prelude
build-depends:
base >= 4.20 && < 5
, acolyte-core >= 0.1 && < 0.2
, acolyte-server >= 0.1 && < 0.2
, acolyte-client >= 0.1 && < 0.2
, acolyte-openapi >= 0.1 && < 0.2
, acolyte-grpc >= 0.1 && < 0.2
, spire >= 0.1 && < 0.2
, spire-http >= 0.1 && < 0.2
, spire-server >= 0.1 && < 0.2
, spire-grpc >= 0.1 && < 0.2
, spire-websocket >= 0.1 && < 0.2
, http-core >= 0.1 && < 0.2
, http-types >= 0.12 && < 0.13
hs-source-dirs: src
default-language: GHC2024
default-extensions:
DataKinds
TypeFamilies
TypeOperators
OverloadedStrings
AllowAmbiguousTypes
StrictData
ghc-options: -Wall -funbox-strict-fields
source-repository head
type: git
location: https://github.com/joshburgess/acolyte.git