mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
0f5b6d94b4
commit
3bc6ac0af9
123
pkgs/development/haskell-modules/hackage-packages.nix
generated
123
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -1,4 +1,4 @@
|
||||
/* hackage-packages.nix is auto-generated by hackage2nix -- DO NOT EDIT MANUALLY! */
|
||||
/* hackage-packages.nix is an auto-generated file -- DO NOT EDIT! */
|
||||
|
||||
{ pkgs, lib, callPackage }:
|
||||
|
||||
@ -24900,6 +24900,41 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"adhoc-fixtures" = callPackage
|
||||
({ mkDerivation, base, hspec, hspec-core, hspec-discover
|
||||
, safe-exceptions, yarl
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "adhoc-fixtures";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "16m8a2b2z8n3zxr8dash6k1fq16ks7vi3dza751sd12ay7m0gn2w";
|
||||
libraryHaskellDepends = [ base safe-exceptions yarl ];
|
||||
testHaskellDepends = [
|
||||
base hspec hspec-core hspec-discover safe-exceptions yarl
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Manage fine grained fixtures";
|
||||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"adhoc-fixtures-hspec" = callPackage
|
||||
({ mkDerivation, adhoc-fixtures, base, hspec, hspec-core
|
||||
, hspec-discover, safe-exceptions, yarl
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "adhoc-fixtures-hspec";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0xzgq11lwm66wi3sdlxxpqjgv9wfrysjvn28zyrjrq791vmlg0p9";
|
||||
libraryHaskellDepends = [ adhoc-fixtures base hspec yarl ];
|
||||
testHaskellDepends = [
|
||||
adhoc-fixtures base hspec hspec-core hspec-discover safe-exceptions
|
||||
yarl
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Manage fine grained fixtures";
|
||||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"adhoc-network" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, Crypto, dataenc
|
||||
, HaXml, hsgnutls, network, old-locale, parsec, pkcs1, random, time
|
||||
@ -80546,6 +80581,17 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"diff-loc" = callPackage
|
||||
({ mkDerivation, base, fingertree, show-combinators }:
|
||||
mkDerivation {
|
||||
pname = "diff-loc";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "08sbxkf804bq3lwr9s1k1vigq7yrdjgicrj114zi14cdi4168k3x";
|
||||
libraryHaskellDepends = [ base fingertree show-combinators ];
|
||||
description = "Map file locations across diffs";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"diff-parse" = callPackage
|
||||
({ mkDerivation, attoparsec, base, hspec, text }:
|
||||
mkDerivation {
|
||||
@ -112273,8 +112319,8 @@ self: {
|
||||
|
||||
"gi-xlib" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
||||
, haskell-gi-base, haskell-gi-overloading, libX11, text
|
||||
, transformers
|
||||
, haskell-gi-base, haskell-gi-overloading, text, transformers
|
||||
, xlibsWrapper
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-xlib";
|
||||
@ -112285,10 +112331,10 @@ self: {
|
||||
base bytestring containers haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ libX11 ];
|
||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
||||
description = "xlib bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {inherit (pkgs.xorg) libX11;};
|
||||
}) {inherit (pkgs) xlibsWrapper;};
|
||||
|
||||
"giak" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, Cabal, containers
|
||||
@ -119555,8 +119601,9 @@ self: {
|
||||
|
||||
"greenclip" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, directory, exceptions
|
||||
, hashable, libX11, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||
, hashable, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||
, protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
|
||||
, xlibsWrapper
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "greenclip";
|
||||
@ -119569,13 +119616,13 @@ self: {
|
||||
microlens-mtl protolude text tomland unix vector wordexp X11
|
||||
];
|
||||
executablePkgconfigDepends = [
|
||||
libX11 libXau libXScrnSaver xcb xdmcp
|
||||
libXau libXScrnSaver xcb xdmcp xlibsWrapper
|
||||
];
|
||||
description = "Simple clipboard manager to be integrated with rofi";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "greenclip";
|
||||
}) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXScrnSaver;
|
||||
inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null;};
|
||||
}) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
|
||||
xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};
|
||||
|
||||
"greg-client" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, clock, hostname, network
|
||||
@ -120821,16 +120868,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"gtk-traymanager" = callPackage
|
||||
({ mkDerivation, base, glib, gtk3, libX11 }:
|
||||
({ mkDerivation, base, glib, gtk3, xlibsWrapper }:
|
||||
mkDerivation {
|
||||
pname = "gtk-traymanager";
|
||||
version = "1.0.1";
|
||||
sha256 = "0vc1gwhg5l7l5iqb1i3zwd1bsy8fxsiwkwzza7j15zi07f97k7di";
|
||||
libraryHaskellDepends = [ base glib gtk3 ];
|
||||
libraryPkgconfigDepends = [ libX11 ];
|
||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
||||
description = "A wrapper around the eggtraymanager library for Linux system trays";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {inherit (pkgs.xorg) libX11;};
|
||||
}) {inherit (pkgs) xlibsWrapper;};
|
||||
|
||||
"gtk2hs-buildtools" = callPackage
|
||||
({ mkDerivation, alex, array, base, Cabal, containers, directory
|
||||
@ -193362,15 +193409,15 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"monoid-subclasses_1_2" = callPackage
|
||||
"monoid-subclasses_1_2_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, commutative-semigroups
|
||||
, containers, primes, QuickCheck, quickcheck-instances, tasty
|
||||
, tasty-quickcheck, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monoid-subclasses";
|
||||
version = "1.2";
|
||||
sha256 = "10ajd7pm0jgqvsyp61sjyfg4392nmrxir0fry4zc4l2rl8vw1q9s";
|
||||
version = "1.2.1";
|
||||
sha256 = "10q71zpj2q81q4dpb9mmsds0jwhcvlxqdgxk0kjiqf8i78qy54hn";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring commutative-semigroups containers primes text
|
||||
vector
|
||||
@ -202421,8 +202468,8 @@ self: {
|
||||
pname = "nix-diff";
|
||||
version = "1.0.18";
|
||||
sha256 = "0pqz207zywcs38w8yaq5qgbsps7vx0zf2wykaxq9zs43d74ygh64";
|
||||
revision = "1";
|
||||
editedCabalFile = "12fb817s9dq2hf8v63c1b92zpxkil633swzf41739q1vlwqg39xh";
|
||||
revision = "2";
|
||||
editedCabalFile = "06zc80l50zaa7xp7svdfj5xvflim42g4j4jdkcbx1m5irr9384s1";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -213458,6 +213505,8 @@ self: {
|
||||
pname = "partial-isomorphisms";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "08390b7vj02kbx0s5q3irxljr1p8w4rvm6kf33ivv04cal3r2q39";
|
||||
revision = "1";
|
||||
editedCabalFile = "1dgig6n1wpdzk5269k98h7pd295k2y21yfr2gaz5fcfliwckfql5";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
description = "Partial isomorphisms";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -228711,6 +228760,29 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"proof-assistant-bot" = callPackage
|
||||
({ mkDerivation, Agda, async, base, bytestring, dhall, directory
|
||||
, filepath, mtl, process, rzk, stm, telegram-bot-simple, text, unix
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "proof-assistant-bot";
|
||||
version = "0.2.0";
|
||||
sha256 = "1sks81xaxzz76ajcki43jy7a95d6lc5ijj3xgl5slmjd5m4fmwyc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
Agda async base bytestring dhall directory filepath mtl process rzk
|
||||
stm telegram-bot-simple text unix unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
description = "Telegram bot for proof assistants";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "proof-assistant-bot";
|
||||
broken = true;
|
||||
}) {rzk = null;};
|
||||
|
||||
"proof-combinators" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
@ -298902,6 +298974,23 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"vector-extras_0_2_8" = callPackage
|
||||
({ mkDerivation, base, containers, deferred-folds, foldl, hashable
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-extras";
|
||||
version = "0.2.8";
|
||||
sha256 = "1xnz733p9p66693hb31fmq2cfsy2rwyw1b0915p7y5my1d8dxyzi";
|
||||
libraryHaskellDepends = [
|
||||
base containers deferred-folds foldl hashable unordered-containers
|
||||
vector
|
||||
];
|
||||
description = "Utilities for the \"vector\" library";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"vector-fft" = callPackage
|
||||
({ mkDerivation, base, primitive, vector }:
|
||||
mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user