haskell-scientific: update to version 0.3.3.3
This commit is contained in:
parent
6ad9a19684
commit
bb770ba61d
@ -6,8 +6,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "scientific";
|
||||
version = "0.3.3.2";
|
||||
sha256 = "17lxxjfbmmlr0ppkrhw42lqhcg42nk21n5l2x9i6b87g8qr37jii";
|
||||
version = "0.3.3.3";
|
||||
sha256 = "1hngkmd1kggc84sz4mddc0yj2vyzc87dz5dkkywjgxczys51mhqn";
|
||||
buildDepends = [ deepseq hashable text ];
|
||||
testDepends = [
|
||||
QuickCheck smallcheck tasty tastyAntXml tastyHunit tastyQuickcheck
|
@ -2227,8 +2227,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_2 = callPackage ../development/libraries/haskell/scientific/0.3.3.2.nix {};
|
||||
scientific = self.scientific_0_3_3_2;
|
||||
scientific_0_3_3_3 = callPackage ../development/libraries/haskell/scientific/0.3.3.3.nix {};
|
||||
scientific = self.scientific_0_3_3_3;
|
||||
|
||||
scotty = callPackage ../development/libraries/haskell/scotty {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user