cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b90926eead859c5af167c81f38f7e1fc252fdba35adaaad6ee34ae33b85009b
name: simplistic-generics
version: 2.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.
category: Data
author: Alejandro Serrano and Victor Miraldo
maintainer: trupill@gmail.com and v.cacciarimiraldo@gmail.com
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://gitlab.com/trupill/simplistic-generics
library
exposed-modules:
Generics.Simplistic
Generics.Simplistic.Deep
Generics.Simplistic.Deep.TH
Generics.Simplistic.Derive.Eq
Generics.Simplistic.Derive.Functor
Generics.Simplistic.Derive.Show
Generics.Simplistic.Unify
Generics.Simplistic.Util
Generics.Simplistic.Zipper
other-modules:
Paths_simplistic_generics
hs-source-dirs:
src/
ghc-options: -O2 -Wall
build-depends:
base >=4.12 && <5
, containers
, deepseq
, kind-apply
, mtl
, template-haskell
default-language: Haskell2010