cabal-version: 2.2
name: day-comonoid
version: 0.1
synopsis: A comonoid w.r.t. Day
description:
A type class Comonoid to represend a comonoid w.r.t. Day,
just like Applicative is a type class of monoid w.r.t. Day.
See README.md for more information.
license: BSD-3-Clause
license-file: LICENSE
homepage: https://github.com/viercc/functor-monad/tree/main/day-comonoid
author: Koji Miyazato
maintainer: viercc@gmail.com
copyright: Koji Miyazato
category: Data Structures, Comonads, Functors
build-type: Simple
extra-doc-files: CHANGELOG.md
extra-source-files: README.md
common warnings
ghc-options: -Wall -Wcompat
library
import: warnings
exposed-modules:
Data.Functor.Day.Comonoid
build-depends:
base >= 4.10 && < 5,
kan-extensions >= 5 && < 5.3,
comonad >= 5.0.8 && < 5.1
hs-source-dirs: src
default-language: Haskell2010