haskell-scientific: update to version 0.3.3.0
This commit is contained in:
parent
72c4fe7de2
commit
2b223c1349
@ -1,16 +1,16 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, deepseq, hashable, QuickCheck, smallcheck, tasty
|
||||
, tastyAntXml, tastyQuickcheck, tastySmallcheck, text
|
||||
, tastyAntXml, tastyHunit, tastyQuickcheck, tastySmallcheck, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "scientific";
|
||||
version = "0.3.2.1";
|
||||
sha256 = "0z0k0dqmv6a3spgl48yl00a55niv0gqjy906sh4r8xfpsabzl88s";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "1kj49ibq53m7cfs9pq396l4fbqnarqzay7a65rmsrzi2vz15parv";
|
||||
buildDepends = [ deepseq hashable text ];
|
||||
testDepends = [
|
||||
QuickCheck smallcheck tasty tastyAntXml tastyQuickcheck
|
||||
QuickCheck smallcheck tasty tastyAntXml tastyHunit tastyQuickcheck
|
||||
tastySmallcheck text
|
||||
];
|
||||
jailbreak = true;
|
@ -1988,8 +1988,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_2_1 = callPackage ../development/libraries/haskell/scientific/0.3.2.1.nix {};
|
||||
scientific = self.scientific_0_3_2_1;
|
||||
scientific_0_3_3_0 = callPackage ../development/libraries/haskell/scientific/0.3.3.0.nix {};
|
||||
scientific = self.scientific_0_3_3_0;
|
||||
|
||||
scotty = callPackage ../development/libraries/haskell/scotty {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user