haskell-scientific: update to version 0.3.3.1

This commit is contained in:
Peter Simons 2014-09-10 20:48:23 +02:00
parent caf56dd59d
commit 47d02a94e5
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "scientific";
version = "0.3.3.0";
sha256 = "1kj49ibq53m7cfs9pq396l4fbqnarqzay7a65rmsrzi2vz15parv";
version = "0.3.3.1";
sha256 = "1p1g9cj827hb1zsn6zip7vgiwrw2vxfali6qvhccd6j1p12drw0b";
buildDepends = [ deepseq hashable text ];
testDepends = [
QuickCheck smallcheck tasty tastyAntXml tastyHunit tastyQuickcheck

View file

@ -2158,8 +2158,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
sbv = callPackage ../development/libraries/haskell/sbv {};
scientific_0_2_0_2 = callPackage ../development/libraries/haskell/scientific/0.2.0.2.nix {};
scientific_0_3_3_0 = callPackage ../development/libraries/haskell/scientific/0.3.3.0.nix {};
scientific = self.scientific_0_3_3_0;
scientific_0_3_3_1 = callPackage ../development/libraries/haskell/scientific/0.3.3.1.nix {};
scientific = self.scientific_0_3_3_1;
scotty = callPackage ../development/libraries/haskell/scotty {};