name: extensible-sp version: 0.1.0.0 synopsis: light-weight, extensible sums and products over types and kinds description: The extensible-sp module provides a simple and straight-forward interface to anonymous, extensible sum types (e.g., Either) and product types (e.g., (,)). Generalizations to higher kinded types are provided as well. homepage: https://github.com/githubuser/extensible-sp#readme license: MIT license-file: LICENSE author: Jason Adaska maintainer: jadaska@gmail.com copyright: 2017 Jason Adaska category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Extensible.Example , Data.Extensible.Sum , Data.Extensible.Sum1 , Data.Extensible.Sum2 , Data.Extensible.Product build-depends: base >= 4.7 && < 5 , lens default-language: Haskell2010 source-repository head type: git location: https://github.com/jwadaska/extensible-sp