hurriyet-0.2.0.0: hurriyet.cabal
-- Initial haq.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hurriyet
version: 0.2.0.0
license: BSD3
license-file: LICENSE
author: Yiğit Özkavcı <yigitozkavci8@gmail.com>
maintainer: Yiğit Özkavcı <yigitozkavci8@gmail.com>
build-type: Simple
cabal-version: >=1.10
category: Network
homepage: https://github.com/yigitozkavci/hurriyet-haskell
bug-reports: https://github.com/yigitozkavci/hurriyet-haskell/issues
synopsis: Haskell bindings for Hurriyet API
description: hurriyet-haskell is the client library for communicating with Hurriyet API (developers.hurriyet.com.tr)
.
To get started, see @Hurriyet@ module below.
library
build-depends: base >= 4.5 && <= 4.9.1.0,
aeson,
bytestring,
http-client,
http-client-tls,
text,
mtl
exposed-modules: Hurriyet,
Hurriyet.Services,
Hurriyet.Services.Article,
Hurriyet.Services.Page,
Hurriyet.Services.NewsPhotoGallery,
Hurriyet.Services.Column,
Hurriyet.Services.Path,
Hurriyet.Services.Writer,
Hurriyet.Services.File
hs-source-dirs: lib
default-language: Haskell2010
test-suite tests
ghc-options: -Wall
default-extensions: OverloadedStrings
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends: base,
hurriyet,
bytestring,
text,
aeson,
hspec >= 1.8,
here >= 1.2.11,
containers
hs-source-dirs: tests
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/yigitozkavci/hurriyet-haskell