mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 15:15:36 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
f491652f2c
.
This commit is contained in:
parent
c024a1b07b
commit
cca4dcd2b7
130
pkgs/development/haskell-modules/hackage-packages.nix
generated
130
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -37546,15 +37546,15 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"base16_0_3_0_0" = callPackage
|
||||
"base16_0_3_0_1" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, criterion
|
||||
, deepseq, primitive, QuickCheck, random-bytestring, tasty
|
||||
, tasty-hunit, tasty-quickcheck, text, text-short
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "base16";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "151g3lxma65z0hqi3pqy57bidkhibvdsppkl37p1cldg7whvc708";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "10id9h9mas4kb4kfiz7hhp2hhwnb9mh92pr327c53jqxi4hazgnd";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring deepseq primitive text text-short
|
||||
];
|
||||
|
@ -49385,7 +49385,7 @@ self: {
|
|||
"calamity" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, colour
|
||||
, concurrent-extra, containers, data-default-class, data-flags
|
||||
, deepseq, deque, df1, di-polysemy, exceptions, fmt, focus
|
||||
, deepseq, deque, df1, di-core, di-polysemy, exceptions, fmt, focus
|
||||
, generic-lens, generic-override, generic-override-aeson, hashable
|
||||
, http-date, http-types, lens, lens-aeson, megaparsec, mime-types
|
||||
, mtl, polysemy, polysemy-plugin, reflection, safe-exceptions
|
||||
|
@ -49395,11 +49395,11 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "calamity";
|
||||
version = "0.1.19.2";
|
||||
sha256 = "14vw42zsyzcdi5nmgfl2mi4zxqbkvmd525ybsx324qj3cp3k8mn6";
|
||||
version = "0.1.20.0";
|
||||
sha256 = "0b11nkh4wynb8rdhn8qym5422l0nc49shkkp2mfbwh7yhmzaqwrh";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring colour concurrent-extra containers
|
||||
data-default-class data-flags deepseq deque df1 di-polysemy
|
||||
data-default-class data-flags deepseq deque df1 di-core di-polysemy
|
||||
exceptions fmt focus generic-lens generic-override
|
||||
generic-override-aeson hashable http-date http-types lens
|
||||
lens-aeson megaparsec mime-types mtl polysemy polysemy-plugin
|
||||
|
@ -72957,8 +72957,8 @@ self: {
|
|||
({ mkDerivation, base, df1, di-core, di-df1, di-handle, polysemy }:
|
||||
mkDerivation {
|
||||
pname = "di-polysemy";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "0p9wyli73skjbdbb0dgqb3p37rbijpadywsi0dwjdwdzpddjarcm";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "09n9kjfv6zx016zkglr0ya0gmi18xdgl08iv7pvh41h0mp435aaq";
|
||||
libraryHaskellDepends = [
|
||||
base df1 di-core di-df1 di-handle polysemy
|
||||
];
|
||||
|
@ -82076,6 +82076,29 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"encryptable" = callPackage
|
||||
({ mkDerivation, base, bytestring, cryptonite, esqueleto
|
||||
, generic-arbitrary, hspec, persistent, persistent-template
|
||||
, QuickCheck, quickcheck-instances, text, universum
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "encryptable";
|
||||
version = "0.1";
|
||||
sha256 = "0svvzk2js91qzcmbsfjcs2qs65a2b5ywgbpnyqidz53dlnbbk2r1";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cryptonite esqueleto generic-arbitrary hspec
|
||||
persistent persistent-template QuickCheck quickcheck-instances text
|
||||
universum
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cryptonite esqueleto generic-arbitrary hspec
|
||||
persistent persistent-template QuickCheck quickcheck-instances text
|
||||
universum
|
||||
];
|
||||
description = "Typed encryption with persistent support";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"endo" = callPackage
|
||||
({ mkDerivation, base, between, data-default-class, mtl
|
||||
, transformers
|
||||
|
@ -83082,6 +83105,20 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"errata" = callPackage
|
||||
({ mkDerivation, base, containers, text }:
|
||||
mkDerivation {
|
||||
pname = "errata";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "193m9c0409jvk6s8acqad3dg5x97mr6814gq0diyc3yc7b7mdmvf";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base containers text ];
|
||||
executableHaskellDepends = [ base containers text ];
|
||||
description = "Source code error pretty printing";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"errno" = callPackage
|
||||
({ mkDerivation, base, mtl }:
|
||||
mkDerivation {
|
||||
|
@ -126897,8 +126934,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-interest";
|
||||
version = "1.5.5";
|
||||
sha256 = "1rsi0mpdgi0g7m07y8bd3gpw5jc8saxw15ab7yhxif4m7dfwjgmg";
|
||||
version = "1.6.0";
|
||||
sha256 = "0s0pmdm1vk4ib5ncs9mxyzr3dx5m6ji9778kddzqwxc9y9gvq5sq";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -148980,6 +149017,8 @@ self: {
|
|||
pname = "json-api-lib";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "14lycfqjp3v6lnr4vqagps80dpvy8z6gs6sqq3qz184xyw4m2ini";
|
||||
revision = "1";
|
||||
editedCabalFile = "16k87v87lq2xf3rbig4229a2gc3p6s9a771g48a95xc0rk4k4hkk";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers data-default deepseq lens lens-aeson text
|
||||
unordered-containers uri-encode
|
||||
|
@ -165309,6 +165348,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"managed_1_0_8" = callPackage
|
||||
({ mkDerivation, base, transformers }:
|
||||
mkDerivation {
|
||||
pname = "managed";
|
||||
version = "1.0.8";
|
||||
sha256 = "00wzfy9facwgimrilz7bxaigr79w10733h8zfgyhll644p2rnz38";
|
||||
libraryHaskellDepends = [ base transformers ];
|
||||
description = "A monad for managed values";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"manatee" = callPackage
|
||||
({ mkDerivation, base, binary, cairo, containers, dbus-client
|
||||
, dbus-core, derive, directory, filepath, gtk, gtk-serialized-event
|
||||
|
@ -189453,8 +189504,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.3.8.0";
|
||||
sha256 = "1dg253ddpf4rinnng1wl8cl37wpbbc1ycigmgihwrsd41r4yv7rd";
|
||||
version = "0.3.8.1";
|
||||
sha256 = "15h484xq015jy65mzaqjqyi4ppnqfrdvvj1llmp8k00vb2xcrzrr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -199086,29 +199137,29 @@ self: {
|
|||
({ 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
|
||||
, http-client-tls, http-conduit, http-types, lens, 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";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0a8sq6pfwskviqkblz5i7c2f604xpkv7j07kfngci3xspbskk71v";
|
||||
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
|
||||
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
|
||||
lens 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";
|
||||
|
@ -209527,8 +209578,8 @@ self: {
|
|||
pname = "random";
|
||||
version = "1.2.0";
|
||||
sha256 = "1pmr7zbbqg58kihhhwj8figf5jdchhi7ik2apsyxbgsqq3vrqlg4";
|
||||
revision = "1";
|
||||
editedCabalFile = "11l9bcjy63qvcm4n7djp2l1l8668hbckkkdb2nj5g6iyy9pb2sa9";
|
||||
revision = "2";
|
||||
editedCabalFile = "1pjpv8rzbwhr881ayxbvz4filvx3qkdx13pa21407p5fiyf208a3";
|
||||
libraryHaskellDepends = [ base bytestring deepseq mtl splitmix ];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers doctest mwc-random primitive smallcheck
|
||||
|
@ -255086,8 +255137,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "timezone-detect";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "0ksjc83iq48msyk4fy90rdn09y3bannslic2cycn7rjzw14kz206";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "10pv88wmz8zqr1h3zh66skbkma2zz3gvwjaalnpfz5ii2dgl27yy";
|
||||
libraryHaskellDepends = [
|
||||
base time timezone-olson timezone-series
|
||||
];
|
||||
|
@ -275490,6 +275541,29 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"xeno_0_4_2" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, bytestring-mmap, bzlib
|
||||
, criterion, deepseq, filepath, ghc-prim, hexml, hexpat, hspec, mtl
|
||||
, mutable-containers, time, vector, weigh, xml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xeno";
|
||||
version = "0.4.2";
|
||||
sha256 = "0dvjzh7yyijwy2d6215wlxlln9h0ng6bnqasfh38prp6sllxk25j";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring deepseq mtl mutable-containers vector
|
||||
];
|
||||
testHaskellDepends = [ base bytestring hexml hspec ];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring bytestring-mmap bzlib criterion deepseq filepath
|
||||
ghc-prim hexml hexpat time weigh xml
|
||||
];
|
||||
description = "A fast event-based XML parser in pure Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"xenstore" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, mtl, network }:
|
||||
mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue