aws-larpi-0.1.0.0: aws-larpi.cabal
cabal-version: >=1.10
-- Initial package description 'AWS-LARPI.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: aws-larpi
version: 0.1.0.0
synopsis: Package Haskell functions for easy use on AWS Lambda.
description: The AWS LARPI package allows you to run Haskell code on AWS
by defining a simple request handler for AWS Lambda requests, and then
packaging it using the Dockerfile included. Uses the
<https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html AWS Lambda runtime API>.
-- bug-reports:
license: MIT
license-file: LICENSE
author: Matthías Páll Gissurarson
maintainer: mpg@mpg.is
-- copyright:
category: AWS
homepage: https://github.com/Tritlo/AWS-LARPI
build-type: Simple
extra-source-files: CHANGELOG.md,
Dockerfile
tested-with: GHC == 8.8.3
source-repository head
type: git
location: git://github.com/Tritlo/AWS-LARPI.git
library
hs-source-dirs: src/
exposed-modules: AWS.LARPI
-- other-extensions:
build-depends: base >=4.13 && <4.14,
req >= 3.8 && < 3.9,
bytestring >= 0.9 && < 0.11,
text >= 1.2 && < 1.3,
modern-uri >= 0.3 && < 0.4,
aeson >= 1.5 && < 1.6
-- hs-source-dirs:
default-language: Haskell2010