hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
8b3f65e1e5
.
This commit is contained in:
parent
d39865aa29
commit
c82027ce59
285
pkgs/development/haskell-modules/hackage-packages.nix
generated
285
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -24449,6 +24449,27 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"aeson-combinators_0_0_3_0" = callPackage
|
||||||
|
({ mkDerivation, aeson, base, bytestring, containers, doctest, fail
|
||||||
|
, hspec, scientific, text, time, time-compat, unordered-containers
|
||||||
|
, utf8-string, uuid-types, vector, void
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "aeson-combinators";
|
||||||
|
version = "0.0.3.0";
|
||||||
|
sha256 = "0x8bk7jxrg8j1zk5047sf5i6fy6hahjzrfnyzgwv1l443z4v445n";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson base bytestring containers fail scientific text time
|
||||||
|
time-compat unordered-containers uuid-types vector void
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson base bytestring doctest hspec text utf8-string
|
||||||
|
];
|
||||||
|
description = "Aeson combinators for dead simple JSON decoding";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"aeson-compat" = callPackage
|
"aeson-compat" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, attoparsec-iso8601, base
|
({ mkDerivation, aeson, attoparsec, attoparsec-iso8601, base
|
||||||
, base-compat, base-orphans, bytestring, containers, exceptions
|
, base-compat, base-orphans, bytestring, containers, exceptions
|
||||||
@ -32160,8 +32181,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "arch-hs";
|
pname = "arch-hs";
|
||||||
version = "0.2.0.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "08pjfjmj21i1scf4hnhm872wjhkqw9jkk4pgri9yn77kgf76kyf8";
|
sha256 = "068si2cq7557rp86ni5psaig7z89vq38p56743l8yk92i1x1xz9j";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -54139,6 +54160,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"churros" = callPackage
|
||||||
|
({ mkDerivation, async, base, containers, doctest, random, stm
|
||||||
|
, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "churros";
|
||||||
|
version = "0.1.0.2";
|
||||||
|
sha256 = "0vqr16bwhi3rhj29s213y9xyzaankihf23m7gj6zhk7yqdqwibwv";
|
||||||
|
libraryHaskellDepends = [ async base containers random stm time ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
async base containers doctest random stm time
|
||||||
|
];
|
||||||
|
description = "Channel/Arrow based streaming computation library";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"cielo" = callPackage
|
"cielo" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, convertible, data-default
|
({ mkDerivation, aeson, base, bytestring, convertible, data-default
|
||||||
, hspec, http-client, http-types, lens, mtl, pretty-show
|
, hspec, http-client, http-types, lens, mtl, pretty-show
|
||||||
@ -58473,21 +58510,16 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"commander-cli" = callPackage
|
"commander-cli" = callPackage
|
||||||
({ mkDerivation, base, bytestring, commandert, containers
|
({ mkDerivation, base, bytestring, commandert, containers, mtl
|
||||||
, directory, mtl, process, text, unordered-containers
|
, text, unordered-containers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "commander-cli";
|
pname = "commander-cli";
|
||||||
version = "0.10.1.1";
|
version = "0.10.1.2";
|
||||||
sha256 = "04w8wlbxykp7jl5h76p9pgsg0h3qv94azalhma3f13r3zb5086x6";
|
sha256 = "0hkz657j9rpmda1rr4v7696216xxwjwpzgc5npg5ajhdk74w1vz0";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring commandert containers mtl text unordered-containers
|
base bytestring commandert containers mtl text unordered-containers
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
|
||||||
base commandert directory mtl process text
|
|
||||||
];
|
|
||||||
testHaskellDepends = [ base commandert text unordered-containers ];
|
testHaskellDepends = [ base commandert text unordered-containers ];
|
||||||
description = "A command line argument/option parser library";
|
description = "A command line argument/option parser library";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -67138,8 +67170,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cut-the-crap";
|
pname = "cut-the-crap";
|
||||||
version = "2.0.0";
|
version = "2.1.1";
|
||||||
sha256 = "1a4qzn56pvfrn6g78ifb67qynr5ni74qmp43gdg7x84gn1633j0s";
|
sha256 = "0w0ir436gmh3d9ycdcjyxkgblrah7ij5njqmm44lx1kyhih6bk2x";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -91365,6 +91397,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"flat-mcmc_1_5_2" = callPackage
|
||||||
|
({ mkDerivation, base, formatting, mcmc-types, monad-par
|
||||||
|
, monad-par-extras, mwc-probability, pipes, primitive, text
|
||||||
|
, transformers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "flat-mcmc";
|
||||||
|
version = "1.5.2";
|
||||||
|
sha256 = "13xdmiw96hb0iw87bzyks5bm58rgcv348aj09ax7gy2qjpq969iv";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base formatting mcmc-types monad-par monad-par-extras
|
||||||
|
mwc-probability pipes primitive text transformers vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ base vector ];
|
||||||
|
description = "Painless general-purpose sampling";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"flat-tex" = callPackage
|
"flat-tex" = callPackage
|
||||||
({ mkDerivation, base, directory, parsec }:
|
({ mkDerivation, base, directory, parsec }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -93149,22 +93200,21 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"formatting_7_0_0_1" = callPackage
|
"formatting_7_0_0_2" = callPackage
|
||||||
({ mkDerivation, array, base, bytestring, clock, double-conversion
|
({ mkDerivation, base, clock, double-conversion, ghc-prim, hspec
|
||||||
, ghc-prim, hspec, integer-gmp, old-locale, scientific, text, time
|
, integer-gmp, old-locale, scientific, text, time, transformers
|
||||||
, transformers
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "formatting";
|
pname = "formatting";
|
||||||
version = "7.0.0.1";
|
version = "7.0.0.2";
|
||||||
sha256 = "0vxp1xgg7py3s8lvs63c0961fca829b7mmvdbyhiwyqyyqy2wclg";
|
sha256 = "1yam1lniqlmvdq2nsg7hmw9mzpfv37ldyg0izi8869iwl63j87gh";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring clock double-conversion ghc-prim integer-gmp
|
base clock double-conversion ghc-prim integer-gmp old-locale
|
||||||
old-locale scientific text time transformers
|
scientific text time transformers
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
array base bytestring clock double-conversion ghc-prim hspec
|
base clock double-conversion ghc-prim hspec integer-gmp old-locale
|
||||||
integer-gmp old-locale scientific text time transformers
|
scientific text time transformers
|
||||||
];
|
];
|
||||||
description = "Combinator-based type-safe formatting (like printf() or FORMAT)";
|
description = "Combinator-based type-safe formatting (like printf() or FORMAT)";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -123604,6 +123654,32 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"hedis_0_12_15" = callPackage
|
||||||
|
({ mkDerivation, async, base, bytestring, bytestring-lexing
|
||||||
|
, deepseq, doctest, errors, exceptions, HTTP, HUnit, mtl, network
|
||||||
|
, network-uri, resource-pool, scanner, stm, test-framework
|
||||||
|
, test-framework-hunit, text, time, tls, unordered-containers
|
||||||
|
, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "hedis";
|
||||||
|
version = "0.12.15";
|
||||||
|
sha256 = "0zkavyx4nbdrwl5sywl2rn9lmakpfw2jgs8sjqzjsnnkbk62i33j";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
async base bytestring bytestring-lexing deepseq errors exceptions
|
||||||
|
HTTP mtl network network-uri resource-pool scanner stm text time
|
||||||
|
tls unordered-containers vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
async base bytestring doctest HUnit mtl stm test-framework
|
||||||
|
test-framework-hunit text time
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [ base mtl time ];
|
||||||
|
description = "Client library for the Redis datastore: supports full command set, pipelining";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"hedis-config" = callPackage
|
"hedis-config" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, hedis, scientific, text
|
({ mkDerivation, aeson, base, bytestring, hedis, scientific, text
|
||||||
, time
|
, time
|
||||||
@ -124767,6 +124843,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"heterocephalus_1_0_5_4" = callPackage
|
||||||
|
({ mkDerivation, base, blaze-html, blaze-markup, containers, dlist
|
||||||
|
, doctest, Glob, mtl, parsec, shakespeare, template-haskell, text
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "heterocephalus";
|
||||||
|
version = "1.0.5.4";
|
||||||
|
sha256 = "06fv3bhnj80cjli1v2drkpkmx76i81cpawlci7agcxxd8fd8zplc";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base blaze-html blaze-markup containers dlist mtl parsec
|
||||||
|
shakespeare template-haskell text transformers
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ base doctest Glob ];
|
||||||
|
description = "A type-safe template engine for working with front end development tools";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"heterogeneous-list-literals" = callPackage
|
"heterogeneous-list-literals" = callPackage
|
||||||
({ mkDerivation, base, Only }:
|
({ mkDerivation, base, Only }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -136793,20 +136888,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hstar" = callPackage
|
"hstar" = callPackage
|
||||||
({ mkDerivation, archive-libarchive, archive-sig, base, brotli
|
({ mkDerivation, base, brotli, bytestring, bz2, composition-prelude
|
||||||
, bytestring, bz2, cpphs, lz4-hs, lzlib, lzma, lzo
|
, cpphs, dir-traverse, libarchive, lz4-hs, lzlib, lzma, lzo
|
||||||
, optparse-applicative, zlib, zstd
|
, optparse-applicative, process, zlib, zstd
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hstar";
|
pname = "hstar";
|
||||||
version = "0.1.0.4";
|
version = "0.1.0.5";
|
||||||
sha256 = "1c28xbcg8lmh7zkpl8xpg30niv6adjk8zggwcxi72ylb9z2y3fqr";
|
sha256 = "1cp7g4c38psfb9nlq8481dqazl7shy8zswli7058mgyf2xbalw0y";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
archive-libarchive archive-sig base brotli bytestring bz2 lz4-hs
|
base brotli bytestring bz2 composition-prelude dir-traverse
|
||||||
lzlib lzma lzo optparse-applicative zlib zstd
|
libarchive lz4-hs lzlib lzma lzo optparse-applicative process zlib
|
||||||
|
zstd
|
||||||
];
|
];
|
||||||
executableToolDepends = [ cpphs ];
|
executableToolDepends = [ cpphs ];
|
||||||
description = "Haskell version of tar CLI utility";
|
description = "Haskell version of tar CLI utility";
|
||||||
@ -141237,20 +141333,20 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hwk" = callPackage
|
"hwk" = callPackage
|
||||||
({ mkDerivation, base, directory, extra, filepath, hint, process
|
({ mkDerivation, base, directory, extra, filepath, hint
|
||||||
, simple-cmd-args
|
, simple-cmd-args
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hwk";
|
pname = "hwk";
|
||||||
version = "0.2.0";
|
version = "0.3";
|
||||||
sha256 = "1a83y1xgqcxkggbhbw0rpfnjwryl5h0fv6apw86h1ynq7dhf80rd";
|
sha256 = "16pi48bgxgh3qcbrhyjg6r477yn2qzyzx6gizwf8q6h0da4qzp8i";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base directory extra filepath hint process simple-cmd-args
|
base directory extra filepath hint simple-cmd-args
|
||||||
];
|
];
|
||||||
description = "A modern Haskell based AWK replacement";
|
description = "Simple Haskell-based awk-like tool";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -145544,6 +145640,32 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"inline-c_0_9_1_3" = callPackage
|
||||||
|
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
|
||||||
|
, hashable, hspec, mtl, parsec, parsers, QuickCheck, raw-strings-qq
|
||||||
|
, regex-posix, split, template-haskell, transformers
|
||||||
|
, unordered-containers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "inline-c";
|
||||||
|
version = "0.9.1.3";
|
||||||
|
sha256 = "1b2dcyg6b15q5n7k9k391y78wblqlvkrwxr8hbnp0y6x8h8l8ma8";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
ansi-wl-pprint base bytestring containers hashable mtl parsec
|
||||||
|
parsers template-haskell transformers unordered-containers vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
ansi-wl-pprint base containers hashable hspec parsers QuickCheck
|
||||||
|
raw-strings-qq regex-posix split template-haskell transformers
|
||||||
|
unordered-containers vector
|
||||||
|
];
|
||||||
|
description = "Write Haskell source files including C code inline. No FFI required.";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"inline-c-cpp_0_1_0_0" = callPackage
|
"inline-c-cpp_0_1_0_0" = callPackage
|
||||||
({ mkDerivation, base, inline-c, template-haskell }:
|
({ mkDerivation, base, inline-c, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -164619,8 +164741,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "longshot";
|
pname = "longshot";
|
||||||
version = "0.1.0.2";
|
version = "0.1.0.3";
|
||||||
sha256 = "19njqqd4il5gg0pg2q05scm4may9gmfflq65gdilfwcxf6jzxin6";
|
sha256 = "1w3fkbz900aj6dwqnbg6miv1wv3vlka7ri94fny34gjyl1da30cl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -191259,13 +191381,13 @@ self: {
|
|||||||
maintainers = with stdenv.lib.maintainers; [ peti ];
|
maintainers = with stdenv.lib.maintainers; [ peti ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pandoc_2_10_1" = callPackage
|
"pandoc_2_11" = callPackage
|
||||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
|
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
|
||||||
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
|
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
|
||||||
, case-insensitive, commonmark, commonmark-extensions
|
, case-insensitive, citeproc, commonmark, commonmark-extensions
|
||||||
, commonmark-pandoc, connection, containers, criterion
|
, commonmark-pandoc, connection, containers, criterion
|
||||||
, data-default, deepseq, Diff, directory, doclayout, doctemplates
|
, data-default, deepseq, Diff, directory, doclayout, doctemplates
|
||||||
, emojis, exceptions, executable-path, filepath, Glob
|
, emojis, exceptions, executable-path, file-embed, filepath, Glob
|
||||||
, haddock-library, hslua, hslua-module-system, hslua-module-text
|
, haddock-library, hslua, hslua-module-system, hslua-module-text
|
||||||
, HsYAML, HTTP, http-client, http-client-tls, http-types, ipynb
|
, HsYAML, HTTP, http-client, http-client-tls, http-types, ipynb
|
||||||
, jira-wiki-markup, JuicyPixels, mtl, network, network-uri
|
, jira-wiki-markup, JuicyPixels, mtl, network, network-uri
|
||||||
@ -191278,24 +191400,24 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "2.10.1";
|
version = "2.11";
|
||||||
sha256 = "16i2sc5nf2gx5aykbd0jmbjcj2ivj5941bvkdj4dxlvy1adlr2lk";
|
sha256 = "1d0rywdwcr81h45ha53x35jjj8lyzwdc3wang395wxwxbl811l7w";
|
||||||
configureFlags = [ "-fhttps" "-f-trypandoc" ];
|
configureFlags = [ "-fhttps" "-f-trypandoc" ];
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty attoparsec base base64-bytestring binary
|
aeson aeson-pretty attoparsec base base64-bytestring binary
|
||||||
blaze-html blaze-markup bytestring case-insensitive commonmark
|
blaze-html blaze-markup bytestring case-insensitive citeproc
|
||||||
commonmark-extensions commonmark-pandoc connection containers
|
commonmark commonmark-extensions commonmark-pandoc connection
|
||||||
data-default deepseq directory doclayout doctemplates emojis
|
containers data-default deepseq directory doclayout doctemplates
|
||||||
exceptions filepath Glob haddock-library hslua hslua-module-system
|
emojis exceptions file-embed filepath Glob haddock-library hslua
|
||||||
hslua-module-text HsYAML HTTP http-client http-client-tls
|
hslua-module-system hslua-module-text HsYAML HTTP http-client
|
||||||
http-types ipynb jira-wiki-markup JuicyPixels mtl network
|
http-client-tls http-types ipynb jira-wiki-markup JuicyPixels mtl
|
||||||
network-uri pandoc-types parsec process random safe scientific SHA
|
network network-uri pandoc-types parsec process random safe
|
||||||
skylighting skylighting-core split syb tagsoup temporary texmath
|
scientific SHA skylighting skylighting-core split syb tagsoup
|
||||||
text text-conversions time unicode-transforms unix
|
temporary texmath text text-conversions time unicode-transforms
|
||||||
unordered-containers xml zip-archive zlib
|
unix unordered-containers xml zip-archive zlib
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
@ -191721,23 +191843,24 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pandoc-plot_0_9_4_0" = callPackage
|
"pandoc-plot_1_0_0_0" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, criterion
|
({ mkDerivation, base, bytestring, containers, criterion
|
||||||
, data-default, directory, filepath, githash, hashable, hspec
|
, data-default, directory, filepath, githash, hashable, hspec
|
||||||
, hspec-expectations, lifted-async, mtl, optparse-applicative
|
, hspec-expectations, lifted-async, lifted-base, mtl
|
||||||
, pandoc, pandoc-types, shakespeare, tagsoup, tasty, tasty-hspec
|
, optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup
|
||||||
, tasty-hunit, template-haskell, text, typed-process, yaml
|
, tasty, tasty-hspec, tasty-hunit, template-haskell, text
|
||||||
|
, typed-process, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pandoc-plot";
|
pname = "pandoc-plot";
|
||||||
version = "0.9.4.0";
|
version = "1.0.0.0";
|
||||||
sha256 = "0fa4aka5niydhm3jhiywjycj5hwhsy6nlg0nwy1n459pdr93ivyc";
|
sha256 = "1vls3xvj8zijl6sd698f8jljqslm4jnk07v8vzlm0s2gab2lcgmj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers data-default directory filepath hashable
|
base bytestring containers data-default directory filepath hashable
|
||||||
lifted-async mtl pandoc pandoc-types shakespeare tagsoup text
|
lifted-async lifted-base mtl pandoc pandoc-types shakespeare
|
||||||
typed-process yaml
|
tagsoup text typed-process yaml
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base containers directory filepath githash optparse-applicative
|
base containers directory filepath githash optparse-applicative
|
||||||
@ -194231,8 +194354,8 @@ self: {
|
|||||||
({ mkDerivation, base, dhall, either, path, text }:
|
({ mkDerivation, base, dhall, either, path, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "path-dhall-instance";
|
pname = "path-dhall-instance";
|
||||||
version = "0.2.0.0";
|
version = "0.2.1.0";
|
||||||
sha256 = "084vwqp8qmz0llwdfhls4sg9qbyn17mhbsxskjq4cpjk08xp10d5";
|
sha256 = "17igz9936lfivph9rr04075sp7ik5k8byljw2vj0zx8lnznjwn6a";
|
||||||
libraryHaskellDepends = [ base dhall either path text ];
|
libraryHaskellDepends = [ base dhall either path text ];
|
||||||
description = "ToDhall and FromDhall instances for Path";
|
description = "ToDhall and FromDhall instances for Path";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -206430,14 +206553,14 @@ self: {
|
|||||||
, optparse-applicative, parallel, parser-combinators, path-pieces
|
, optparse-applicative, parallel, parser-combinators, path-pieces
|
||||||
, QuickCheck, quickcheck-instances, random, random-shuffle
|
, QuickCheck, quickcheck-instances, random, random-shuffle
|
||||||
, resourcet, rset, scotty, semigroups, stm, stm-containers
|
, resourcet, rset, scotty, semigroups, stm, stm-containers
|
||||||
, template-haskell, temporary, text, time, transformers, unix
|
, template-haskell, temporary, text, text-manipulate, time
|
||||||
, unordered-containers, uuid, vector, vector-binary-instances
|
, transformers, unix, unordered-containers, uuid, vector
|
||||||
, websockets, zlib
|
, vector-binary-instances, websockets, zlib
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "project-m36";
|
pname = "project-m36";
|
||||||
version = "0.8";
|
version = "0.8.1";
|
||||||
sha256 = "0rc5vixyaakh9avsn4xwf1phqm1298z8d81xwxllas0wq5cbyvl3";
|
sha256 = "10by97f23pbl7hdwgc0609qxfyl7fak28n0nvvzb51q282w7f22h";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -206451,8 +206574,8 @@ self: {
|
|||||||
MonadRandom mtl network-transport network-transport-tcp old-locale
|
MonadRandom mtl network-transport network-transport-tcp old-locale
|
||||||
optparse-applicative parallel path-pieces QuickCheck
|
optparse-applicative parallel path-pieces QuickCheck
|
||||||
quickcheck-instances random-shuffle resourcet rset semigroups stm
|
quickcheck-instances random-shuffle resourcet rset semigroups stm
|
||||||
stm-containers temporary text time transformers unix
|
stm-containers temporary text text-manipulate time transformers
|
||||||
unordered-containers uuid vector vector-binary-instances zlib
|
unix unordered-containers uuid vector vector-binary-instances zlib
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson attoparsec base base64-bytestring binary blaze-html
|
aeson attoparsec base base64-bytestring binary blaze-html
|
||||||
@ -263362,6 +263485,19 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"type-fun_0_1_2" = callPackage
|
||||||
|
({ mkDerivation, base }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "type-fun";
|
||||||
|
version = "0.1.2";
|
||||||
|
sha256 = "1qb9h6x1npq1pc8h7n6ism5a6jccysn76czqym1f69x0qh1jjlay";
|
||||||
|
libraryHaskellDepends = [ base ];
|
||||||
|
testHaskellDepends = [ base ];
|
||||||
|
description = "Collection of widely reimplemented type families";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"type-functions" = callPackage
|
"type-functions" = callPackage
|
||||||
({ mkDerivation, base, kinds }:
|
({ mkDerivation, base, kinds }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -266755,6 +266891,17 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"unliftio-path" = callPackage
|
||||||
|
({ mkDerivation, base, exceptions, path, time, unliftio }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "unliftio-path";
|
||||||
|
version = "0.0.2.0";
|
||||||
|
sha256 = "1ila58yyk2vfshaz6d5kp4vdcgjrlnwnqnrjm949qlcv36srvzg9";
|
||||||
|
libraryHaskellDepends = [ base exceptions path time unliftio ];
|
||||||
|
description = "UnliftIO using well-typed Paths";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"unliftio-pool" = callPackage
|
"unliftio-pool" = callPackage
|
||||||
({ mkDerivation, base, resource-pool, time, transformers
|
({ mkDerivation, base, resource-pool, time, transformers
|
||||||
, unliftio-core
|
, unliftio-core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user