packages feed

species 0.3.3 → 0.3.4

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Math.Combinatorics.Species: Bracelet :: [a] -> Bracelet a
+ Math.Combinatorics.Species: getBracelet :: Bracelet a -> [a]
+ Math.Combinatorics.Species: newtype Bracelet a

Files

CHANGES view
@@ -1,3 +1,6 @@+0.3.4      15 June 2015+  * re-export Bracelet type from Math.Combinatorics.Species module+ 0.3.3      11 June 2015   * add primitive species of bracelets 
Math/Combinatorics/Species.hs view
@@ -79,7 +79,7 @@     , Void, Unit(..)     , Id(..), Const(..)     , (:+:)(..), (:*:)(..), (:.:)(..)-    , Star(..), Cycle(..), Set(..)+    , Star(..), Cycle(..), Bracelet(..), Set(..)        -- * Species AST       -- $ast
species.cabal view
@@ -1,5 +1,5 @@ name:           species-version:        0.3.3+version:        0.3.4 license:        BSD3 license-file:   LICENSE build-type:     Simple