hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
2fadba598a.
This commit is contained in:
Peter Simons 2021-03-15 02:30:29 +01:00
parent 3a596b1a05
commit 5bc2eea311
1 changed files with 524 additions and 87 deletions

View File

@ -4478,6 +4478,24 @@ self: {
license = lib.licenses.bsd3;
}) {};
"Decimal_0_5_2" = callPackage
({ mkDerivation, base, deepseq, HUnit, QuickCheck, test-framework
, test-framework-hunit, test-framework-quickcheck2
}:
mkDerivation {
pname = "Decimal";
version = "0.5.2";
sha256 = "19w7i9f0lbiyzwa0v3bm95233vi7f1688f0xms6cnjsf88h04ym3";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
base deepseq HUnit QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2
];
description = "Decimal numbers with variable precision";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"DecisionTree" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -21240,12 +21258,12 @@ self: {
platforms = lib.platforms.none;
}) {};
"Win32_2_11_1_0" = callPackage
"Win32_2_12_0_0" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "Win32";
version = "2.11.1.0";
sha256 = "18rsfx3ca8r7y4ifxn1mggn8j6ppgkn698wsq0pwqb63riva09rk";
version = "2.12.0.0";
sha256 = "068k26s1vxwz94w7bkqs9xbkh0z2mp1mimyklarr8rh26v978qin";
description = "A binding to Windows Win32 API";
license = lib.licenses.bsd3;
platforms = lib.platforms.none;
@ -35959,8 +35977,8 @@ self: {
pname = "avers";
version = "0.0.17.1";
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
revision = "39";
editedCabalFile = "1y77mk83yap8yx5wlybpr06wwy3qvmq0svqc4c6dfyvjd9wjvsdv";
revision = "40";
editedCabalFile = "0wsr91a87kikvibl18knwkglawl9m96scdyd539zpgh6djbzmsqf";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock containers cryptonite
filepath inflections memory MonadRandom mtl network network-uri
@ -41902,8 +41920,8 @@ self: {
}:
mkDerivation {
pname = "binsm";
version = "0.1.1";
sha256 = "1wiqslvf21xm15rf161lzffk5zzivbxs9sa9v7d257cx4d9qvy15";
version = "0.1.2";
sha256 = "1nhdzy3hqqin67i25kgrrcny99lrdr9i6xddr8gjm6b32kqhakhw";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -48431,8 +48449,8 @@ self: {
}:
mkDerivation {
pname = "cabal-cache";
version = "1.0.2.1";
sha256 = "0n17ga3namkldd4mfjla58nlg0j7dyjcamap84bdwiglmrg0iwz4";
version = "1.0.3.0";
sha256 = "0xx0a53z7wj75p8dqypr6ys63cpw8acl49358f42xi5lgblvqnca";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -50800,6 +50818,22 @@ self: {
broken = true;
}) {};
"caps" = callPackage
({ mkDerivation, base, mtl, tasty, tasty-hunit, template-haskell
, transformers, typerep-map
}:
mkDerivation {
pname = "caps";
version = "0.1";
sha256 = "0i6rzgfbl377g4z76rv48c6a1s4yy9h78bjmvkr2vhq5zv8zqzkk";
libraryHaskellDepends = [
base template-haskell transformers typerep-map
];
testHaskellDepends = [ base mtl tasty tasty-hunit ];
description = "Monadic capabilities with late binding";
license = lib.licenses.bsd3;
}) {};
"car-pool" = callPackage
({ mkDerivation, base, blaze-html, containers, digestive-functors
, digestive-functors-blaze, digestive-functors-happstack
@ -59043,6 +59077,30 @@ self: {
license = lib.licenses.bsd3;
}) {};
"comfort-array_0_4_1" = callPackage
({ mkDerivation, base, ChasingBottoms, containers, deepseq
, doctest-exitcode-stdio, doctest-lib, guarded-allocation
, non-empty, prelude-compat, primitive, QuickCheck, semigroups
, storable-record, tagged, transformers, utility-ht
}:
mkDerivation {
pname = "comfort-array";
version = "0.4.1";
sha256 = "11nsq6yc3sz259nn9vks49rxq5zzrfwqn9fvi10w3vbnq3wjg9i5";
libraryHaskellDepends = [
base containers deepseq guarded-allocation non-empty prelude-compat
primitive QuickCheck semigroups storable-record tagged transformers
utility-ht
];
testHaskellDepends = [
base ChasingBottoms containers doctest-exitcode-stdio doctest-lib
QuickCheck tagged
];
description = "Arrays where the index type is a function of the shape type";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"comfort-graph" = callPackage
({ mkDerivation, base, containers, QuickCheck, semigroups
, transformers, utility-ht
@ -60679,6 +60737,23 @@ self: {
license = lib.licenses.mit;
}) {};
"concurrency_1_11_0_1" = callPackage
({ mkDerivation, array, atomic-primops, base, exceptions
, monad-control, mtl, stm, transformers
}:
mkDerivation {
pname = "concurrency";
version = "1.11.0.1";
sha256 = "0ds55wpkxlrw2x5ql34p9b05xlycnc4v7962f27a54nhrjfhb2ah";
libraryHaskellDepends = [
array atomic-primops base exceptions monad-control mtl stm
transformers
];
description = "Typeclasses, functions, and data types for concurrency and STM";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"concurrency-benchmarks" = callPackage
({ mkDerivation, async, base, bench-graph, bytestring, Chart
, Chart-diagrams, csv, deepseq, directory, gauge, getopt-generics
@ -61612,6 +61687,8 @@ self: {
pname = "conferer";
version = "1.1.0.0";
sha256 = "1hkdrqxrac1mbzvd29f6ds4cbihdv0j0daai7yc282myv0varh09";
revision = "1";
editedCabalFile = "0xr6910zn9j07gwc9f9dmlgxiagirmpzjzb9vlaqc0qvpawgq201";
libraryHaskellDepends = [
base bytestring containers directory filepath text
];
@ -61645,6 +61722,27 @@ self: {
license = lib.licenses.mpl20;
}) {};
"conferer-aeson_1_1_0_1" = callPackage
({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
, directory, hspec, text, unordered-containers, vector
}:
mkDerivation {
pname = "conferer-aeson";
version = "1.1.0.1";
sha256 = "1slz2gbnaca8ydl91rjhpjair90qnybcg6zkxdjrwr9jnxsp95s7";
libraryHaskellDepends = [
aeson base bytestring conferer directory text unordered-containers
vector
];
testHaskellDepends = [
aeson aeson-qq base bytestring conferer directory hspec text
unordered-containers vector
];
description = "conferer's source for reading json files";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"conferer-dhall" = callPackage
({ mkDerivation, base, bytestring, conferer, conferer-aeson, dhall
, dhall-json, directory, hspec, text
@ -62368,8 +62466,8 @@ self: {
({ mkDerivation, base, containers, doctest, hedgehog }:
mkDerivation {
pname = "connections";
version = "0.2.0";
sha256 = "1hvfqdjcj4mp2iyx0596710z4f8fm0jlgp819xf2s90rz1b360ya";
version = "0.3.0";
sha256 = "0ias6f5nzd83i2x6823ypzp598d8rgp74wmhd4gk7slcyszgpj6l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers ];
@ -69661,6 +69759,30 @@ self: {
broken = true;
}) {};
"data-interval_2_1_0" = callPackage
({ mkDerivation, base, ChasingBottoms, containers, deepseq
, extended-reals, hashable, HUnit, lattices, QuickCheck
, quickcheck-classes-base, syb, tasty, tasty-hunit
, tasty-quickcheck, tasty-th
}:
mkDerivation {
pname = "data-interval";
version = "2.1.0";
sha256 = "0f4dgpqmp4y9fidlb3z5dlcmv0qb6pqbxbf57jjjz49r7g6adzlq";
libraryHaskellDepends = [
base containers deepseq extended-reals hashable lattices
];
testHaskellDepends = [
base ChasingBottoms containers deepseq hashable HUnit lattices
QuickCheck quickcheck-classes-base syb tasty tasty-hunit
tasty-quickcheck tasty-th
];
description = "Interval datatype, interval arithmetic and interval-based containers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"data-inttrie" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -72448,6 +72570,23 @@ self: {
license = lib.licenses.mit;
}) {};
"dejafu_2_4_0_2" = callPackage
({ mkDerivation, base, concurrency, containers, contravariant
, deepseq, exceptions, leancheck, profunctors, random, transformers
}:
mkDerivation {
pname = "dejafu";
version = "2.4.0.2";
sha256 = "1hwhyxjjwapk6jgsbs0vh033xbc9b8mr5iqd93vskvvljnb40v9h";
libraryHaskellDepends = [
base concurrency containers contravariant deepseq exceptions
leancheck profunctors random transformers
];
description = "A library for unit-testing concurrent programs";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"deka" = callPackage
({ mkDerivation, base, bytestring, mpdec, parsec, transformers }:
mkDerivation {
@ -78269,6 +78408,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
"doclayout_0_3_0_1" = callPackage
({ mkDerivation, base, criterion, mtl, safe, tasty, tasty-golden
, tasty-hunit, text
}:
mkDerivation {
pname = "doclayout";
version = "0.3.0.1";
sha256 = "0yqvpahsqclbfmh5xwlxph75jc8pzji8rffa2q1wzva5sg2ib1s5";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base mtl safe text ];
testHaskellDepends = [
base mtl tasty tasty-golden tasty-hunit text
];
benchmarkHaskellDepends = [ base criterion mtl text ];
description = "A prettyprinting library for laying out text documents";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"docopt" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
, HUnit, parsec, split, template-haskell, text, th-lift
@ -78489,6 +78647,24 @@ self: {
license = lib.licenses.bsd3;
}) {};
"doctest-extract" = callPackage
({ mkDerivation, base, doctest-lib, non-empty, optparse-applicative
, pathtype, semigroups, transformers, utility-ht
}:
mkDerivation {
pname = "doctest-extract";
version = "0.1";
sha256 = "1ncrq67d6zcqw5al5m2g7q6ys8rxhsq8rrzbj1dlsyl4q63vyrms";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base doctest-lib non-empty optparse-applicative pathtype semigroups
transformers utility-ht
];
description = "Alternative doctest implementation that extracts comments to modules";
license = lib.licenses.bsd3;
}) {};
"doctest-lib" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -95129,8 +95305,8 @@ self: {
}:
mkDerivation {
pname = "free-algebras";
version = "0.1.0.0";
sha256 = "0s5gj52b3s1hg92cs12qk7y2zgsl546livdzps2qm4fmjc394qj3";
version = "0.1.0.1";
sha256 = "13cyy6afp9y3wfv3qihf0ngrvs7rghbx627a88l3yq1l21r0bbj8";
libraryHaskellDepends = [
base containers data-fix dlist free groups kan-extensions mtl
transformers
@ -97327,26 +97503,27 @@ self: {
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
, blaze-html, bmp, bytestring, bytestring-to-vector, cmark-gfm
, containers, directory, directory-tree, dlist, file-embed
, filepath, free, gitrev, happy, haskeline, language-c-quote
, mainland-pretty, megaparsec, mtl, neat-interpolation, parallel
, parser-combinators, pcg-random, process, process-extras
, QuickCheck, regex-tdfa, sexp-grammar, srcloc, tasty, tasty-hunit
, tasty-quickcheck, template-haskell, temporary, terminal-size
, text, time, transformers, unordered-containers, utf8-string
, vector, vector-binary-instances, versions, zip-archive, zlib
, filepath, free, gitrev, happy, hashable, haskeline
, language-c-quote, mainland-pretty, megaparsec, mtl
, neat-interpolation, parallel, parser-combinators, pcg-random
, process, process-extras, QuickCheck, regex-tdfa, srcloc, tasty
, tasty-hunit, tasty-quickcheck, template-haskell, temporary
, terminal-size, text, time, transformers, unordered-containers
, utf8-string, vector, vector-binary-instances, versions
, zip-archive, zlib
}:
mkDerivation {
pname = "futhark";
version = "0.19.1";
sha256 = "1nhy1pjqy7na7brpkh72yzcglfrwaz7l325fivfq5niaq85832dd";
version = "0.19.2";
sha256 = "0pkb9yqvfbahmq3lmp7ia0c4sfzx1cghnhk4b7z41xbf20qcakrx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal array base binary blaze-html bmp bytestring
bytestring-to-vector cmark-gfm containers directory directory-tree
dlist file-embed filepath free gitrev haskeline language-c-quote
mainland-pretty megaparsec mtl neat-interpolation parallel
pcg-random process process-extras regex-tdfa sexp-grammar srcloc
dlist file-embed filepath free gitrev hashable haskeline
language-c-quote mainland-pretty megaparsec mtl neat-interpolation
parallel pcg-random process process-extras regex-tdfa srcloc
template-haskell temporary terminal-size text time transformers
unordered-containers utf8-string vector vector-binary-instances
versions zip-archive zlib
@ -97354,8 +97531,8 @@ self: {
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [ base text ];
testHaskellDepends = [
base containers megaparsec mtl parser-combinators QuickCheck
sexp-grammar tasty tasty-hunit tasty-quickcheck text
base containers megaparsec mtl parser-combinators QuickCheck tasty
tasty-hunit tasty-quickcheck text
];
description = "An optimising compiler for a functional, array-oriented language";
license = lib.licenses.isc;
@ -114782,18 +114959,16 @@ self: {
, containers, cryptonite, data-default, deepseq, directory
, file-embed, filepath, fsnotify, http-conduit, http-types
, lrucache, memory, mtl, network-uri, optparse-applicative, pandoc
, pandoc-citeproc, parsec, process, QuickCheck, random, regex-tdfa
, resourcet, scientific, tagsoup, tasty, tasty-hunit
, parsec, process, QuickCheck, random, regex-tdfa, resourcet
, scientific, tagsoup, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, template-haskell, text, time
, time-locale-compat, unordered-containers, utillinux, vector, wai
, wai-app-static, warp, yaml
}:
mkDerivation {
pname = "hakyll";
version = "4.13.4.1";
sha256 = "1z9k3029bjyxy2aqmqr6gzsva50154y4bfxqkmsjgl38lx3s6kk9";
revision = "1";
editedCabalFile = "1hv80gqq50zz791620lgdvkspspii0z59ngj7la69cdw2739cc5g";
version = "4.14.0.0";
sha256 = "088df9vs5f2p5iiv7rbrisz4z4s38mkr9z41gy3hqdapg4m7mi1c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -114801,15 +114976,15 @@ self: {
base binary blaze-html blaze-markup bytestring containers
cryptonite data-default deepseq directory file-embed filepath
fsnotify http-conduit http-types lrucache memory mtl network-uri
optparse-applicative pandoc pandoc-citeproc parsec process random
regex-tdfa resourcet scientific tagsoup template-haskell text time
optparse-applicative pandoc parsec process random regex-tdfa
resourcet scientific tagsoup template-haskell text time
time-locale-compat unordered-containers vector wai wai-app-static
warp yaml
];
executableHaskellDepends = [ base directory filepath ];
testHaskellDepends = [
base bytestring containers filepath QuickCheck tasty tasty-hunit
tasty-quickcheck text unordered-containers yaml
base bytestring containers filepath QuickCheck tasty tasty-golden
tasty-hunit tasty-quickcheck text unordered-containers yaml
];
testToolDepends = [ utillinux ];
description = "A static website compiler library";
@ -119490,8 +119665,6 @@ self: {
libraryToolDepends = [ happy ];
description = "Support for manipulating Haskell source code";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"haskell-src-exts" = callPackage
@ -124302,6 +124475,34 @@ self: {
license = lib.licenses.bsd3;
}) {};
"headroom_0_4_1_0" = callPackage
({ mkDerivation, aeson, base, doctest, either, file-embed
, generic-data, hspec, hspec-discover, microlens, microlens-th, mtl
, mustache, optparse-applicative, pcre-heavy, pcre-light
, QuickCheck, rio, string-interpolate, template-haskell, time, yaml
}:
mkDerivation {
pname = "headroom";
version = "0.4.1.0";
sha256 = "1f98x1qm567wsa58nyavj7lfi2fmm6zrmjc0cwg0dyhvi63n9qp0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base either file-embed generic-data microlens microlens-th
mtl mustache optparse-applicative pcre-heavy pcre-light rio
string-interpolate template-haskell time yaml
];
executableHaskellDepends = [ base optparse-applicative rio ];
testHaskellDepends = [
aeson base doctest hspec mtl optparse-applicative pcre-light
QuickCheck rio string-interpolate time
];
testToolDepends = [ hspec-discover ];
description = "License Header Manager";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"heap" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
@ -126556,17 +126757,18 @@ self: {
}) {};
"hexpat-streamparser" = callPackage
({ mkDerivation, base, bytestring, hexpat, List, mtl
({ mkDerivation, base, bytestring, hexpat, hspec, List, mtl
, parser-combinators, text, transformers
}:
mkDerivation {
pname = "hexpat-streamparser";
version = "0.0.2";
sha256 = "11g78dkr9dp4kgz8zmckgq66587qahdhxyhcn03ajr0b07ab27z3";
version = "0.1.0";
sha256 = "1akixz7wmdlxfryi6pwzj300zj6isv55ya1fbfgzgziqshkn1p5q";
libraryHaskellDepends = [
base bytestring hexpat List mtl parser-combinators text
transformers
];
testHaskellDepends = [ base hexpat hspec ];
license = lib.licenses.bsd3;
}) {};
@ -129948,21 +130150,21 @@ self: {
"hlint" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, file-embed
, filepath, filepattern, ghc, ghc-boot, ghc-boot-th
, ghc-lib-parser-ex, hscolour, process, refact, text, transformers
, uniplate, unordered-containers, utf8-string, vector, yaml
, filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex
, hscolour, process, refact, text, transformers, uniplate
, unordered-containers, utf8-string, vector, yaml
}:
mkDerivation {
pname = "hlint";
version = "3.2.7";
sha256 = "0z6gxndrh7blzapkdn6fq1pkbkjlmbgjbq9ydnvy2wm00fb3v73g";
version = "3.3";
sha256 = "1cbmaw3ikni2fqkzyngc6qwg8k6ighy48979msfs97qg0kxjmbbd";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal base bytestring cmdargs containers cpphs
data-default directory extra file-embed filepath filepattern ghc
ghc-boot ghc-boot-th ghc-lib-parser-ex hscolour process refact text
data-default directory extra file-embed filepath filepattern
ghc-lib-parser ghc-lib-parser-ex hscolour process refact text
transformers uniplate unordered-containers utf8-string vector yaml
];
executableHaskellDepends = [ base ];
@ -132473,8 +132675,6 @@ self: {
];
description = "C++ FFI generator - Documentation";
license = lib.licenses.agpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hoppy-generator" = callPackage
@ -132491,8 +132691,6 @@ self: {
];
description = "C++ FFI generator - Code generator";
license = lib.licenses.agpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hoppy-runtime" = callPackage
@ -132508,8 +132706,6 @@ self: {
];
description = "C++ FFI generator - Runtime support";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hoppy-std" = callPackage
@ -132524,8 +132720,6 @@ self: {
];
description = "C++ FFI generator - Standard library bindings";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hops" = callPackage
@ -147575,8 +147769,8 @@ self: {
}:
mkDerivation {
pname = "instana-haskell-trace-sdk";
version = "0.6.1.0";
sha256 = "14nvmrrc1gwpfrhs5f041f85vnpwj1s3z90q13127x9rahpaxb29";
version = "0.6.2.0";
sha256 = "1yvxsz1b9qrhyw6zamqs5254mpba3vijhach1n424mqa6aq1935s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -151894,6 +152088,31 @@ self: {
license = lib.licenses.bsd3;
}) {};
"jose-jwt_0_9_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, cereal
, containers, criterion, cryptonite, hspec, HUnit, memory, mtl
, QuickCheck, text, time, transformers, transformers-compat
, unordered-containers, vector
}:
mkDerivation {
pname = "jose-jwt";
version = "0.9.1";
sha256 = "0dy076k7zrg9mn4ll73k5p68r1dwzj9wqm4zn7w22py6wx06xg9p";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal containers cryptonite
memory mtl text time transformers transformers-compat
unordered-containers vector
];
testHaskellDepends = [
aeson base bytestring cryptonite hspec HUnit memory mtl QuickCheck
text unordered-containers vector
];
benchmarkHaskellDepends = [ base bytestring criterion cryptonite ];
description = "JSON Object Signing and Encryption Library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"jot" = callPackage
({ mkDerivation, base, data-default, dhall, docopt, extra, filepath
, process, time, turtle, yaml
@ -158989,6 +159208,20 @@ self: {
broken = true;
}) {liblapack = null;};
"lapack-ffi_0_0_3" = callPackage
({ mkDerivation, base, liblapack, netlib-ffi }:
mkDerivation {
pname = "lapack-ffi";
version = "0.0.3";
sha256 = "1qj7l2maka7z0gnkb59kl9qnyql12g5akmmqwsjvcnhbywgiv1yr";
libraryHaskellDepends = [ base netlib-ffi ];
libraryPkgconfigDepends = [ liblapack ];
description = "Auto-generated interface to Fortran LAPACK";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {liblapack = null;};
"lapack-ffi-tools" = callPackage
({ mkDerivation, base, bytestring, cassava, containers
, explicit-exception, filepath, non-empty, optparse-applicative
@ -187407,6 +187640,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
"non-empty_0_3_3" = callPackage
({ mkDerivation, base, containers, deepseq, doctest-exitcode-stdio
, QuickCheck, utility-ht
}:
mkDerivation {
pname = "non-empty";
version = "0.3.3";
sha256 = "01vhkj9xgggml51zmrj3hngxxnzrcd4zs0a7yjg69i6z518mh0pg";
libraryHaskellDepends = [
base containers deepseq QuickCheck utility-ht
];
testHaskellDepends = [
base containers doctest-exitcode-stdio QuickCheck utility-ht
];
description = "List-like structures with static restrictions on the number of elements";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"non-empty-containers" = callPackage
({ mkDerivation, base, containers, semigroupoids }:
mkDerivation {
@ -188522,6 +188774,30 @@ self: {
license = lib.licenses.bsd3;
}) {};
"numeric-prelude_0_4_3_3" = callPackage
({ mkDerivation, array, base, containers, deepseq
, doctest-exitcode-stdio, doctest-lib, non-negative, parsec
, QuickCheck, random, semigroups, storable-record, utility-ht
}:
mkDerivation {
pname = "numeric-prelude";
version = "0.4.3.3";
sha256 = "0kqz3xzg0j3cqaidmdzmg47h564ivp4iz5ys8zs5g41k2wd06ild";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
array base containers deepseq non-negative parsec QuickCheck random
semigroups storable-record utility-ht
];
testHaskellDepends = [
base doctest-exitcode-stdio doctest-lib QuickCheck random
utility-ht
];
description = "An experimental alternative hierarchy of numeric type classes";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"numeric-qq" = callPackage
({ mkDerivation, base, directory, doctest, filepath, loch-th
, placeholders, template-haskell
@ -194028,8 +194304,8 @@ self: {
({ mkDerivation, base, csv, pandoc, pandoc-types, text }:
mkDerivation {
pname = "pandoc-csv2table";
version = "1.0.8";
sha256 = "0sf0af2cx5fi3a2iixkjjdpzp0153hxsjzs5wwqssby39g7s24gb";
version = "1.0.9";
sha256 = "14ln4i75cpqpjyzhqx0wvsrggvm6ak8rif514r5qwnckjl97v79l";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -209527,8 +209803,8 @@ self: {
}:
mkDerivation {
pname = "prolens";
version = "0.0.0.0";
sha256 = "1p4cl83knkvfa11ijw9qb2akz9n8lv9ixawgxwynypygg7vdg9j2";
version = "0.0.0.1";
sha256 = "0sf9s363gdyhs4qs6z2zqf1ha49qhfx9b1rldj28cgljrxy8jkws";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base doctest hedgehog hspec hspec-hedgehog inspection-testing
@ -211506,8 +211782,8 @@ self: {
}:
mkDerivation {
pname = "purebred-email";
version = "0.4.2";
sha256 = "18cjifncnxi4c3xxkgvvvay56h2a0zs83505xf1a9fkz5n8iwqby";
version = "0.4.3";
sha256 = "00jl1n200nfn8iaqqdpa9h77b14r0fd6amsh46h16ad4ky3p2nkj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -211521,7 +211797,7 @@ self: {
tasty-hedgehog tasty-hunit tasty-quickcheck text time
];
description = "types and parser for email messages (including MIME)";
license = lib.licenses.agpl3;
license = lib.licenses.agpl3Plus;
}) {};
"purescheme-wai-routing-core" = callPackage
@ -212659,8 +212935,6 @@ self: {
librarySystemDepends = [ qtbase ];
description = "Qt bindings for Haskell - C++ library";
license = lib.licenses.lgpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs.qt5) qtbase;};
"qtah-examples" = callPackage
@ -212678,8 +212952,6 @@ self: {
];
description = "Example programs for Qtah Qt bindings";
license = lib.licenses.lgpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"qtah-generator" = callPackage
@ -212700,8 +212972,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Generator for Qtah Qt bindings";
license = lib.licenses.lgpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"qtah-qt5" = callPackage
@ -212723,8 +212993,6 @@ self: {
testHaskellDepends = [ base hoppy-runtime HUnit ];
description = "Qt bindings for Haskell";
license = lib.licenses.lgpl3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs.qt5) qtbase;};
"quack" = callPackage
@ -221539,8 +221807,8 @@ self: {
}:
mkDerivation {
pname = "rescue";
version = "0.4.0";
sha256 = "0hv2q8mkd94ksxgvijn83bkxf9lgnqn92g6k4ryl05z21sc8wl8d";
version = "0.4.2";
sha256 = "0358c2f25f91r1qk56rha91bz30w9bh914vq2hxrmagpfyh1in2w";
libraryHaskellDepends = [
base exceptions ghc mtl text transformers transformers-base
world-peace
@ -229668,6 +229936,24 @@ self: {
license = lib.licenses.mit;
}) {};
"selective_0_4_2" = callPackage
({ mkDerivation, base, containers, mtl, QuickCheck, tasty
, tasty-expected-failure, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "selective";
version = "0.4.2";
sha256 = "1mg5hnr3f4zjh3ajy16jkxj630rnfa9iqnnmpjqd9gkjdxpssd5l";
libraryHaskellDepends = [ base containers transformers ];
testHaskellDepends = [
base containers mtl QuickCheck tasty tasty-expected-failure
tasty-quickcheck transformers
];
description = "Selective applicative functors";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"selectors" = callPackage
({ mkDerivation, alex, array, base, containers, happy
, template-haskell, text, xml-conduit
@ -238443,6 +238729,28 @@ self: {
license = lib.licenses.gpl2;
}) {};
"skylighting_0_10_4_1" = callPackage
({ mkDerivation, base, binary, blaze-html, bytestring, containers
, pretty-show, skylighting-core, text
}:
mkDerivation {
pname = "skylighting";
version = "0.10.4.1";
sha256 = "1a1s0fvfbq9q4fy72192mh9sdxz81cpl2z6ghsbh7prfl2kbqsiv";
configureFlags = [ "-fexecutable" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary containers skylighting-core
];
executableHaskellDepends = [
base blaze-html bytestring containers pretty-show text
];
description = "syntax highlighting library";
license = lib.licenses.gpl2;
hydraPlatforms = lib.platforms.none;
}) {};
"skylighting-core" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
@ -238474,6 +238782,38 @@ self: {
license = lib.licenses.bsd3;
}) {};
"skylighting-core_0_10_4_1" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
, case-insensitive, colour, containers, criterion, Diff, directory
, filepath, mtl, pretty-show, QuickCheck, safe, tasty, tasty-golden
, tasty-hunit, tasty-quickcheck, text, transformers, utf8-string
, xml-conduit
}:
mkDerivation {
pname = "skylighting-core";
version = "0.10.4.1";
sha256 = "07pnwixyi4v24412j6fs2j5kip2j2rx5fakpdiczffwma4jagv73";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal attoparsec base base64-bytestring binary
blaze-html bytestring case-insensitive colour containers directory
filepath mtl safe text transformers utf8-string xml-conduit
];
testHaskellDepends = [
aeson base bytestring containers Diff directory filepath
pretty-show QuickCheck tasty tasty-golden tasty-hunit
tasty-quickcheck text
];
benchmarkHaskellDepends = [
base containers criterion directory filepath text
];
description = "syntax highlighting library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"skylighting-extensions" = callPackage
({ mkDerivation, base, containers, skylighting, skylighting-modding
, text
@ -251109,8 +251449,8 @@ self: {
}:
mkDerivation {
pname = "swiss-ephemeris";
version = "1.2.1.0";
sha256 = "0mbq3mzplxnnpr1zqbgg6k1ggh0fw4xlzvyg74rid863dxcldjpm";
version = "1.2.1.1";
sha256 = "1k584gv36xgj87qbrvcl5w9v8z2k7y4csmz737d5r2a8mvf8sf33";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base directory hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
@ -254450,6 +254790,23 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"tasty-grading-system" = callPackage
({ mkDerivation, aeson, base, containers, directory, filepath
, generic-deriving, mtl, stm, tagged, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "tasty-grading-system";
version = "0.1.0.0";
sha256 = "1r72gbylmv466naxkqsf56wlkp5kzhvyq0w3k7g47hs1rlslllmp";
libraryHaskellDepends = [
aeson base containers directory filepath generic-deriving mtl stm
tagged tasty text
];
testHaskellDepends = [ aeson base tasty tasty-hunit ];
description = "Grade your tasty-testsuite";
license = lib.licenses.bsd3;
}) {};
"tasty-groundhog-converters" = callPackage
({ mkDerivation, aeson, base, bimap, bytestring, containers
, groundhog, groundhog-converters, groundhog-sqlite, groundhog-th
@ -254520,6 +254877,8 @@ self: {
pname = "tasty-hspec";
version = "1.1.6";
sha256 = "02s82ijs2ringqxsqbm7m3vcy5brmwxa617azxv0v2phi3rdkjvl";
revision = "1";
editedCabalFile = "0za15rg0szacxq9yfxxjzddr77ai7ng5827a20pj9dr5anjlnajj";
libraryHaskellDepends = [
base hspec hspec-core QuickCheck tasty tasty-quickcheck
tasty-smallcheck
@ -258358,8 +258717,8 @@ self: {
pname = "text-show-instances";
version = "3.8.4";
sha256 = "1vsrf4vjq4z759srnzvyk3hn90ck4k91vy8cn625m8hy1zddqj2q";
revision = "1";
editedCabalFile = "1z7kgnxm9r9dgnqn4fyrfv3k8k2dac7g2hsf649jaxhh898z6dm6";
revision = "2";
editedCabalFile = "1k5q21j0276jafyy4icgncz45r5gab2mj8964xayhh548rzj5cm6";
libraryHaskellDepends = [
base base-compat-batteries bifunctors binary containers directory
ghc-boot-th haskeline hpc old-locale old-time pretty random
@ -258674,6 +259033,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
"tfp_1_0_2" = callPackage
({ mkDerivation, base, QuickCheck, utility-ht }:
mkDerivation {
pname = "tfp";
version = "1.0.2";
sha256 = "02rm06cscj470ab6pla3050l1iygak69yfhsy0wc6cvavz181plf";
libraryHaskellDepends = [ base utility-ht ];
testHaskellDepends = [ base QuickCheck ];
description = "Type-level integers, booleans, lists using type families";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"tfp-th" = callPackage
({ mkDerivation, base, template-haskell, tfp }:
mkDerivation {
@ -261300,18 +261672,18 @@ self: {
}) {};
"timezone-detect" = callPackage
({ mkDerivation, base, directory, hspec, hspec-discover, time
, timezone-olson, timezone-series
({ mkDerivation, base, directory, hspec, hspec-discover, QuickCheck
, time, timezone-olson, timezone-series
}:
mkDerivation {
pname = "timezone-detect";
version = "0.3.0.0";
sha256 = "10pv88wmz8zqr1h3zh66skbkma2zz3gvwjaalnpfz5ii2dgl27yy";
version = "0.3.0.1";
sha256 = "1n4jmx0196zzq092b66kcrwpk00xsm7sj4s29ij5cl05sdaqalqx";
libraryHaskellDepends = [
base time timezone-olson timezone-series
];
testHaskellDepends = [
base directory hspec time timezone-olson timezone-series
base directory hspec QuickCheck time timezone-olson timezone-series
];
testToolDepends = [ hspec-discover ];
description = "Haskell bindings for the zone-detect C library; plus tz-aware utils";
@ -262531,6 +262903,37 @@ self: {
license = lib.licenses.mpl20;
}) {};
"tomland_1_3_3_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, directory
, hashable, hedgehog, hspec, hspec-hedgehog, hspec-megaparsec
, markdown-unlit, megaparsec, mtl, parser-combinators, text, time
, transformers, unordered-containers, validation-selective
}:
mkDerivation {
pname = "tomland";
version = "1.3.3.0";
sha256 = "1masnbr5x75727k2rmgcmxqm91139v9wy434ml5a4c3dsry7xyhv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers deepseq hashable megaparsec mtl
parser-combinators text time transformers unordered-containers
validation-selective
];
executableHaskellDepends = [
base bytestring containers hashable text time unordered-containers
];
executableToolDepends = [ markdown-unlit ];
testHaskellDepends = [
base bytestring containers directory hashable hedgehog hspec
hspec-hedgehog hspec-megaparsec megaparsec text time
unordered-containers
];
description = "Bidirectional TOML serialization";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tomlcheck" = callPackage
({ mkDerivation, base, htoml-megaparsec, megaparsec
, optparse-applicative, text
@ -271938,6 +272341,23 @@ self: {
license = lib.licenses.bsd3;
}) {};
"utility-ht_0_0_16" = callPackage
({ mkDerivation, base, doctest-exitcode-stdio, doctest-lib
, QuickCheck
}:
mkDerivation {
pname = "utility-ht";
version = "0.0.16";
sha256 = "10dvmfhhhj5w4wz5drhvs6i0yv35kbbcbzhy6ci34r3ppcik5rdw";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base doctest-exitcode-stdio doctest-lib QuickCheck
];
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"uu-cco" = callPackage
({ mkDerivation, ansi-terminal, base }:
mkDerivation {
@ -272651,6 +273071,23 @@ self: {
license = lib.licenses.mpl20;
}) {};
"validation-selective_0_1_0_1" = callPackage
({ mkDerivation, base, deepseq, doctest, hedgehog, hspec
, hspec-hedgehog, selective, text
}:
mkDerivation {
pname = "validation-selective";
version = "0.1.0.1";
sha256 = "005j45rm0bqjlyh3w67zi62hjv3fp0np7szz80s9nm203i8p6wzb";
libraryHaskellDepends = [ base deepseq selective ];
testHaskellDepends = [
base doctest hedgehog hspec hspec-hedgehog selective text
];
description = "Lighweight pure data validation based on Applicative and Selective functors";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"validations" = callPackage
({ mkDerivation, base, containers, digestive-functors, HUnit, mtl
, QuickCheck, test-framework, test-framework-hunit
@ -285248,8 +285685,8 @@ self: {
}:
mkDerivation {
pname = "yasi";
version = "0.1.1.1";
sha256 = "0b3ajgxf8bk2pjfwqmf748x1yzyq9knjsya2xzkdrjs5vffg1j9k";
version = "0.1.2.1";
sha256 = "0647z79wva7apkp0swj7gax780vqmhr5czxrvg88gl3bi03wcapl";
libraryHaskellDepends = [ base bytestring template-haskell text ];
testHaskellDepends = [
base hedgehog tasty tasty-hedgehog tasty-hunit text