-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: instapaper-sender
version: 0.1.0.2
synopsis: Basic HTTP gateway to save articles to Instapaper
description: Please see README.md
category: Web
homepage: https://github.com/spinda/instapaper-sender#readme
author: Michael Smith
maintainer: michael@spinda.net
copyright: 2017 Michael Smith
license: AGPL-3
license-file: COPYING
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
instapaper-sender.nginx
instapaper-sender.service
README.md
executable instapaper-sender
main-is: Main.hs
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, aeson >= 0.11.3.0 && < 1.2
, bytestring >= 0.10.8.1 && < 0.11
, data-default-class >= 0.1.2.0 && < 0.2
, HaskellNet >= 0.5.1 && < 0.6
, HaskellNet-SSL >= 0.3.3.0 && < 0.4
, http-types >= 0.9.1 && < 0.10
, network >= 2.6.3.1 && < 2.7
, scotty >= 0.11.0 && < 0.12
, text >= 1.2.2.1 && < 1.3
, wai >= 3.2.1.1 && < 3.3
, wai-extra >= 3.0.19.1 && < 3.1
default-language: Haskell2010