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: generic-type-functions
version: 0.1.0
synopsis: Familiar functions lifted to type-level functions on generic types
description: Please see README.md.
category: Generics, Types, Data
homepage: https://github.com/raehik/generic-type-functions#readme
bug-reports: https://github.com/raehik/generic-type-functions/issues
author: Ben Orchard
maintainer: Ben Orchard <thefirstmuffinman@gmail.com>
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/raehik/generic-type-functions
library
exposed-modules:
Generic.Type.Example
Generic.Type.Function.FoldMap
other-modules:
Paths_generic_type_functions
hs-source-dirs:
src
default-extensions:
LambdaCase
NoStarIsType
DerivingVia
DeriveAnyClass
GADTs
RoleAnnotations
DefaultSignatures
TypeFamilies
DataKinds
MagicHash
ghc-options: -Wall
build-depends:
base >=4.14 && <5
, defun-core ==0.1.*
default-language: GHC2021