hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.14.1-9-g74e5d36 from Hackage revision
dc5ba26095.
This commit is contained in:
Peter Simons 2019-03-03 02:30:39 +01:00
parent 33e87e4b69
commit d955c0a385

View File

@ -22042,8 +22042,8 @@ self: {
pname = "aeson-extra";
version = "0.4.1.1";
sha256 = "1y7xss382hdxrv4jzprsm3b7ij7wiw8jgjg9wp49dx6bfvcnb2nl";
revision = "3";
editedCabalFile = "0b9ccv529msmqay0gw2xcxm67n08hmv6s45ivyd8vq0rig4wz407";
revision = "4";
editedCabalFile = "0ja5vr9w22wyknkjyl7w43frdfdfnxphvrai1b18lhinjqcd9bl5";
libraryHaskellDepends = [
aeson aeson-compat attoparsec attoparsec-iso8601 base
base-compat-batteries bytestring containers deepseq exceptions
@ -37782,7 +37782,7 @@ self: {
description = "Proof-of-concept tool for writing using binary choices";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk2 = pkgs.gnome2.gtk; inherit (pkgs.gnome2) pango;};
}) {inherit (pkgs) gtk2; inherit (pkgs.gnome2) pango;};
"bitstream" = callPackage
({ mkDerivation, base, base-unicode-symbols, bytestring, QuickCheck
@ -38952,7 +38952,7 @@ self: {
description = "full-featured tiling for the GNOME desktop environment";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk2 = pkgs.gnome2.gtk;};
}) {inherit (pkgs) gtk2;};
"bluetileutils" = callPackage
({ mkDerivation, base, gtk }:
@ -45481,7 +45481,7 @@ self: {
description = "Raw CEF3 bindings";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {cef = null; gtk2 = pkgs.gnome2.gtk;};
}) {cef = null; inherit (pkgs) gtk2;};
"cef3-simple" = callPackage
({ mkDerivation, base, cef3-raw }:
@ -45531,7 +45531,7 @@ self: {
description = "Cairo-based CellRenderer";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk2 = pkgs.gnome2.gtk;};
}) {inherit (pkgs) gtk2;};
"celtchar" = callPackage
({ mkDerivation, base, bytestring, directory, file-embed, filepath
@ -55212,21 +55212,23 @@ self: {
({ mkDerivation, base, binary, bytestring, bzlib
, composition-prelude, containers, cpphs, dhall, directory
, filemanip, filepath, hashable, hspec, hspec-megaparsec
, http-client, http-client-tls, lzma, megaparsec, microlens, mtl
, network-uri, optparse-applicative, prettyprinter, process
, recursion, tar, temporary, text, zip-archive, zlib
, http-client, http-client-tls, libarchive, lzma, megaparsec
, microlens, mtl, network-uri, optparse-applicative, prettyprinter
, process, recursion, tar, temporary, text, zip-archive, zlib
}:
mkDerivation {
pname = "cpkg";
version = "0.1.0.0";
sha256 = "1hfnmxcwlm6jnh0q1mm0bzi2xirqanz9ygijp3rzngv51m69n35q";
version = "0.1.1.0";
sha256 = "1qmz4m9kbkmcb0i7iy1ay1hkkqh826v98lpqf0zpk7sin686xjv4";
revision = "1";
editedCabalFile = "004178xsld8mmy07z23x51vzbjrjprv17k8mq29vgibkm5kd1l5r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary bytestring bzlib composition-prelude containers dhall
directory filemanip filepath hashable http-client http-client-tls
lzma megaparsec microlens mtl network-uri prettyprinter process
recursion tar temporary text zip-archive zlib
libarchive lzma megaparsec microlens mtl network-uri prettyprinter
process recursion tar temporary text zip-archive zlib
];
libraryToolDepends = [ cpphs ];
executableHaskellDepends = [
@ -72288,6 +72290,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"error-codes" = callPackage
({ mkDerivation, base, primitive }:
mkDerivation {
pname = "error-codes";
version = "0.1.0.0";
sha256 = "1i78vxk5ldasbn0fs8nwjfsjzkxjmg05i6vgzs4jlj1ajsgwhhkj";
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [ base ];
description = "Error code functions";
license = stdenv.lib.licenses.bsd3;
}) {};
"error-context" = callPackage
({ mkDerivation, aeson, base, bytestring, exceptions, katip
, monad-logger, mtl, resourcet, safe-exceptions, tasty, tasty-hunit
@ -75196,6 +75210,29 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs.xorg) libXtst;};
"fakedata" = callPackage
({ mkDerivation, base, bytestring, containers, directory
, exceptions, filepath, hspec, hspec-discover, random
, template-haskell, text, vector, yaml
}:
mkDerivation {
pname = "fakedata";
version = "0.1.0.0";
sha256 = "1qghjb2avamn731jr7x87grvx588wksacnza7xkv47j17gxnbbkk";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers directory exceptions filepath random
template-haskell text vector yaml
];
testHaskellDepends = [
base bytestring containers directory exceptions filepath hspec
hspec-discover random template-haskell text vector yaml
];
testToolDepends = [ hspec-discover ];
description = "Library for producing fake data";
license = stdenv.lib.licenses.bsd3;
}) {};
"faker" = callPackage
({ mkDerivation, base, gimlh, random, split }:
mkDerivation {
@ -76826,6 +76863,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"fib" = callPackage
({ mkDerivation, base-noprelude, integer-gmp, semirings }:
mkDerivation {
pname = "fib";
version = "0.1";
sha256 = "19ppp760993wz4d1w3i5s60k4yqcx40il7l0ak0ylcqqym619zlk";
revision = "1";
editedCabalFile = "1pi7hhil698v9yk17ncw7raw0sf20yj679jvs2d0p7q8ypl9b1lh";
libraryHaskellDepends = [ base-noprelude integer-gmp semirings ];
description = "fibonacci algebra";
license = stdenv.lib.licenses.bsd3;
}) {};
"fibon" = callPackage
({ mkDerivation, attoparsec, base, bytestring, bytestring-lexing
, Cabal, cereal, containers, directory, filepath, hslogger, mtl
@ -82024,6 +82074,8 @@ self: {
pname = "funcons-values";
version = "0.1.0.7";
sha256 = "0jdgwv44gs4zr8z5pg6lzikrgn3dzna8z0vriq71anlifjyci8yq";
revision = "1";
editedCabalFile = "1aam84wminmcy530vkv8g2qkag6gz45yyx5xks7gq1y7jifm1kkb";
libraryHaskellDepends = [
base bv containers multiset text vector
];
@ -84677,8 +84729,8 @@ self: {
({ mkDerivation, base, dimensional, lens, semigroups }:
mkDerivation {
pname = "geodetic-types";
version = "0.0.2";
sha256 = "1y37ad3x8kkj5mhvaj94bf8mm4ssavkbd3fc513qkyazp1c64g15";
version = "0.0.3";
sha256 = "0ivadapval9bvrf3kjp3j3rz7dy1dr04y5jh0x25ssrn7sgfxvj0";
libraryHaskellDepends = [ base dimensional lens semigroups ];
description = "Types for geodetic operations";
license = stdenv.lib.licenses.bsd3;
@ -86016,6 +86068,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghci-dap" = callPackage
({ mkDerivation, array, base, bytestring, containers, deepseq
, directory, filepath, ghc, ghc-boot, ghc-paths, ghci, haskeline
, haskell-dap, process, text, time, transformers, unix
}:
mkDerivation {
pname = "ghci-dap";
version = "0.0.11.0";
sha256 = "19skxwhv5lgm4vs53y7gckrdrqhcsp7p47gc3lxfkdjqrvskvzks";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
array base bytestring containers deepseq directory filepath ghc
ghc-boot ghc-paths ghci haskeline haskell-dap process text time
transformers unix
];
description = "ghci-dap is a GHCi having DAP interface";
license = stdenv.lib.licenses.bsd3;
}) {};
"ghci-diagrams" = callPackage
({ mkDerivation, base, cairo, colour, diagrams, gtk }:
mkDerivation {
@ -86618,7 +86690,7 @@ self: {
doHaddock = false;
description = "DbusmenuGtk bindings";
license = stdenv.lib.licenses.lgpl21;
}) {gtk3 = pkgs.gtk3; inherit (pkgs) libdbusmenu-gtk3;};
}) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;};
"gi-gdk" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
@ -86639,7 +86711,7 @@ self: {
libraryPkgconfigDepends = [ gtk3 ];
description = "Gdk bindings";
license = stdenv.lib.licenses.lgpl21;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"gi-gdkpixbuf" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
@ -86680,7 +86752,7 @@ self: {
doHaddock = false;
description = "GdkX11 bindings";
license = stdenv.lib.licenses.lgpl21;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"gi-ggit" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
@ -86739,7 +86811,7 @@ self: {
doHaddock = false;
description = "GIRepository (gobject-introspection) bindings";
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) gobject-introspection;};
}) {inherit (pkgs.gnome3) gobject-introspection;};
"gi-glib" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, glib
@ -86923,7 +86995,7 @@ self: {
libraryPkgconfigDepends = [ gtk3 ];
description = "Gtk bindings";
license = stdenv.lib.licenses.lgpl21;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"gi-gtk-declarative" = callPackage
({ mkDerivation, base, criterion, gi-gdk, gi-glib, gi-gobject
@ -87021,7 +87093,7 @@ self: {
doHaddock = false;
description = "GtkSource bindings";
license = stdenv.lib.licenses.lgpl21;
}) {gtksourceview3 = pkgs.gtksourceview3;};
}) {inherit (pkgs) gtksourceview3;};
"gi-javascriptcore" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
@ -87042,7 +87114,7 @@ self: {
description = "JavaScriptCore bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) webkitgtk;};
}) {inherit (pkgs.gnome3) webkitgtk;};
"gi-notify" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf
@ -87260,7 +87332,7 @@ self: {
description = "WebKit2 bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) webkitgtk;};
}) {inherit (pkgs.gnome3) webkitgtk;};
"gi-webkit2webextension" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
@ -88662,6 +88734,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"glabrous_2_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, cereal, cereal-text, directory, either, hspec, text
, unordered-containers
}:
mkDerivation {
pname = "glabrous";
version = "2.0.0";
sha256 = "001w81x2xmmd4vwp0m0142xgwyx60pr3mjx76czbc3by6iv41l5b";
libraryHaskellDepends = [
aeson aeson-pretty attoparsec base bytestring cereal cereal-text
either text unordered-containers
];
testHaskellDepends = [
base directory either hspec text unordered-containers
];
description = "A template DSL library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"glade" = callPackage
({ mkDerivation, base, Cabal, glib, gtk, gtk2hs-buildtools
, libglade
@ -88995,8 +89088,8 @@ self: {
}:
mkDerivation {
pname = "glob-posix";
version = "0.1.0.1";
sha256 = "1brw6vd6k787z5n56sdz8c5f35iv0w6m2qpgb2lyxb7bfwn3hi9j";
version = "0.2.0.1";
sha256 = "1h9my41nhq0xxlwvajwijbgpranyn2ffabbjvx1pbr7vdb4zp8q3";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base directory filepath tasty tasty-expected-failure tasty-hunit
@ -93778,6 +93871,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"grid-proto" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, linear, sdl2
, sdl2-fps, sdl2-gfx, sdl2-mixer, sdl2-ttf, StateVar, text, vector
}:
mkDerivation {
pname = "grid-proto";
version = "0.1.0.0";
sha256 = "0jwwgnzv27af5wcynfi2rm1xnp5lvqrnaqi1asw27ng4413y3jqk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring containers linear sdl2 sdl2-fps sdl2-gfx
sdl2-mixer sdl2-ttf StateVar text vector
];
executableHaskellDepends = [
aeson base bytestring containers linear sdl2 sdl2-fps sdl2-gfx
sdl2-mixer sdl2-ttf StateVar text vector
];
description = "Grid-based prototyping framework";
license = stdenv.lib.licenses.bsd3;
}) {};
"gridbounds" = callPackage
({ mkDerivation, base, earclipper, gjk, gridbox, hspec }:
mkDerivation {
@ -94504,7 +94619,7 @@ self: {
description = "Binding to the Gtk+ graphical user interface library";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk2 = pkgs.gnome2.gtk;};
}) {inherit (pkgs) gtk2;};
"gtk-helpers" = callPackage
({ mkDerivation, array, base, gio, glib, gtk, mtl, process
@ -94584,7 +94699,7 @@ self: {
description = "GTK+ Serialized event";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk2 = pkgs.gnome2.gtk;};
}) {inherit (pkgs) gtk2;};
"gtk-simple-list-view" = callPackage
({ mkDerivation, base, gtk }:
@ -94627,7 +94742,7 @@ self: {
description = "A standalone StatusNotifierItem/AppIndicator tray";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"gtk-strut" = callPackage
({ mkDerivation, base, gi-gdk, gi-gtk, text, transformers }:
@ -94966,7 +95081,7 @@ self: {
description = "Binding to the GtkSourceView library";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtksourceview3 = pkgs.gtksourceview3;};
}) {inherit (pkgs) gtksourceview3;};
"guarded-allocation" = callPackage
({ mkDerivation, base }:
@ -96277,8 +96392,8 @@ self: {
pname = "hackage-security";
version = "0.5.3.0";
sha256 = "08bwawc7ramgdh54vcly2m9pvfchp0ahhs8117jajni6x4bnx66v";
revision = "3";
editedCabalFile = "07h13j203wafvimfhswpjl2a43iaavy9579hm16z5m565m7f8hwy";
revision = "4";
editedCabalFile = "1mkk6vkq681rgq159rgr73vlkch0z5cj3vbmz0n6540y8i3zs3mp";
libraryHaskellDepends = [
base base16-bytestring base64-bytestring bytestring Cabal
containers cryptohash-sha256 directory ed25519 filepath ghc-prim
@ -96902,18 +97017,21 @@ self: {
"haeredes" = callPackage
({ mkDerivation, base, bytestring, cmdargs, dns, doctest, filemanip
, iproute, MissingH, parallel-io
, iproute, parallel-io, process
}:
mkDerivation {
pname = "haeredes";
version = "0.4.4";
sha256 = "1b3455grm9dy6m4yf2y5mncrjdplq2kslljszgqd8l3c2xml9hmx";
version = "0.5.1";
sha256 = "1y4r487z2k6l7xi5bi1rb3rz0i7yki2j2mmpnpfdy2bba1s51a6n";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring cmdargs dns iproute MissingH parallel-io
base bytestring cmdargs dns iproute parallel-io
];
testHaskellDepends = [
base bytestring cmdargs dns doctest filemanip iproute parallel-io
process
];
testHaskellDepends = [ base doctest filemanip ];
description = "Confirm delegation of NS and MX records";
license = stdenv.lib.licenses.agpl3;
}) {};
@ -100314,24 +100432,28 @@ self: {
}) {};
"haskell-ci" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
, deepseq, Diff, directory, filepath, tasty, tasty-golden
, transformers
({ mkDerivation, ansi-terminal, base, base-compat, bytestring
, Cabal, containers, deepseq, Diff, directory, filepath
, generic-lens, HsYAML, microlens, optparse-applicative, parsec
, pretty, ShellCheck, tasty, tasty-golden, text, transformers
}:
mkDerivation {
pname = "haskell-ci";
version = "0.1.0.0";
sha256 = "1bfl9k0ypak7p39xkx0zslamd9cd5jvvxf57wqigbcpgcmsd7z40";
isLibrary = true;
version = "0.2";
sha256 = "1057mab2spnbmg417sn6p0nhppx90d3c6rs5chfv186i80c03f83";
isLibrary = false;
isExecutable = true;
libraryHaskellDepends = [
base Cabal containers deepseq directory filepath transformers
base base-compat bytestring Cabal containers deepseq directory
filepath generic-lens HsYAML microlens optparse-applicative parsec
pretty ShellCheck text transformers
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
ansi-terminal base bytestring Diff directory filepath tasty
tasty-golden transformers
];
doHaddock = false;
description = "Cabal package script generator for Travis-CI";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -100425,8 +100547,8 @@ self: {
}:
mkDerivation {
pname = "haskell-dap";
version = "0.0.11.0";
sha256 = "098j65f241giy8z576s1iafcskl8m6qnj173476iw3sggw6iw1f1";
version = "0.0.12.0";
sha256 = "0n1abvz7a03d3xgkykkk2ggm74lsh1kg0jv0z1k9874pncxx4li4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers ];
@ -100440,6 +100562,40 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-debug-adapter" = callPackage
({ mkDerivation, aeson, async, base, bytestring, Cabal, clock
, cmdargs, conduit, conduit-extra, containers, data-default
, directory, filepath, fsnotify, haskell-dap, hslogger, hspec, lens
, MissingH, mtl, parsec, process, resourcet, safe-exceptions, text
}:
mkDerivation {
pname = "haskell-debug-adapter";
version = "0.0.29.0";
sha256 = "1m4lirrlgw1vavk1rnr22lcbzasa0sd90mn1ghzwhij86dmfxldr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async base bytestring Cabal clock cmdargs conduit
conduit-extra containers data-default directory filepath fsnotify
haskell-dap hslogger lens MissingH mtl parsec process resourcet
safe-exceptions text
];
executableHaskellDepends = [
aeson async base bytestring Cabal clock cmdargs conduit
conduit-extra containers data-default directory filepath fsnotify
haskell-dap hslogger lens MissingH mtl parsec process resourcet
safe-exceptions text
];
testHaskellDepends = [
aeson async base bytestring Cabal clock cmdargs conduit
conduit-extra containers data-default directory filepath fsnotify
haskell-dap hslogger hspec lens MissingH mtl parsec process
resourcet safe-exceptions text
];
description = "Haskell Debug Adapter";
license = stdenv.lib.licenses.bsd3;
}) {};
"haskell-disque" = callPackage
({ mkDerivation, base, bytestring, hedis, string-conversions
, transformers
@ -100631,7 +100787,8 @@ self: {
testHaskellDepends = [ base doctest process ];
description = "Generate Haskell bindings for GObject Introspection capable libraries";
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib gobject-introspection;};
}) {inherit (pkgs) glib;
inherit (pkgs.gnome3) gobject-introspection;};
"haskell-gi-base" = callPackage
({ mkDerivation, base, bytestring, containers, glib, text }:
@ -112493,6 +112650,45 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"hpack_0_31_2" = callPackage
({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
, containers, cryptonite, deepseq, directory, filepath, Glob, hspec
, hspec-discover, http-client, http-client-tls, http-types, HUnit
, infer-license, interpolate, mockery, pretty, QuickCheck
, scientific, template-haskell, temporary, text, transformers
, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "hpack";
version = "0.31.2";
sha256 = "1l2d6185lawwhsj70swxkvcacm0hvcn9qsrlx4ph4gs6k578603g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bifunctors bytestring Cabal containers cryptonite
deepseq directory filepath Glob http-client http-client-tls
http-types infer-license pretty scientific text transformers
unordered-containers vector yaml
];
executableHaskellDepends = [
aeson base bifunctors bytestring Cabal containers cryptonite
deepseq directory filepath Glob http-client http-client-tls
http-types infer-license pretty scientific text transformers
unordered-containers vector yaml
];
testHaskellDepends = [
aeson base bifunctors bytestring Cabal containers cryptonite
deepseq directory filepath Glob hspec http-client http-client-tls
http-types HUnit infer-license interpolate mockery pretty
QuickCheck scientific template-haskell temporary text transformers
unordered-containers vector yaml
];
testToolDepends = [ hspec-discover ];
description = "A modern format for Haskell packages";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hpack-convert" = callPackage
({ mkDerivation, aeson, aeson-qq, base, base-compat, bytestring
, Cabal, containers, deepseq, directory, filepath, Glob, hspec
@ -112555,6 +112751,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hpack-dhall_0_5_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal
, dhall, dhall-json, Diff, directory, filepath, hpack, megaparsec
, microlens, optparse-applicative, prettyprinter, tasty
, tasty-golden, text, transformers, utf8-string, yaml
}:
mkDerivation {
pname = "hpack-dhall";
version = "0.5.2";
sha256 = "16mnh9hwp0224cn3rlpbjgqklgvbaffbzjskyksakpgxc0phk1zi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty base bytestring dhall dhall-json filepath hpack
megaparsec microlens prettyprinter text transformers yaml
];
executableHaskellDepends = [
aeson aeson-pretty base bytestring dhall dhall-json filepath hpack
megaparsec microlens optparse-applicative prettyprinter text
transformers yaml
];
testHaskellDepends = [
aeson aeson-pretty base bytestring Cabal dhall dhall-json Diff
directory filepath hpack megaparsec microlens prettyprinter tasty
tasty-golden text transformers utf8-string yaml
];
description = "hpack's dhalling";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hpaco" = callPackage
({ mkDerivation, aeson, base, cmdargs, filepath, hpaco-lib, strict
, utf8-string, yaml
@ -115055,7 +115282,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsdev_0_3_3_0" = callPackage
"hsdev_0_3_3_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec
, base, bytestring, Cabal, containers, cpphs, data-default, deepseq
, direct-sqlite, directory, exceptions, filepath, fsnotify, ghc
@ -115069,8 +115296,8 @@ self: {
}:
mkDerivation {
pname = "hsdev";
version = "0.3.3.0";
sha256 = "17pylby88xmr8hibhpiyygzdnjwznh1zss4969z6w2dk2489lkrz";
version = "0.3.3.1";
sha256 = "09i1m3xkvjzq69mpzf73g3jxf3g5md8lfrxjwza6ns8ii9m4xcqh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -117880,6 +118107,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"html-entities_1_1_4_3" = callPackage
({ mkDerivation, attoparsec, base, base-prelude, text
, unordered-containers
}:
mkDerivation {
pname = "html-entities";
version = "1.1.4.3";
sha256 = "0mjmmnh3mfi0ccl5wi5b65afi66wj5xdvva13qw22naa31ibbsnf";
libraryHaskellDepends = [
attoparsec base base-prelude text unordered-containers
];
description = "A codec library for HTML-escaped text and HTML-entities";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"html-entity" = callPackage
({ mkDerivation, attoparsec, base, Cabal, cabal-doctest, doctest
, text, unordered-containers
@ -130120,8 +130363,8 @@ self: {
}:
mkDerivation {
pname = "kafka-device";
version = "1.0.0.0";
sha256 = "1bcd7fm42vly9hlfzv0cjzx2g4hrqp66nrypki75f2c8lqfzcr11";
version = "1.0.2.1";
sha256 = "1ig1qbb1yrizff4f807pw2lqqy0nvn5hy89xf4v20p02zvy0w673";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -130139,8 +130382,8 @@ self: {
({ mkDerivation, base, GLUT, kafka-device, OpenGL }:
mkDerivation {
pname = "kafka-device-glut";
version = "1.0.0.0";
sha256 = "0pkvar1rf0gv7h5a95h28jaifpwknfdvxvcv4s7f5vdrs0376j3k";
version = "1.0.2.1";
sha256 = "0rz2xlrvhpqafb7m3svfykr1aa2fwrz0qpwzdxjfhpnd85ccfmzi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base GLUT kafka-device OpenGL ];
@ -135509,7 +135752,7 @@ self: {
description = "Haskell IDE written in Haskell";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"leksah-server" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, binary
@ -136307,8 +136550,8 @@ self: {
({ mkDerivation, base, bytestring, filepath, libarchive }:
mkDerivation {
pname = "libarchive";
version = "0.2.1.1";
sha256 = "03qyyqki2s55lvpc9iwyh96sv4yslxw9an89n87a138bvwrdyyma";
version = "0.2.1.2";
sha256 = "1fwiwfqknndfnq55psdbj2swf1y5cm971lah4dgayg8vn76n961x";
libraryHaskellDepends = [ base bytestring filepath ];
libraryPkgconfigDepends = [ libarchive ];
description = "Haskell interface to libarchive";
@ -141131,7 +141374,7 @@ self: {
description = "Leksah tool kit";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"ltl" = callPackage
({ mkDerivation, base, vcd }:
@ -161605,7 +161848,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
"pandoc_2_6" = callPackage
"pandoc_2_7" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring
, binary, blaze-html, blaze-markup, bytestring, case-insensitive
, cmark-gfm, containers, criterion, data-default, deepseq, Diff
@ -161620,10 +161863,8 @@ self: {
}:
mkDerivation {
pname = "pandoc";
version = "2.6";
sha256 = "046vya7ivngv0hp5chnfxc1dm5n3krbgm0883ph45l31c7liyxma";
revision = "1";
editedCabalFile = "1m0xna696r38g2nk7whhyzh52lyyg0vsr236n8dafbwqj0k66652";
version = "2.7";
sha256 = "13y3sm2dc7wn5lvwvgddq5r6b3fy4dsl272mbja704qadf0af884";
configureFlags = [ "-fhttps" "-f-trypandoc" ];
isLibrary = true;
isExecutable = true;
@ -161694,7 +161935,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pandoc-citeproc_0_16_1" = callPackage
"pandoc-citeproc_0_16_1_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, Cabal, containers, data-default, directory, filepath, hs-bibutils
, libyaml, mtl, network, old-locale, pandoc, pandoc-types, parsec
@ -161703,8 +161944,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-citeproc";
version = "0.16.1";
sha256 = "0vn3kydzyx7r9zhhk4bgp8ljyi8a65fjlik52d6d536wz3p2pwd3";
version = "0.16.1.1";
sha256 = "0fyc6b5545bpfp0mgbp8mgjgczwahp6l0l7wfzv9b6455awqcyc8";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -170060,7 +170301,7 @@ self: {
description = "Binding to the Poppler";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gdk_pixbuf; gtk2 = pkgs.gnome2.gtk;
}) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2;
inherit (pkgs.gnome2) pango; inherit (pkgs) poppler;};
"populate-setup-exe-cache" = callPackage
@ -170763,6 +171004,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"postgresql-simple_0_6_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, bytestring, bytestring-builder, case-insensitive, containers
, cryptohash-md5, filepath, hashable, HUnit, inspection-testing
, Only, postgresql-libpq, scientific, tasty, tasty-golden
, tasty-hunit, template-haskell, text, time, transformers
, uuid-types, vector
}:
mkDerivation {
pname = "postgresql-simple";
version = "0.6.1";
sha256 = "0hc3zarmykf0hvc5jr0rm66z4kar73zp737m4vg0y2nc2k5yp9m8";
libraryHaskellDepends = [
aeson attoparsec base bytestring bytestring-builder
case-insensitive containers hashable Only postgresql-libpq
scientific template-haskell text time transformers uuid-types
vector
];
testHaskellDepends = [
aeson base base16-bytestring bytestring case-insensitive containers
cryptohash-md5 filepath HUnit inspection-testing postgresql-libpq
tasty tasty-golden tasty-hunit text time vector
];
benchmarkHaskellDepends = [ base vector ];
description = "Mid-Level PostgreSQL client library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple-bind" = callPackage
({ mkDerivation, attoparsec, base, bytestring, data-default
, exceptions, heredoc, hspec, postgresql-simple, template-haskell
@ -172919,8 +173189,8 @@ self: {
pname = "probable";
version = "0.1.3";
sha256 = "196m3v30818q034x7jdnqdwfqffx5pfj64yyw0q2blhwzkhc0f9n";
revision = "2";
editedCabalFile = "01cah34a5bzqlf76aqpc3038gxq7iy4krrzrj788c11ybawq0mgn";
revision = "3";
editedCabalFile = "0fvvf9l4vkmnv7qffvkxd0rajv7n64v0550nd7cpjazns41y4lz2";
libraryHaskellDepends = [
base mtl mwc-random primitive statistics transformers vector
];
@ -180011,6 +180281,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"reanimate-svg" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, hspec
, JuicyPixels, lens, linear, mtl, scientific, svg-tree, text
, transformers, vector, xml
}:
mkDerivation {
pname = "reanimate-svg";
version = "0.7.0.0";
sha256 = "0rwzk6i1pmydijhjs2s2v9qivgccqlfxps3622i5plkss9b8zcqm";
libraryHaskellDepends = [
attoparsec base bytestring containers JuicyPixels lens linear mtl
scientific text transformers vector xml
];
testHaskellDepends = [
attoparsec base hspec linear scientific svg-tree
];
description = "SVG file loader and serializer";
license = stdenv.lib.licenses.bsd3;
}) {};
"reasonable-lens" = callPackage
({ mkDerivation, base, mtl, split, template-haskell }:
mkDerivation {
@ -180367,8 +180657,8 @@ self: {
}:
mkDerivation {
pname = "red-black-record";
version = "2.0.2.1";
sha256 = "0wnzzx7hvk1yhg7x7mzi6zkr6x7j7682i3d843qk6hhpa3agcb8j";
version = "2.0.2.2";
sha256 = "1afmqdgd0xhawjckjz318561zsr478a7jkpr20l7alic6zxnl4z9";
libraryHaskellDepends = [ base sop-core ];
testHaskellDepends = [
aeson base bytestring doctest profunctors sop-core tasty
@ -194165,17 +194455,18 @@ self: {
}) {inherit (pkgs) zlib;};
"sgd" = callPackage
({ mkDerivation, base, binary, bytestring, containers, deepseq
, filepath, lazy-io, logfloat, monad-par, mtl, primitive, random
, temporary, vector
({ mkDerivation, base, binary, bytestring, containers, data-default
, deepseq, filepath, hmatrix, logfloat, monad-par, mtl, pipes
, primitive, random, temporary, vector
}:
mkDerivation {
pname = "sgd";
version = "0.4.0.1";
sha256 = "05ngij0zigjxplw76qaczpd4dmdmqj23h8bfls5cd5s5sbxv5irb";
version = "0.5.0.0";
sha256 = "0ajlg3790rjs9nnyg4iiviki3470c7j05nc9b88824jdqc6wczlk";
libraryHaskellDepends = [
base binary bytestring containers deepseq filepath lazy-io logfloat
monad-par mtl primitive random temporary vector
base binary bytestring containers data-default deepseq filepath
hmatrix logfloat monad-par mtl pipes primitive random temporary
vector
];
description = "Stochastic gradient descent";
license = stdenv.lib.licenses.bsd3;
@ -206779,8 +207070,8 @@ self: {
}:
mkDerivation {
pname = "strongswan-sql";
version = "1.0.1.0";
sha256 = "1f3yfbd7cl8k603jc1fy3b7h8nh94mvr15k3j01141zrfzzprimw";
version = "1.1.0.0";
sha256 = "0z3kgffij0jiqjnc5axaz3apqmzbnffbbiffcw87rlnxg3w0n0r1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -209924,7 +210215,7 @@ self: {
description = "A desktop bar similar to xmobar, but with more GUI";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3;};
}) {inherit (pkgs) gtk3;};
"tag-bits" = callPackage
({ mkDerivation, base, ghc-prim }:
@ -212793,7 +213084,7 @@ self: {
description = "Terminal emulator configurable in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3; vte_291 = pkgs.vte;};
}) {inherit (pkgs) gtk3; vte_291 = pkgs.vte;};
"termplot" = callPackage
({ mkDerivation, base, brick, data-default, optparse-applicative
@ -213519,6 +213810,29 @@ self: {
license = stdenv.lib.licenses.gpl2;
}) {};
"texmath_0_11_2_1" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, mtl, pandoc-types, parsec, process, split, syb, temporary, text
, utf8-string, xml
}:
mkDerivation {
pname = "texmath";
version = "0.11.2.1";
sha256 = "0divah3mwyyzg2z3mnl28d2kvy0lz1n8qh22pi1z856b7g3wv8r2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers mtl pandoc-types parsec syb xml
];
testHaskellDepends = [
base bytestring directory filepath process split temporary text
utf8-string xml
];
description = "Conversion between formats used to represent mathematics";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"texrunner" = callPackage
({ mkDerivation, attoparsec, base, bytestring, directory, filepath
, HUnit, io-streams, lens, mtl, process, semigroups, temporary
@ -215236,6 +215550,33 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"these_0_8" = callPackage
({ mkDerivation, aeson, assoc, base, base-compat, bifunctors
, binary, containers, data-default-class, deepseq, hashable, keys
, lens, mtl, QuickCheck, quickcheck-instances, semigroupoids, tasty
, tasty-quickcheck, transformers, transformers-compat
, unordered-containers, vector, vector-instances
}:
mkDerivation {
pname = "these";
version = "0.8";
sha256 = "145m71z43rqgps0nh29hcfkr3cbs9l82y3dfycf7i5fjr2472rga";
libraryHaskellDepends = [
aeson assoc base base-compat bifunctors binary containers
data-default-class deepseq hashable keys lens mtl QuickCheck
semigroupoids transformers transformers-compat unordered-containers
vector vector-instances
];
testHaskellDepends = [
aeson base base-compat bifunctors binary containers hashable lens
QuickCheck quickcheck-instances tasty tasty-quickcheck transformers
unordered-containers vector
];
description = "An either-or-both data type & a generalized 'zip with padding' typeclass";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"these-skinny" = callPackage
({ mkDerivation, base, deepseq }:
mkDerivation {
@ -215768,7 +216109,7 @@ self: {
description = "A desktop bar based on WebKit";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {gtk3 = pkgs.gtk3; inherit (pkgs) webkitgtk;};
}) {inherit (pkgs) gtk3; inherit (pkgs.gnome3) webkitgtk;};
"tibetan-utils" = callPackage
({ mkDerivation, base, composition-prelude, either, hspec
@ -231335,7 +231676,7 @@ self: {
description = "JavaScriptCore FFI from webkitgtk";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) webkitgtk;};
}) {inherit (pkgs.gnome3) webkitgtk;};
"webkitgtk3" = callPackage
({ mkDerivation, base, bytestring, Cabal, cairo, glib
@ -240497,6 +240838,28 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) zeromq;};
"zeromq4-haskell_0_8_0" = callPackage
({ mkDerivation, async, base, bytestring, containers, exceptions
, monad-control, QuickCheck, semigroups, tasty, tasty-hunit
, tasty-quickcheck, transformers, transformers-base, zeromq
}:
mkDerivation {
pname = "zeromq4-haskell";
version = "0.8.0";
sha256 = "0sznvz842ycbd73y8q09s6hs4i3yj1b5qm00n06f69p1i5jrkgnk";
libraryHaskellDepends = [
async base bytestring containers exceptions monad-control
semigroups transformers transformers-base
];
libraryPkgconfigDepends = [ zeromq ];
testHaskellDepends = [
async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck
];
description = "Bindings to ZeroMQ 4.x";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) zeromq;};
"zeromq4-patterns" = callPackage
({ mkDerivation, async, base, binary, bytestring, exceptions
, QuickCheck, stm, test-framework, test-framework-quickcheck2