-- Initial yaml-overrides.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yaml-union version: 0.0.1 synopsis: Read multiple yaml-files and override fields recursively -- description: homepage: https://github.com/michelk/yaml-overrides.hs license: BSD3 license-file: LICENSE author: Michel Kuhlmann maintainer: michel@kuhlmanns.info -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 data-files: README.md extra-source-files: changelog.md, stack.yaml, yaml-union.1 library exposed-modules: Data.Yaml.Union -- other-modules: -- other-extensions: build-depends: base >= 4 && < 5 , unordered-containers , yaml hs-source-dirs: src default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Example.hs hs-source-dirs: tests build-depends: base default-language: Haskell2010 executable yaml-union build-depends: base , bytestring , optparse-applicative , yaml , yaml-union hs-source-dirs: bin Main-Is: yaml-union.hs default-language: Haskell2010