packages feed

trivia-0.0: trivia.cabal

name:                trivia
version:             0.0
synopsis:            The trivial monad and comonad
-- description:         
homepage:            https://github.com/fumieval/trivia
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          fumiexcel@gmail.com
-- copyright:           
category:            Control
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Control.Monad.One, Control.Comonad.Zero
  -- other-modules:       
  other-extensions:    DeriveDataTypeable, DeriveFunctor, DeriveFoldable, DeriveTraversable
  build-depends:       base == 4.*, distributive, comonad
  -- hs-source-dirs:      
  default-language:    Haskell2010