packages feed

google-isbn-1.0.0: google-isbn.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1e1e64f60e4f08b7103b3d444a76b6af01b0f53da482e070e9a65de401bd499a

name:           google-isbn
version:        1.0.0
description:    Basic utility to search an ISBN using the Google Books webservice
category:       Text, Web
homepage:       https://github.com/apeyroux/google-isbn#readme
bug-reports:    https://github.com/apeyroux/google-isbn/issues
author:         Alexandre Peyroux
maintainer:     alex@px.io
license:        BSD3
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/apeyroux/google-isbn

library
  exposed-modules:
      Google.ISBN
  other-modules:
      Paths_google_isbn
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      aeson
    , base >=4.2 && <5
    , bytestring
    , conduit
    , conduit-extra
    , http-conduit
    , text
  default-language: Haskell2010