-- Initial anonymous-sums.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: anonymous-sums version: 0.6.0.0 synopsis: Anonymous sum types description: Anonymous sum types. Like tuples, but for sum types rather than for product types. Or, like Either, but for more than two types. homepage: http://www.github.com/massysett/anonymous-sums license: BSD3 license-file: LICENSE author: Omari Norman maintainer: omari@smileystation.com category: Data build-type: Simple cabal-version: >=1.10 extra-source-files: README.md, ChangeLog source-repository head type: git location: https://github.com/massysett/anonymous-sums.git library exposed-modules: Sums, Sums.Prisms other-modules: Sums.Internal build-depends: base >=4.9.0.0 && <5 , template-haskell >= 2.11 , lens >= 4.14 other-extensions: TemplateHaskell default-language: Haskell2010 ghc-options: -Wall