Skip to content
Snippets Groups Projects
Commit 5c6e5c7c authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Update vector.cabal and bump version to 0.10.9.2

This backports some changes from the vector.cabal file in the master
branch, including the external changelog and more importantly a change
of the maintainer-field.
parent 26648229
No related branches found
No related tags found
No related merge requests found
Changes in version 0.10.9.2
* Fix compilation with GHC 7.9
Changes in version 0.10.9.1
* Implement poly-kinded Typeable
Changes in version 0.10.0.1
* Require `primitive` to include workaround for a GHC array copying bug
Changes in version 0.10
* `NFData` instances
* More efficient block fills
* Safe Haskell support removed
Name: vector Name: vector
Version: 0.10.9.1 Version: 0.10.9.2
-- don't forget to update the changelog file!
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Author: Roman Leshchinskiy <rl@cse.unsw.edu.au> Author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au> Maintainer: libraries@haskell.org
Copyright: (c) Roman Leshchinskiy 2008-2012 Copyright: (c) Roman Leshchinskiy 2008-2012
Homepage: https://github.com/haskell/vector Homepage: https://github.com/haskell/vector
Bug-Reports: https://github.com/haskell/vector/issues Bug-Reports: https://github.com/haskell/vector/issues
...@@ -32,19 +33,6 @@ Description: ...@@ -32,19 +33,6 @@ Description:
There is also a (draft) tutorial on common uses of vector. There is also a (draft) tutorial on common uses of vector.
. .
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial> * <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
.
Changes in version 0.10.0.1
.
* Require @primitive@ to include workaround for a GHC array copying bug
.
Changes in version 0.10
.
* @NFData@ instances
.
* More efficient block fills
.
* Safe Haskell support removed
.
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Build-Type: Simple Build-Type: Simple
...@@ -75,22 +63,26 @@ Extra-Source-Files: ...@@ -75,22 +63,26 @@ Extra-Source-Files:
benchmarks/TestData/Graph.hs benchmarks/TestData/Graph.hs
benchmarks/TestData/ParenTree.hs benchmarks/TestData/ParenTree.hs
benchmarks/TestData/Random.hs benchmarks/TestData/Random.hs
changelog
internal/GenUnboxTuple.hs internal/GenUnboxTuple.hs
internal/unbox-tuple-instances internal/unbox-tuple-instances
Flag BoundsChecks Flag BoundsChecks
Description: Enable bounds checking Description: Enable bounds checking
Default: True Default: True
Manual: True
Flag UnsafeChecks Flag UnsafeChecks
Description: Enable bounds checking in unsafe operations at the cost of a Description: Enable bounds checking in unsafe operations at the cost of a
significant performance penalty significant performance penalty
Default: False Default: False
Manual: True
Flag InternalChecks Flag InternalChecks
Description: Enable internal consistency checks at the cost of a Description: Enable internal consistency checks at the cost of a
significant performance penalty significant performance penalty
Default: False Default: False
Manual: True
Library Library
...@@ -149,4 +141,4 @@ Library ...@@ -149,4 +141,4 @@ Library
source-repository head source-repository head
type: git type: git
location: https://github.com/haskell/vector location: https://github.com/haskell/vector.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment