File: multiset-comb.cabal

package info (click to toggle)
haskell-multiset-comb 0.2.4.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: haskell: 298; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download
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
Name:                multiset-comb
Version:             0.2.4.2
Synopsis:            Combinatorial algorithms over multisets
Description:         Various combinatorial algorithms over multisets,
                     including generating all permutations,
                     partitions, size-2 partitions, size-k subsets,
                     necklaces, and bracelets.
License:             BSD3
License-file:        LICENSE
Author:              Brent Yorgey
Maintainer:          byorgey@gmail.com
bug-reports:         http://hub.darcs.net/byorgey/multiset-comb/issues
Copyright:           (c) 2010 Brent Yorgey
Stability:           Experimental
Category:            Math
Tested-with:         GHC ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.1 || ==8.10.1 || ==9.0.2 || ==9.2.5 || ==9.4.4
Build-type:          Simple
Cabal-version:       >=1.10
source-repository head
  type:     darcs
  location: http://hub.darcs.net/byorgey/multiset-comb

Library
  Exposed-modules:     Math.Combinatorics.Multiset
  Build-depends:       base >= 3 && < 5,
                       containers >= 0.5 && < 0.7,
                       transformers >= 0.3 && < 0.7
  Default-language:    Haskell2010