drone-1.0.1: drone.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: 6aac0feafa2f45286d481be0c7bdbac46e5c5ae1622b6ccc447d8ddea862602c
name: drone
version: 1.0.1
description: Please see the README on GitHub at <https://github.com/matsubara0507/drone-haskell#readme>
homepage: https://github.com/matsubara0507/drone-haskell#readme
bug-reports: https://github.com/matsubara0507/drone-haskell/issues
author: MATSUBARA Nobutada
maintainer: t12307043@gunma-u.ac.jp
copyright: 2018 MATSUBARA Nobutada
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/matsubara0507/drone-haskell
library
exposed-modules:
Drone
Drone.Client
Drone.Client.Path
Drone.Endpoints
Drone.Endpoints.Build
Drone.Endpoints.Cron
Drone.Endpoints.Log
Drone.Endpoints.Node
Drone.Endpoints.Queue
Drone.Endpoints.Repo
Drone.Endpoints.Secret
Drone.Endpoints.Server
Drone.Endpoints.User
Drone.Endpoints.Yaml
Drone.Types
Drone.Types.Build
Drone.Types.Cron
Drone.Types.Log
Drone.Types.Node
Drone.Types.Registry
Drone.Types.Repo
Drone.Types.Secret
Drone.Types.Server
Drone.Types.User
other-modules:
Paths_drone
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bytestring
, containers >=0.5.4
, extensible >=0.4.8
, formatting >=6.3.0
, microlens
, req >=1.0.0
, text
default-language: Haskell2010
test-suite drone-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Drone.Endpoint.BuildSpec
Drone.Endpoint.CronSpec
Drone.Endpoint.LogSpec
Drone.Endpoint.RepoSpec
Drone.Endpoint.UserSpec
Drone.Test.Client
Drone.Test.Fixture
Drone.Test.MockServer
Paths_drone
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers >=0.5.4
, drone
, extensible >=0.4.8
, formatting >=6.3.0
, hspec
, microlens
, req >=2.0.0
, servant-server
, text
, warp
default-language: Haskell2010