Skip to content

Commit

Permalink
Bump versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Leshchinskiy committed Sep 27, 2012
1 parent deb38e5 commit f1904ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2009, Roman Leshchinskiy
Copyright (c) 2008-2012, Roman Leshchinskiy
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/vector-benchmarks.cabal
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

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions tests/vector-tests.cabal
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
Expand All @@ -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

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions vector.cabal
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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f1904ef

Please sign in to comment.