packages feed

travis-meta-yaml-0.1.0.0: travis-meta-yaml.cabal

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

name:           travis-meta-yaml
version:        0.1.0.0
synopsis:       .travis.yml preprocessor
description:    .travis.yml preprocessor
category:       Development
homepage:       https://github.com/phadej/travis-meta-yaml#readme
bug-reports:    https://github.com/phadej/travis-meta-yaml/issues
author:         Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    .travis.meta.yml
    .travis.yml
    data/language-haskell-multi-ghc.yml
    data/language-haskell-stack.yml
    fixtures/matrix-include.yml
    fixtures/multi-ghc-processed.yml
    fixtures/multi-ghc.yml
    fixtures/multi-processed.yml
    fixtures/multi.yml
    fixtures/without-matrix-processed.yml
    fixtures/without-matrix.yml
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/travis-meta-yaml

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <4.9
    , aeson
    , bytestring
    , file-embed
    , lens
    , lens-aeson
    , regex-applicative
    , text
    , unordered-containers
    , yaml
  exposed-modules:
      Data.Aeson.Merge
      Travis.Meta
  default-language: Haskell2010

executable travis-meta-yaml
  main-is: Main.hs
  hs-source-dirs:
      cli
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <4.9
    , aeson
    , bytestring
    , file-embed
    , lens
    , lens-aeson
    , regex-applicative
    , text
    , unordered-containers
    , yaml
    , travis-meta-yaml
    , optparse-applicative
  default-language: Haskell2010

test-suite tests
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <4.9
    , aeson
    , bytestring
    , file-embed
    , lens
    , lens-aeson
    , regex-applicative
    , text
    , unordered-containers
    , yaml
    , extra
    , travis-meta-yaml
    , tasty
    , tasty-quickcheck
  default-language: Haskell2010