subG-0.1.0.0: subG.cabal
-- Initial subG.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: subG
version: 0.1.0.0
synopsis: Some extension to the Foldable and Monoid classes.
description: Some extension to the Foldable and Monoid classes. Introduces a new class InsertLeft of the types that can be inserted with values from the left.
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
-- other-modules:
other-extensions: MultiParamTypeClasses, FlexibleInstances
build-depends: base >=4.7 && <4.15
-- hs-source-dirs:
default-language: Haskell2010