mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-scientific: update to version 0.3.3.2
This commit is contained in:
parent
e50324a243
commit
1b851ae563
@ -6,8 +6,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "scientific";
|
||||
version = "0.3.3.1";
|
||||
sha256 = "1p1g9cj827hb1zsn6zip7vgiwrw2vxfali6qvhccd6j1p12drw0b";
|
||||
version = "0.3.3.2";
|
||||
sha256 = "17lxxjfbmmlr0ppkrhw42lqhcg42nk21n5l2x9i6b87g8qr37jii";
|
||||
buildDepends = [ deepseq hashable text ];
|
||||
testDepends = [
|
||||
QuickCheck smallcheck tasty tastyAntXml tastyHunit tastyQuickcheck
|
@ -2258,8 +2258,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_1 = callPackage ../development/libraries/haskell/scientific/0.3.3.1.nix {};
|
||||
scientific = self.scientific_0_3_3_1;
|
||||
scientific_0_3_3_2 = callPackage ../development/libraries/haskell/scientific/0.3.3.2.nix {};
|
||||
scientific = self.scientific_0_3_3_2;
|
||||
|
||||
scotty = callPackage ../development/libraries/haskell/scotty {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user