packages feed

pixela-0.2.1.0: pixela.cabal

cabal-version: 1.12

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

name:           pixela
version:        0.2.1.0
synopsis:       Pixela client.
description:    Pixela (<https://pixe.la/>) client library.
category:       Web
homepage:       https://github.com/kakkun61/pixela-client-haskell/tree/master/lib
bug-reports:    https://github.com/kakkun61/pixela-client-haskell/issues
author:         Kazuki Okamoto
maintainer:     kazuki.okamoto@kakkun61.com
copyright:      Kazuki Okamoto
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/kakkun61/pixela-client-haskell

library
  exposed-modules:
      Web.Pixela
  other-modules:
      Paths_pixela
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-unused-do-bind
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , data-default
    , http-client
    , http-client-tls
    , http-types
    , split
    , text
    , unordered-containers
    , uri-encode
    , vector
  default-language: Haskell2010

test-suite pixela-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_pixela
  hs-source-dirs:
      test
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-unused-do-bind
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , data-default
    , http-client
    , http-client-tls
    , http-types
    , pixela
    , split
    , text
    , unordered-containers
    , uri-encode
    , vector
  default-language: Haskell2010