-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Leshchinskiy
committed
Sep 27, 2012
1 parent
deb38e5
commit f1904ef
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Name: vector-benchmarks | ||
Version: 0.9.9 | ||
Version: 0.10 | ||
License: BSD3 | ||
License-File: LICENSE | ||
Author: Roman Leshchinskiy <[email protected]> | ||
Maintainer: Roman Leshchinskiy <[email protected]> | ||
Copyright: (c) Roman Leshchinskiy 2010-2011 | ||
Copyright: (c) Roman Leshchinskiy 2010-2012 | ||
Cabal-Version: >= 1.2 | ||
Build-Type: Simple | ||
|
||
|
@@ -13,8 +13,8 @@ Executable algorithms | |
|
||
Build-Depends: base >= 2 && < 5, array, | ||
criterion >= 0.5 && < 0.7, | ||
mwc-random >= 0.5 && < 0.12, | ||
vector == 0.9.9 | ||
mwc-random >= 0.5 && < 0.13, | ||
vector == 0.10 | ||
|
||
if impl(ghc<6.13) | ||
Ghc-Options: -finline-if-enough-args -fno-method-sharing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Name: vector-tests | ||
Version: 0.9.9 | ||
Version: 0.10 | ||
License: BSD3 | ||
License-File: LICENSE | ||
Author: Max Bolingbroke, Roman Leshchinskiy | ||
Maintainer: Roman Leshchinskiy <[email protected]> | ||
Copyright: (c) Max Bolinbroke, Roman Leshchinskiy 2008-2010 | ||
Copyright: (c) Max Bolinbroke, Roman Leshchinskiy 2008-2012 | ||
Homepage: http://darcs.haskell.org/vector | ||
Category: Data Structures | ||
Synopsis: Efficient Arrays | ||
|
@@ -18,7 +18,7 @@ Build-Type: Simple | |
Executable "vector-tests-O0" | ||
Main-Is: Main.hs | ||
|
||
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.9.9, | ||
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10, | ||
random, | ||
QuickCheck >= 2, test-framework, test-framework-quickcheck2 | ||
|
||
|
@@ -38,7 +38,7 @@ Executable "vector-tests-O0" | |
Executable "vector-tests-O2" | ||
Main-Is: Main.hs | ||
|
||
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.9.9, | ||
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10, | ||
random, | ||
QuickCheck >= 2, test-framework, test-framework-quickcheck2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Name: vector | ||
Version: 0.9.9 | ||
Version: 0.10 | ||
License: BSD3 | ||
License-File: LICENSE | ||
Author: Roman Leshchinskiy <[email protected]> | ||
Maintainer: Roman Leshchinskiy <[email protected]> | ||
Copyright: (c) Roman Leshchinskiy 2008-2011 | ||
Copyright: (c) Roman Leshchinskiy 2008-2012 | ||
Homepage: http://code.haskell.org/vector | ||
Bug-Reports: http://trac.haskell.org/vector | ||
Category: Data, Data Structures | ||
|
@@ -171,7 +171,7 @@ Library | |
vector.h | ||
|
||
Build-Depends: base >= 4 && < 5 | ||
, primitive >= 0.4.9 && < 0.6 | ||
, primitive >= 0.5 && < 0.6 | ||
, ghc-prim | ||
, deepseq >= 1.1 && < 1.4 | ||
|
||
|