hsakamai-0.1.0.0: hsakamai.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6044931085d4715cad738d927656fc833fd07a6ffe0e2856a4a27970824059c0
name: hsakamai
version: 0.1.0.0
synopsis: Akamai API(Edgegrid and Netstorage)
description: Please see the README on GitHub at <https://github.com/githubuser/hsakamai#readme>
category: Web
homepage: https://github.com/junjihashimoto/hsakamai#readme
bug-reports: https://github.com/junjihashimoto/hsakamai/issues
author: Junji Hashimoto
maintainer: junji.hashimoto@gmail.com
copyright: 2019 Junji Hashimoto
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/junjihashimoto/hsakamai
library
exposed-modules:
Akamai.Edgegrid
Akamai.NetStorage
Akamai.Purge
other-modules:
Paths_hsakamai
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, case-insensitive
, conduit
, cryptonite
, http-client
, http-conduit
, http-types
, memory
, random
, text
, unix-time
, uuid
, xml-conduit
default-language: Haskell2010
executable purge
main-is: PurgeMain.hs
other-modules:
Main
Paths_hsakamai
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, case-insensitive
, conduit
, conduit-extra
, cryptonite
, hsakamai
, http-client
, http-conduit
, http-types
, memory
, optparse-applicative
, random
, text
, unix
, unix-time
, uuid
, xml-conduit
, yaml
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: doctests.hs
other-modules:
Paths_hsakamai
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, case-insensitive
, conduit
, cryptonite
, doctest
, hsakamai
, http-client
, http-conduit
, http-types
, memory
, random
, text
, unix-time
, uuid
, xml-conduit
default-language: Haskell2010