cabal-version: >=1.10 name: simplistic-generics version: 0.1.0.0 synopsis: Generic programming without too many type classes description: This library provides a representation build on top of `GHC.Generics`, which can be used to describe generic operations on a single function, instead of having each case defined in an instance of a type class. -- bug-reports: license: BSD3 license-file: LICENSE author: Alejandro Serrano maintainer: trupill@gmail.com -- copyright: category: Data build-type: Simple extra-source-files: README.md library exposed-modules: Generics.Simplistic, Generics.Simplistic.Derive.Eq, Generics.Simplistic.Derive.Functor, Generics.Simplistic.Derive.Show Data.Constraints -- other-modules: -- other-extensions: build-depends: base >=4.12 && <5, kind-apply, comonad hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://gitlab.com/trupill/simplistic-generics