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: f10be4161b5cf582271bb4505ed58766e07d8e314265f91b057e9b76e6f7573e name: pixela version: 0.3.1.0 synopsis: Pixela client. description: Pixela () 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 -Wcompat -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-unused-do-bind build-depends: aeson , base >=4.7 && <5 , bytestring , data-default-class , http-client , http-client-tls , http-types , split , text , time , 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-class , http-client , http-client-tls , http-types , pixela , split , text , time , unordered-containers , uri-encode , vector default-language: Haskell2010