packages feed

functor-friends-0.1.0.0: functor-friends.cabal

name:                functor-friends
version:             0.1.0.0
synopsis:            Friendly helpers for your recursion schemes.
description:         A library to assist with manipulating and modifying
                     types defined by fixpoints.
homepage:            https://github.com/matt-noonan/functor-friends#readme
license:             BSD3
license-file:        LICENSE
author:              Matt Noonan
maintainer:          matt.noonan@gmail.com
copyright:           (c) 2017 Matt Noonan
category:            Data Structures
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Data.Functor.Holey
                     , Data.Functor.Annotated
                     , Data.Functor.Decomposed
                     , Data.Functor.Tutorial
  build-depends:       base >= 4.7 && < 5
                     , recursion-schemes
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/matt-noonan/functor-friends