Skip to content

Commit

Permalink
Update from Hackage at 2017-01-29T18:17:35Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 29, 2017
1 parent b4525fa commit 4be631c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions hurriyet/0.1.0.0/hurriyet.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
-- Initial haq.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/

name: hurriyet
version: 0.1.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,
aeson,
bytestring,
http-client,
http-client-tls,
text
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,
hspec >= 1.8
hs-source-dirs: tests
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/yigitozkavci/hurriyet-haskell
1 change: 1 addition & 0 deletions hurriyet/0.1.0.0/hurriyet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5b2098e4c2ea4413a03da09caa810f2e","Skein512_512":"75a35d5dd1677d34d1cde40f0f8c091ca79ad960619f4a4f54ab1501794a0b99b3bc8ad38496d503ebfe3221edfcc9aa02abce9dbe7e0c0c68e2a529d247d6a6","SHA1":"2bd844ba68fae037c87f0fab7f5f555a317e0a12","SHA512":"2a161fee05623e446ba8286e75e766bb6f7479a07e2cd47b2f3992ee6c05d5b65c220cb85b536e33d22a15e64e4847c04153f1c52656d44cbd3fea63a36fcbba","SHA256":"ed580d1bbb870e3c1a95d777ff83cde2120b8d9dde57700352080ce35ea7131e"},"package-locations":["https://hackage.haskell.org/package/hurriyet-0.1.0.0/hurriyet-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hurriyet-0.1.0.0.tar.gz"],"package-size":4435}

0 comments on commit 4be631c

Please sign in to comment.