hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-5-g7c30584 from Hackage revision
04f759deb6
.
This commit is contained in:
parent
b930b2df8a
commit
15197ad898
1 changed files with 140 additions and 26 deletions
166
pkgs/development/haskell-modules/hackage-packages.nix
generated
166
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -24723,8 +24723,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-with";
|
||||
version = "0.0.1.0";
|
||||
sha256 = "05xhbcfym586qb0giwr9rayqgyp25bc026kwbn7x5ln4nmzp2x9n";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "17gzgy1mxcgq46bhys33l31x1bi532fj1qaazkapkx6a248fckw2";
|
||||
libraryHaskellDepends = [
|
||||
aeson base hashmap lens lens-aeson scientific text
|
||||
unordered-containers vector
|
||||
|
@ -32174,8 +32174,8 @@ self: {
|
|||
({ mkDerivation, array, base, doctest, doctest-driver-gen, hspec }:
|
||||
mkDerivation {
|
||||
pname = "array-list";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1km2d0j1qc4cm7nnfhxa9x9m806f2mrz20y4vpwgxwqmvlwl70iy";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "17xdkn1p7zfg7rw9sfbv6amfab291gz8fafkl26x38al9khjcgy2";
|
||||
libraryHaskellDepends = [ array base ];
|
||||
testHaskellDepends = [
|
||||
array base doctest doctest-driver-gen hspec
|
||||
|
@ -71211,7 +71211,7 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"dhall_1_33_0" = callPackage
|
||||
"dhall_1_33_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
|
||||
, base, bytestring, case-insensitive, cborg, cborg-json, containers
|
||||
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
|
||||
|
@ -71229,8 +71229,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "dhall";
|
||||
version = "1.33.0";
|
||||
sha256 = "0njkn3kkzj14aa3qixcqpj0gdzkidlx6z92pkam84scs4ghs98k1";
|
||||
version = "1.33.1";
|
||||
sha256 = "17l6qh5zhy0gnxw0x5v4c6n00dmgk279lfyi65n2hsbpaspw7h2k";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -75242,8 +75242,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "dobutokO4";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "1l11ym6y7gx58cbirr5lanzzin0pybc2gswwwbhnhiqfrj2ybsr9";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "0y06i7q1899ch205mybkmr6rsnjjs4ibsck2s6q5nx1d0kcpn1p7";
|
||||
libraryHaskellDepends = [
|
||||
base directory dobutokO2 mmsyn3 mmsyn7l process vector
|
||||
vector-doublezip
|
||||
|
@ -81213,8 +81213,8 @@ self: {
|
|||
({ mkDerivation, base, containers, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "enummaps";
|
||||
version = "0.6.2.1.4";
|
||||
sha256 = "18a0akkj22x89m4a29rl1ic07ds1qgjixvdmjbqh3lb3bphk0f5l";
|
||||
version = "0.6.2.1.7";
|
||||
sha256 = "0p4klnhwr10yiv3w209vl1j09280257z0pz626ynbxbff4mh9wg4";
|
||||
libraryHaskellDepends = [ base containers deepseq ];
|
||||
description = "Enum wrappers for IntMap and IntSet";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -91073,20 +91073,21 @@ self: {
|
|||
}) {};
|
||||
|
||||
"fourmolu" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, dlist, exceptions
|
||||
, filepath, ghc-lib-parser, gitrev, hspec, hspec-discover, mtl
|
||||
, optparse-applicative, path, path-io, syb, text
|
||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec
|
||||
, hspec-discover, mtl, optparse-applicative, path, path-io, syb
|
||||
, text, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fourmolu";
|
||||
version = "0.0.6.0";
|
||||
sha256 = "16i5wlwbvk9868nscj1xg5n8j3z56jbv9q4nipcwmzm76i19iqwf";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1kc7hhaqn7sghbcfj9xg8r1pvrmhawy9y2rhizfxzm7z034bgjyk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers dlist exceptions ghc-lib-parser mtl syb
|
||||
text
|
||||
aeson base bytestring containers directory dlist exceptions
|
||||
filepath ghc-lib-parser mtl syb text yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base ghc-lib-parser gitrev optparse-applicative text
|
||||
|
@ -114069,13 +114070,13 @@ self: {
|
|||
}) {};
|
||||
|
||||
"haskell-exp-parser" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
({ mkDerivation, base, syb, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "haskell-exp-parser";
|
||||
version = "0.1.1";
|
||||
sha256 = "0p4p5ygw068chw6grci8mny2a1bn6nz74jm1q2sj97v7gglglg55";
|
||||
version = "0.1.3";
|
||||
sha256 = "0cswfpdw6sgmd0fhdpyfi2nk0mhvl8xpv4zfkl9l3wdk5ipbcxdf";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base syb template-haskell ];
|
||||
description = "Simple parser parser from Haskell to TemplateHaskell expressions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -184757,6 +184758,34 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ormolu_0_1_1_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, dlist, exceptions
|
||||
, filepath, ghc-lib-parser, gitrev, hspec, hspec-discover, mtl
|
||||
, optparse-applicative, path, path-io, syb, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ormolu";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0vi26dqraw2qb56z0x6q9m7klpa70r5wlrhwprap2p8nh73m2484";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers dlist exceptions ghc-lib-parser mtl syb
|
||||
text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base ghc-lib-parser gitrev optparse-applicative text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers filepath hspec path path-io text
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A formatter for Haskell source code";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"os-release" = callPackage
|
||||
({ mkDerivation, base, containers, hlint, hspec, parsec, process
|
||||
, regex-compat, temporary, transformers
|
||||
|
@ -185766,6 +185795,42 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"pandoc-citeproc_0_17_0_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
|
||||
, Cabal, containers, data-default, directory, filepath, hs-bibutils
|
||||
, HsYAML, HsYAML-aeson, libyaml, mtl, network, old-locale, pandoc
|
||||
, pandoc-types, parsec, process, rfc5051, safe, setenv, split, syb
|
||||
, tagsoup, temporary, text, time, unordered-containers, vector
|
||||
, xml-conduit, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-citeproc";
|
||||
version = "0.17.0.1";
|
||||
sha256 = "0hi31h4jxamnyw0jsbwnbzy9gkp3a03mhsgwy9w73hi13lywxrgk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hs-bibutils HsYAML HsYAML-aeson mtl network old-locale pandoc
|
||||
pandoc-types parsec rfc5051 setenv split syb tagsoup text time
|
||||
unordered-containers vector xml-conduit yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-pretty attoparsec base bytestring filepath libyaml
|
||||
pandoc pandoc-types safe syb text yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers directory filepath mtl pandoc
|
||||
pandoc-types process temporary text yaml
|
||||
];
|
||||
doCheck = false;
|
||||
description = "Supports using pandoc with citeproc";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pandoc-citeproc-preamble" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, pandoc-types, process
|
||||
, text-conversions
|
||||
|
@ -187781,8 +187846,8 @@ self: {
|
|||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "parsek";
|
||||
version = "1.0.1.3";
|
||||
sha256 = "184cbw9gz3vv2jbr2wzkygv25y70jayxd8d76pgpvjcaps4qqxp7";
|
||||
version = "1.0.2.0";
|
||||
sha256 = "05hi14wn6pzhknahyvjkw4cg9qfy20krig2pkx00r4s095zmpqza";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Parallel Parsing Processes";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
@ -202360,6 +202425,31 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"pusher-http-haskell_1_5_1_14" = callPackage
|
||||
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
||||
, cryptonite, hashable, hspec, http-client, http-types, memory
|
||||
, QuickCheck, scientific, text, time, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pusher-http-haskell";
|
||||
version = "1.5.1.14";
|
||||
sha256 = "0gfn5rfyyhbrl6sq7b6qyg86afww60c9g8y65m0qci6c91jbrv3a";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring cryptonite hashable
|
||||
http-client http-types memory text time transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring cryptonite hspec
|
||||
http-client http-types QuickCheck scientific text time transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
description = "Haskell client library for the Pusher Channels HTTP API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pusher-ws" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
||||
, hashable, http-conduit, lens, lens-aeson, network, scientific
|
||||
|
@ -205196,6 +205286,30 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"random_1_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, deepseq, doctest
|
||||
, gauge, mtl, mwc-random, primitive, rdtsc, smallcheck, split
|
||||
, splitmix, tasty, tasty-expected-failure, tasty-hunit
|
||||
, tasty-smallcheck, time, unliftio, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "random";
|
||||
version = "1.2.0";
|
||||
sha256 = "1pmr7zbbqg58kihhhwj8figf5jdchhi7ik2apsyxbgsqq3vrqlg4";
|
||||
libraryHaskellDepends = [ base bytestring deepseq mtl splitmix ];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers doctest mwc-random primitive smallcheck
|
||||
tasty tasty-expected-failure tasty-hunit tasty-smallcheck unliftio
|
||||
vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base gauge mtl rdtsc split splitmix time
|
||||
];
|
||||
description = "Pseudo-random number generation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"random-access-file" = callPackage
|
||||
({ mkDerivation, base, bytestring, concurrent-extra, containers
|
||||
, criterion, directory, lrucaching, mwc-random, random, stm, unix
|
||||
|
@ -242823,8 +242937,8 @@ self: {
|
|||
pname = "taskwarrior";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1h24d799q1s6b36hd40bxa4c9m1izkgh6j7p2jv1p6cxngz28ni0";
|
||||
revision = "1";
|
||||
editedCabalFile = "063b4k4zppvnv6xzk72d4fji203abckwcsg2b1z387p66y3x0914";
|
||||
revision = "2";
|
||||
editedCabalFile = "16ikncs4aail9ymd2nx9n67b5d64cwk7m6kcbwvji0iggbikmsiv";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers process random text time
|
||||
unordered-containers uuid
|
||||
|
|
Loading…
Reference in a new issue