Skip to content

Commit

Permalink
haskell-vector: update version to 0.10.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 1a29d1b commit 64f4186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

cabal.mkDerivation (self: {
pname = "vector";
version = "0.10.9.2";
sha256 = "046w4w5dr5136smfxzhzkhzcx6jgpnqrc2x5lzy4vrlxhb8za6c1";
version = "0.10.9.3";
sha256 = "08mlg0v7an6mm04skvxrgfndab0wikfs4glv7jj8ylxwc8959kdx";
buildDepends = [ deepseq primitive ];
meta = {
homepage = "https://github.com/haskell/vector";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2378,8 +2378,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
vect = callPackage ../development/libraries/haskell/vect {};

vector_0_10_0_1 = callPackage ../development/libraries/haskell/vector/0.10.0.1.nix {};
vector_0_10_9_2 = callPackage ../development/libraries/haskell/vector/0.10.9.2.nix {};
vector = self.vector_0_10_9_2;
vector_0_10_9_3 = callPackage ../development/libraries/haskell/vector/0.10.9.3.nix {};
vector = self.vector_0_10_9_3;

vectorAlgorithms = callPackage ../development/libraries/haskell/vector-algorithms {};

Expand Down

0 comments on commit 64f4186

Please sign in to comment.