hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
83ddbaad89.
This commit is contained in:
Peter Simons 2019-03-17 02:30:48 +01:00
parent 387c513d12
commit e98e4d21fa

View File

@ -29797,10 +29797,8 @@ self: {
}:
mkDerivation {
pname = "arbtt";
version = "0.10.1";
sha256 = "09n6v32yz612ag4acjd4jwnmv0ljarxi3b7v2mp4bj18c2gx1wbq";
revision = "1";
editedCabalFile = "0wnm1izr12yjh1kc7bhhj87sd7jwbh7qf6qpij0z84mlk58nq0mb";
version = "0.10.2";
sha256 = "02izfga7nv2saq4d1xwigq41hhbc02830sjppqsqw6vcb8082vs1";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -36123,22 +36121,22 @@ self: {
}) {};
"betris" = callPackage
({ mkDerivation, base, containers, lens, linear
({ mkDerivation, ansi-terminal, base, containers, lens, linear
, optparse-applicative, random, stm, time-units, vty
}:
mkDerivation {
pname = "betris";
version = "0.1.1.1";
sha256 = "0ggmy2rwwsgq54j29b2a5dkafalww0nrzz89j08wf3gsg90g9p9i";
version = "0.2.0.0";
sha256 = "0d8qiiabcca7l57lkmmz5pn11y0jbksv08bzisfab588sbxd9vqr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers lens linear optparse-applicative random stm
time-units vty
ansi-terminal base containers lens linear optparse-applicative
random stm time-units vty
];
executableHaskellDepends = [
base containers lens linear optparse-applicative random stm
time-units vty
ansi-terminal base containers lens linear optparse-applicative
random stm time-units vty
];
description = "A horizontal version of tetris for braille users";
license = stdenv.lib.licenses.bsd3;
@ -109662,6 +109660,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hedn-functor" = callPackage
({ mkDerivation, base, containers, hedn, recursion-schemes, text
, vector
}:
mkDerivation {
pname = "hedn-functor";
version = "0.1.0.0";
sha256 = "1s90az6akimfq6jwiyicns7v34ryp8riymj0ski1sl4ljjm4r4fi";
libraryHaskellDepends = [
base containers hedn recursion-schemes text vector
];
description = "Base functor for EDN AST";
license = stdenv.lib.licenses.bsd3;
}) {};
"hedra" = callPackage
({ mkDerivation, base, doctest, haskeline, random }:
mkDerivation {
@ -112272,6 +112285,8 @@ self: {
pname = "hindent";
version = "5.2.7";
sha256 = "06p7rn689ynlxxgpy7ix8r69zwz4iwp7rfvcjxa6kxayfiq3hc2w";
revision = "2";
editedCabalFile = "14fdsaybp9jyhgcr5q4zl3cnhbll2q732gz52qwbmvk0q5y0zad0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -112975,6 +112990,25 @@ self: {
broken = true;
}) {};
"hit-on" = callPackage
({ mkDerivation, ansi-terminal, base, base-noprelude, github
, gitrev, optparse-applicative, relude, shellmet, text, vector
}:
mkDerivation {
pname = "hit-on";
version = "0.0.0";
sha256 = "14npvwxh33cn8z2klp7liij41r9pyr00rs4g28yva2zry75bf98r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-terminal base-noprelude github gitrev optparse-applicative
relude shellmet text vector
];
executableHaskellDepends = [ base ];
description = "Haskell Git Helper Tool";
license = stdenv.lib.licenses.mpl20;
}) {};
"hjcase" = callPackage
({ mkDerivation, aeson, base, bytestring, HUnit, test-framework
, test-framework-hunit, text, unordered-containers, vector
@ -243111,16 +243145,16 @@ self: {
"xmobar" = callPackage
({ mkDerivation, alsa-core, alsa-mixer, async, base, bytestring
, containers, dbus, directory, extensible-exceptions, filepath
, hinotify, hspec, HTTP, 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
, hinotify, hspec, 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.29.4";
sha256 = "08kis4pxw073cixpfv9ccnarxl425mxszsni5cqzbns1gl8qydsr";
version = "0.29.5";
sha256 = "0k5hjpr1vanj6hxf5mn3j5rfjrmiz4x29kcvi55d8qpzsan3iz0m";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@ -243131,7 +243165,7 @@ self: {
isExecutable = true;
libraryHaskellDepends = [
alsa-core alsa-mixer async base bytestring containers dbus
directory extensible-exceptions filepath hinotify HTTP http-conduit
directory extensible-exceptions filepath hinotify http-conduit
http-types iwlib libmpd mtl old-locale parsec parsec-numbers
process regex-compat stm time timezone-olson timezone-series
transformers unix utf8-string X11 X11-xft