hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
924f7336a7.
This commit is contained in:
Peter Simons 2020-06-27 02:30:25 +02:00
parent dbb7aaef62
commit 50ea9c2bca

View File

@ -24780,15 +24780,15 @@ self: {
}) {};
"aeson-with" = callPackage
({ mkDerivation, aeson, base, hashmap, lens, lens-aeson, scientific
, text, unordered-containers, vector
({ mkDerivation, aeson, base, hashmap, lens, lens-aeson, mtl
, scientific, text, unordered-containers, vector
}:
mkDerivation {
pname = "aeson-with";
version = "0.1.0.2";
sha256 = "0iv522v1cq2vnwnics0fas962kfaghvk33awnggd5k078x450wsq";
version = "0.1.1.0";
sha256 = "1w1f3rni01v4scfd2lccx6ijxsy9q54dyad500xm06la1lnw40k6";
libraryHaskellDepends = [
aeson base hashmap lens lens-aeson scientific text
aeson base hashmap lens lens-aeson mtl scientific text
unordered-containers vector
];
description = "withXField combinators for aeson";
@ -75201,6 +75201,17 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"dobutokO-frequency" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "dobutokO-frequency";
version = "0.1.0.0";
sha256 = "0kf52302jp1q7mfxr3520jk6vw06j0k6r3xry6mlx1lryirgq8k4";
libraryHaskellDepends = [ base ];
description = "Helps to create experimental music. Working with frequencies and types.";
license = stdenv.lib.licenses.mit;
}) {};
"dobutokO-poetry" = callPackage
({ mkDerivation, base, mmsyn3, mmsyn6ukr, mmsyn7s, vector }:
mkDerivation {
@ -92173,8 +92184,8 @@ self: {
pname = "friday";
version = "0.2.3.1";
sha256 = "04wn36249b7mddhp6r8zycdxixm0ryj3jrc6qjjvl5k138n4j9q8";
revision = "1";
editedCabalFile = "0n1f4plvrmad6gm8dbsi6g5ghahdwwy2fhgippmnp1ixb65x7d58";
revision = "2";
editedCabalFile = "1iy2ywz42mwwr2iy7fzfdif8f0vbyl3w9hgy4rkynsmmqc8mmxba";
libraryHaskellDepends = [
base containers convertible deepseq primitive ratio-int
transformers vector
@ -114787,17 +114798,17 @@ self: {
"haskell-postgis" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, bytestring-lexing
, cpu, data-binary-ieee754, hspec, mtl, placeholders, text
, cpu, data-binary-ieee754, either, hspec, mtl, placeholders, text
, unordered-containers, vector
}:
mkDerivation {
pname = "haskell-postgis";
version = "0.1.0.2";
sha256 = "0p3zdrzfsz3qj3rcx3yihg7vffa261ig5lywrfls5qvqihw62m41";
version = "0.2.0";
sha256 = "0y3di09hyxr5jhwrdqk2548h09x71pd7f1dhv3g6118pzdfps6nk";
libraryHaskellDepends = [
aeson base binary bytestring bytestring-lexing cpu
data-binary-ieee754 mtl placeholders text unordered-containers
vector
data-binary-ieee754 either mtl placeholders text
unordered-containers vector
];
testHaskellDepends = [
aeson base binary bytestring bytestring-lexing cpu
@ -163728,6 +163739,30 @@ self: {
broken = true;
}) {};
"massiv_0_5_3_0" = callPackage
({ mkDerivation, base, bytestring, data-default-class, deepseq
, doctest, exceptions, mersenne-random-pure64, primitive
, QuickCheck, random, scheduler, splitmix, template-haskell
, unliftio-core, vector
}:
mkDerivation {
pname = "massiv";
version = "0.5.3.0";
sha256 = "0wvrdm442p03qna2146d4fld4ghj1ibrxqgncc1yphzc1hxb3kzi";
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
scheduler unliftio-core vector
];
testHaskellDepends = [
base doctest mersenne-random-pure64 QuickCheck random splitmix
template-haskell
];
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"massiv-io" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-doctest, Color
, data-default-class, deepseq, doctest, exceptions, filepath, hspec
@ -224725,8 +224760,8 @@ self: {
}:
mkDerivation {
pname = "shakebook";
version = "0.7.0.0";
sha256 = "09149j3fjsg3904v90dp1kgdhh52czzrxz2bd90mh2jaf5v59c2h";
version = "0.7.2.0";
sha256 = "05idvya18s0d8n1f9xpm9cwb9jrmv9f5635cbz4kr3fhw9ya7dxb";
libraryHaskellDepends = [
aeson aeson-with base comonad comonad-extras doctemplates feed free
ixset-typed lens lens-aeson mustache pandoc pandoc-types
@ -240315,6 +240350,32 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {};
"swish_0_10_0_4" = callPackage
({ mkDerivation, base, containers, directory, filepath, hashable
, HUnit, intern, mtl, network-uri, old-locale, polyparse
, semigroups, test-framework, test-framework-hunit, text, time
}:
mkDerivation {
pname = "swish";
version = "0.10.0.4";
sha256 = "0rad5rx8hxh0ay4q0lfbn4jggvl3wf3chhjf34rpppzdd6b7r75m";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base containers directory filepath hashable intern mtl network-uri
old-locale polyparse text time
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base containers hashable HUnit network-uri old-locale semigroups
test-framework test-framework-hunit text time
];
description = "A semantic web toolkit";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sws" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
, containers, cryptonite, directory, filepath, hourglass
@ -271083,16 +271144,16 @@ self: {
"xmobar" = callPackage
({ mkDerivation, alsa-core, alsa-mixer, async, base, bytestring
, containers, dbus, directory, extensible-exceptions, filepath
, hinotify, hspec, http-client-tls, http-conduit, http-types, iwlib
, libmpd, libXpm, libXrandr, libXrender, mtl, old-locale, parsec
, parsec-numbers, process, regex-compat, stm, temporary, time
, timezone-olson, timezone-series, transformers, unix, utf8-string
, wirelesstools, X11, X11-xft
, gauge, hinotify, hspec, http-client-tls, http-conduit, http-types
, iwlib, libmpd, libXpm, libXrandr, libXrender, mtl, old-locale
, parsec, parsec-numbers, process, regex-compat, stm, temporary
, time, timezone-olson, timezone-series, transformers, unix
, utf8-string, wirelesstools, X11, X11-xft
}:
mkDerivation {
pname = "xmobar";
version = "0.34";
sha256 = "0x09xbz7y9ay0046j1xpr9jjk5jqivqi06vm3q6mhcrgc4y922rx";
version = "0.35.1";
sha256 = "1fizszhij2if9wxwzi728l93j9p5y9kfqnwnxk6nl66g64rsbp5x";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@ -271119,6 +271180,7 @@ self: {
filepath hspec mtl old-locale parsec parsec-numbers process
regex-compat stm temporary time transformers unix X11
];
benchmarkHaskellDepends = [ base gauge mtl ];
description = "A Minimalistic Text Based Status Bar";
license = stdenv.lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-linux" ];
@ -277169,8 +277231,8 @@ self: {
}:
mkDerivation {
pname = "zipper-extra";
version = "0.1.2.1";
sha256 = "1ngdhh2g7gjs8fvzk356qzip3g8bpr6sximpijpx3zc9nalnn2jf";
version = "0.1.3.0";
sha256 = "069mbsqcb1z238awj934xiqcz2s0pf58mfq1cjr8wg1k7b2wvy0k";
libraryHaskellDepends = [
base comonad comonad-extras exceptions split
];