-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 2890c2a27640ed634840dd8de9c65df6d456f44b7ee11432111658ce7e93a390 name: giphy-api version: 0.6.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 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 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.13 , servant-client >=0.9 , 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