packages feed

subG-0.5.3.0: subG.cabal

-- Initial subG.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                subG
version:             0.5.3.0
synopsis:            Some extension to the Foldable and Monoid classes.
description:         Introduces a new class InsertLeft -- the class of types of values that can be inserted from the left to the Foldable structure that is a data that is also the Monoid instance. Also contains some functions to find out both minimum and maximum elements of the finite Foldable structures.
homepage:            https://hackage.haskell.org/package/subG
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Data, Development
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.SubG, Data.SubG.Unfold, Data.MinMax, Data.MinMax3Plus, Data.MinMax.Preconditions, Data.MinMax3Plus.Preconditions
  -- other-modules:
  other-extensions:    MultiParamTypeClasses, FlexibleInstances
  build-depends:       base >=4.8 && <5
  -- hs-source-dirs:
  default-language:    Haskell2010