mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +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 {
|
||||
pname = "data-validation";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0yffgdid7dkx05ri8x51sgbdbjy48vbc67mb57rrl2r8cp5w7hya";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0bc3i4pnz1v516cmsnay1hpmh9r7zglwyv2ai1ncxy2k4l78pih0";
|
||||
libraryHaskellDepends = [ base containers template-haskell ];
|
||||
testHaskellDepends = [ base containers hspec template-haskell ];
|
||||
description = "A library for creating type safe validations";
|
||||
@ -94447,8 +94447,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "functor-combinators";
|
||||
version = "0.3.5.1";
|
||||
sha256 = "07hwsy8nly4sps3fsyfmq54cwfb850j1i1darwsyw24ignbd60j4";
|
||||
version = "0.3.6.0";
|
||||
sha256 = "0idf896xadp5v5k4m0s087xvvs9008sxw61djqb9v0x08rs5zy8f";
|
||||
libraryHaskellDepends = [
|
||||
assoc base bifunctors comonad constraints containers contravariant
|
||||
deriving-compat free invariant kan-extensions mmorph mtl
|
||||
@ -136926,6 +136926,31 @@ self: {
|
||||
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
|
||||
({ mkDerivation, base, bytestring, exceptions, HTTP, network
|
||||
, transformers
|
||||
@ -159367,17 +159392,18 @@ self: {
|
||||
}) {};
|
||||
|
||||
"lingo" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, filepath
|
||||
, hspec, raw-strings-qq, template-haskell, text, yaml
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||
, filepath, hspec, raw-strings-qq, text, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lingo";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1rva0g3lw9vqwjlnk960gvabnshr08577873j9j4yvggwwdirsqv";
|
||||
enableSeparateDataOutput = true;
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0qym6svpvxsxbhbppk0lkpp2zbqa13f0njkxnpyz5id581c3v8hx";
|
||||
setupHaskellDepends = [
|
||||
base bytestring Cabal containers directory filepath text yaml
|
||||
];
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers filepath raw-strings-qq
|
||||
template-haskell text yaml
|
||||
base bytestring containers filepath raw-strings-qq text yaml
|
||||
];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "File extension based programming language detection";
|
||||
@ -198624,6 +198650,38 @@ self: {
|
||||
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
|
||||
({ mkDerivation, base, optics, polysemy, polysemy-zoo }:
|
||||
mkDerivation {
|
||||
@ -207708,10 +207766,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "quickjs-hs";
|
||||
version = "0.1.1";
|
||||
sha256 = "18y0wjkdq6mlavk2wa1fz2x12y179kjq2n09iicimwy4yihrl4gp";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "0dbypa7p3x5j2nmbw2qvs4aik74jfkfa9b0mmv2290p6sj9ag1hd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0imf8x3yrkzhiywk5lxf82xjsrdynqwiqiy8mjwgriy5n6fpa6fp";
|
||||
editedCabalFile = "0f18980s2sky2fnrdnadyhivjhbzxcq9m3isnji8q2gbzpbywca7";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers exceptions inline-c mtl scientific
|
||||
string-conv text time transformers unliftio-core
|
||||
@ -211060,28 +211118,35 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"reanimate_0_4_1_0" = callPackage
|
||||
"reanimate_0_4_2_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, attoparsec, base
|
||||
, base64-bytestring, bytestring, cassava, cereal, chiphunk, colour
|
||||
, containers, cubicbezier, directory, earcut, filepath, fsnotify
|
||||
, geojson, hashable, hmatrix, JuicyPixels, lens, linear, matrix
|
||||
, mtl, neat-interpolation, open-browser, optparse-applicative
|
||||
, parallel, process, random, random-shuffle, reanimate-svg, split
|
||||
, temporary, text, time, vector, vector-space, websockets, xml
|
||||
, base64-bytestring, bytestring, cassava, cereal, colour
|
||||
, containers, cubicbezier, directory, filelock, filepath, fsnotify
|
||||
, geojson, ghcid, hashable, hgeometry, hgeometry-combinatorial
|
||||
, JuicyPixels, lens, linear, matrix, mtl, neat-interpolation
|
||||
, open-browser, optparse-applicative, parallel, process, QuickCheck
|
||||
, random, random-shuffle, reanimate-svg, split, tasty, tasty-golden
|
||||
, tasty-hunit, tasty-quickcheck, tasty-rerun, temporary, text, time
|
||||
, vector, vector-space, websockets, xml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reanimate";
|
||||
version = "0.4.1.0";
|
||||
sha256 = "12mql2i3433y3cj4x3rcilmvja4cnyk9y5cykw16sg30kbp1riki";
|
||||
version = "0.4.2.0";
|
||||
sha256 = "0dihh2k0cvh17qb37pfn1h6g620yzp923wrjqy22qbmlld896snk";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal array attoparsec base base64-bytestring
|
||||
bytestring cassava cereal chiphunk colour containers cubicbezier
|
||||
directory earcut filepath fsnotify geojson hashable hmatrix
|
||||
JuicyPixels lens linear matrix mtl neat-interpolation open-browser
|
||||
optparse-applicative parallel process random random-shuffle
|
||||
reanimate-svg split temporary text time vector vector-space
|
||||
websockets xml
|
||||
bytestring cassava cereal colour containers cubicbezier directory
|
||||
filelock filepath fsnotify geojson ghcid hashable hgeometry
|
||||
hgeometry-combinatorial JuicyPixels lens linear matrix mtl
|
||||
neat-interpolation open-browser optparse-applicative parallel
|
||||
process random random-shuffle reanimate-svg split temporary text
|
||||
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";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
|
Loading…
Reference in New Issue
Block a user