Skip to content

Commit

Permalink
Update from Hackage at 2019-10-13T09:16:28Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 13, 2019
1 parent 9c0645f commit 765639f
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
99 changes: 99 additions & 0 deletions giphy-api/0.7.0.0/giphy-api.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0473eb3755866726dc839a725e486309853cf26b5cf613845aa9fce83ee7d2ee

name: giphy-api
version: 0.7.0.0
synopsis: Giphy HTTP API wrapper and CLI search tool.
description: Please see README.md
category: Web
homepage: http://github.com/passy/giphy-api#readme
author: Pascal Hartig
maintainer: Pascal Hartig <phartig@rdrei.net>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
changelog.md
README.md
stack.yaml
test/fixtures/random_response.json
test/fixtures/search_response.json
test/fixtures/translate_response.json

flag buildSample
description: Build the sample application.
manual: True
default: False

library
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction
build-depends:
aeson
, base >=4.7 && <5
, containers
, http-api-data
, http-client
, http-client-tls
, microlens
, microlens-th
, mtl
, network-uri
, servant >=0.16
, servant-client >=0.16
, text
, transformers
exposed-modules:
Web.Giphy
other-modules:
Paths_giphy_api
default-language: Haskell2010

executable giphy-search
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, network-uri
, text
if flag(buildSample)
build-depends:
giphy-api
, lens
, optparse-applicative
else
buildable: False
other-modules:
Sample
Paths_giphy_api
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, basic-prelude
, bytestring
, containers
, directory
, giphy-api
, hspec
, lens
, network-uri
, text
other-modules:
Paths_giphy_api
default-language: Haskell2010
1 change: 1 addition & 0 deletions giphy-api/0.7.0.0/giphy-api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b6266a17caf51e2b5497f7fe1e66b800","Skein512_512":"5bb7ea5c30eac08bcbf3ea9f43ced627c707656f919fda28db7b8b5cf2c2c3e4f687f4614b775ced3b25fdb98456c498e45008e4dbc05c04bad80a7c05a6378f","SHA1":"67ba2a9cd2a5da50cbb906482561cad3d55241c1","SHA512":"5f8dc2e0a8ffa35b080d51cedbc890b591e476c7fc880bbf7f466374549e06f66a3f1d4ab4c6b7fb4ceb884a8043b7e8039c2b102fd3d0fec33482cbec2fe63a","SHA256":"4195eb1e30b8cd623bee40da6e0b01c1f3670c0c2de8acb65fe6cbc0d21c0d90"},"package-locations":["https://hackage.haskell.org/package/giphy-api-0.7.0.0/giphy-api-0.7.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/giphy-api-0.7.0.0.tar.gz"],"package-size":21239}

0 comments on commit 765639f

Please sign in to comment.