Cabal revisions of parallel-3.2.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: parallel version: 3.2.1.1+x-revision: 1 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 description: This package provides a library for parallel programming.+ .+ For documentation start from the "Control.Parallel.Strategies"+ module below.+ .+ For more tutorial documentation, see the book <http://simonmar.github.io/pages/pcph.html Parallel and Concurrent Programming in Haskell>.+ .+ To understand the principles behind the library, see+ <http://simonmar.github.io/bib/papers/strategies.pdf Seq no more: Better Strategies for Parallel Haskell>. + extra-source-files: changelog.md source-repository head build-depends: array >= 0.3 && < 0.6,- base >= 4.3 && < 4.11,+ base >= 4.3 && < 4.12, containers >= 0.4 && < 0.6, deepseq >= 1.1 && < 1.5