forked from mirrors/nixpkgs
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 ];
|
||||
homepage = "http://naesten.dyndns.org:8080/repos/StrategyLib";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Stream" = callPackage
|
||||
|
@ -103408,6 +103409,7 @@ self: {
|
|||
isExecutable = true;
|
||||
executableHaskellDepends = [ base ];
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hnormalise" = callPackage
|
||||
|
@ -158054,17 +158056,19 @@ self: {
|
|||
|
||||
"plot-light" = callPackage
|
||||
({ 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 {
|
||||
pname = "plot-light";
|
||||
version = "0.2.7";
|
||||
sha256 = "0w1mbhws7fs0kld61fd9f9xyvfpzsjhh6ic6ny89gka4421p002s";
|
||||
version = "0.2.9";
|
||||
sha256 = "0sz69a8q6r67s9d75vgb3x7iyp8vgrd2q85w2pykzpnpbdi56q5m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
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 = [
|
||||
attoparsec attoparsec-time base blaze-svg colour palette scientific
|
||||
|
|
Loading…
Reference in a new issue