-
Notifications
You must be signed in to change notification settings - Fork 0
/
subG.cabal
25 lines (23 loc) · 1.21 KB
/
subG.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- Initial subG.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: subG
version: 0.4.2.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: [email protected]
copyright: Oleksandr Zhabenko
category: Data, Development
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Data.SubG, Data.MinMax, Data.MinMax3Plus, Data.MinMax.Preconditions, Data.MinMax3Plus.Preconditions
-- other-modules:
other-extensions: MultiParamTypeClasses, FlexibleInstances
build-depends: base >=4.8 && <4.15
-- hs-source-dirs:
default-language: Haskell2010