cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: x-sum-type-boilerplate version: 0.1.4 synopsis: (Forked) Library for reducing the boilerplate involved with sum types description: (Forked) Library for reducing the boilerplate involved in creating and manipulating sum types category: Types,TH stability: experimental homepage: https://github.com/xieyuschen/x-sum-type-boilerplate#readme bug-reports: https://github.com/xieyuschen/x-sum-type-boilerplate/issues author: David Reaver maintainer: David Reaver, xieyuschen license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/xieyuschen/x-sum-type-boilerplate library exposed-modules: SumTypesX.TH other-modules: Paths_x_sum_type_boilerplate hs-source-dirs: library ghc-options: -Wall build-depends: base >= 4.1 && < 4.20 , template-haskell default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: SumTypesX.THSpec Paths_x_sum_type_boilerplate hs-source-dirs: tests ghc-options: -Wall build-depends: base , hspec , x-sum-type-boilerplate , template-haskell , hspec-discover default-language: Haskell2010 build-tool-depends: hspec-discover:hspec-discover == 2.*