mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
bcf8de354e
.
This commit is contained in:
parent
442fe6287c
commit
d265d2aae8
123
pkgs/development/haskell-modules/hackage-packages.nix
generated
123
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -68794,8 +68794,8 @@ self: {
|
|||||||
({ mkDerivation, base, containers, hspec, template-haskell }:
|
({ mkDerivation, base, containers, hspec, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "data-validation";
|
pname = "data-validation";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "0yffgdid7dkx05ri8x51sgbdbjy48vbc67mb57rrl2r8cp5w7hya";
|
sha256 = "0bc3i4pnz1v516cmsnay1hpmh9r7zglwyv2ai1ncxy2k4l78pih0";
|
||||||
libraryHaskellDepends = [ base containers template-haskell ];
|
libraryHaskellDepends = [ base containers template-haskell ];
|
||||||
testHaskellDepends = [ base containers hspec template-haskell ];
|
testHaskellDepends = [ base containers hspec template-haskell ];
|
||||||
description = "A library for creating type safe validations";
|
description = "A library for creating type safe validations";
|
||||||
@ -94447,8 +94447,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "functor-combinators";
|
pname = "functor-combinators";
|
||||||
version = "0.3.5.1";
|
version = "0.3.6.0";
|
||||||
sha256 = "07hwsy8nly4sps3fsyfmq54cwfb850j1i1darwsyw24ignbd60j4";
|
sha256 = "0idf896xadp5v5k4m0s087xvvs9008sxw61djqb9v0x08rs5zy8f";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
assoc base bifunctors comonad constraints containers contravariant
|
assoc base bifunctors comonad constraints containers contravariant
|
||||||
deriving-compat free invariant kan-extensions mmorph mtl
|
deriving-compat free invariant kan-extensions mmorph mtl
|
||||||
@ -136926,6 +136926,31 @@ self: {
|
|||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"http-link-header_1_1_1" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, base, bytestring, criterion, directory
|
||||||
|
, errors, hspec, hspec-attoparsec, http-api-data, network-uri
|
||||||
|
, QuickCheck, text, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "http-link-header";
|
||||||
|
version = "1.1.1";
|
||||||
|
sha256 = "0bgffcmdswmpw3gl2yricz56y0cxb4x8l0j0qs60c6h16rcp5xwh";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
attoparsec base bytestring errors http-api-data network-uri text
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
attoparsec base bytestring errors hspec hspec-attoparsec
|
||||||
|
http-api-data network-uri QuickCheck text
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
attoparsec base bytestring criterion directory errors http-api-data
|
||||||
|
network-uri text transformers
|
||||||
|
];
|
||||||
|
description = "A parser and writer for the HTTP Link header per RFC 5988";
|
||||||
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"http-listen" = callPackage
|
"http-listen" = callPackage
|
||||||
({ mkDerivation, base, bytestring, exceptions, HTTP, network
|
({ mkDerivation, base, bytestring, exceptions, HTTP, network
|
||||||
, transformers
|
, transformers
|
||||||
@ -159367,17 +159392,18 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lingo" = callPackage
|
"lingo" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, filepath
|
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||||
, hspec, raw-strings-qq, template-haskell, text, yaml
|
, filepath, hspec, raw-strings-qq, text, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lingo";
|
pname = "lingo";
|
||||||
version = "0.4.0.0";
|
version = "0.3.2.0";
|
||||||
sha256 = "1rva0g3lw9vqwjlnk960gvabnshr08577873j9j4yvggwwdirsqv";
|
sha256 = "0qym6svpvxsxbhbppk0lkpp2zbqa13f0njkxnpyz5id581c3v8hx";
|
||||||
enableSeparateDataOutput = true;
|
setupHaskellDepends = [
|
||||||
|
base bytestring Cabal containers directory filepath text yaml
|
||||||
|
];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bytestring containers filepath raw-strings-qq
|
base bytestring containers filepath raw-strings-qq text yaml
|
||||||
template-haskell text yaml
|
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ base hspec ];
|
testHaskellDepends = [ base hspec ];
|
||||||
description = "File extension based programming language detection";
|
description = "File extension based programming language detection";
|
||||||
@ -198624,6 +198650,38 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"polysemy-http" = callPackage
|
||||||
|
({ mkDerivation, aeson, ansi-terminal, base-noprelude, bytestring
|
||||||
|
, case-insensitive, co-log-core, co-log-polysemy, composition
|
||||||
|
, containers, data-default, either, hedgehog, http-client
|
||||||
|
, http-client-tls, http-conduit, http-types, lens, mono-traversable
|
||||||
|
, network, polysemy, polysemy-plugin, relude, servant
|
||||||
|
, servant-client, servant-server, string-interpolate, tasty
|
||||||
|
, tasty-hedgehog, template-haskell, text, warp
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "polysemy-http";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "025dch3cq8bgyy78yg4jrcxxmkdyl03y38zrgjhfv00rrwcffhm0";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson ansi-terminal base-noprelude bytestring case-insensitive
|
||||||
|
co-log-core co-log-polysemy composition containers data-default
|
||||||
|
either http-client http-client-tls http-conduit http-types lens
|
||||||
|
mono-traversable polysemy polysemy-plugin relude string-interpolate
|
||||||
|
template-haskell text
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson ansi-terminal base-noprelude bytestring case-insensitive
|
||||||
|
co-log-core co-log-polysemy composition containers data-default
|
||||||
|
either hedgehog http-client http-client-tls http-conduit http-types
|
||||||
|
lens mono-traversable network polysemy polysemy-plugin relude
|
||||||
|
servant servant-client servant-server string-interpolate tasty
|
||||||
|
tasty-hedgehog template-haskell text warp
|
||||||
|
];
|
||||||
|
description = "Polysemy effect for http-client";
|
||||||
|
license = "BSD-2-Clause-Patent";
|
||||||
|
}) {};
|
||||||
|
|
||||||
"polysemy-optics" = callPackage
|
"polysemy-optics" = callPackage
|
||||||
({ mkDerivation, base, optics, polysemy, polysemy-zoo }:
|
({ mkDerivation, base, optics, polysemy, polysemy-zoo }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -207708,10 +207766,10 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "quickjs-hs";
|
pname = "quickjs-hs";
|
||||||
version = "0.1.1";
|
version = "0.1.2.1";
|
||||||
sha256 = "18y0wjkdq6mlavk2wa1fz2x12y179kjq2n09iicimwy4yihrl4gp";
|
sha256 = "0dbypa7p3x5j2nmbw2qvs4aik74jfkfa9b0mmv2290p6sj9ag1hd";
|
||||||
revision = "1";
|
revision = "1";
|
||||||
editedCabalFile = "0imf8x3yrkzhiywk5lxf82xjsrdynqwiqiy8mjwgriy5n6fpa6fp";
|
editedCabalFile = "0f18980s2sky2fnrdnadyhivjhbzxcq9m3isnji8q2gbzpbywca7";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bytestring containers exceptions inline-c mtl scientific
|
aeson base bytestring containers exceptions inline-c mtl scientific
|
||||||
string-conv text time transformers unliftio-core
|
string-conv text time transformers unliftio-core
|
||||||
@ -211060,28 +211118,35 @@ self: {
|
|||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"reanimate_0_4_1_0" = callPackage
|
"reanimate_0_4_2_0" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, array, attoparsec, base
|
({ mkDerivation, aeson, ansi-terminal, array, attoparsec, base
|
||||||
, base64-bytestring, bytestring, cassava, cereal, chiphunk, colour
|
, base64-bytestring, bytestring, cassava, cereal, colour
|
||||||
, containers, cubicbezier, directory, earcut, filepath, fsnotify
|
, containers, cubicbezier, directory, filelock, filepath, fsnotify
|
||||||
, geojson, hashable, hmatrix, JuicyPixels, lens, linear, matrix
|
, geojson, ghcid, hashable, hgeometry, hgeometry-combinatorial
|
||||||
, mtl, neat-interpolation, open-browser, optparse-applicative
|
, JuicyPixels, lens, linear, matrix, mtl, neat-interpolation
|
||||||
, parallel, process, random, random-shuffle, reanimate-svg, split
|
, open-browser, optparse-applicative, parallel, process, QuickCheck
|
||||||
, temporary, text, time, vector, vector-space, websockets, xml
|
, random, random-shuffle, reanimate-svg, split, tasty, tasty-golden
|
||||||
|
, tasty-hunit, tasty-quickcheck, tasty-rerun, temporary, text, time
|
||||||
|
, vector, vector-space, websockets, xml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "reanimate";
|
pname = "reanimate";
|
||||||
version = "0.4.1.0";
|
version = "0.4.2.0";
|
||||||
sha256 = "12mql2i3433y3cj4x3rcilmvja4cnyk9y5cykw16sg30kbp1riki";
|
sha256 = "0dihh2k0cvh17qb37pfn1h6g620yzp923wrjqy22qbmlld896snk";
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson ansi-terminal array attoparsec base base64-bytestring
|
aeson ansi-terminal array attoparsec base base64-bytestring
|
||||||
bytestring cassava cereal chiphunk colour containers cubicbezier
|
bytestring cassava cereal colour containers cubicbezier directory
|
||||||
directory earcut filepath fsnotify geojson hashable hmatrix
|
filelock filepath fsnotify geojson ghcid hashable hgeometry
|
||||||
JuicyPixels lens linear matrix mtl neat-interpolation open-browser
|
hgeometry-combinatorial JuicyPixels lens linear matrix mtl
|
||||||
optparse-applicative parallel process random random-shuffle
|
neat-interpolation open-browser optparse-applicative parallel
|
||||||
reanimate-svg split temporary text time vector vector-space
|
process random random-shuffle reanimate-svg split temporary text
|
||||||
websockets xml
|
time vector vector-space websockets xml
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring directory filepath linear process QuickCheck tasty
|
||||||
|
tasty-golden tasty-hunit tasty-quickcheck tasty-rerun temporary
|
||||||
|
text vector
|
||||||
];
|
];
|
||||||
description = "Animation library based on SVGs";
|
description = "Animation library based on SVGs";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
Loading…
Reference in New Issue
Block a user