File: groups.cabal

package info (click to toggle)
haskell-groups 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: haskell: 143; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

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
  hs-source-dirs:      src
  default-language:    Haskell2010