packages feed

Octree 0.5.4.1 → 0.5.4.2

raw patch · 4 files changed

+7/−4 lines, 4 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Data/Octree/Internal.hs view
@@ -12,7 +12,7 @@                             ) where  import Data.Functor    (Functor    (..))-import Data.Foldable   (Foldable   (..))+import Data.Foldable   (Foldable   (foldr)) import Data.Traversable(Traversable(..))  import Data.Vector.V3
Octree.cabal view
@@ -1,5 +1,5 @@ name:                Octree-version:             0.5.4.1+version:             0.5.4.2 stability:           beta homepage:            https://github.com/mgajda/octree package-url:         http://hackage.haskell.org/package/octree@@ -18,7 +18,7 @@  build-type:          Simple cabal-version:       >=1.8-tested-with:         GHC==7.0.4,GHC==7.4.1,GHC==7.4.2,GHC==7.6.0+tested-with:         GHC==7.6.3,GHC==7.8.3  source-repository head   type:     git
README.lhs view
@@ -2,7 +2,7 @@ ====== This is a simple Octree implementation in Haskell. -[![Build Status](https://api.travis-ci.org/mgajda/octree.png?branch=master)](https://www.travis-ci.org/mgajda/octree)+[![Build Status](https://api.travis-ci.org/BioHaskell/octree.png?branch=master)](https://www.travis-ci.org/BioHaskell/octree)  To use simply: 
changelog view
@@ -1,5 +1,8 @@ -*-Changelog-*- +0.5.4.2 Apr 2014+	* Passes GHC 7.10 RC Dec 22 2014 build.+ 0.5.4.1 Apr 2014 	* Bump up upper bounds for GHC 7.10