hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-16-gec0f902 from Hackage revision
6b78792753
.
This commit is contained in:
parent
03ef28473d
commit
4ec557eea9
@ -17445,6 +17445,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ base mtl ];
|
libraryHaskellDepends = [ base mtl ];
|
||||||
homepage = "http://naesten.dyndns.org:8080/repos/StrategyLib";
|
homepage = "http://naesten.dyndns.org:8080/repos/StrategyLib";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Stream" = callPackage
|
"Stream" = callPackage
|
||||||
@ -103408,6 +103409,7 @@ self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hnormalise" = callPackage
|
"hnormalise" = callPackage
|
||||||
@ -158054,17 +158056,19 @@ self: {
|
|||||||
|
|
||||||
"plot-light" = callPackage
|
"plot-light" = callPackage
|
||||||
({ mkDerivation, attoparsec, attoparsec-time, base, blaze-svg
|
({ mkDerivation, attoparsec, attoparsec-time, base, blaze-svg
|
||||||
, colour, hspec, mtl, palette, QuickCheck, scientific, text, time
|
, colour, containers, data-default, hspec, mtl, palette, QuickCheck
|
||||||
|
, scientific, text, time
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "plot-light";
|
pname = "plot-light";
|
||||||
version = "0.2.7";
|
version = "0.2.9";
|
||||||
sha256 = "0w1mbhws7fs0kld61fd9f9xyvfpzsjhh6ic6ny89gka4421p002s";
|
sha256 = "0sz69a8q6r67s9d75vgb3x7iyp8vgrd2q85w2pykzpnpbdi56q5m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base blaze-svg colour mtl palette scientific text time
|
attoparsec base blaze-svg colour containers data-default hspec mtl
|
||||||
|
palette QuickCheck scientific text time
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
attoparsec attoparsec-time base blaze-svg colour palette scientific
|
attoparsec attoparsec-time base blaze-svg colour palette scientific
|
||||||
|
Loading…
Reference in New Issue
Block a user