packages feed

exact-combinatorics 0.2.0.7 → 0.2.0.8

raw patch · 7 files changed

+17/−17 lines, 7 files

Files

+ CHANGELOG view
@@ -0,0 +1,8 @@+0.2.0.4 (2012-09-26):+    - Math.Combinatorics.Exact.Binomial: added OEIS link+0.2.0 (2012-02-02):+    - renamed to exact-combinatorics.+    - moved Math.Combinatorics.* to Math.Combinatorics.Exact.*++0.1.0 (2011-12-04):+    - init.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2011--2013, wren ng thornton.+Copyright (c) 2011--2013, wren gayle romano. ALL RIGHTS RESERVED.  Redistribution and use in source and binary forms, with or without
− VERSION
@@ -1,8 +0,0 @@-0.2.0.4 (2012-09-26):-    - Math.Combinatorics.Exact.Binomial: added OEIS link-0.2.0 (2012-02-02):-    - renamed to exact-combinatorics.-    - moved Math.Combinatorics.* to Math.Combinatorics.Exact.*--0.1.0 (2011-12-04):-    - init.
exact-combinatorics.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30+-- wren gayle romano <wren@community.haskell.org>   ~ 2015.05.30 ----------------------------------------------------------------  -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -9,12 +9,12 @@ Build-Type:     Custom  Name:           exact-combinatorics-Version:        0.2.0.7+Version:        0.2.0.8 Stability:      experimental Homepage:       http://code.haskell.org/~wren/-Author:         wren ng thornton+Author:         wren gayle romano Maintainer:     wren@community.haskell.org-Copyright:      Copyright (c) 2011--2013 wren ng thornton+Copyright:      Copyright (c) 2011--2015 wren gayle romano License:        BSD3 License-File:   LICENSE @@ -25,7 +25,7 @@ Tested-With:     GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files:-    README, VERSION+    README, CHANGELOG Source-Repository head     Type:     darcs     Location: http://community.haskell.org/~wren/exact-combinatorics
src/Math/Combinatorics/Exact/Binomial.hs view
@@ -3,7 +3,7 @@ --                                                    2012.09.26 -- | -- Module      :  Math.Combinatorics.Exact.Binomial--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano -- License     :  BSD -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Math/Combinatorics/Exact/Factorial.hs view
@@ -4,7 +4,7 @@ --                                                    2012.02.02 -- | -- Module      :  Math.Combinatorics.Exact.Factorial--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano -- License     :  BSD -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Math/Combinatorics/Exact/Primes.hs view
@@ -8,7 +8,7 @@ --                                                    2012.02.02 -- | -- Module      :  Math.Combinatorics.Exact.Primes--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano -- License     :  BSD -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental