cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: a1cd2efb7d734ba074effd214b51394ba67535d578ee19de1530ed5f7e221260 name: haskell-src-match version: 0.0.0.1 synopsis: Testing code generators piece by piece. description: Matching of Haskell source fragments for code generator unit tests. category: testing homepage: https://github.com/migamake/haskell-src-match#readme bug-reports: https://github.com/migamake/haskell-src-match/issues author: Dmitry Krylov, Michal J. Gajda maintainer: haskell-src-match@migamake.com copyright: 2018-2019, Migamake Pte Ltd license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/migamake/haskell-src-match library exposed-modules: Language.Haskell.SourceMatch other-modules: Paths_haskell_src_match hs-source-dirs: src build-depends: base >=4.3 && <4.15 , containers , haskell-src-exts , interpolatedstring-perl6 , pretty-simple , split , template-haskell , transformers default-language: Haskell2010 test-suite match-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: TestSourceMatchSpec Paths_haskell_src_match hs-source-dirs: test build-depends: base , filepath , haskell-src-match , hspec , interpolatedstring-perl6 , template-haskell , text default-language: Haskell2010