Skip to content

Commit

Permalink
Update from Hackage at 2021-01-26T00:52:08Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 26, 2021
1 parent d6e3ef8 commit f5560dd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
87 changes: 87 additions & 0 deletions telegraph/1.1.0/telegraph.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
cabal-version: 3.0
name: telegraph
version: 1.1.0
synopsis: Binding to the telegraph API
description: Binding to the telegraph API
category: Web
license: BSD-3-Clause
license-file: LICENSE
author: Poscat
maintainer: Poscat <poscat@mail.poscat.moe>
copyright: Copyright (c) Poscat 2021
stability: experimental
homepage: https://github.com/poscat0x04/telegraph
bug-reports: https://github.com/poscat0x04/telegraph/issues
extra-doc-files:
CHANGELOG.md
README.md

common common-attrs
build-depends:
, base >=4.10 && <5
, http-client >=0.6.4 && <=0.8
, in-other-words ^>=0.1.0

default-language: Haskell2010
default-extensions:
NoStarIsType
BangPatterns
ConstraintKinds
DataKinds
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DuplicateRecordFields
EmptyCase
FlexibleContexts
FlexibleInstances
FunctionalDependencies
InstanceSigs
KindSignatures
LambdaCase
MultiWayIf
OverloadedStrings
PartialTypeSignatures
PatternSynonyms
RecordWildCards
ScopedTypeVariables
TupleSections
TypeApplications
TypeFamilies
TypeOperators
UnicodeSyntax
ViewPatterns

library
import: common-attrs
build-depends:
, aeson >=1.4.7 && <1.6
, bytestring >=0.10.12 && <0.12
, conduit ^>=1.3.4
, deriving-aeson ^>=0.2.6
, generic-data-surgery ^>=0.3.0
, http-conduit ^>=2.3.7
, mtl ^>=2.2.2
, text ^>=1.2.4

exposed-modules:
Web.Telegraph.API
Web.Telegraph.Types

other-modules: Control.Effect.Telegraph
hs-source-dirs: src

test-suite telegraph-test
import: common-attrs
type: exitcode-stdio-1.0
build-depends:
, http-client-tls
, telegraph

hs-source-dirs: test
main-is: Spec.hs

source-repository head
type: git
location: https://github.com/poscat0x04/telegraph
1 change: 1 addition & 0 deletions telegraph/1.1.0/telegraph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ff67c3e1d3cacfb542c9619bfb486a8c","Skein512_512":"081e771ad9e9efbf2bb4f97e029a799323723f11c31b2a69c73b58bddda9ed4d514538cfdc23fd76375e70c1fadbb0314d2ca89a158332f53ff8e346a5f7664d","SHA1":"ec5d9ab11c3903ae8f57c682d7e379f97d7c04fb","SHA512":"5af30325e659d183a9ccaa2f456623ea288e574882dc71a98a713e059c55b03633e0ef93df652cdcb38e148e06c6d655ab7e139efa8a62bcfe49f6565572933a","SHA256":"007c14641d9abe76b46cb4011d429f41f19a0b64d927a25c81718288b1a8cdb4"},"package-locations":["https://hackage.haskell.org/package/telegraph-1.1.0/telegraph-1.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/telegraph-1.1.0.tar.gz"],"package-size":7635}

0 comments on commit f5560dd

Please sign in to comment.