hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-1-g5325ccd from Hackage revision
36c258915f
.
This commit is contained in:
parent
f29e3b72df
commit
590f85f7a1
1 changed files with 189 additions and 36 deletions
225
pkgs/development/haskell-modules/hackage-packages.nix
generated
225
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -15998,8 +15998,8 @@ self: {
|
|||
({ mkDerivation, base, mtl, QuickCheck, random }:
|
||||
mkDerivation {
|
||||
pname = "QuickCheck-GenT";
|
||||
version = "0.2.0";
|
||||
sha256 = "0vbc4zw9f03hm6mnlkiymp75yi9knar12zyyrchlr8792acwlcrd";
|
||||
version = "0.2.1";
|
||||
sha256 = "1bf3vx2szdb0svnmhn0k7vfkv86vhfxgcfklzlf5w7y49s4369k0";
|
||||
libraryHaskellDepends = [ base mtl QuickCheck random ];
|
||||
description = "A GenT monad transformer for QuickCheck library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -42754,6 +42754,46 @@ self: {
|
|||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
|
||||
"brittany_0_12_1_0" = callPackage
|
||||
({ mkDerivation, aeson, base, butcher, bytestring, cmdargs
|
||||
, containers, czipwith, data-tree-print, deepseq, directory, extra
|
||||
, filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, hspec
|
||||
, monad-memo, mtl, multistate, neat-interpolation, parsec, pretty
|
||||
, random, safe, semigroups, strict, syb, text, transformers
|
||||
, uniplate, unsafe, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "brittany";
|
||||
version = "0.12.1.0";
|
||||
sha256 = "1r5nbw63hv5nq02lx6igin70lbzbdglldb2lf1m52jpiwwz5j0i4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base butcher bytestring cmdargs containers czipwith
|
||||
data-tree-print deepseq directory extra filepath ghc ghc-boot-th
|
||||
ghc-exactprint ghc-paths monad-memo mtl multistate
|
||||
neat-interpolation pretty random safe semigroups strict syb text
|
||||
transformers uniplate unsafe yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base butcher bytestring cmdargs containers czipwith
|
||||
data-tree-print deepseq directory extra filepath ghc ghc-boot-th
|
||||
ghc-exactprint ghc-paths monad-memo mtl multistate
|
||||
neat-interpolation pretty safe semigroups strict syb text
|
||||
transformers uniplate unsafe yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base butcher bytestring cmdargs containers czipwith
|
||||
data-tree-print deepseq directory extra filepath ghc ghc-boot-th
|
||||
ghc-exactprint ghc-paths hspec monad-memo mtl multistate
|
||||
neat-interpolation parsec pretty safe semigroups strict syb text
|
||||
transformers uniplate unsafe yaml
|
||||
];
|
||||
description = "Haskell source code formatter";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"broadcast-chan" = callPackage
|
||||
({ mkDerivation, async, base, criterion, deepseq, stm
|
||||
, unliftio-core
|
||||
|
@ -69565,13 +69605,13 @@ self: {
|
|||
}) {};
|
||||
|
||||
"dimensions" = callPackage
|
||||
({ mkDerivation, base, Cabal, constraints-deriving, ghc, QuickCheck
|
||||
}:
|
||||
({ mkDerivation, base, Cabal, constraints-deriving, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "dimensions";
|
||||
version = "2.0.0.0";
|
||||
sha256 = "1k0j8lcshscs5cd18i6qqiwb7sjy55mcfha5kl5f4x9nxrnn6xa8";
|
||||
libraryHaskellDepends = [ base constraints-deriving ghc ];
|
||||
version = "2.1.0.0";
|
||||
sha256 = "08jkcr1lbjb8n4n9pmfy1jg5djaxn4fs6f1jk4dbpk4paxp3psc9";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base constraints-deriving ];
|
||||
testHaskellDepends = [
|
||||
base Cabal constraints-deriving QuickCheck
|
||||
];
|
||||
|
@ -74375,8 +74415,9 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "easytensor";
|
||||
version = "2.0.1.0";
|
||||
sha256 = "018g738yq7ac386ahbl18jnkjzd25jbgb744fg0kxz90734iwwdv";
|
||||
version = "2.1.0.0";
|
||||
sha256 = "1d11i3g0rhcl43jd2pklbagazv2az73ns9sfkky8yx078cf79xyd";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base constraints-deriving dimensions ];
|
||||
testHaskellDepends = [
|
||||
base Cabal constraints-deriving dimensions QuickCheck
|
||||
|
@ -74393,8 +74434,8 @@ self: {
|
|||
({ mkDerivation, base, dimensions, easytensor, vulkan-api }:
|
||||
mkDerivation {
|
||||
pname = "easytensor-vulkan";
|
||||
version = "2.0.1.0";
|
||||
sha256 = "0j3np8b24kr30bc2lcrvgpnv440a0mzcksjiyf37sp6l9fml65m5";
|
||||
version = "2.0.2.0";
|
||||
sha256 = "0gi8p76x7h78frv3yrg6a7qnzjczx3j7warqclc36pkwv050dn3i";
|
||||
libraryHaskellDepends = [ base dimensions easytensor vulkan-api ];
|
||||
description = "Use easytensor with vulkan-api";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -92139,8 +92180,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-events";
|
||||
version = "0.9.1";
|
||||
sha256 = "1phq4jxhm05xj42y7aqpjj43vj5mixi3hhf3h5c0dh1vmsz9w3z1";
|
||||
version = "0.10.0";
|
||||
sha256 = "153rivbk7zma04hk7hqd2ra051jrh372mh1sfrjyw7x5crh07ac7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -104620,8 +104661,8 @@ self: {
|
|||
({ mkDerivation, base, filepath, haddock-api }:
|
||||
mkDerivation {
|
||||
pname = "haddock";
|
||||
version = "2.22.0";
|
||||
sha256 = "1k42z2zh550rl93c8pa9cg2xsanp6wvb031xvan6cmngnplmdib6";
|
||||
version = "2.23.0";
|
||||
sha256 = "1f7n4l1kkq1msl8csnvzg2xh3i5a056dzmcf40gib0im91wcwl0x";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [ base haddock-api ];
|
||||
|
@ -104693,24 +104734,23 @@ self: {
|
|||
}) {};
|
||||
|
||||
"haddock-api" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, Cabal, containers
|
||||
, deepseq, directory, filepath, ghc, ghc-boot, ghc-paths
|
||||
, haddock-library, hspec, hspec-discover, QuickCheck, transformers
|
||||
, xhtml
|
||||
({ mkDerivation, array, base, bytestring, containers, deepseq
|
||||
, directory, filepath, ghc, ghc-boot, ghc-paths, haddock-library
|
||||
, hspec, hspec-discover, QuickCheck, transformers, xhtml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock-api";
|
||||
version = "2.22.0";
|
||||
sha256 = "149q4zlf4m7wcrr4af2n2flh0jxjsypshbc229vsj1m0kmz4z014";
|
||||
version = "2.23.0";
|
||||
sha256 = "0fbk458qr7iw1j8vh6455n2819c0pfdw1m3gy1y3fs6fdpj9qbjj";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring Cabal containers deepseq directory filepath
|
||||
ghc ghc-boot ghc-paths haddock-library transformers xhtml
|
||||
array base bytestring containers deepseq directory filepath ghc
|
||||
ghc-boot ghc-paths haddock-library transformers xhtml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array base bytestring Cabal containers deepseq directory filepath
|
||||
ghc ghc-boot ghc-paths haddock-library hspec QuickCheck
|
||||
transformers xhtml
|
||||
array base bytestring containers deepseq directory filepath ghc
|
||||
ghc-boot ghc-paths haddock-library hspec QuickCheck transformers
|
||||
xhtml
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A documentation-generation tool for Haskell libraries";
|
||||
|
@ -104802,6 +104842,29 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haddock-library_1_8_0" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, containers, deepseq
|
||||
, directory, filepath, hspec, hspec-discover, optparse-applicative
|
||||
, parsec, QuickCheck, text, transformers, tree-diff
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock-library";
|
||||
version = "1.8.0";
|
||||
sha256 = "15xpv29yh3kb9qq9gmws2l8m64i7phvf47y08vxc2j55101sg4vh";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers parsec text transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat bytestring containers deepseq directory filepath
|
||||
hspec optparse-applicative parsec QuickCheck text transformers
|
||||
tree-diff
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Library exposing some functionality of Haddock";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"haddock-test" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, directory, filepath
|
||||
, process, syb, xhtml, xml
|
||||
|
@ -118479,6 +118542,24 @@ self: {
|
|||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"hkgr_0_2_3_3" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, simple-cabal
|
||||
, simple-cmd, simple-cmd-args
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hkgr";
|
||||
version = "0.2.3.3";
|
||||
sha256 = "1a7ibkfdn4xkr89xlps3znr7ry9bdzdijylbqnlsvikri7vibaaz";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base directory filepath simple-cabal simple-cmd simple-cmd-args
|
||||
];
|
||||
description = "Simple Hackage release workflow for package maintainers";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hkt" = callPackage
|
||||
({ mkDerivation, base, hspec, inspection-testing, protolude, text
|
||||
}:
|
||||
|
@ -130722,15 +130803,15 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hw-prim_0_6_2_33" = callPackage
|
||||
"hw-prim_0_6_2_34" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, directory, exceptions
|
||||
, ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
|
||||
, mmap, QuickCheck, semigroups, transformers, unliftio-core, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-prim";
|
||||
version = "0.6.2.33";
|
||||
sha256 = "1n4bg5q8mdphsd9v7xgabks4r3vl70rlvfz4hj6kwcrqnamqdhl1";
|
||||
version = "0.6.2.34";
|
||||
sha256 = "1smp5fwnycps4avnv321bmx3ln8pvvr0yppfivm46qcnilaasyy8";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim mmap semigroups transformers unliftio-core
|
||||
vector
|
||||
|
@ -161846,8 +161927,8 @@ self: {
|
|||
({ mkDerivation, base, mmorph, mtl, transformers }:
|
||||
mkDerivation {
|
||||
pname = "monad-resumption";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "0zi4p8v02shw0m471xsq1d3wbskz6jd2j92wpdi3qcd8fx4i283q";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "0hc9dbqhd609lzn79c25zwhm55262i9yip16ag9rysxv6rxbshml";
|
||||
libraryHaskellDepends = [ base mmorph mtl transformers ];
|
||||
description = "Resumption and reactive resumption monads for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -197956,6 +198037,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"regex-compat_0_95_2_0" = callPackage
|
||||
({ mkDerivation, array, base, regex-base, regex-posix }:
|
||||
mkDerivation {
|
||||
pname = "regex-compat";
|
||||
version = "0.95.2.0";
|
||||
sha256 = "01l44zrfpqb4k1rrzd1j18hn6922xhrl9h7s0hjfs363dx3hxj8z";
|
||||
libraryHaskellDepends = [ array base regex-base regex-posix ];
|
||||
description = "Replaces/Enhances \"Text.Regex\"";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"regex-compat-tdfa" = callPackage
|
||||
({ mkDerivation, array, base, regex-base, regex-tdfa }:
|
||||
mkDerivation {
|
||||
|
@ -198175,12 +198268,12 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"regex-pcre-builtin_0_94_6_8_8_35" = callPackage
|
||||
"regex-pcre-builtin_0_95_0_8_8_35" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, regex-base }:
|
||||
mkDerivation {
|
||||
pname = "regex-pcre-builtin";
|
||||
version = "0.94.6.8.8.35";
|
||||
sha256 = "1rgslippp796wm36gmc0aywhk1d1ifx88l37msnmncdvj7p6sf8s";
|
||||
version = "0.95.0.8.8.35";
|
||||
sha256 = "071zlipd90vyb0d986a0pnlszjmnwvhfi5vqahpnr2b8zz40lsrk";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers regex-base
|
||||
];
|
||||
|
@ -198238,6 +198331,31 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"regex-posix_0_96_0_0" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, regex-base }:
|
||||
mkDerivation {
|
||||
pname = "regex-posix";
|
||||
version = "0.96.0.0";
|
||||
sha256 = "08a584jabmmn5gmaqrcar5wsp3qzk0hklldzp2mr2bmvlvqh04r5";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers regex-base
|
||||
];
|
||||
description = "POSIX Backend for \"Text.Regex\" (regex-base)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"regex-posix-clib" = callPackage
|
||||
({ mkDerivation }:
|
||||
mkDerivation {
|
||||
pname = "regex-posix-clib";
|
||||
version = "2.7";
|
||||
sha256 = "1y4vmiq1xksxxd84yvyark6axsz51ywb6slswbddlxbdpcpfday7";
|
||||
doHaddock = false;
|
||||
description = "\"Regex for Windows\" C library";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {};
|
||||
|
||||
"regex-posix-unittest" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, mtl
|
||||
, regex-base, regex-posix
|
||||
|
@ -209669,8 +209787,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-errors";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0w3adlvysybc9dv3qf00ja0gx86y47n4lz8p6dypzmvs598h6rxs";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "1l8hcjjjcc90hrzc3mkd081ql1ljb510kdaskbar1gqhaz6s96wb";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring http-api-data http-media http-types
|
||||
scientific servant string-conversions text unordered-containers wai
|
||||
|
@ -225238,6 +225356,17 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"string-fromto" = callPackage
|
||||
({ mkDerivation, base, bytestring, memory, text }:
|
||||
mkDerivation {
|
||||
pname = "string-fromto";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0vnf500vahgccbbg7zvxqjxllvyq3jxzf2difqwh46fp62jfqwmx";
|
||||
libraryHaskellDepends = [ base bytestring memory text ];
|
||||
description = "Conversions between common string types, as well as Base16/Base32/Base64";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"string-interpolate" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, formatting
|
||||
, haskell-src-meta, hspec, interpolate, interpolatedstring-perl6
|
||||
|
@ -248639,6 +248768,30 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"vinyl_0_12_0" = callPackage
|
||||
({ mkDerivation, aeson, array, base, criterion, doctest, ghc-prim
|
||||
, hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random
|
||||
, primitive, should-not-typecheck, singletons, tagged, text
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vinyl";
|
||||
version = "0.12.0";
|
||||
sha256 = "04lzhlmm57yp1x0z4g0dl1q96wqsygsldxdksam0gisdidk133vi";
|
||||
libraryHaskellDepends = [ array base ghc-prim ];
|
||||
testHaskellDepends = [
|
||||
aeson base doctest hspec lens lens-aeson microlens mtl
|
||||
should-not-typecheck singletons text unordered-containers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base criterion linear microlens mwc-random primitive tagged vector
|
||||
];
|
||||
description = "Extensible Records";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"vinyl-generics" = callPackage
|
||||
({ mkDerivation, aeson, base, generics-sop, hspec, hspec-core
|
||||
, QuickCheck, records-sop, text, vinyl
|
||||
|
|
Loading…
Reference in a new issue