hsakamai-0.1.0.1: hsakamai.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5225be4cd7db0b121aa92388a1dda45cc2fd78f88dce9548894857436683db54
name: hsakamai
version: 0.1.0.1
synopsis: Akamai API(Edgegrid and Netstorage)
description: Please see the README on GitHub at <https://github.com/junjihashimoto/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
default-extensions: Strict StrictData
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
default-extensions: Strict StrictData
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
default-extensions: Strict StrictData
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