-- 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.0.1.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 maintainer: Oleg Grenrus license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: fixtures/matrix-include.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 , lens-aeson , lens , text , regex-applicative , yaml exposed-modules: 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 , lens-aeson , lens , text , regex-applicative , 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 , lens-aeson , lens , text , regex-applicative , yaml , extra , file-embed , travis-meta-yaml , tasty , tasty-quickcheck default-language: Haskell2010