summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-11-20 14:57:05 +0800
committerEllie Hermaszewska <git@monoid.al>2023-11-20 14:57:05 +0800
commitd35fd4d84ea26bf6de6d647225120665add39488 (patch)
treeb463d99b5cf44daf0555c260fdc10b730e139c97 /pkgs/development/haskell-modules
parent479cffe9cd853eb71e91b81ac8d01445f29d8ce5 (diff)
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix1735
1 files changed, 745 insertions, 990 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 2507663441ff..d49b45c043c1 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -6390,21 +6390,43 @@ self: {
}) {};
"Flint2" = callPackage
- ({ mkDerivation, base, flint, gmp, groups, QuickCheck }:
+ ({ mkDerivation, base, containers, flint, gmp, groups, QuickCheck
+ }:
mkDerivation {
pname = "Flint2";
- version = "0.1.0.1";
- sha256 = "1jw0x82mgqy4pxwxpyv0crz7n72kv255iq4pxr8c5xkvsw6w2w5i";
- libraryHaskellDepends = [ base groups QuickCheck ];
- librarySystemDepends = [ flint gmp ];
+ version = "0.1.0.5";
+ sha256 = "0hldi7kknhb4kl228b658skn2irakmshb84dqmdgpy76v5b7klxx";
+ libraryHaskellDepends = [ base containers groups QuickCheck ];
+ librarySystemDepends = [ flint ];
libraryPkgconfigDepends = [ flint gmp ];
testHaskellDepends = [ base ];
description = "Haskell bindings for the flint library for number theory";
- license = lib.licenses.bsd3;
+ license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) flint; inherit (pkgs) gmp;};
+ "Flint2-Examples" = callPackage
+ ({ mkDerivation, base, containers, filepath, Flint2, gloss
+ , gloss-juicy, JuicyPixels, mtl, optparse-applicative, time, timeit
+ }:
+ mkDerivation {
+ pname = "Flint2-Examples";
+ version = "0.1.0.2";
+ sha256 = "1dyy1wfllxrx56aws4s55bpyiw89ad2jm033pa7zhv9628g8ymar";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base containers filepath Flint2 gloss gloss-juicy JuicyPixels mtl
+ optparse-applicative time timeit
+ ];
+ testHaskellDepends = [
+ base containers Flint2 mtl optparse-applicative timeit
+ ];
+ description = "Examples for the Flint2 library";
+ license = lib.licenses.gpl2Only;
+ }) {};
+
"Flippi" = callPackage
({ mkDerivation, base, cgi, containers, directory, haskell98
, old-time, parsec, xhtml
@@ -10446,6 +10468,28 @@ self: {
broken = true;
}) {CacBDD = null;};
+ "HasChor" = callPackage
+ ({ mkDerivation, async, base, bytestring, containers, http-client
+ , random, servant, servant-client, servant-server, split
+ , template-haskell, time, transformers, unordered-containers, warp
+ }:
+ mkDerivation {
+ pname = "HasChor";
+ version = "0.1.0.1";
+ sha256 = "062gn52146vhlfc71zlbx3sbfkid5if22yhba9ngnc0wb0115k81";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring http-client servant servant-client servant-server
+ template-haskell unordered-containers warp
+ ];
+ executableHaskellDepends = [
+ async base containers random split time transformers
+ ];
+ description = "Functional choreographic programming in Haskell";
+ license = lib.licenses.bsd3;
+ }) {};
+
"HasGP" = callPackage
({ mkDerivation, base, haskell98, hmatrix, hmatrix-special, mtl
, parsec, random
@@ -20081,8 +20125,8 @@ self: {
pname = "Spock-core";
version = "0.14.0.1";
sha256 = "0a93v9pxbvd9qqpx9rnv6gqpc5y8xh5dkfi0lkc566pj9cv8bpad";
- revision = "1";
- editedCabalFile = "1kxi4bigll1gn9rcp8x3h4waycihycvh6bhvfjzxdyzhm3ifq48a";
+ revision = "2";
+ editedCabalFile = "09x9xvhdw0k0f9qswbd8g32kjsa34i4rdy117hl7zk0s5scin02a";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring case-insensitive containers
cookie hashable http-api-data http-types hvect mmorph monad-control
@@ -35880,35 +35924,6 @@ self: {
"ansi-terminal-game" = callPackage
({ mkDerivation, ansi-terminal, array, base, bytestring, cereal
- , clock, colour, containers, exceptions, hspec, hspec-discover
- , linebreak, mintty, mtl, QuickCheck, random, split, terminal-size
- , timers-tick, unidecode
- }:
- mkDerivation {
- pname = "ansi-terminal-game";
- version = "1.9.1.3";
- sha256 = "0ln6cx98g7nv6yv600m7p721pscln1c10wkmmykwlfvsrrvnvk7w";
- revision = "2";
- editedCabalFile = "01kfj2qz0s5jygd49ixj2cgzcmikbqb3rhwxs4n8cx3acqzx6cpx";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-terminal array base bytestring cereal clock colour containers
- exceptions linebreak mintty mtl QuickCheck random split
- terminal-size timers-tick unidecode
- ];
- testHaskellDepends = [
- ansi-terminal array base bytestring cereal clock colour containers
- exceptions hspec linebreak mintty mtl QuickCheck random split
- terminal-size timers-tick unidecode
- ];
- testToolDepends = [ hspec-discover ];
- description = "cross-platform library for terminal games";
- license = lib.licenses.gpl3Only;
- }) {};
-
- "ansi-terminal-game_1_9_2_0" = callPackage
- ({ mkDerivation, ansi-terminal, array, base, bytestring, cereal
, clock, colour, containers, exceptions, file-embed, hspec
, hspec-discover, linebreak, mintty, mtl, QuickCheck, random, split
, terminal-size, timers-tick, unidecode
@@ -35932,7 +35947,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "cross-platform library for terminal games";
license = lib.licenses.gpl3Only;
- hydraPlatforms = lib.platforms.none;
}) {};
"ansi-terminal-types" = callPackage
@@ -38158,8 +38172,8 @@ self: {
pname = "arch-hs";
version = "0.11.1.0";
sha256 = "1f50id3xplp8zwi379n6xi4in01gms97qbqnfxnsqzrv47xszwj4";
- revision = "3";
- editedCabalFile = "1924crg373xid7pxcpi178njmiiaq1m8cf59y96zjhaw4z07054q";
+ revision = "4";
+ editedCabalFile = "1qizarnjfzlml2v0bpdswhxdapakyhqil4avvmflzg4s3fm31m7l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -42067,21 +42081,6 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "autoexporter";
- version = "2.0.0.8";
- sha256 = "1a4647kh0jzpl8lkm5vl4yg9307dnfxlvlk2pppnahxdy47r6vnk";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base Cabal directory filepath ];
- executableHaskellDepends = [ base Cabal directory filepath ];
- description = "Automatically re-export modules";
- license = lib.licenses.mit;
- mainProgram = "autoexporter";
- }) {};
-
- "autoexporter_2_0_0_9" = callPackage
- ({ mkDerivation, base, Cabal, directory, filepath }:
- mkDerivation {
- pname = "autoexporter";
version = "2.0.0.9";
sha256 = "1rkql1v29gsgq3y9gmsrfxgm43rgwhk32g32gjxbfgr4ky79696g";
isLibrary = true;
@@ -42090,7 +42089,6 @@ self: {
executableHaskellDepends = [ base Cabal directory filepath ];
description = "Automatically re-export modules";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
mainProgram = "autoexporter";
}) {};
@@ -47849,6 +47847,8 @@ self: {
pname = "binary-serialise-cbor";
version = "0.2.2.0";
sha256 = "16yhimka17dza5nda62927k5x66c0yrsxzz92kya3gicd6vaga2g";
+ revision = "1";
+ editedCabalFile = "1kampfsd9mm2qv726v4dyq0ssx8ismj4hjm61h0jjx9644c8cr18";
libraryHaskellDepends = [ base bytestring cborg serialise ];
description = "Yet Another Binary Serialisation Library (compatibility shim)";
license = lib.licenses.bsd3;
@@ -52108,16 +52108,16 @@ self: {
}) {};
"bookhound" = callPackage
- ({ mkDerivation, base, containers, hspec, hspec-discover
+ ({ mkDerivation, base, containers, hspec, hspec-discover, mtl
, QuickCheck, quickcheck-instances, text, time
}:
mkDerivation {
pname = "bookhound";
- version = "0.1.25.0";
- sha256 = "0kdsr01iwnf9jzb4sfh7mcsnffzxmvfiziz5h2214py8ya3rbi5c";
- libraryHaskellDepends = [ base containers text time ];
+ version = "0.2.0";
+ sha256 = "0gv9n2nfgcfj1sv68c9llkf4f60vcb5qmcyjw4ijg2dd344yl6z1";
+ libraryHaskellDepends = [ base containers mtl text time ];
testHaskellDepends = [
- base containers hspec QuickCheck quickcheck-instances text time
+ base containers hspec mtl QuickCheck quickcheck-instances text time
];
testToolDepends = [ hspec-discover ];
description = "Simple Parser Combinators";
@@ -53073,8 +53073,8 @@ self: {
({ mkDerivation, array, base, mtl, unix }:
mkDerivation {
pname = "brainfuck";
- version = "0.1.0.3";
- sha256 = "1xlbcvcx6dvrj4x5vqjyvyhazq0hzl1fa17xfcb3m2pc241kgd8d";
+ version = "0.1.0.4";
+ sha256 = "01sgz28jbrjb61rx173ar0kwmh00j2zk4lnjgfc8apwrjigsbr6k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ array base mtl ];
@@ -53389,8 +53389,8 @@ self: {
({ mkDerivation, base, brick, containers, microlens, vector }:
mkDerivation {
pname = "brick-list-skip";
- version = "0.1.1.8";
- sha256 = "0zaqyhvzw5mw5xj3n71578nslg5h3i5k354xck3f2si2sp73kzxm";
+ version = "0.1.1.9";
+ sha256 = "1dmvpnv904vqyv0z5lf36kdsxvdb9r2k637lrsbis1jvmg9719cm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base brick containers microlens vector ];
@@ -53462,8 +53462,8 @@ self: {
}:
mkDerivation {
pname = "brick-tabular-list";
- version = "2.2.0.6";
- sha256 = "1ba3g0qx0hgybj9yiy7afrxfj6nyfqqhj8pwf7lcb5jpm5sqn91d";
+ version = "2.2.0.7";
+ sha256 = "12qn87lzvic12d7g84a23vddiwsk8qi5r5by9569pra3zi7790kc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -54841,26 +54841,6 @@ self: {
}:
mkDerivation {
pname = "burrito";
- version = "2.0.1.6";
- sha256 = "1q8ahf5czy2lc8jvlx648ns6ir7q6wmb3zrgzksvznrrb8r163hv";
- libraryHaskellDepends = [
- base bytestring containers parsec template-haskell text
- transformers
- ];
- testHaskellDepends = [
- base bytestring containers hspec parsec QuickCheck template-haskell
- text transformers
- ];
- description = "Parse and render URI templates";
- license = lib.licenses.mit;
- }) {};
-
- "burrito_2_0_1_7" = callPackage
- ({ mkDerivation, base, bytestring, containers, hspec, parsec
- , QuickCheck, template-haskell, text, transformers
- }:
- mkDerivation {
- pname = "burrito";
version = "2.0.1.7";
sha256 = "1b7xijr8ry4q1k3ix2nzbrvaiwrk4gdzbl79kxl3d7s2zxgnngww";
libraryHaskellDepends = [
@@ -54873,7 +54853,6 @@ self: {
];
description = "Parse and render URI templates";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"burst-detection" = callPackage
@@ -55768,8 +55747,8 @@ self: {
}:
mkDerivation {
pname = "bytestring-lexing";
- version = "0.5.0.10";
- sha256 = "0mvqiss323vwvgqx2pv8cww1mkx29hpi094ff54hx545mmvhwb16";
+ version = "0.5.0.11";
+ sha256 = "16qvykzai61dyc403cplxar8frd0p4x3681zrl874ck3c19qj0jw";
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring tasty tasty-quickcheck tasty-smallcheck
@@ -57501,29 +57480,6 @@ self: {
}:
mkDerivation {
pname = "cabal-rpm";
- version = "2.1.3";
- sha256 = "0wkb1h08ns93gkwycbsi7ap49px05kaybw5badjg1633n0i2bmww";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- aeson base bytestring Cabal cached-json-file directory extra
- filepath http-client http-client-tls http-conduit http-query
- optparse-applicative process simple-cabal simple-cmd
- simple-cmd-args text time unix
- ];
- description = "RPM packaging tool for Haskell Cabal-based packages";
- license = lib.licenses.gpl3Only;
- mainProgram = "cabal-rpm";
- }) {};
-
- "cabal-rpm_2_1_4" = callPackage
- ({ mkDerivation, aeson, base, bytestring, Cabal, cached-json-file
- , directory, extra, filepath, http-client, http-client-tls
- , http-conduit, http-query, optparse-applicative, process
- , simple-cabal, simple-cmd, simple-cmd-args, text, time, unix
- }:
- mkDerivation {
- pname = "cabal-rpm";
version = "2.1.4";
sha256 = "059vqbh97cydybvbwbn5cgrpw3bx7rkizy8j0nsqfyaxjvvj8lvg";
isLibrary = false;
@@ -57536,7 +57492,6 @@ self: {
];
description = "RPM packaging tool for Haskell Cabal-based packages";
license = lib.licenses.gpl3Only;
- hydraPlatforms = lib.platforms.none;
mainProgram = "cabal-rpm";
}) {};
@@ -59102,6 +59057,8 @@ self: {
pname = "canonical-json";
version = "0.6.0.1";
sha256 = "0znfbazzcx33xi2gi44vqhhdl9ja308zkxydarwkacwd0pckkprk";
+ revision = "1";
+ editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
libraryHaskellDepends = [
base bytestring containers deepseq parsec pretty
];
@@ -60435,6 +60392,25 @@ self: {
license = lib.licenses.mit;
}) {};
+ "cassava-megaparsec_2_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
+ , megaparsec, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "cassava-megaparsec";
+ version = "2.1.0";
+ sha256 = "02nw6rxb8yvn09qrbl7msdjl7vk759vyzz8dighgi2b94vzwdanv";
+ libraryHaskellDepends = [
+ base bytestring cassava megaparsec unordered-containers vector
+ ];
+ testHaskellDepends = [
+ base bytestring cassava hspec hspec-megaparsec vector
+ ];
+ description = "Megaparsec parser of CSV files that plays nicely with Cassava";
+ license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"cassava-records" = callPackage
({ mkDerivation, attoparsec, base, bytestring, cassava, containers
, foldl, HUnit, QuickCheck, tasty, tasty-hunit, tasty-quickcheck
@@ -60944,8 +60920,8 @@ self: {
pname = "cbor-tool";
version = "0.2.2.0";
sha256 = "0rsnnz1zh9jyjif94lrdppzaa41hypqs1r5dlyzbwlw1m75g286p";
- revision = "4";
- editedCabalFile = "1wr6dlijy5j1b88bfmyvzj5pdipw6rcb40gfik678apr2q7gw0i6";
+ revision = "5";
+ editedCabalFile = "0lwxyz8c9mrhq4lqdwwv0y82islakbhwv1jlmjw20ha47g1mg69n";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -60968,8 +60944,8 @@ self: {
}:
mkDerivation {
pname = "cborg";
- version = "0.2.9.0";
- sha256 = "1apwdb0y08l3mbxb6pb006355nnn1lag035dvm006v7h4cbqvd6w";
+ version = "0.2.10.0";
+ sha256 = "15y7p5rsv76fpklh4rgrxlxxaivpbchxdfdw96mqqjgw7060gzhp";
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-bignum ghc-prim half
primitive text
@@ -60984,19 +60960,22 @@ self: {
}) {};
"cborg-json" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, cborg
- , criterion, deepseq, directory, process, scientific, text
- , unordered-containers, vector, zlib
+ ({ mkDerivation, aeson, aeson-pretty, base, base-orphans
+ , base16-bytestring, base64-bytestring, bytestring, cborg
+ , criterion, deepseq, directory, process, QuickCheck, scientific
+ , tasty, tasty-hunit, text, unordered-containers, vector, zlib
}:
mkDerivation {
pname = "cborg-json";
- version = "0.2.5.0";
- sha256 = "1m3w0yyp6xb07fx04g5c52pb0b46vpkgpi32w1c8bz867x2p7hsq";
- revision = "2";
- editedCabalFile = "1bd2s7dr9jl88pd2wwllb8badhshafnnkq6lmds93sxavv4i92r8";
+ version = "0.2.6.0";
+ sha256 = "1p6xdimwypmlsc0zdyw1vyyapnhwn2g8b9n0a83ca6h4r90722yv";
libraryHaskellDepends = [
- aeson aeson-pretty base cborg scientific text unordered-containers
- vector
+ aeson aeson-pretty base base64-bytestring cborg scientific text
+ unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base base-orphans base16-bytestring bytestring cborg
+ QuickCheck tasty tasty-hunit text
];
benchmarkHaskellDepends = [
aeson base bytestring cborg criterion deepseq directory process
@@ -64415,8 +64394,8 @@ self: {
}:
mkDerivation {
pname = "clash-ghc";
- version = "1.8.0";
- sha256 = "1cjqm23d2977aiya81i9q1npyd4zxmbv81k4agqggdkl8h9rcn8w";
+ version = "1.8.1";
+ sha256 = "1xjf3z043sn7r35pkbpyxl4agyl2hz3mj7iikridxsddjqrmr5y4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -64451,8 +64430,8 @@ self: {
}:
mkDerivation {
pname = "clash-lib";
- version = "1.8.0";
- sha256 = "1f2kmgasgbpnw0gd308mhzc7qb4ng36js7l9gvk0xgm425lxavq0";
+ version = "1.8.1";
+ sha256 = "1s31d0pdzm5zk62gz4g1xp2yalyal2gk3n46y2rwpxl440mchyy5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -64493,8 +64472,8 @@ self: {
}:
mkDerivation {
pname = "clash-lib-hedgehog";
- version = "1.8.0";
- sha256 = "0bmlrwwm5hp67fm8a9d089fwmrcnknvd2gijriwzk1kxbvfyhynk";
+ version = "1.8.1";
+ sha256 = "1cnw5i6k376l293f1vlihc22ilapms8brl7726rxr2whrq5sb7r8";
libraryHaskellDepends = [
base clash-lib containers data-binary-ieee754 fakedata
ghc-typelits-knownnat ghc-typelits-natnormalise hedgehog
@@ -64536,8 +64515,8 @@ self: {
}:
mkDerivation {
pname = "clash-prelude";
- version = "1.8.0";
- sha256 = "01psmi229lgpfc10p0p4gvpqfklwfmgvjwvqifnv77d4jbqjimiq";
+ version = "1.8.1";
+ sha256 = "13y43lsw55jpmr04x6yrrppma9qdqzlvrwbs4jkvc3g7jmydnb3y";
libraryHaskellDepends = [
array arrows base binary bytestring constraints containers
data-binary-ieee754 data-default-class deepseq extra ghc-bignum
@@ -64568,8 +64547,8 @@ self: {
}:
mkDerivation {
pname = "clash-prelude-hedgehog";
- version = "1.8.0";
- sha256 = "0vll5ff7dhjx2q9xpj3q961dmhgi306w577kxfm11sccvjix2pbh";
+ version = "1.8.1";
+ sha256 = "12g2z845j2pqb3jxkyrj038l8pp9a8sw5fjay5l1pwl8kh8winkk";
libraryHaskellDepends = [
base clash-prelude ghc-typelits-knownnat ghc-typelits-natnormalise
hedgehog text
@@ -67640,31 +67619,6 @@ self: {
}:
mkDerivation {
pname = "coinor-clp";
- version = "0.0";
- sha256 = "1wfi1f4g3n0prks74iww5092nkiyl0d6hmf2yfqlvj6zwcly3kfn";
- libraryHaskellDepends = [
- base comfort-array deepseq linear-programming non-empty QuickCheck
- transformers utility-ht
- ];
- libraryPkgconfigDepends = [ clp ];
- testHaskellDepends = [
- base comfort-array doctest-exitcode-stdio doctest-lib
- linear-programming non-empty QuickCheck random transformers
- utility-ht
- ];
- description = "Linear Programming using COIN-OR/CLP and comfort-array";
- license = lib.licenses.bsd3;
- badPlatforms = [ "aarch64-linux" ];
- maintainers = [ lib.maintainers.thielema ];
- }) {inherit (pkgs) clp;};
-
- "coinor-clp_0_0_0_1" = callPackage
- ({ mkDerivation, base, clp, comfort-array, deepseq
- , doctest-exitcode-stdio, doctest-lib, linear-programming
- , non-empty, QuickCheck, random, transformers, utility-ht
- }:
- mkDerivation {
- pname = "coinor-clp";
version = "0.0.0.1";
sha256 = "02jrmb0fbgwzhgcnhv4hh1flz87rvs1xq3sbjrjac7cxxyl3inba";
libraryHaskellDepends = [
@@ -67680,7 +67634,6 @@ self: {
description = "Linear Programming using COIN-OR/CLP and comfort-array";
license = lib.licenses.bsd3;
badPlatforms = [ "aarch64-linux" ];
- hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.thielema ];
}) {inherit (pkgs) clp;};
@@ -70799,6 +70752,18 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "cond_0_5_1" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "cond";
+ version = "0.5.1";
+ sha256 = "06pm5y8f9jybw9ns1p4rmf9z3nrwl394814f77lsmsqv4z0kn58q";
+ libraryHaskellDepends = [ base ];
+ description = "Basic conditional and boolean operators with monadic variants";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"conditional-restriction-parser" = callPackage
({ mkDerivation, base, cmdargs, hourglass, hspec, QuickCheck }:
mkDerivation {
@@ -71801,24 +71766,6 @@ self: {
}:
mkDerivation {
pname = "config-ini";
- version = "0.2.6.0";
- sha256 = "0pvsvl3svh7y3pi7kw4fsnl6p92sxl4sa0px26c135klvwsq2a1a";
- libraryHaskellDepends = [
- base containers megaparsec text transformers unordered-containers
- ];
- testHaskellDepends = [
- base containers directory hedgehog ini text unordered-containers
- ];
- description = "A library for simple INI-based configuration files";
- license = lib.licenses.bsd3;
- }) {};
-
- "config-ini_0_2_7_0" = callPackage
- ({ mkDerivation, base, containers, directory, hedgehog, ini
- , megaparsec, text, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "config-ini";
version = "0.2.7.0";
sha256 = "00b9b590566hrxrjn31jkq70768dnrzzsjrasrnhdvd6p92iq5rs";
libraryHaskellDepends = [
@@ -71829,7 +71776,6 @@ self: {
];
description = "A library for simple INI-based configuration files";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"config-manager" = callPackage
@@ -79917,6 +79863,8 @@ self: {
pname = "data-clist";
version = "0.2";
sha256 = "04mj0d1yp0l27v2my51w9q5zpdrdhp29fdyvmwqgxxp8f6yiwfhw";
+ revision = "1";
+ editedCabalFile = "09922p8ydfgqsy29p9qfiss70bks85bzz6g9s3gzrd93lpzhiba7";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base QuickCheck ];
description = "Simple functional ring type";
@@ -83779,6 +83727,22 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "delaunayNd" = callPackage
+ ({ mkDerivation, base, containers, extra, hashable, ilist
+ , insert-ordered-containers, split, Unique
+ }:
+ mkDerivation {
+ pname = "delaunayNd";
+ version = "0.1.0.1";
+ sha256 = "13zqzfbhm5hqij2ispk4b6gy04nm5fnlzmcrp07yn68m5mny3lp1";
+ libraryHaskellDepends = [
+ base containers extra hashable ilist insert-ordered-containers
+ split Unique
+ ];
+ description = "Delaunay tessellation";
+ license = lib.licenses.gpl3Only;
+ }) {};
+
"delay" = callPackage
({ mkDerivation, async, base, dimensional, exceptions, mtl, time
, unbounded-delays
@@ -84436,24 +84400,6 @@ self: {
}) {};
"deque" = callPackage
- ({ mkDerivation, base, deepseq, hashable, mtl, QuickCheck
- , quickcheck-instances, rerebase, strict-list, tasty, tasty-hunit
- , tasty-quickcheck
- }:
- mkDerivation {
- pname = "deque";
- version = "0.4.4";
- sha256 = "1x0rjdqgf4kwgpyisx618waz6r9gki3ivav9m4biysyc04hdhinn";
- libraryHaskellDepends = [ base deepseq hashable mtl strict-list ];
- testHaskellDepends = [
- QuickCheck quickcheck-instances rerebase tasty tasty-hunit
- tasty-quickcheck
- ];
- description = "Double-ended queues";
- license = lib.licenses.mit;
- }) {};
-
- "deque_0_4_4_1" = callPackage
({ mkDerivation, base, deepseq, hashable, mtl, rerebase
, strict-list, tasty, tasty-quickcheck
}:
@@ -84465,7 +84411,6 @@ self: {
testHaskellDepends = [ rerebase tasty tasty-quickcheck ];
description = "Double-ended queues";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"dequeue" = callPackage
@@ -86006,8 +85951,8 @@ self: {
pname = "dhall-recursive-adt";
version = "0.1.0.1";
sha256 = "09s3m86vflj5im2walab8d0wpvihsvxc5mzy55m10pfzr3gxsd11";
- revision = "4";
- editedCabalFile = "0ym561whhaiszvqpdfbbzng3891n36fkwgaspyfhl5gz7pdqr6v9";
+ revision = "5";
+ editedCabalFile = "1b45x3xwc9qzw37jgf0plpsz9kl29925z3kxa3igmwh4hjfxxrws";
libraryHaskellDepends = [ base data-fix dhall recursion-schemes ];
testHaskellDepends = [
base dhall either hedgehog recursion-schemes tasty tasty-hedgehog
@@ -86544,8 +86489,8 @@ self: {
}:
mkDerivation {
pname = "diagrams-core";
- version = "1.5.1";
- sha256 = "08bmb2r4gf7arc0wasxla6w1qpgrgrhcs24bb7sv2qgiyb6c22j6";
+ version = "1.5.1.1";
+ sha256 = "168kjikw3x21pjgfy3lmxmrm89g9zlhbypkmzdg5xz9rl7acn7rc";
libraryHaskellDepends = [
adjunctions base containers distributive dual-tree lens linear
monoid-extras mtl profunctors semigroups unordered-containers
@@ -90585,6 +90530,8 @@ self: {
pname = "docopt";
version = "0.7.0.7";
sha256 = "0q3f9j7yqyb97z08h2k6p6bax87g6ab96ng4cpj1xf5k91726ic1";
+ revision = "1";
+ editedCabalFile = "15lha2pf1yhj6ka57mdg414582cl0h140qc42ddz6cvj9a62bd66";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base containers parsec template-haskell
@@ -94931,14 +94878,14 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "effectful-core_2_3_0_0" = callPackage
+ "effectful-core_2_3_0_1" = callPackage
({ mkDerivation, base, containers, exceptions, monad-control
, primitive, transformers-base, unliftio-core
}:
mkDerivation {
pname = "effectful-core";
- version = "2.3.0.0";
- sha256 = "1yrywdzys1fsg0403g5slg88a33hnk5cm0cshrb2idhsv77bfhkv";
+ version = "2.3.0.1";
+ sha256 = "16vk5sjyy4knw9yss25iv501zxz2258qds3bhl1mrqa24phy3c9w";
libraryHaskellDepends = [
base containers exceptions monad-control primitive
transformers-base unliftio-core
@@ -97766,8 +97713,8 @@ self: {
}:
mkDerivation {
pname = "enummapset";
- version = "0.7.1.0";
- sha256 = "1zhfl1qrm7r124v0xphh50lnll7cgmlacdmxwwlwhmzyrp1bwf69";
+ version = "0.7.2.0";
+ sha256 = "00n6nifk5hlp85mv0g68jpx9w19hx1cxqhbf7pqlm5m5f99y29m2";
libraryHaskellDepends = [ aeson base containers deepseq ];
testHaskellDepends = [
aeson array base containers deepseq ghc-prim HUnit QuickCheck
@@ -100648,6 +100595,18 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "exception-hierarchy_0_1_0_9" = callPackage
+ ({ mkDerivation, base, template-haskell }:
+ mkDerivation {
+ pname = "exception-hierarchy";
+ version = "0.1.0.9";
+ sha256 = "0xplq1kfmymfnb68hba66qzj2jmhazbhpm154lyjm9ybkn23hl7g";
+ libraryHaskellDepends = [ base template-haskell ];
+ description = "Exception type hierarchy with TemplateHaskell";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"exception-mailer" = callPackage
({ mkDerivation, base, hslogger, mime-mail, text }:
mkDerivation {
@@ -101322,8 +101281,8 @@ self: {
}:
mkDerivation {
pname = "exon";
- version = "1.6.0.2";
- sha256 = "17hq0ywafh72cskqh7mbfbq6lgc4j3szvfnz4sf6m84llzzvbdv9";
+ version = "1.6.1.0";
+ sha256 = "0cdsh3qhbiw4q0nskcwgbbd1zdy0jhy9iblqx5h079drc0faa3zp";
libraryHaskellDepends = [
base ghc incipit-base parsec template-haskell
];
@@ -104132,6 +104091,28 @@ self: {
license = lib.licenses.gpl3Only;
}) {};
+ "fedora-haskell-tools_1_1" = callPackage
+ ({ mkDerivation, base, bytestring, csv, directory, extra
+ , fedora-dists, filepath, http-conduit, http-types
+ , optparse-applicative, process, simple-cmd, simple-cmd-args, split
+ , time, unix
+ }:
+ mkDerivation {
+ pname = "fedora-haskell-tools";
+ version = "1.1";
+ sha256 = "194jkagrvkhzgw224jybxy4gvavs9qm6lp1b26ddbnpddf3v6paf";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base bytestring csv directory extra fedora-dists filepath
+ http-conduit http-types optparse-applicative process simple-cmd
+ simple-cmd-args split time unix
+ ];
+ description = "Building and maintenance tools for Fedora Haskell";
+ license = lib.licenses.gpl3Only;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"fedora-img-dl" = callPackage
({ mkDerivation, base, bytestring, directory, filepath
, http-directory, http-types, optparse-applicative, simple-cmd
@@ -104412,8 +104393,8 @@ self: {
}:
mkDerivation {
pname = "feedback";
- version = "0.1.0.1";
- sha256 = "18934n0fwz3q7mgfzc0phwxfng3qakf5hw14iyhal57ks7gm7j2y";
+ version = "0.1.0.3";
+ sha256 = "1an4w44p1abicjkb22whkrkhrl66p3f2vfrr70q8jbkwvws0wx8w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -106630,25 +106611,12 @@ self: {
({ mkDerivation, base, deepseq, doctest, filemanip, primitive }:
mkDerivation {
pname = "fixed-vector";
- version = "1.2.2.1";
- sha256 = "0kp747v67x1ija33nyqmyh6g178pqn2c7glynrpzcv733lalp00z";
- libraryHaskellDepends = [ base deepseq primitive ];
- testHaskellDepends = [ base doctest filemanip primitive ];
- description = "Generic vectors with statically known size";
- license = lib.licenses.bsd3;
- }) {};
-
- "fixed-vector_1_2_3_0" = callPackage
- ({ mkDerivation, base, deepseq, doctest, filemanip, primitive }:
- mkDerivation {
- pname = "fixed-vector";
version = "1.2.3.0";
sha256 = "0cbz734dccsy3jvhszszyrnls6bbys4gaq326dksaabwv6mn58vc";
libraryHaskellDepends = [ base deepseq primitive ];
testHaskellDepends = [ base doctest filemanip primitive ];
description = "Generic vectors with statically known size";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"fixed-vector-binary" = callPackage
@@ -107600,10 +107568,8 @@ self: {
}:
mkDerivation {
pname = "flock";
- version = "0.3.2";
- sha256 = "0zi04gmrjda11zp8y7zx6r9hkz00wplvjj7sn6q7lbm2h5kv20xr";
- revision = "1";
- editedCabalFile = "18mhjwcrz2jx0vsdd8cyb84lnabhliwfxaw76k8sifarhk847af8";
+ version = "0.3.2.1";
+ sha256 = "14jpfwgjy6l0m00fs17n32jqk8xdwa3hmhfgs6nl8wd3qnz0rzsz";
libraryHaskellDepends = [
base lifted-base monad-control transformers unix
];
@@ -107689,25 +107655,12 @@ self: {
({ mkDerivation, base, HUnit }:
mkDerivation {
pname = "flow";
- version = "2.0.0.3";
- sha256 = "0hm1bx63k0cm8jkfb8rqfsrv88gr7jn15agrxxngawr59xbv3r2p";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base HUnit ];
- description = "Write more understandable Haskell";
- license = lib.licenses.mit;
- }) {};
-
- "flow_2_0_0_4" = callPackage
- ({ mkDerivation, base, HUnit }:
- mkDerivation {
- pname = "flow";
version = "2.0.0.4";
sha256 = "079r6cjs7wz7kxql1m45pazf0nya8xgiil3sbcqrr2csxmam23cr";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base HUnit ];
description = "Write more understandable Haskell";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"flow-er" = callPackage
@@ -109713,8 +109666,8 @@ self: {
}:
mkDerivation {
pname = "fp-ieee";
- version = "0.1.0.2";
- sha256 = "0zfrjqyi3pvfmsidq2vsfwqaah0ag6pkixlxicr43jmfyrhi4snl";
+ version = "0.1.0.3";
+ sha256 = "1g7wmrf5r09ab3n4rjcariljwsq56q10z9yqdlp04lziv054iggg";
libraryHaskellDepends = [ base ghc-bignum integer-logarithms ];
testHaskellDepends = [
base doctest hspec hspec-core integer-logarithms QuickCheck random
@@ -112480,22 +112433,6 @@ self: {
}:
mkDerivation {
pname = "fusion-plugin";
- version = "0.2.6";
- sha256 = "0dmcnqbxxh8iahimblhwsvyqr80bj9l1gky5xwn2jb120blm7w53";
- libraryHaskellDepends = [
- base containers directory filepath fusion-plugin-types ghc syb time
- transformers
- ];
- description = "GHC plugin to make stream fusion more predictable";
- license = lib.licenses.asl20;
- }) {};
-
- "fusion-plugin_0_2_7" = callPackage
- ({ mkDerivation, base, containers, directory, filepath
- , fusion-plugin-types, ghc, syb, time, transformers
- }:
- mkDerivation {
- pname = "fusion-plugin";
version = "0.2.7";
sha256 = "0ly2pyhh5s1ahmgkbmm1rqnz035dmniv23w6m2d0vbgxy5mkbb0i";
libraryHaskellDepends = [
@@ -112504,7 +112441,6 @@ self: {
];
description = "GHC plugin to make stream fusion more predictable";
license = lib.licenses.asl20;
- hydraPlatforms = lib.platforms.none;
}) {};
"fusion-plugin-types" = callPackage
@@ -112534,8 +112470,8 @@ self: {
}:
mkDerivation {
pname = "futhark";
- version = "0.25.7";
- sha256 = "1dj0xyk83kkb7zay23rqy92kkmq0rqiyrm3nhw246mhf7swn1rkh";
+ version = "0.25.8";
+ sha256 = "1jqai6y63lvl80ha7rg7wv4qiykb41sah27h87qxjyzp3vkigsf5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -114561,8 +114497,8 @@ self: {
pname = "generic-lens-lite";
version = "0.1";
sha256 = "07z00phy6h50bb4axlr57kin9l5fygi4q4j33rj5180ai2cbcpc6";
- revision = "5";
- editedCabalFile = "1mc7fp8z1zm4k7kl7d4abq73zfkzf19hdviq0gqzgcigyskj97zq";
+ revision = "6";
+ editedCabalFile = "0db0lbdq3iqgq42bj6q5qn4az8szwjyhq93f32zmcj1n4mrpxdj9";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "Monomorphic field lens like with generic-lens";
@@ -114636,8 +114572,8 @@ self: {
pname = "generic-monoid";
version = "0.1.0.1";
sha256 = "1pradfv1i2z73f3vxx78ahmfsdszcgi44kn29aww2hdgf2np5l6g";
- revision = "2";
- editedCabalFile = "0p3hk9c6qn5kbgi3a4my3rq5cc43wcl93hx6axgzi5wkvimpv653";
+ revision = "3";
+ editedCabalFile = "0pyf3yr4haja32nkm3vb28dhdh47cf6h5vqkqih2l6zmbdc2f0lq";
libraryHaskellDepends = [ base ];
description = "Derive monoid instances for product types";
license = lib.licenses.bsd3;
@@ -114670,8 +114606,8 @@ self: {
pname = "generic-optics-lite";
version = "0.1";
sha256 = "0vf5sk1narj69pdhjqxjj0w3w3i5lxjxn8p98xp8dj0jws4mx9xi";
- revision = "5";
- editedCabalFile = "13ywf3smi7g7yz1pp8afb95dy4x6qq4kvll7chm4bnjl7s3d85kg";
+ revision = "6";
+ editedCabalFile = "17yqzcdlm3g5mc8rjjqp98ykj8rj1c46c0vcqk23pwgffpac5d25";
libraryHaskellDepends = [