cabal-version:       >=1.10
-- Initial package description 'decorated.cabal' generated by 'cabal init'.
--   For further documentation, see http://haskell.org/cabal/users-guide/

name:                annotated-fix
version:             0.1.0.0
synopsis:            A fixpoint of a functor that can be annotated
description:         This library exposes a type representing the fixpoint
                     of a functor, with an annotation at every node.
-- bug-reports:
license:             BSD3
license-file:        LICENSE
author:              Guerric Chupin
maintainer:          guerric.chupin@gmail.com
-- copyright:
category:            Data
build-type:          Simple
extra-source-files:  CHANGELOG.md

source-repository head
  type:     git
  location: https://gitlab.com/chupin/annotated-fix.git

library
  exposed-modules:     Data.Functor.Annotated
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.9 && <5
                     , recursion-schemes >= 5 && <6
  hs-source-dirs:      src
  default-language:    Haskell2010