-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgroups.cabal
28 lines (26 loc) · 849 Bytes
/
groups.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
26
27
28
cabal-version: 2.4
name: groups
version: 0.5.3
synopsis: Groups
description:
A group is a monoid with invertibility.
license: BSD-3-Clause
license-file: LICENSE
author: Nathan "Taneb" van Doorn
maintainer: nvd1234@gmail.com
copyright: Copyright (C) 2013 Nathan van Doorn
category: Algebra, Data, Math
build-type: Simple
bug-reports: https://github.com/Taneb/groups/issues
extra-source-files:
ChangeLog.md
source-repository head
type: git
location: https://github.com/Taneb/groups.git
library
exposed-modules: Data.Group
-- other-modules:
build-depends: base >= 4.6 && < 5
, commutative-semigroups >= 0.0 && < 0.1
hs-source-dirs: src
default-language: Haskell2010