haskell-scientific: update to version 0.3.3.0

This commit is contained in:
Peter Simons 2014-07-14 11:03:09 +02:00
parent 72c4fe7de2
commit 2b223c1349
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, deepseq, hashable, QuickCheck, smallcheck, tasty { cabal, deepseq, hashable, QuickCheck, smallcheck, tasty
, tastyAntXml, tastyQuickcheck, tastySmallcheck, text , tastyAntXml, tastyHunit, tastyQuickcheck, tastySmallcheck, text
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scientific"; pname = "scientific";
version = "0.3.2.1"; version = "0.3.3.0";
sha256 = "0z0k0dqmv6a3spgl48yl00a55niv0gqjy906sh4r8xfpsabzl88s"; sha256 = "1kj49ibq53m7cfs9pq396l4fbqnarqzay7a65rmsrzi2vz15parv";
buildDepends = [ deepseq hashable text ]; buildDepends = [ deepseq hashable text ];
testDepends = [ testDepends = [
QuickCheck smallcheck tasty tastyAntXml tastyQuickcheck QuickCheck smallcheck tasty tastyAntXml tastyHunit tastyQuickcheck
tastySmallcheck text tastySmallcheck text
]; ];
jailbreak = true; jailbreak = true;

View File

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