hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
07f8d034b4
.
This commit is contained in:
parent
131fbf7e2b
commit
6e65f9ae18
521
pkgs/development/haskell-modules/hackage-packages.nix
generated
521
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -29720,26 +29720,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"amqp-utils" = callPackage
|
||||
({ mkDerivation, amqp, base, bytestring, connection, containers
|
||||
, data-default-class, directory, hinotify, magic, network, process
|
||||
, text, time, tls, unix, utf8-string, x509-system
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "amqp-utils";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "140awzxj14h9wa13wfl15dqndqvyy046zmyg0q643r40nbyggl8r";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
amqp base bytestring connection containers data-default-class
|
||||
directory hinotify magic network process text time tls unix
|
||||
utf8-string x509-system
|
||||
];
|
||||
description = "AMQP toolset for the command line";
|
||||
license = lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"amqp-utils_0_6_1_0" = callPackage
|
||||
({ mkDerivation, amqp, base, bytestring, connection, containers
|
||||
, data-default-class, directory, hinotify, magic, network, process
|
||||
, text, time, tls, unix, utf8-string, x509-system
|
||||
@ -29757,7 +29737,6 @@ self: {
|
||||
];
|
||||
description = "AMQP toolset for the command line";
|
||||
license = lib.licenses.gpl3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"amqp-worker" = callPackage
|
||||
@ -31922,37 +31901,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"apply-refact" = callPackage
|
||||
({ mkDerivation, base, containers, directory, extra, filemanip
|
||||
, filepath, ghc, ghc-boot-th, ghc-exactprint, optparse-applicative
|
||||
, process, refact, silently, syb, tasty, tasty-expected-failure
|
||||
, tasty-golden, transformers, uniplate, unix-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "apply-refact";
|
||||
version = "0.9.1.0";
|
||||
sha256 = "1b9ib5ix643aagzsw5vk8d789a784pggsm6qv36bxkcsx89s2bjm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers directory extra filemanip ghc ghc-boot-th
|
||||
ghc-exactprint process refact syb transformers uniplate unix-compat
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base containers directory extra filemanip filepath ghc ghc-boot-th
|
||||
ghc-exactprint optparse-applicative process refact syb transformers
|
||||
uniplate unix-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers directory extra filemanip filepath ghc ghc-boot-th
|
||||
ghc-exactprint optparse-applicative process refact silently syb
|
||||
tasty tasty-expected-failure tasty-golden transformers uniplate
|
||||
unix-compat
|
||||
];
|
||||
description = "Perform refactorings specified by the refact library";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"apply-refact_0_9_2_0" = callPackage
|
||||
({ mkDerivation, base, containers, directory, extra, filemanip
|
||||
, filepath, ghc, ghc-boot-th, ghc-exactprint, optparse-applicative
|
||||
, process, refact, silently, syb, tasty, tasty-expected-failure
|
||||
@ -31981,7 +31929,6 @@ self: {
|
||||
];
|
||||
description = "Perform refactorings specified by the refact library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"apportionment" = callPackage
|
||||
@ -35515,42 +35462,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"aura" = callPackage
|
||||
({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring
|
||||
, containers, filepath, hashable, http-client, http-client-tls
|
||||
, http-types, language-bash, megaparsec, network-uri
|
||||
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
|
||||
, rio, scheduler, stm, tasty, tasty-hunit, text, time, transformers
|
||||
, typed-process, versions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aura";
|
||||
version = "3.2.3";
|
||||
sha256 = "1gq4nkwil64h4armg39vbl3wjsbnqsa0vg5b41kq19dp9rmpfsp5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson algebraic-graphs aur base bytestring containers filepath
|
||||
hashable http-client http-types language-bash megaparsec
|
||||
network-uri prettyprinter prettyprinter-ansi-terminal rio scheduler
|
||||
stm text time transformers typed-process versions
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aur base bytestring containers http-client http-client-tls
|
||||
megaparsec optparse-applicative prettyprinter
|
||||
prettyprinter-ansi-terminal rio scheduler text transformers
|
||||
typed-process versions
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers megaparsec rio tasty tasty-hunit text
|
||||
versions
|
||||
];
|
||||
description = "A secure package manager for Arch Linux and the AUR";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"aura_3_2_4" = callPackage
|
||||
({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring
|
||||
, containers, filepath, hashable, http-client, http-client-tls
|
||||
, http-types, language-bash, megaparsec, network-uri
|
||||
@ -55321,6 +55232,38 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-ghc_1_4_0" = callPackage
|
||||
({ mkDerivation, array, base, bifunctors, bytestring, Cabal
|
||||
, clash-lib, clash-prelude, concurrent-supply, containers, deepseq
|
||||
, directory, exceptions, extra, filepath, ghc, ghc-boot, ghc-prim
|
||||
, ghc-typelits-extra, ghc-typelits-knownnat
|
||||
, ghc-typelits-natnormalise, ghci, hashable, haskeline, integer-gmp
|
||||
, lens, mtl, primitive, process, reflection, split
|
||||
, template-haskell, text, time, transformers, uniplate, unix
|
||||
, unordered-containers, utf8-string, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-ghc";
|
||||
version = "1.4.0";
|
||||
sha256 = "18nm5x6rk69pd506yqp4pwp1i56x81bb56ly9x7adkmjk7j3l6y2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bifunctors bytestring Cabal clash-lib clash-prelude
|
||||
concurrent-supply containers deepseq directory exceptions extra
|
||||
filepath ghc ghc-boot ghc-prim ghc-typelits-extra
|
||||
ghc-typelits-knownnat ghc-typelits-natnormalise ghci hashable
|
||||
haskeline integer-gmp lens mtl primitive process reflection split
|
||||
template-haskell text time transformers uniplate unix
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
description = "Clash: a functional hardware description language - GHC frontend";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-lib" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base, binary
|
||||
, bytestring, clash-prelude, concurrent-supply, containers
|
||||
@ -55360,6 +55303,50 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-lib_1_4_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array
|
||||
, attoparsec, base, base16-bytestring, binary, bytestring
|
||||
, clash-prelude, concurrent-supply, containers, cryptohash-sha256
|
||||
, data-binary-ieee754, data-default, deepseq, directory, dlist
|
||||
, errors, exceptions, extra, filepath, ghc, ghc-boot-th
|
||||
, ghc-typelits-knownnat, hashable, haskell-src-exts
|
||||
, haskell-src-meta, hint, integer-gmp, interpolate, lens, mtl
|
||||
, ordered-containers, parsers, pretty-show, prettyprinter
|
||||
, primitive, process, quickcheck-text, reducers, tasty, tasty-hunit
|
||||
, tasty-quickcheck, template-haskell, temporary, terminal-size
|
||||
, text, text-show, time, transformers, trifecta
|
||||
, unordered-containers, utf8-string, vector
|
||||
, vector-binary-instances
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-lib";
|
||||
version = "1.4.0";
|
||||
sha256 = "1i0zmz26p35hfp89s45s6g7x2rvhyjc3lrx35r06cnllw6xvp60z";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal array attoparsec base
|
||||
base16-bytestring binary bytestring clash-prelude concurrent-supply
|
||||
containers cryptohash-sha256 data-binary-ieee754 data-default
|
||||
deepseq directory dlist errors exceptions extra filepath ghc
|
||||
ghc-boot-th hashable haskell-src-meta hint integer-gmp interpolate
|
||||
lens mtl ordered-containers parsers pretty-show prettyprinter
|
||||
primitive process reducers template-haskell temporary terminal-size
|
||||
text text-show time transformers trifecta unordered-containers
|
||||
utf8-string vector vector-binary-instances
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base base16-bytestring bytestring clash-prelude
|
||||
concurrent-supply containers data-default deepseq ghc
|
||||
ghc-typelits-knownnat haskell-src-exts lens pretty-show
|
||||
quickcheck-text tasty tasty-hunit tasty-quickcheck template-haskell
|
||||
text transformers unordered-containers
|
||||
];
|
||||
description = "Clash: a functional hardware description language - As a library";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-multisignal" = callPackage
|
||||
({ mkDerivation, base, clash-prelude, deepseq
|
||||
, ghc-typelits-knownnat, QuickCheck
|
||||
@ -55416,6 +55403,48 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-prelude_1_4_0" = callPackage
|
||||
({ mkDerivation, array, arrows, base, bifunctors, binary
|
||||
, bytestring, Cabal, cabal-doctest, constraints, containers
|
||||
, criterion, data-binary-ieee754, data-default-class, deepseq
|
||||
, doctest, ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat
|
||||
, ghc-typelits-natnormalise, half, hashable, hedgehog, hint
|
||||
, integer-gmp, interpolate, lens, QuickCheck
|
||||
, quickcheck-classes-base, recursion-schemes, reflection
|
||||
, singletons, tasty, tasty-hedgehog, tasty-hunit, tasty-quickcheck
|
||||
, tasty-th, template-haskell, text, text-show, th-abstraction
|
||||
, th-lift, th-orphans, time, transformers, type-errors, uniplate
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-prelude";
|
||||
version = "1.4.0";
|
||||
sha256 = "168gjdjj9v69gr4d44njly70qr30nz3z4gfdy4nd4pay377i6vlw";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
array arrows base bifunctors binary bytestring constraints
|
||||
containers data-binary-ieee754 data-default-class deepseq ghc-prim
|
||||
ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise
|
||||
half hashable integer-gmp interpolate lens QuickCheck
|
||||
recursion-schemes reflection singletons template-haskell text
|
||||
text-show th-abstraction th-lift th-orphans time transformers
|
||||
type-errors uniplate vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base deepseq doctest ghc-typelits-extra ghc-typelits-knownnat
|
||||
ghc-typelits-natnormalise hedgehog hint quickcheck-classes-base
|
||||
tasty tasty-hedgehog tasty-hunit tasty-quickcheck tasty-th
|
||||
template-haskell
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base criterion deepseq template-haskell
|
||||
];
|
||||
description = "Clash: a functional hardware description language - Prelude library";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"clash-prelude-quickcheck" = callPackage
|
||||
({ mkDerivation, base, clash-prelude, QuickCheck }:
|
||||
mkDerivation {
|
||||
@ -89680,32 +89709,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"feed" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, HUnit
|
||||
, markdown-unlit, old-locale, old-time, safe, syb, test-framework
|
||||
, test-framework-hunit, text, time, time-locale-compat, utf8-string
|
||||
, xml-conduit, xml-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "feed";
|
||||
version = "1.3.0.1";
|
||||
sha256 = "0fdylvbrjlshgx398xpxx3y7mnrmpi1l2534mcv299afpm91yqcj";
|
||||
revision = "1";
|
||||
editedCabalFile = "0wlffsawz87ks8zf686q01qvcwzi3352l45f1yww5w063ih6j7ld";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base base-compat bytestring old-locale old-time safe text time
|
||||
time-locale-compat utf8-string xml-conduit xml-types
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat HUnit old-time syb test-framework
|
||||
test-framework-hunit text time xml-conduit xml-types
|
||||
];
|
||||
testToolDepends = [ markdown-unlit ];
|
||||
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"feed_1_3_2_0" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, doctest
|
||||
, doctest-driver-gen, HUnit, markdown-unlit, old-locale, old-time
|
||||
, safe, syb, test-framework, test-framework-hunit, text, time
|
||||
@ -89727,7 +89730,6 @@ self: {
|
||||
testToolDepends = [ doctest-driver-gen markdown-unlit ];
|
||||
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"feed-cli" = callPackage
|
||||
@ -114776,36 +114778,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hakyll-convert" = callPackage
|
||||
({ mkDerivation, base, bytestring, cmdargs, containers
|
||||
, data-default, directory, feed, filepath, tasty
|
||||
, tasty-expected-failure, tasty-golden, tasty-hunit
|
||||
, tasty-quickcheck, temporary, text, time, xml-conduit, xml-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hakyll-convert";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0i5g4xs0az8znisl8vm60r3m2y3s9dhh8cdb0bl8c5ikqcrlscjf";
|
||||
revision = "2";
|
||||
editedCabalFile = "0jzc6c8z173mcvrndxny5dx24mx5p10p7pkp68lkl1jl135np6bp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers data-default directory feed filepath
|
||||
text time xml-conduit xml-types
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base cmdargs filepath text xml-types
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring data-default directory feed filepath tasty
|
||||
tasty-expected-failure tasty-golden tasty-hunit tasty-quickcheck
|
||||
temporary text time xml-types
|
||||
];
|
||||
description = "Convert from other blog engines to Hakyll";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hakyll-convert_0_3_0_4" = callPackage
|
||||
({ mkDerivation, base, bytestring, cmdargs, containers
|
||||
, data-default, directory, feed, filepath, tasty
|
||||
, tasty-expected-failure, tasty-golden, tasty-hunit
|
||||
@ -114831,7 +114803,6 @@ self: {
|
||||
];
|
||||
description = "Convert from other blog engines to Hakyll";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hakyll-dhall" = callPackage
|
||||
@ -120952,8 +120923,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.48.0";
|
||||
sha256 = "0c3m38ybn9ni6b3rbvqcc972kwnraqb9fxb3msvpw7xnsgn6lm8b";
|
||||
version = "0.49.0";
|
||||
sha256 = "126krbi29jxi978my3wg8cl2gqpr0xn0fmbz6fxqcbbcwi75fa30";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -120998,8 +120969,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.48.0";
|
||||
sha256 = "0rvmj9v4wbzy2asmrsrfvjxdr05mmwbcq0sz5fip17x25mmpf844";
|
||||
version = "0.49.0";
|
||||
sha256 = "1v9zb3m1pvhbqm6pxzy2w8ipyxnv80gw8xlsr25fj0g2ylifkjb2";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytes bytestring cereal containers data-default
|
||||
deepseq hashable haskoin-core http-client http-types lens mtl
|
||||
@ -124482,6 +124453,31 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hedgehog_1_0_5" = callPackage
|
||||
({ mkDerivation, ansi-terminal, async, base, bytestring
|
||||
, concurrent-output, containers, deepseq, directory, erf
|
||||
, exceptions, lifted-async, mmorph, monad-control, mtl, pretty-show
|
||||
, primitive, random, resourcet, stm, template-haskell, text, time
|
||||
, transformers, transformers-base, wl-pprint-annotated
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hedgehog";
|
||||
version = "1.0.5";
|
||||
sha256 = "1qsqs8lmxa3wmw228cwi98vvvh9hqbc9d43i1sy2c9igw9xlhfi6";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal async base bytestring concurrent-output containers
|
||||
deepseq directory erf exceptions lifted-async mmorph monad-control
|
||||
mtl pretty-show primitive random resourcet stm template-haskell
|
||||
text time transformers transformers-base wl-pprint-annotated
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers mmorph mtl pretty-show text transformers
|
||||
];
|
||||
description = "Release with confidence";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hedgehog-checkers" = callPackage
|
||||
({ mkDerivation, base, containers, either, hedgehog, semigroupoids
|
||||
, semigroups
|
||||
@ -146813,6 +146809,34 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"influxdb_1_9_1_1" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
|
||||
, cabal-doctest, clock, containers, doctest, foldl, http-client
|
||||
, http-types, lens, network, optional-args, raw-strings-qq
|
||||
, scientific, tagged, tasty, tasty-hunit, template-haskell, text
|
||||
, time, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "influxdb";
|
||||
version = "1.9.1.1";
|
||||
sha256 = "1qdfrl5ragkn726ymh16p0shgc6sn72gd1hh6a6bw19m527pdcc0";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring clock containers foldl http-client
|
||||
http-types lens network optional-args scientific tagged text time
|
||||
unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers doctest lens raw-strings-qq tasty tasty-hunit
|
||||
template-haskell time vector
|
||||
];
|
||||
description = "InfluxDB client library for Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"informative" = callPackage
|
||||
({ mkDerivation, base, containers, csv, highlighting-kate
|
||||
, http-conduit, monad-logger, pandoc, persistent
|
||||
@ -147134,22 +147158,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"input-parsers" = callPackage
|
||||
({ mkDerivation, attoparsec, base, binary, bytestring
|
||||
, monoid-subclasses, parsec, parsers, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "input-parsers";
|
||||
version = "0.2";
|
||||
sha256 = "0hby9ypz59lipqbvl02p0a7cncyvday4nq4sfj5hlar6v47l6mvv";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base binary bytestring monoid-subclasses parsec parsers
|
||||
text transformers
|
||||
];
|
||||
description = "Extension of the parsers library with more capability and efficiency";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"input-parsers_0_2_1" = callPackage
|
||||
({ mkDerivation, attoparsec, base, binary, bytestring
|
||||
, monoid-subclasses, parsec, parsers, text, transformers
|
||||
}:
|
||||
@ -147163,7 +147171,6 @@ self: {
|
||||
];
|
||||
description = "Extension of the parsers library with more capability and efficiency";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"inquire" = callPackage
|
||||
@ -149006,27 +149013,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"iproute" = callPackage
|
||||
({ mkDerivation, appar, base, byteorder, bytestring, containers
|
||||
, doctest, hspec, network, QuickCheck, safe
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "iproute";
|
||||
version = "1.7.10";
|
||||
sha256 = "0libq5v22cm6bj1lga1rrkgww50bhnpns7rz7da90yycqv2k7d5m";
|
||||
revision = "1";
|
||||
editedCabalFile = "02nh8r0c1p8gzq2y82q8n210y3bs146kjv2v7mr8z0m3k0sh5qqs";
|
||||
libraryHaskellDepends = [
|
||||
appar base byteorder bytestring containers network
|
||||
];
|
||||
testHaskellDepends = [
|
||||
appar base byteorder bytestring containers doctest hspec network
|
||||
QuickCheck safe
|
||||
];
|
||||
description = "IP Routing Table";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"iproute_1_7_11" = callPackage
|
||||
({ mkDerivation, appar, base, byteorder, bytestring, containers
|
||||
, doctest, hspec, network, QuickCheck, safe
|
||||
}:
|
||||
@ -149043,7 +149029,6 @@ self: {
|
||||
];
|
||||
description = "IP Routing Table";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"iptables-helpers" = callPackage
|
||||
@ -175044,37 +175029,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"mmark" = callPackage
|
||||
({ mkDerivation, aeson, base, case-insensitive, containers
|
||||
, criterion, deepseq, dlist, email-validate, foldl, hashable, hspec
|
||||
, hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens
|
||||
, microlens-th, modern-uri, mtl, parser-combinators, QuickCheck
|
||||
, text, text-metrics, unordered-containers, weigh, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mmark";
|
||||
version = "0.0.7.2";
|
||||
sha256 = "1wwszzba6fvg0r4q5z2dzashim0nkaxzx4rmjl216kdi08jkp7mm";
|
||||
revision = "3";
|
||||
editedCabalFile = "1ffa76pz544pa3s764lnc38rdmfccyn8z6zn1w76pqb01p0f9k9p";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base case-insensitive containers deepseq dlist email-validate
|
||||
foldl hashable html-entity-map lucid megaparsec microlens
|
||||
microlens-th modern-uri mtl parser-combinators text text-metrics
|
||||
unordered-containers yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri
|
||||
QuickCheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion text weigh ];
|
||||
description = "Strict markdown processor for writers";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"mmark_0_0_7_3" = callPackage
|
||||
({ mkDerivation, aeson, base, case-insensitive, containers
|
||||
, criterion, deepseq, dlist, email-validate, foldl, hashable, hspec
|
||||
, hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens
|
||||
@ -175129,30 +175083,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"mmark-ext" = callPackage
|
||||
({ mkDerivation, base, foldl, ghc-syntax-highlighter, hspec
|
||||
, hspec-discover, lucid, microlens, mmark, modern-uri, skylighting
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mmark-ext";
|
||||
version = "0.2.1.2";
|
||||
sha256 = "1s44vznj8hkk7iymnzczbglxnw1q84gmm8q9yiwh0jkiw4kdi91c";
|
||||
revision = "3";
|
||||
editedCabalFile = "02i6577qislr0qvgmfamcixpxgb7bh68lg18n3vkq6xbnjxdpwpx";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base foldl ghc-syntax-highlighter lucid microlens mmark modern-uri
|
||||
skylighting text
|
||||
];
|
||||
testHaskellDepends = [ base hspec lucid mmark skylighting text ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Commonly useful extensions for the MMark markdown processor";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"mmark-ext_0_2_1_3" = callPackage
|
||||
({ mkDerivation, base, foldl, ghc-syntax-highlighter, hspec
|
||||
, hspec-discover, lucid, microlens, mmark, modern-uri, skylighting
|
||||
, text
|
||||
@ -187312,6 +187242,18 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nonempty-zipper" = callPackage
|
||||
({ mkDerivation, base, comonad, deepseq, doctest, Glob, safe }:
|
||||
mkDerivation {
|
||||
pname = "nonempty-zipper";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0qqdrp1rr1qmgxxzwn21gy1gc9mwdhliyp72d74bndqr3yki46fm";
|
||||
libraryHaskellDepends = [ base comonad deepseq safe ];
|
||||
testHaskellDepends = [ base comonad deepseq doctest Glob safe ];
|
||||
description = "A non-empty comonadic list zipper";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"nonemptymap" = callPackage
|
||||
({ mkDerivation, base, containers, semigroupoids }:
|
||||
mkDerivation {
|
||||
@ -189434,27 +189376,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"oeis2" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens
|
||||
, lens-aeson, QuickCheck, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "oeis2";
|
||||
version = "1.0.4";
|
||||
sha256 = "1parmfwdxrmvzz81dy8mb9ry4bbp1bvsqsr593zld7hnfx6cvlh9";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers http-conduit lens lens-aeson text vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base containers hspec http-conduit lens lens-aeson QuickCheck
|
||||
text vector
|
||||
];
|
||||
description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"oeis2_1_0_5" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens
|
||||
, lens-aeson, QuickCheck, text, vector
|
||||
}:
|
||||
@ -193740,8 +193661,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.3.9.1";
|
||||
sha256 = "0kyml1bmzjp6by86inlmyx8qkl4f92yibmhc477sglv9m8haw0wx";
|
||||
version = "0.3.10.0";
|
||||
sha256 = "1yymm8y9hzkbjff7cn63qsvpfks1f1n741vfdiiga66kml8v0zdm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -196475,6 +196396,8 @@ self: {
|
||||
pname = "path";
|
||||
version = "0.8.0";
|
||||
sha256 = "0vzsa41q5sxs1ni72yv1vfpnc6r5mjdwnmdb6jrs6cszb2xlkjr4";
|
||||
revision = "1";
|
||||
editedCabalFile = "02vhx94mqapyigvayb6cj7p7snn354pb542n3qyvsm0gih52wlja";
|
||||
libraryHaskellDepends = [
|
||||
aeson base deepseq exceptions filepath hashable template-haskell
|
||||
text
|
||||
@ -219091,6 +219014,22 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"regex-pcre-builtin_0_95_2_3_8_43" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, regex-base
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "regex-pcre-builtin";
|
||||
version = "0.95.2.3.8.43";
|
||||
sha256 = "02c6vzxcy1zkqwy6w4dsc97xvvdwlh8xr7imrlx2qs2521rvswr7";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers regex-base text
|
||||
];
|
||||
description = "PCRE Backend for \"Text.Regex\" (regex-base)";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"regex-pcre-text" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, regex-base
|
||||
, regex-pcre-builtin, regex-tdfa-text, text
|
||||
@ -222770,8 +222709,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ridley";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0qn4p94kpp714fvfp9cy92sn5liyl3kiwc1gbv4dkl81wib40r4h";
|
||||
version = "0.3.2.1";
|
||||
sha256 = "14k7cmbcwqxf4d7r6yz77wpj88q3v9vx90agx16wd8dk1zzmcbx5";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
async base containers ekg-core ekg-prometheus-adapter inline-c
|
||||
@ -248871,27 +248810,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"structured" = callPackage
|
||||
({ mkDerivation, aeson, array, base, base16-bytestring, binary
|
||||
, bytestring, containers, hashable, scientific, tagged, text
|
||||
, time-compat, transformers, unordered-containers, uuid-types
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "structured";
|
||||
version = "0.1";
|
||||
sha256 = "0xm0m7jxwrbz8jgcn2dl5vhlz0gcg7wxcbbgaqidm2msmnc6fqww";
|
||||
revision = "2";
|
||||
editedCabalFile = "0l9ls0r1v5bjcznjd0jcpml8vpr4iq8shp4dm4jkv96i3x277gdv";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base base16-bytestring binary bytestring containers
|
||||
hashable scientific tagged text time-compat transformers
|
||||
unordered-containers uuid-types vector
|
||||
];
|
||||
description = "Structure (hash) of your data types";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"structured_0_1_0_1" = callPackage
|
||||
({ mkDerivation, aeson, array, base, base16-bytestring, binary
|
||||
, bytestring, containers, hashable, scientific, tagged, text
|
||||
, time-compat, transformers, unordered-containers, uuid-types
|
||||
@ -248908,7 +248826,6 @@ self: {
|
||||
];
|
||||
description = "Structure (hash) of your data types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"structured-cli" = callPackage
|
||||
@ -286322,26 +286239,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"yesod-markdown" = callPackage
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, bytestring
|
||||
, directory, hspec, pandoc, persistent, shakespeare, text
|
||||
, xss-sanitize, yesod-core, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-markdown";
|
||||
version = "0.12.6.5";
|
||||
sha256 = "1bs0npryigf7k8gj48i8r8snylc49qdca96610msi6df843c6s6g";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-html blaze-markup bytestring directory pandoc persistent
|
||||
shakespeare text xss-sanitize yesod-core yesod-form
|
||||
];
|
||||
testHaskellDepends = [ base blaze-html hspec text ];
|
||||
description = "Tools for using markdown in a yesod application";
|
||||
license = lib.licenses.gpl2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"yesod-markdown_0_12_6_6" = callPackage
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, bytestring
|
||||
, directory, hspec, pandoc, persistent, shakespeare, text
|
||||
, xss-sanitize, yesod-core, yesod-form
|
||||
|
Loading…
Reference in New Issue
Block a user