aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix8390
1 files changed, 6031 insertions, 2359 deletions
diff --git a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
index b7ce5ef6377..a03d6a9b33d 100644
--- a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
@@ -1528,7 +1528,7 @@ self: {
base colour diagrams-cairo diagrams-lib directory either-unwrap
filepath parsec ParsecTools StockholmAlignment SVGFonts text vector
];
- description = "Libary for Hidden Markov Models in HMMER3 format";
+ description = "Libary for Hidden Markov Models in HMMER3 format.";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -2511,7 +2511,7 @@ self: {
version = "0.3.1.0";
sha256 = "0dlb761kj33v9p53fw44gg4r7j8kcl4jxvvgi7rz0pv8v7nh6255";
libraryHaskellDepends = [ base ];
- description = "Definition of a CSP core-language";
+ description = "Definition of a CSP core-language.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -2912,7 +2912,7 @@ self: {
version = "0.3";
sha256 = "10m7l701p3a2w0kxi2b93g2ii6s4s71zyjypqk3mi79siv8yilif";
libraryHaskellDepends = [ base mtl ];
- description = "A monad for complex manipulation of a stream";
+ description = "A monad for complex manipulation of a stream.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -3328,6 +3328,8 @@ self: {
benchmarkHaskellDepends = [ base colour criterion deepseq random ];
description = "Color spaces and conversions between them";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Combinatorrent" = callPackage
@@ -3439,25 +3441,6 @@ self: {
broken = true;
}) {};
- "ConcurrentUtils" = callPackage
- ({ mkDerivation, array, arrows, base, containers, hashable
- , hashtables, list-extras, monad-loops, MonadRandom, monads-tf
- , parallel, stm, strict, tagged, ttrie
- }:
- mkDerivation {
- pname = "ConcurrentUtils";
- version = "0.4.5.0";
- sha256 = "1kf5g4d8q28hs4wfd0fvc7k1bfir40z7rzx3lxflci36inr1d6dc";
- libraryHaskellDepends = [
- array arrows base containers hashable hashtables list-extras
- monad-loops MonadRandom monads-tf parallel stm strict tagged ttrie
- ];
- description = "Concurrent utilities";
- license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
"Concurrential" = callPackage
({ mkDerivation, async, base }:
mkDerivation {
@@ -3639,7 +3622,7 @@ self: {
version = "0.1";
sha256 = "027dv53jrfk46dmiidnnrrdvhyin60i862znp414213w72yjrbhh";
libraryHaskellDepends = [ base template-haskell ];
- description = "Practical typed lazy contracts";
+ description = "Practical typed lazy contracts.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -5533,8 +5516,6 @@ self: {
];
description = "Library for computer music research and education";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"EventSocket" = callPackage
@@ -5623,7 +5604,7 @@ self: {
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ array base containers haskell98 ];
- description = "A set of computational morphology tools for Swedish diachronic lexicons";
+ description = "A set of computational morphology tools for Swedish diachronic lexicons.";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -6356,8 +6337,8 @@ self: {
}:
mkDerivation {
pname = "Frames";
- version = "0.6.2";
- sha256 = "1pbwrjcd8fm56hnxw6q42adn9n7maj96j3a2qyb6a668pc8q8jyx";
+ version = "0.6.4";
+ sha256 = "1z1bv3dqna9gp6k2rjnbl54hxkaxl4khdlfy52r0cv51ah8969ri";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -6395,7 +6376,7 @@ self: {
base beam-core beam-migrate beam-postgres bytestring conduit Frames
generics-sop hspec hspec-core QuickCheck text vinyl
];
- description = "A library for accessing Postgres tables as in-memory data structures";
+ description = "A library for accessing Postgres tables as in-memory data structures.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -6416,6 +6397,8 @@ self: {
testHaskellDepends = [ base Frames hspec pipes ];
description = "Alternative CSV parser for the Frames package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Frames-map-reduce" = callPackage
@@ -6752,8 +6735,8 @@ self: {
}:
mkDerivation {
pname = "GPipe";
- version = "2.2.4";
- sha256 = "0l3s3j41fwwcjdc0nymzqmdsd7wlvaqyn1lg7n1wdx65wy4iz6j0";
+ version = "2.2.5";
+ sha256 = "1k4hxgd5vpdl9fqjk3i81rcyqn53giahcpygb9lm3nyfvxzzwg3z";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base Boolean containers exception-transformers gl hashtables linear
@@ -7201,8 +7184,8 @@ self: {
({ mkDerivation, base, mtl, split, threepenny-gui }:
mkDerivation {
pname = "Gleam";
- version = "0.1.0.0";
- sha256 = "0j822hblrd0p343w9ds0fa75s3grgpiyv180hsw3ld3pj30fcc8b";
+ version = "0.1.1.0";
+ sha256 = "08nabgn7v0rw4aihbihbijqgajrvyc7z7nl67jmka39fh5zm6blm";
libraryHaskellDepends = [ base mtl split threepenny-gui ];
description = "HTML Canvas graphics, animations and simulations";
license = stdenv.lib.licenses.bsd3;
@@ -8680,16 +8663,14 @@ self: {
}) {};
"HListPP" = callPackage
- ({ mkDerivation, applicative-quoters, base, regex-applicative }:
+ ({ mkDerivation, base, regex-applicative }:
mkDerivation {
pname = "HListPP";
- version = "0.2.1";
- sha256 = "0rqn8rybp0mi86yyqhclqqrblcn9l04wiq4yv8xy9x1852ff4588";
+ version = "0.2.2";
+ sha256 = "009i1i4daa6cb8pix0545gs5w5c7hsxwiqz98gdsc6awszxbhg7l";
isLibrary = false;
isExecutable = true;
- executableHaskellDepends = [
- applicative-quoters base regex-applicative
- ];
+ executableHaskellDepends = [ base regex-applicative ];
description = "A preprocessor for HList labelable labels";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -8827,6 +8808,8 @@ self: {
executablePkgconfigDepends = [ opencv ];
description = "A binding for the OpenCV computer vision library";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) opencv;};
"HPDF" = callPackage
@@ -9153,7 +9136,7 @@ self: {
base bytestring DebugTraceHelpers directory filepath HSH
HStringTemplateHelpers MissingH mtl regex-pcre unix
];
- description = "Convenience functions that use HSH, instances for HSH";
+ description = "Convenience functions that use HSH, instances for HSH.";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -9364,8 +9347,8 @@ self: {
}:
mkDerivation {
pname = "HTab";
- version = "1.7.2";
- sha256 = "1xn2ljw97j625l5q7a9chqscdbi4cj29zg1yy4jz4mcivzwbjqii";
+ version = "1.7.3";
+ sha256 = "0w5zjd9q87a79vaslxs4r7xllq37vyg546ramgfnw43l1cmkica6";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -12056,6 +12039,8 @@ self: {
];
description = "Lightweight Directory Access Protocol (LDAP) version 3";
license = stdenv.lib.licenses.gpl2Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"LParse" = callPackage
@@ -12101,6 +12086,8 @@ self: {
benchmarkHaskellDepends = [ base criterion time ];
description = "LTS: Labelled Transition System";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"LTree" = callPackage
@@ -12591,6 +12578,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ListLike_4_7" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, deepseq
+ , dlist, fmlist, HUnit, QuickCheck, random, text, utf8-string
+ , vector
+ }:
+ mkDerivation {
+ pname = "ListLike";
+ version = "4.7";
+ sha256 = "1209xa73cxzajp8wx2bw2017vjb84yibm5q5sp0i0ifhi5syv4jl";
+ libraryHaskellDepends = [
+ array base bytestring containers deepseq dlist fmlist text
+ utf8-string vector
+ ];
+ testHaskellDepends = [
+ array base bytestring containers dlist fmlist HUnit QuickCheck
+ random text utf8-string vector
+ ];
+ description = "Generalized support for list-like structures";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ListT" = callPackage
({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck
, transformers, util
@@ -12647,6 +12656,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "LiterateMarkdown" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "LiterateMarkdown";
+ version = "0.1.0.0";
+ sha256 = "0v9j7kqjvkrafxl4ahfqj1xvigim9vnd3kflgqagzccrgx9kz5gv";
+ isLibrary = false;
+ isExecutable = true;
+ libraryHaskellDepends = [ base ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [ base ];
+ doHaddock = false;
+ description = "Converter to convert from .lhs to .md and vice versa.";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"Logic" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -13277,8 +13304,8 @@ self: {
}:
mkDerivation {
pname = "MiniAgda";
- version = "0.2019.12.13";
- sha256 = "15v5yijhylrwy0lc4n9a8p75dadr9xc57xajgir3jg618l0wh5lc";
+ version = "0.2020.4.14";
+ sha256 = "0fj0fk2i47yrfqiapl3wkj8n74rjpndvwxg2dzx3185glb06cjxj";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -16269,6 +16296,8 @@ self: {
pname = "QuickCheck-safe";
version = "0.1.0.6";
sha256 = "1f868s6iq66m4m305xrx3mfw46zvzaahkvz6xjlqzk0cragai1kp";
+ revision = "1";
+ editedCabalFile = "0my9s0kcxkizbfckb35l5hyr1pmhx32l2lviy7zqh93mlmv9ig4s";
libraryHaskellDepends = [ base containers QuickCheck ];
description = "Safe reimplementation of QuickCheck's core";
license = stdenv.lib.licenses.mit;
@@ -17476,6 +17505,8 @@ self: {
];
description = "STLink USB interface in Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"STM32-Zombie" = callPackage
@@ -17492,6 +17523,8 @@ self: {
];
description = "control a STM32F103 microcontroller";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"STM32F103xx-SVD" = callPackage
@@ -18064,6 +18097,164 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "Shpadoinkle" = callPackage
+ ({ mkDerivation, base, jsaddle, jsaddle-warp, text, unliftio }:
+ mkDerivation {
+ pname = "Shpadoinkle";
+ version = "0.1.0.0";
+ sha256 = "0527rd9dh5sjh3y7sir9bpydad05rx43nr6ba20sa4ha8zvvl583";
+ libraryHaskellDepends = [
+ base jsaddle jsaddle-warp text unliftio
+ ];
+ description = "A programming model for declarative, high performance user interface";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-backend-pardiff" = callPackage
+ ({ mkDerivation, base, compactable, containers, file-embed, jsaddle
+ , lens, mtl, neat-interpolation, random, semialign, Shpadoinkle
+ , text, these, unliftio, uuid
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-backend-pardiff";
+ version = "0.1.0.1";
+ sha256 = "1b1ab062fm1qz0pnp4jws7wmhsb2hfvj5mb6jrrgbm9yjv7k725v";
+ libraryHaskellDepends = [
+ base compactable containers file-embed jsaddle lens mtl
+ neat-interpolation random semialign Shpadoinkle text these unliftio
+ uuid
+ ];
+ description = "A Virtual Dom in pure Haskell, based on Html as an Alignable Functor";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-backend-snabbdom" = callPackage
+ ({ mkDerivation, base, file-embed, jsaddle, mtl, Shpadoinkle, text
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-backend-snabbdom";
+ version = "0.1.0.0";
+ sha256 = "1j00ivjlmpb55h4ygldlads9135qnx3q0k0w946xqqlbyca1qzir";
+ libraryHaskellDepends = [
+ base file-embed jsaddle mtl Shpadoinkle text
+ ];
+ description = "Use the high-performance Snabbdom virtual dom library written in JavaScript";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-backend-static" = callPackage
+ ({ mkDerivation, base, compactable, Shpadoinkle, text }:
+ mkDerivation {
+ pname = "Shpadoinkle-backend-static";
+ version = "0.1.0.0";
+ sha256 = "1mpia2qzv8cmd3ss20sj0bc15zjjkdj1g0byvnb3yakpbjky44j5";
+ libraryHaskellDepends = [ base compactable Shpadoinkle text ];
+ description = "A backend for rendering Shpadoinkle as Text";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-examples" = callPackage
+ ({ mkDerivation, aeson, base, beam-core, beam-sqlite, bytestring
+ , containers, exceptions, file-embed, lens, mtl
+ , optparse-applicative, servant, servant-client, servant-server
+ , Shpadoinkle, Shpadoinkle-backend-pardiff
+ , Shpadoinkle-backend-snabbdom, Shpadoinkle-backend-static
+ , Shpadoinkle-html, Shpadoinkle-lens, Shpadoinkle-router
+ , Shpadoinkle-widgets, sqlite-simple, stm, text, unliftio, wai
+ , wai-app-static, warp
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-examples";
+ version = "0.0.0.1";
+ sha256 = "19iq8yw2m14y8j67slry1x30fnayx1d4sjwg2cafbgz9g7l1g7f1";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson base beam-core beam-sqlite bytestring containers exceptions
+ file-embed lens mtl optparse-applicative servant servant-client
+ servant-server Shpadoinkle Shpadoinkle-backend-pardiff
+ Shpadoinkle-backend-snabbdom Shpadoinkle-backend-static
+ Shpadoinkle-html Shpadoinkle-lens Shpadoinkle-router
+ Shpadoinkle-widgets sqlite-simple stm text unliftio wai
+ wai-app-static warp
+ ];
+ description = "Example usages of Shpadoinkle";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {Shpadoinkle-lens = null;};
+
+ "Shpadoinkle-html" = callPackage
+ ({ mkDerivation, base, containers, ghcjs-dom, jsaddle, jsaddle-dom
+ , Shpadoinkle, stm, template-haskell, text, unliftio
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-html";
+ version = "0.1.0.0";
+ sha256 = "1v5dxg7axg2a508rcphchihr5krrwagxx1a41660r7js7wba9bk8";
+ libraryHaskellDepends = [
+ base containers ghcjs-dom jsaddle jsaddle-dom Shpadoinkle stm
+ template-haskell text unliftio
+ ];
+ description = "A typed, template generated Html DSL, and helpers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-router" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, compactable, exceptions
+ , ghcjs-dom, http-api-data, jsaddle, jsaddle-dom, lens, network-uri
+ , servant, servant-client, servant-server, Shpadoinkle
+ , Shpadoinkle-backend-static, text, unliftio, wai, wai-app-static
+ , warp
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-router";
+ version = "0.1.0.1";
+ sha256 = "08kv5gbs2kkkspnmkzv0q5y3hnvv69yliwc4815wsyh8hdrn3ks6";
+ libraryHaskellDepends = [
+ aeson base bytestring compactable exceptions ghcjs-dom
+ http-api-data jsaddle jsaddle-dom lens network-uri servant
+ servant-client servant-server Shpadoinkle
+ Shpadoinkle-backend-static text unliftio wai wai-app-static warp
+ ];
+ description = "A single page application rounter for Shpadoinkle based on Servant";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "Shpadoinkle-widgets" = callPackage
+ ({ mkDerivation, aeson, base, compactable, containers
+ , edit-distance, email-validate, hspec, jsaddle, mtl, QuickCheck
+ , Shpadoinkle, Shpadoinkle-html, stm, template-haskell, text
+ , unliftio
+ }:
+ mkDerivation {
+ pname = "Shpadoinkle-widgets";
+ version = "0.0.0.2";
+ sha256 = "1n85pjzkn1rjhl9rqswm7cra631qqabqf42wimfq2v17l8ymrlky";
+ libraryHaskellDepends = [
+ aeson base compactable containers edit-distance email-validate
+ jsaddle mtl Shpadoinkle Shpadoinkle-html stm template-haskell text
+ unliftio
+ ];
+ testHaskellDepends = [ base containers hspec QuickCheck ];
+ description = "A collection of common reusable types and components";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"Shrub" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -19047,7 +19238,7 @@ self: {
version = "0.1.4";
sha256 = "0rpjd93lsqg3dqfjndm9l1nzyrbfs5nnvc61lmbmbhg0bcy0jms8";
libraryHaskellDepends = [ base template-haskell ];
- description = "TH implementation of effects";
+ description = "TH implementation of effects.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -20260,15 +20451,13 @@ self: {
}) {};
"VulkanMemoryAllocator" = callPackage
- ({ mkDerivation, base, bytestring, transformers, vector
- , vector-sized, vulkan
- }:
+ ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
mkDerivation {
pname = "VulkanMemoryAllocator";
- version = "0.1.0.0";
- sha256 = "137wzl15g4arhc8c00xnypqn7xpsban6fbyjpw204qg35p8y93qn";
+ version = "0.3";
+ sha256 = "1b16vbhml17knx2jk22dqv3hjq98p23g9vmqnd4c0igw76ih46nb";
libraryHaskellDepends = [
- base bytestring transformers vector vector-sized vulkan
+ base bytestring transformers vector vulkan
];
description = "Bindings to the VulkanMemoryAllocator library";
license = stdenv.lib.licenses.bsd3;
@@ -20294,6 +20483,45 @@ self: {
broken = true;
}) {};
+ "WEditor" = callPackage
+ ({ mkDerivation, base, directory, filepath }:
+ mkDerivation {
+ pname = "WEditor";
+ version = "0.2.1.1";
+ sha256 = "0p0vrvg96va4jppcxr3r5m14ykb5jybn8iyj677dxpziwh5brhmq";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base directory filepath ];
+ doHaddock = false;
+ description = "Generic text-editor logic for use with fixed-width fonts";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "WEditorBrick" = callPackage
+ ({ mkDerivation, base, brick, microlens, vty, WEditor }:
+ mkDerivation {
+ pname = "WEditorBrick";
+ version = "0.2.0.1";
+ sha256 = "1bzrfbw14c0ad477z5s51n8181cgcxw6q93bdj1d1nrfgawq7znb";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base brick microlens vty WEditor ];
+ executableHaskellDepends = [ base brick vty WEditor ];
+ description = "Text-editor widget with dynamic line-wrapping for use with Brick";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "WEditorHyphen" = callPackage
+ ({ mkDerivation, base, directory, hyphenation, WEditor }:
+ mkDerivation {
+ pname = "WEditorHyphen";
+ version = "0.1.0.5";
+ sha256 = "05f7dh75dx27q35bcj84mn3q6w0sd6jkcilykrlad9gm5ihbbcbk";
+ libraryHaskellDepends = [ base hyphenation WEditor ];
+ testHaskellDepends = [ base directory hyphenation WEditor ];
+ description = "Language-specific hyphenation policies for WEditor";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"WL500gPControl" = callPackage
({ mkDerivation, base, directory, filepath, mtl, unix, WL500gPLib
}:
@@ -22405,6 +22633,8 @@ self: {
pname = "acme-circular-containers";
version = "0.1.0.0";
sha256 = "1xngqlx0avn84qx696hjm8cdqqs9p0ls90kklkz5rs48fbcma3pr";
+ revision = "2";
+ editedCabalFile = "0zshb422bmcjisa1hq2mfvmijcsgk9lyi3f5wai62ydablxqdhbm";
libraryHaskellDepends = [ base containers graph-wrapper ];
testHaskellDepends = [
base containers doctest doctest-discover graph-wrapper
@@ -23124,6 +23354,8 @@ self: {
doHaddock = false;
description = "Semigroup actions and torsors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ad" = callPackage
@@ -23222,6 +23454,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "addy" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, hedgehog
+ , http-types, ip, lens, relude, tasty, tasty-hedgehog, tasty-hunit
+ , text, text-icu, validation-selective
+ }:
+ mkDerivation {
+ pname = "addy";
+ version = "0.1.0.0";
+ sha256 = "10p7q0infa1bawhg7hxw8rqjqdj3w737j5s3g41hy4in2nfp5ji0";
+ libraryHaskellDepends = [
+ attoparsec base bytestring ip lens relude text text-icu
+ validation-selective
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base bytestring hedgehog http-types ip lens relude
+ tasty tasty-hedgehog tasty-hunit text text-icu validation-selective
+ ];
+ description = "A full-featured library for parsing, validating, and rendering email addresses";
+ license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"adhoc-network" = callPackage
({ mkDerivation, base, bytestring, containers, Crypto, dataenc
, HaXml, hsgnutls, network, old-locale, parsec, pkcs1, random, time
@@ -23856,8 +24111,6 @@ self: {
];
description = "Derivation of Aeson instances for GADTs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aeson-generic-compat" = callPackage
@@ -24207,6 +24460,8 @@ self: {
pname = "aeson-schemas";
version = "1.1.0";
sha256 = "1w01mdixja6f8176ra0lrkhbrr68hcsiib7sq8sdfh1rsx3hsn62";
+ revision = "1";
+ editedCabalFile = "1z74b2barkaq4hmx29i39lgbq925z2ws226ad9cyicz8nlgrghbv";
libraryHaskellDepends = [
aeson base bytestring first-class-families megaparsec
template-haskell text unordered-containers
@@ -24380,6 +24635,36 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "aeson-via" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, base, newtype-generics, text
+ }:
+ mkDerivation {
+ pname = "aeson-via";
+ version = "0.1.0";
+ sha256 = "0zlx4pxfh3qll8ymfya0rfqx3gd7ag0wag86fa8fvni6h07ynryf";
+ libraryHaskellDepends = [
+ aeson aeson-casing base newtype-generics text
+ ];
+ description = "Wrappers to derive-via Aeson ToJSON/FromJSON typeclasses";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "aeson-with" = callPackage
+ ({ mkDerivation, aeson, base, hashmap, lens, lens-aeson, scientific
+ , text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "aeson-with";
+ version = "0.0.1.0";
+ sha256 = "05xhbcfym586qb0giwr9rayqgyp25bc026kwbn7x5ln4nmzp2x9n";
+ libraryHaskellDepends = [
+ aeson base hashmap lens lens-aeson scientific text
+ unordered-containers vector
+ ];
+ description = "withXField combinators for aeson";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"aeson-yak" = callPackage
({ mkDerivation, aeson, base }:
mkDerivation {
@@ -26761,6 +27046,8 @@ self: {
];
description = "Amazon DynamoDB SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-dynamodb-dax" = callPackage
@@ -29354,6 +29641,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-dynamodb_7_5_1" = callPackage
@@ -29377,6 +29666,7 @@ self: {
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-es" = callPackage
@@ -29776,15 +30066,17 @@ self: {
}) {};
"aop-prelude" = callPackage
- ({ mkDerivation, base, ghc-prim }:
+ ({ mkDerivation, base, ghc-prim, integer-gmp }:
mkDerivation {
pname = "aop-prelude";
- version = "0.2.0.0";
- sha256 = "0v972z1qxvv5nmfl7cdjqymzwjyl4cig8ilmp2lxrh9zw7k1lfsp";
- libraryHaskellDepends = [ base ghc-prim ];
+ version = "0.3.0.2";
+ sha256 = "0ix3jr27yasr6zkfdrwpy9nfdgz7x5rn004rq0vsarg6dssiq46k";
+ libraryHaskellDepends = [ base ghc-prim integer-gmp ];
testHaskellDepends = [ base ghc-prim ];
description = "prelude for Algebra of Programming";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aos-signature" = callPackage
@@ -30760,7 +31052,39 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "apply-refact" = callPackage
+ "apply-refact_0_6_0_0" = callPackage
+ ({ mkDerivation, base, containers, directory, filemanip, filepath
+ , ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
+ , silently, syb, tasty, tasty-expected-failure, tasty-golden
+ , temporary, transformers, unix-compat
+ }:
+ mkDerivation {
+ pname = "apply-refact";
+ version = "0.6.0.0";
+ sha256 = "0p2mqgjcqr1zcmk8zgr0yq7g8z1agsa6l493lkj6g3ya9lyhxgig";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base containers directory filemanip ghc ghc-exactprint mtl process
+ refact syb temporary transformers unix-compat
+ ];
+ executableHaskellDepends = [
+ base containers directory filemanip filepath ghc ghc-exactprint mtl
+ optparse-applicative process refact syb temporary transformers
+ unix-compat
+ ];
+ testHaskellDepends = [
+ base containers directory filemanip filepath ghc ghc-exactprint mtl
+ optparse-applicative process refact silently syb tasty
+ tasty-expected-failure tasty-golden temporary transformers
+ unix-compat
+ ];
+ description = "Perform refactorings specified by the refact library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "apply-refact_0_7_0_0" = callPackage
({ mkDerivation, base, containers, directory, filemanip, filepath
, ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
, silently, syb, tasty, tasty-expected-failure, tasty-golden
@@ -30789,6 +31113,38 @@ self: {
];
description = "Perform refactorings specified by the refact library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "apply-refact" = callPackage
+ ({ mkDerivation, base, containers, directory, filemanip, filepath
+ , ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
+ , silently, syb, tasty, tasty-expected-failure, tasty-golden
+ , temporary, transformers, unix-compat
+ }:
+ mkDerivation {
+ pname = "apply-refact";
+ version = "0.8.0.0";
+ sha256 = "0hh7flildjfbigs0knhd3bfd4r3wnhg4ji4cpkx1qagnp5cs4pk0";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base containers directory filemanip ghc ghc-exactprint mtl process
+ refact syb temporary transformers unix-compat
+ ];
+ executableHaskellDepends = [
+ base containers directory filemanip filepath ghc ghc-exactprint mtl
+ optparse-applicative process refact syb temporary transformers
+ unix-compat
+ ];
+ testHaskellDepends = [
+ base containers directory filemanip filepath ghc ghc-exactprint mtl
+ optparse-applicative process refact silently syb tasty
+ tasty-expected-failure tasty-golden temporary transformers
+ unix-compat
+ ];
+ description = "Perform refactorings specified by the refact library";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"apportionment" = callPackage
@@ -31214,8 +31570,8 @@ self: {
}:
mkDerivation {
pname = "archive-sig";
- version = "1.0.1.0";
- sha256 = "0pfkd1whid992pnslh9mcaxm8fc3gjcmj91wmq3byxjpjybw1jy5";
+ version = "1.0.2.0";
+ sha256 = "0n9z13p76c9hxxy9ljjf3y1w9mh952rvihz4xgn0xpb03i1agj65";
libraryHaskellDepends = [
base bytestring composition-prelude dir-traverse
];
@@ -31670,6 +32026,8 @@ self: {
];
description = "Arithmetic circuits for zkSNARKs";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"arithmoi" = callPackage
@@ -31682,6 +32040,8 @@ self: {
pname = "arithmoi";
version = "0.10.0.0";
sha256 = "1qrrmwg40bw5j51w658ilm5wg6awfbsylpmzjw0r0rgh6ml8irk9";
+ revision = "1";
+ editedCabalFile = "0vl9ki92sfsgqmgfg4f69rqqkl0q4a4klffsskhns6bjbcnzdg8z";
configureFlags = [ "-f-llvm" ];
isLibrary = true;
isExecutable = true;
@@ -31702,6 +32062,37 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "arithmoi_0_11_0_0" = callPackage
+ ({ mkDerivation, array, base, chimera, constraints, containers
+ , deepseq, exact-pi, gauge, integer-gmp, integer-logarithms
+ , integer-roots, mod, QuickCheck, quickcheck-classes, random
+ , semirings, smallcheck, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-rerun, tasty-smallcheck, transformers, vector
+ }:
+ mkDerivation {
+ pname = "arithmoi";
+ version = "0.11.0.0";
+ sha256 = "14zhrlml6029n21h0ihspydg2zr7f93k4lji0nyi23c5y67pi9sk";
+ configureFlags = [ "-f-llvm" ];
+ libraryHaskellDepends = [
+ array base chimera constraints containers deepseq exact-pi
+ integer-gmp integer-logarithms integer-roots mod random semirings
+ transformers vector
+ ];
+ testHaskellDepends = [
+ base containers exact-pi integer-gmp integer-roots mod QuickCheck
+ quickcheck-classes semirings smallcheck tasty tasty-hunit
+ tasty-quickcheck tasty-rerun tasty-smallcheck transformers vector
+ ];
+ benchmarkHaskellDepends = [
+ array base constraints containers deepseq gauge integer-logarithms
+ mod random semirings vector
+ ];
+ description = "Efficient basic number-theoretic functions";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"arity-generic-liftA" = callPackage
({ mkDerivation, base, doctest }:
mkDerivation {
@@ -32147,21 +32538,20 @@ self: {
}) {};
"ascii" = callPackage
- ({ mkDerivation, base, blaze-builder, bytestring, case-insensitive
- , hashable, semigroups, text
+ ({ mkDerivation, ascii-case, ascii-char, ascii-group
+ , ascii-predicates, ascii-superset, ascii-th, base, bytestring
+ , data-ascii, text
}:
mkDerivation {
pname = "ascii";
- version = "0.0.5.2";
- sha256 = "1kbf6iml4nvkzf78xqvxy67469vznd05ig8aprq7zx5vr9njliby";
- revision = "1";
- editedCabalFile = "0d04wmgahgbgi6y6p8887xs6bxcjdwjhkrrprahylw5y9b95fxi8";
+ version = "1.0.0.0";
+ sha256 = "0sgn93l08fgaxqgfpxmymqfqh5697cx6765yifpzdr7ayxfpf8b2";
libraryHaskellDepends = [
- base blaze-builder bytestring case-insensitive hashable semigroups
- text
+ ascii-case ascii-char ascii-group ascii-predicates ascii-superset
+ ascii-th base bytestring data-ascii text
];
- description = "Type-safe, bytestring-based ASCII values";
- license = stdenv.lib.licenses.bsd3;
+ description = "The ASCII character set and encoding";
+ license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -32181,6 +32571,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ascii-case" = callPackage
+ ({ mkDerivation, ascii-char, base, hashable }:
+ mkDerivation {
+ pname = "ascii-case";
+ version = "1.0.0.0";
+ sha256 = "10j65n9pdm5gxq0bsp06s1k7n4357kyw4xjy0mzncp9d81mbz9w4";
+ libraryHaskellDepends = [ ascii-char base hashable ];
+ description = "ASCII letter case";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "ascii-char" = callPackage
+ ({ mkDerivation, base, hashable }:
+ mkDerivation {
+ pname = "ascii-char";
+ version = "1.0.0.0";
+ sha256 = "1y50m20np2id71lvfl3z9ysh5qblcajgqcl5gi1ggg7wvg2r4r97";
+ libraryHaskellDepends = [ base hashable ];
+ description = "A Char type representing an ASCII character";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"ascii-cows" = callPackage
({ mkDerivation, base, random-extras, random-fu, text }:
mkDerivation {
@@ -32208,6 +32620,17 @@ self: {
broken = true;
}) {};
+ "ascii-group" = callPackage
+ ({ mkDerivation, ascii-char, base, hashable }:
+ mkDerivation {
+ pname = "ascii-group";
+ version = "1.0.0.0";
+ sha256 = "0a6sx8hxjwzhbd7cz74k3zqw4vr8ykim1ds95zp7rl646mhlv4bk";
+ libraryHaskellDepends = [ ascii-char base hashable ];
+ description = "ASCII character groups";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"ascii-holidays" = callPackage
({ mkDerivation, base, random, random-shuffle, terminfo, time }:
mkDerivation {
@@ -32223,6 +32646,17 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "ascii-predicates" = callPackage
+ ({ mkDerivation, ascii-char, base }:
+ mkDerivation {
+ pname = "ascii-predicates";
+ version = "1.0.0.0";
+ sha256 = "1d44m97nqvfzxgxk2l7ch1693kccbx91fbg2hspfmkk3kyq16vk0";
+ libraryHaskellDepends = [ ascii-char base ];
+ description = "Various categorizations of ASCII characters";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"ascii-progress" = callPackage
({ mkDerivation, async, base, concurrent-output, data-default
, hspec, QuickCheck, time
@@ -32267,6 +32701,19 @@ self: {
broken = true;
}) {};
+ "ascii-superset" = callPackage
+ ({ mkDerivation, ascii-char, base, bytestring, hashable, text }:
+ mkDerivation {
+ pname = "ascii-superset";
+ version = "1.0.0.0";
+ sha256 = "0cpva5r2bxrbkqg1mifp3gcz01hnzlylyc9gqxcms4xxvi3sj22q";
+ libraryHaskellDepends = [
+ ascii-char base bytestring hashable text
+ ];
+ description = "Representing ASCII with refined supersets";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"ascii-table" = callPackage
({ mkDerivation, aeson, base, containers, dlist, hashable, text
, unordered-containers, vector, wl-pprint-extras
@@ -32285,6 +32732,20 @@ self: {
broken = true;
}) {};
+ "ascii-th" = callPackage
+ ({ mkDerivation, ascii-char, ascii-superset, base, template-haskell
+ }:
+ mkDerivation {
+ pname = "ascii-th";
+ version = "1.0.0.0";
+ sha256 = "1wh9zssgjrxd7z8wg5p0h3advbmc0v9p8lwjhra2c6860xzli9an";
+ libraryHaskellDepends = [
+ ascii-char ascii-superset base template-haskell
+ ];
+ description = "Template Haskell support for ASCII";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"ascii-vector-avc" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, deepseq
, deepseq-generics, HUnit, split, zlib
@@ -34105,16 +34566,16 @@ self: {
broken = true;
}) {};
- "aur_6_3_1" = callPackage
- ({ mkDerivation, aeson, base, http-client, http-client-tls, servant
- , servant-client, tasty, tasty-hunit, text
+ "aur_7_0_1" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, http-client
+ , http-client-tls, http-types, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "aur";
- version = "6.3.1";
- sha256 = "049n21n8b2qllig40fqrc72ah16d4r2ajhxxj851nkyi44fvz0ba";
+ version = "7.0.1";
+ sha256 = "17gizmkbclgxsllsy4lcvxyw09bz5l51l40j74y8bzxzryvwdrq8";
libraryHaskellDepends = [
- aeson base http-client servant servant-client text
+ aeson base bytestring http-client http-types text
];
testHaskellDepends = [
base http-client http-client-tls tasty tasty-hunit
@@ -34144,38 +34605,32 @@ self: {
}) {};
"aura" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, algebraic-graphs, aur, base
- , bytestring, containers, errors, filepath, generic-lens
- , http-client, http-client-tls, http-types, language-bash
- , megaparsec, microlens, microlens-ghc, mwc-random, network-uri
- , nonempty-containers, optparse-applicative, paths, pretty-simple
- , prettyprinter, prettyprinter-ansi-terminal, rio, scheduler
- , semigroupoids, servant-client-core, stm, tasty, tasty-hunit, text
- , these, time, transformers, typed-process, unliftio, versions
- , witherable-class
+ ({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring
+ , containers, filepath, hashable, http-client, http-client-tls
+ , http-types, language-bash, megaparsec, microlens, network-uri
+ , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
+ , rio, scheduler, stm, tasty, tasty-hunit, text, time, transformers
+ , typed-process, unliftio, versions
}:
mkDerivation {
pname = "aura";
- version = "2.2.1";
- sha256 = "01biz0slwjn9pbjfpg2lc1fywjyk9y0zvhjrbv4kx9nxnbrb7b2b";
+ version = "2.3.0";
+ sha256 = "0m0f06qbg3dn4l5di5fmidjyk9qi14ppbbgbh126naccybjj3231";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson aeson-pretty algebraic-graphs aur base bytestring containers
- errors filepath generic-lens http-client http-types language-bash
- megaparsec microlens microlens-ghc mwc-random network-uri
- nonempty-containers paths prettyprinter prettyprinter-ansi-terminal
- rio scheduler semigroupoids servant-client-core stm text these time
- transformers typed-process unliftio versions witherable-class
+ aeson algebraic-graphs aur base bytestring containers filepath
+ hashable http-client http-types language-bash megaparsec microlens
+ network-uri prettyprinter prettyprinter-ansi-terminal rio scheduler
+ stm text time transformers typed-process unliftio versions
];
executableHaskellDepends = [
- base bytestring containers errors http-client http-client-tls
- microlens nonempty-containers optparse-applicative paths
- pretty-simple prettyprinter prettyprinter-ansi-terminal rio text
- transformers typed-process versions
+ base bytestring containers http-client http-client-tls microlens
+ optparse-applicative prettyprinter prettyprinter-ansi-terminal rio
+ text transformers typed-process versions
];
testHaskellDepends = [
- base bytestring containers megaparsec microlens paths rio tasty
+ base bytestring containers megaparsec microlens rio tasty
tasty-hunit text versions
];
description = "A secure package manager for Arch Linux and the AUR";
@@ -34236,6 +34691,8 @@ self: {
pname = "authenticate-oauth";
version = "1.6.0.1";
sha256 = "1hry1zbi7gbyfi94w9cyg6m7ii7xm68jnsph63zxdj2s4ns0ylp0";
+ revision = "1";
+ editedCabalFile = "0pyivmsmlzhpnzpi3jcmqyjjx5a1p7cl1grjyw8571pmxz6735w3";
libraryHaskellDepends = [
base base64-bytestring blaze-builder bytestring crypto-pubkey-types
data-default http-client http-types random RSA SHA time
@@ -34307,6 +34764,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "autoapply" = callPackage
+ ({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl
+ , template-haskell, th-desugar, transformers, unification-fd
+ }:
+ mkDerivation {
+ pname = "autoapply";
+ version = "0.4";
+ sha256 = "0b7la51399kcj9a4z9j49xd9v2zs172vygs3djz5qid7fsl37pgm";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ base logict mtl template-haskell th-desugar transformers
+ unification-fd
+ ];
+ testHaskellDepends = [ base doctest ];
+ description = "Template Haskell to automatically pass values to functions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"autoexporter" = callPackage
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
@@ -34705,7 +35182,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "avro_0_5_1_0" = callPackage
+ "avro_0_5_2_0" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, bytestring, containers, data-binary-ieee754, deepseq
, directory, doctest, doctest-discover, extra, fail, gauge
@@ -34717,8 +35194,8 @@ self: {
}:
mkDerivation {
pname = "avro";
- version = "0.5.1.0";
- sha256 = "0yhv29ahwbj97l30knaid8l6v1n9k3ayv67qfkchd2m6qhzm7ns5";
+ version = "0.5.2.0";
+ sha256 = "1apvqny4dikx5b7yqxs8a4hsxipl5xvz2i3c5bna1faiagxav1i1";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail HasBigDecimal hashable
@@ -34773,6 +35250,8 @@ self: {
];
description = "Tool for decoding avro";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"avwx" = callPackage
@@ -36268,16 +36747,16 @@ self: {
}) {};
"barbies" = callPackage
- ({ mkDerivation, base, QuickCheck, tasty, tasty-hunit
+ ({ mkDerivation, base, distributive, QuickCheck, tasty, tasty-hunit
, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "barbies";
- version = "2.0.0.0";
- sha256 = "0rbwdx9s940wfrlkay772i0q11rbywnhzigh5wy8sppx19pgfq9z";
- libraryHaskellDepends = [ base transformers ];
+ version = "2.0.1.0";
+ sha256 = "0d2a1d9w8xlviarlrrnlrfs82zf6gzxv09i6sa4ci1bl8df64wmj";
+ libraryHaskellDepends = [ base distributive transformers ];
testHaskellDepends = [
- base QuickCheck tasty tasty-hunit tasty-quickcheck
+ base distributive QuickCheck tasty tasty-hunit tasty-quickcheck
];
description = "Classes for working with types that can change clothes";
license = stdenv.lib.licenses.bsd3;
@@ -36287,8 +36766,8 @@ self: {
({ mkDerivation, barbies, base, template-haskell }:
mkDerivation {
pname = "barbies-th";
- version = "0.1";
- sha256 = "1rabviwnyp4c9r6ym958nxgrjz18gdajrj1crdniyyd586giadh4";
+ version = "0.1.2";
+ sha256 = "1zirafvm8x1badsh478hy8hh8zwqxkzcn3bscsvcp0vpyl8xxcma";
libraryHaskellDepends = [ barbies base template-haskell ];
testHaskellDepends = [ barbies base ];
description = "Create strippable HKD via TH";
@@ -36429,12 +36908,12 @@ self: {
broken = true;
}) {};
- "base_4_12_0_0" = callPackage
+ "base_4_14_0_0" = callPackage
({ mkDerivation, ghc-prim, invalid-cabal-flag-settings, rts }:
mkDerivation {
pname = "base";
- version = "4.12.0.0";
- sha256 = "0ka18cvw1cjvjdd20n03rjmxfm10083mh19wxwz1f1kqiyc92g3w";
+ version = "4.14.0.0";
+ sha256 = "108bg791pplf1mlc6x95jza6hq28yc5s8a8vv8fxvn33vwm058an";
libraryHaskellDepends = [
ghc-prim invalid-cabal-flag-settings rts
];
@@ -36490,15 +36969,15 @@ self: {
}:
mkDerivation {
pname = "base-encoding";
- version = "0.1.0.0";
- sha256 = "1chmx5qvglf91i0c9ih9xydzb37v8j4bykvmb2g6pyg7wdq0s8si";
- revision = "2";
- editedCabalFile = "0flfvs03zs7k04x7yhsc3jiw3zpnx7n3637jyy10flpqv90fy6sx";
+ version = "0.2.0.0";
+ sha256 = "028b7pbpbnph2k4jzvp9kyn2s7d0zd62panh21digwn4nnc3hbp1";
libraryHaskellDepends = [
base base16-bytestring base64-bytestring bytestring text
];
description = "Binary-to-text encodings (e.g. base64)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"base-feature-macros" = callPackage
@@ -36591,13 +37070,16 @@ self: {
"base16" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, criterion
- , deepseq, memory, random-bytestring, tasty, tasty-hunit, text
+ , deepseq, memory, primitive, random-bytestring, tasty, tasty-hunit
+ , text, text-short
}:
mkDerivation {
pname = "base16";
- version = "0.2.0.0";
- sha256 = "0j4mk7w8bg3q3ln5lcffdvaz36frizzq82z05l699y5g25abzrx4";
- libraryHaskellDepends = [ base bytestring text ];
+ version = "0.2.1.0";
+ sha256 = "192wnfqb97qhpjrjlq2da5jrjz9zjqjp57rgh1xdvdrnp7900r0s";
+ libraryHaskellDepends = [
+ base bytestring primitive text text-short
+ ];
testHaskellDepends = [
base base16-bytestring bytestring memory random-bytestring tasty
tasty-hunit text
@@ -36840,6 +37322,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "base64-bytestring_1_1_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, criterion, deepseq
+ , HUnit, QuickCheck, split, test-framework, test-framework-hunit
+ , test-framework-quickcheck2
+ }:
+ mkDerivation {
+ pname = "base64-bytestring";
+ version = "1.1.0.0";
+ sha256 = "1adcnkcx4nh3d59k94bkndj0wkgbvchz576qwlpaa7148a86q391";
+ libraryHaskellDepends = [ base bytestring ];
+ testHaskellDepends = [
+ base bytestring containers HUnit QuickCheck split test-framework
+ test-framework-hunit test-framework-quickcheck2
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion deepseq
+ ];
+ description = "Fast base64 encoding and decoding for ByteStrings";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"base64-bytestring-type" = callPackage
({ mkDerivation, aeson, base, base-compat, base64-bytestring
, binary, bytestring, cereal, deepseq, hashable, http-api-data
@@ -37377,6 +37881,21 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "bazel-runfiles_0_12" = callPackage
+ ({ mkDerivation, base, directory, filepath, transformers }:
+ mkDerivation {
+ pname = "bazel-runfiles";
+ version = "0.12";
+ sha256 = "1x9w6j5yb0rxaaymzvv2hr5g00cy4zhkv79xgb8ns9frnv2bx2km";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base directory filepath transformers ];
+ executableHaskellDepends = [ base filepath ];
+ description = "Locate Bazel runfiles location";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bbdb" = callPackage
({ mkDerivation, base, hspec, parsec }:
mkDerivation {
@@ -37781,12 +38300,12 @@ self: {
}:
mkDerivation {
pname = "bearriver";
- version = "0.13.1.1";
- sha256 = "0gqlwj30rghlqsik1i7w2yrccpf7h4pm3adnq6v7dprnhfcz1pkw";
+ version = "0.13.1.2";
+ sha256 = "0jqb1jn6jdrg6pm80zhd86rwsa05rxn0675lxv0m8c2z07g5601c";
libraryHaskellDepends = [
base dunai MonadRandom mtl simple-affine-space transformers
];
- description = "A replacement of Yampa based on Monadic Stream Functions";
+ description = "FRP Yampa replacement implemented with Monadic Stream Functions";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -38141,7 +38660,7 @@ self: {
ghc-paths haskeline haskell-src-exts language-python monads-tf
parseargs process transformers
];
- description = "An implementation of Python 3";
+ description = "An implementation of Python 3.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -38943,6 +39462,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "binary-io" = callPackage
+ ({ mkDerivation, base, binary, bytestring, hspec, process }:
+ mkDerivation {
+ pname = "binary-io";
+ version = "0.0.1";
+ sha256 = "1w0wqi60wdfhlmif7ji47cvf5608fg1b9hh7cz657ybv1lpc6s89";
+ libraryHaskellDepends = [ base binary bytestring ];
+ testHaskellDepends = [ base binary bytestring hspec process ];
+ description = "Read and write values of types that implement Binary from and to Handles";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"binary-list" = callPackage
({ mkDerivation, base, binary, bytestring, criterion, deepseq
, phantom-state, transformers
@@ -39167,14 +39698,12 @@ self: {
({ mkDerivation, array, base, bytestring, mtl }:
mkDerivation {
pname = "binary-strict";
- version = "0.4.8.5";
- sha256 = "1m1r6dnvnj5ghvhb2wsh5sczvqx500xyh2f8qs1j1ddzn70bb6wp";
+ version = "0.4.8.6";
+ sha256 = "11s4hgmxdqdwh5p73kq1a0gshx4fqmbnjwb6ig015832sk3xnsgq";
libraryHaskellDepends = [ array base bytestring mtl ];
testHaskellDepends = [ base bytestring ];
description = "Binary deserialisation using strict ByteStrings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"binary-tagged" = callPackage
@@ -39275,6 +39804,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "binaryen" = callPackage
+ ({ mkDerivation, base, binaryen }:
+ mkDerivation {
+ pname = "binaryen";
+ version = "0.0.1.1";
+ sha256 = "059j67lq63nzyivsmkwblsmbw8f3x079bng9cb174snp8yra8v8k";
+ libraryHaskellDepends = [ base ];
+ librarySystemDepends = [ binaryen ];
+ description = "Haskell bindings to binaryen";
+ license = stdenv.lib.licenses.bsd3;
+ }) {inherit (pkgs) binaryen;};
+
"bind-marshal" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim
, monads-tf, mtl, numeric-prelude, random, stm, strict
@@ -39711,7 +40252,7 @@ self: {
description = "Low level bindings to the C levmar (Levenberg-Marquardt) library";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
+ }) {inherit (pkgs) blas; liblapack = null;};
"bindings-libcddb" = callPackage
({ mkDerivation, base, bindings-DSL, libcddb }:
@@ -39749,7 +40290,7 @@ self: {
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) libftdi; inherit (pkgs) libusb;};
+ }) {inherit (pkgs) libftdi; libusb = null;};
"bindings-libg15" = callPackage
({ mkDerivation, base, bindings-DSL, g15 }:
@@ -39807,7 +40348,9 @@ self: {
libraryPkgconfigDepends = [ libusb ];
description = "Low level bindings to libusb";
license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) libusb;};
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {libusb = null;};
"bindings-libv4l2" = callPackage
({ mkDerivation, base, bindings-DSL, v4l2 }:
@@ -40033,7 +40576,7 @@ self: {
libraryHaskellDepends = [ base ];
librarySystemDepends = [ sipc ];
executableHaskellDepends = [ base ];
- description = "Low level bindings to SIPC";
+ description = "Low level bindings to SIPC.";
license = "LGPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -40474,8 +41017,8 @@ self: {
}:
mkDerivation {
pname = "birch-beer";
- version = "0.2.4.0";
- sha256 = "1kiq4qq8xjw7l7mm973lxrr502fz7fybgcpzmrjiadhamjch8h9l";
+ version = "0.2.4.2";
+ sha256 = "09bk2qsq6rpa2sk817vb9w1y21rqjkj25i74cfw4rgzy2c550ffj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -41085,8 +41628,8 @@ self: {
}:
mkDerivation {
pname = "bits-extra";
- version = "0.0.1.5";
- sha256 = "1f29jn8gxmi9nrwnrykq4z88cg8zsknbw7licmf44hlid0s5glf5";
+ version = "0.0.2.0";
+ sha256 = "1c54008kinzcx93kc8vcp7wq7la662m8nk82ax76i9b0gvbkk21f";
libraryHaskellDepends = [ base ghc-prim vector ];
testHaskellDepends = [
base doctest doctest-discover ghc-prim hedgehog hspec hw-hedgehog
@@ -41295,8 +41838,8 @@ self: {
pname = "bitwise";
version = "1.0.0.1";
sha256 = "03xyzdkyb99gvm9g5chl07rqbnm7qrxba7wgmrfmal0rkwm0ibkn";
- revision = "2";
- editedCabalFile = "1mnh3629kgfivjwbbqwrkcyvg6iah5pncc5jzgq3ka5cq0kg09gz";
+ revision = "3";
+ editedCabalFile = "0sx6i1b9slicisnj53sv2jbdryyqd66amcm43xxqlv5srsqqijdm";
libraryHaskellDepends = [ array base bytestring ];
testHaskellDepends = [ base QuickCheck ];
benchmarkHaskellDepends = [ array base bytestring criterion ];
@@ -41311,8 +41854,8 @@ self: {
}:
mkDerivation {
pname = "bitwise-enum";
- version = "1.0.0";
- sha256 = "11klr2qxbly9ppcv7b1pcrvqfw6h0l3qqwy0wzlv05jqhaywjxwc";
+ version = "1.0.0.1";
+ sha256 = "0y7x2yyvbdvwg5g5rrl9dbh2syvl1y74pwlccq2w2v5rhr8ql2cb";
libraryHaskellDepends = [
aeson array base deepseq mono-traversable vector
];
@@ -41504,6 +42047,18 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
+ "blake3" = callPackage
+ ({ mkDerivation, base, memory, tasty, tasty-hunit }:
+ mkDerivation {
+ pname = "blake3";
+ version = "0.1";
+ sha256 = "005d7zqxbr0yc18c15llpd3mqwhvvc3nqgv9djmlf8xhzbmll4ar";
+ libraryHaskellDepends = [ base memory ];
+ testHaskellDepends = [ base memory tasty tasty-hunit ];
+ description = "BLAKE3 hashing algorithm";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"blakesum" = callPackage
({ mkDerivation, base, bytestring, text, vector }:
mkDerivation {
@@ -41921,8 +42476,8 @@ self: {
}:
mkDerivation {
pname = "blaze-markup";
- version = "0.8.2.4";
- sha256 = "0xb2hd5n6ymax6yw5hyi05lgllq5ldw28mgfxjpljrws9m8i078w";
+ version = "0.8.2.5";
+ sha256 = "0qbnydx79pappwd4mzmmqq0pilpkiq7f6rqmqzpi2jjyfxlbmlqv";
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base blaze-builder bytestring containers HUnit QuickCheck tasty
@@ -42953,8 +43508,8 @@ self: {
({ mkDerivation, base, mtl, semigroups, template-haskell, text }:
mkDerivation {
pname = "boomerang";
- version = "1.4.5.7";
- sha256 = "11ycghpgngnw0ks47h3wmp0xdfl3qw1wnwdil1vmr1b5a4gngzi1";
+ version = "1.4.6";
+ sha256 = "09angcdqf75f03rh7m02rsqz5rr304dw4c5cszj9alpq4qxlsyqc";
libraryHaskellDepends = [
base mtl semigroups template-haskell text
];
@@ -43419,8 +43974,8 @@ self: {
({ mkDerivation, base, ghc-prim }:
mkDerivation {
pname = "box-tuples";
- version = "0.1.1.0";
- sha256 = "1j0s7pb9milrz5spqsxwwhva1zwa7ywwd8nbb5y0z97p84wvyy7k";
+ version = "0.2.0.3";
+ sha256 = "12a3jj3z1gni8925n16ipqyah8vg244lx88v289f2rldiyvh3bvf";
libraryHaskellDepends = [ base ghc-prim ];
description = "A hack to use GHC.Prim primitives in GHCi";
license = stdenv.lib.licenses.mit;
@@ -43636,6 +44191,33 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "brick_0_53" = callPackage
+ ({ mkDerivation, base, bytestring, config-ini, containers
+ , contravariant, data-clist, deepseq, directory, dlist, exceptions
+ , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm
+ , template-haskell, text, text-zipper, transformers, unix, vector
+ , vty, word-wrap
+ }:
+ mkDerivation {
+ pname = "brick";
+ version = "0.53";
+ sha256 = "15k9sc5y3xcjd3kfjs0rnsqxbiy9k34khncbi7jyyl3khq7rhw5n";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring config-ini containers contravariant data-clist
+ deepseq directory dlist exceptions filepath microlens microlens-mtl
+ microlens-th stm template-haskell text text-zipper transformers
+ unix vector vty word-wrap
+ ];
+ testHaskellDepends = [
+ base containers microlens QuickCheck vector
+ ];
+ description = "A declarative terminal user interface library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"brick-dropdownmenu" = callPackage
({ mkDerivation, base, brick, containers, microlens, microlens-ghc
, microlens-th, pointedlist, vector, vty
@@ -43968,18 +44550,20 @@ self: {
"brok" = callPackage
({ mkDerivation, ansi-terminal, attoparsec, base, classy-prelude
- , directory, file-embed, http-client, http-conduit, tasty
- , tasty-discover, tasty-expected-failure, tasty-hunit, text, time
+ , connection, directory, file-embed, http-client, http-client-tls
+ , http-conduit, tasty, tasty-discover, tasty-expected-failure
+ , tasty-hunit, template-haskell, text, time
}:
mkDerivation {
pname = "brok";
- version = "0.2.0.0";
- sha256 = "1fsh05433gkm89j4nf9whcif0iiscxbd32q307rjm1fwsfwp9c46";
+ version = "1.0.0";
+ sha256 = "07zi88xsacacqw6mg87ipic5y72vjpn9mx789bk9gk4jvd69z7x1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- ansi-terminal attoparsec base classy-prelude directory file-embed
- http-client http-conduit text time
+ ansi-terminal attoparsec base classy-prelude connection directory
+ file-embed http-client http-client-tls http-conduit
+ template-haskell text time
];
executableHaskellDepends = [ base classy-prelude file-embed ];
testHaskellDepends = [
@@ -44102,8 +44686,8 @@ self: {
pname = "brotli-streams";
version = "0.0.0.0";
sha256 = "14jc1nhm50razsl99d95amdf4njf75dnzx8vqkihgrgp7qisyz3z";
- revision = "1";
- editedCabalFile = "1mpd5wf027g1f46a9a2g1wvsaxhr1asyj5f3k69vq3226dfisnn7";
+ revision = "2";
+ editedCabalFile = "0xp1raxz3ddaq4hvpsw9yqwdfy51wwjiirh51nnxdgxqcwpy5w8s";
libraryHaskellDepends = [ base brotli bytestring io-streams ];
testHaskellDepends = [
base bytestring HUnit io-streams QuickCheck test-framework
@@ -44581,6 +45165,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bugsnag-hs_0_1_0_1" = callPackage
+ ({ mkDerivation, aeson, auto-update, base, bytestring, hedgehog
+ , http-client, stm, text, time, unordered-containers
+ }:
+ mkDerivation {
+ pname = "bugsnag-hs";
+ version = "0.1.0.1";
+ sha256 = "1b9ps0yhqvph9ax767xfq1v9v6pggm66ngsv96kww9lj8isg0y5d";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson auto-update base bytestring http-client stm text time
+ unordered-containers
+ ];
+ testHaskellDepends = [ aeson base bytestring hedgehog stm ];
+ description = "A Bugsnag client for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bugzilla" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, connection
, containers, data-default, http-conduit, http-types, iso8601-time
@@ -44857,13 +45460,18 @@ self: {
}) {};
"burrito" = callPackage
- ({ mkDerivation, base, HUnit, template-haskell, transformers }:
+ ({ mkDerivation, base, bytestring, containers, hspec, parsec
+ , QuickCheck, template-haskell, text, transformers
+ }:
mkDerivation {
pname = "burrito";
- version = "1.0.1.0";
- sha256 = "0fw13xfa7x7gywylgvhbjq9zrbjsix8jn11qvp2xavirmgz74mvw";
- libraryHaskellDepends = [ base template-haskell ];
- testHaskellDepends = [ base HUnit transformers ];
+ version = "1.1.0.0";
+ sha256 = "16kw74sn3i6mfn0wakxyn2p71f8j924xqirzqrkdb6x9rr5y94di";
+ libraryHaskellDepends = [
+ base bytestring containers parsec template-haskell text
+ transformers
+ ];
+ testHaskellDepends = [ base containers hspec QuickCheck text ];
description = "Parse and render URI templates";
license = stdenv.lib.licenses.isc;
}) {};
@@ -44990,10 +45598,8 @@ self: {
}:
mkDerivation {
pname = "butcher";
- version = "1.3.2.3";
- sha256 = "0lpicayq9k59m2ydz989xsypr653xwhp6mmhlp7nmjzk6jwpq5q5";
- revision = "2";
- editedCabalFile = "1751sllw8s81x3s1dhilbr5lqnv9cpdqiv17c8by466aa6304dxa";
+ version = "1.3.3.1";
+ sha256 = "0nqn057b5g8p6nj9xpbg52swiwzncirgfmzp3l1z5d8yn641zp1n";
libraryHaskellDepends = [
base bifunctors containers deque extra free microlens microlens-th
mtl multistate pretty transformers unsafe void
@@ -45104,21 +45710,20 @@ self: {
}) {};
"bv-sized" = callPackage
- ({ mkDerivation, base, containers, lens, mtl, parameterized-utils
- , pretty, QuickCheck, random
+ ({ mkDerivation, base, bitwise, bytestring, hedgehog, panic
+ , parameterized-utils, tasty, tasty-hedgehog, th-lift
}:
mkDerivation {
pname = "bv-sized";
- version = "0.7.0";
- sha256 = "04fiqpd5kcq7lyas40axqn6mcngr1yymi1aiqgzip519qmdg73vl";
+ version = "1.0.1";
+ sha256 = "12l69p95z1ihwbfhlm0wyr1bdhs52ng4fvdsqxhgn0bpx9skzw73";
libraryHaskellDepends = [
- base containers lens mtl parameterized-utils pretty QuickCheck
- random
+ base bitwise bytestring panic parameterized-utils th-lift
];
testHaskellDepends = [
- base lens parameterized-utils pretty QuickCheck random
+ base bytestring hedgehog parameterized-utils tasty tasty-hedgehog
];
- description = "a BitVector datatype that is parameterized by the vector width";
+ description = "a bitvector datatype that is parameterized by the vector width";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -45219,6 +45824,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bytebuild_0_3_5_0" = callPackage
+ ({ mkDerivation, base, byteslice, bytestring, gauge
+ , integer-logarithms, natural-arithmetic, primitive
+ , primitive-offset, primitive-unlifted, QuickCheck
+ , quickcheck-classes, quickcheck-instances, run-st, tasty
+ , tasty-hunit, tasty-quickcheck, text, text-short, vector
+ , wide-word
+ }:
+ mkDerivation {
+ pname = "bytebuild";
+ version = "0.3.5.0";
+ sha256 = "15ccfbhrvb6pj9py99qpbdrrfla83797ywmxjry2c7raaz3kpr73";
+ libraryHaskellDepends = [
+ base byteslice bytestring integer-logarithms natural-arithmetic
+ primitive primitive-offset primitive-unlifted run-st text-short
+ wide-word
+ ];
+ testHaskellDepends = [
+ base byteslice bytestring natural-arithmetic primitive
+ primitive-unlifted QuickCheck quickcheck-classes
+ quickcheck-instances tasty tasty-hunit tasty-quickcheck text vector
+ wide-word
+ ];
+ benchmarkHaskellDepends = [
+ base byteslice gauge natural-arithmetic primitive text-short
+ ];
+ description = "Serialize to a small byte arrays";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bytedump" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
@@ -45233,6 +45869,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bytehash" = callPackage
+ ({ mkDerivation, base, byte-order, byteslice, bytesmith, bytestring
+ , entropy, gauge, hedgehog, primitive, primitive-checked
+ , primitive-unlifted, split, tasty, tasty-hedgehog, tasty-hunit
+ , transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "bytehash";
+ version = "0.1.0.0";
+ sha256 = "1jc8fz8rv7072is0srcp730ff37xkb68xl6s6yssba4anxc8s5nm";
+ libraryHaskellDepends = [
+ base byte-order byteslice bytestring entropy primitive
+ primitive-unlifted transformers
+ ];
+ testHaskellDepends = [
+ base byteslice entropy hedgehog primitive-checked tasty
+ tasty-hedgehog tasty-hunit
+ ];
+ benchmarkHaskellDepends = [
+ base byteslice bytesmith bytestring entropy gauge primitive
+ primitive-unlifted split unordered-containers
+ ];
+ description = "Universal hashing of bytes";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"bytelog" = callPackage
({ mkDerivation, base, bytebuild, byteslice, natural-arithmetic
, posix-api, primitive
@@ -45316,6 +45978,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "byteslice_0_2_3_0" = callPackage
+ ({ mkDerivation, base, bytestring, gauge, primitive, primitive-addr
+ , primitive-unlifted, quickcheck-classes, run-st, tasty
+ , tasty-hunit, tasty-quickcheck, tuples, vector
+ }:
+ mkDerivation {
+ pname = "byteslice";
+ version = "0.2.3.0";
+ sha256 = "1xbsnlryx9ggvp46kv6m0f4hf9vs0bc2ia13jym9aji5rd7qvyfp";
+ libraryHaskellDepends = [
+ base primitive primitive-addr primitive-unlifted run-st tuples
+ vector
+ ];
+ testHaskellDepends = [
+ base bytestring primitive quickcheck-classes tasty tasty-hunit
+ tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [ base gauge primitive ];
+ description = "Slicing managed and unmanaged memory";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bytesmith" = callPackage
({ mkDerivation, base, byte-order, byteslice, bytestring
, contiguous, gauge, primitive, run-st, tasty, tasty-hunit
@@ -45881,16 +46566,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "bz2_1_0_0_2" = callPackage
- ({ mkDerivation, base, bytestring, bzlib, bzlib-conduit, c2hs
- , conduit, cpphs, criterion, deepseq, directory, filepath, pipes
- , pipes-bytestring, pipes-bzip, pipes-safe, tasty, tasty-golden
- , tasty-hunit, temporary
+ "bz2_1_0_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, bzlib, c2hs, cpphs, criterion
+ , deepseq, directory, filepath, tasty, tasty-golden, tasty-hunit
+ , temporary
}:
mkDerivation {
pname = "bz2";
- version = "1.0.0.2";
- sha256 = "12w3rz137g45cw3s5n0ajk9pvilfvh3fszjrnn07fsjck0r5mnyx";
+ version = "1.0.1.0";
+ sha256 = "1kskfgdfjpg2nn807298m605lc7jafnsi1phz3bp6jds48zwrfhq";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ];
@@ -45899,8 +46583,7 @@ self: {
tasty-hunit
];
benchmarkHaskellDepends = [
- base bytestring bzlib bzlib-conduit conduit criterion filepath
- pipes pipes-bytestring pipes-bzip pipes-safe temporary
+ base bytestring bzlib criterion filepath temporary
];
benchmarkToolDepends = [ cpphs ];
description = "Bindings to libbz2";
@@ -46314,6 +46997,8 @@ self: {
pname = "cabal-cache";
version = "1.0.1.8";
sha256 = "0yxq73bdw1ai0yv54prcxpm1ygkpa8m0jnznwm975b82qlmplynw";
+ revision = "1";
+ editedCabalFile = "1rikn1g6v8yga0cs031ckxywfcf9g21ww9s5rkjf6lr4xvfqps2s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -46576,6 +47261,8 @@ self: {
doHaddock = false;
description = "Format .cabal files";
license = "GPL-3.0-or-later AND BSD-3-Clause";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-ghc-dynflags" = callPackage
@@ -46630,17 +47317,14 @@ self: {
"cabal-helper" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-plan, clock
- , containers, directory, filepath, ghc, ghc-paths, mtl, pretty-show
- , process, semigroupoids, semigroups, SHA, template-haskell
- , temporary, text, time, transformers, unix, unix-compat
- , utf8-string
+ , containers, directory, filepath, ghc, mtl, pretty-show, process
+ , semigroupoids, semigroups, SHA, template-haskell, temporary, text
+ , time, transformers, unix, unix-compat, utf8-string
}:
mkDerivation {
pname = "cabal-helper";
- version = "1.0.0.0";
- sha256 = "1lgr2ys50vb8gsn0rwswjbyb4x87ylcfan9qr8qa7a64m6rs5wjl";
- revision = "1";
- editedCabalFile = "0r1lc3rih1n8y5byhls4daa5ka8x8aj4vfrwr8lm41m3l4l19mb9";
+ version = "1.1.0.0";
+ sha256 = "1f4s46l60s1lcdia7nv2r3y71z5c6pg6ljcc0601abl1aklx303p";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -46650,11 +47334,10 @@ self: {
];
testHaskellDepends = [
base bytestring Cabal cabal-plan clock containers directory
- filepath ghc ghc-paths mtl pretty-show process semigroupoids
- semigroups SHA template-haskell temporary text time transformers
- unix unix-compat utf8-string
+ filepath ghc mtl pretty-show process semigroupoids semigroups SHA
+ template-haskell temporary text time transformers unix unix-compat
+ utf8-string
];
- doHaddock = false;
doCheck = false;
description = "Give Haskell development tools access to Cabal project environment";
license = stdenv.lib.licenses.asl20;
@@ -46780,22 +47463,25 @@ self: {
"cabal-install-parsers" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring
, binary, binary-instances, bytestring, Cabal, containers
- , cryptohash-sha256, directory, filepath, lukko, network-uri
- , parsec, pretty, tar, tasty, tasty-golden, tasty-hunit, text, time
- , transformers, tree-diff
+ , criterion, cryptohash-sha256, deepseq, directory, filepath, lukko
+ , network-uri, parsec, pretty, tar, tasty, tasty-golden
+ , tasty-hunit, text, time, transformers, tree-diff
}:
mkDerivation {
pname = "cabal-install-parsers";
- version = "0.2";
- sha256 = "14bfiw8ddfm323a8870wazdb6rlyq52ykrhhm24vd2lxg61sn4aa";
+ version = "0.3.0.1";
+ sha256 = "1skv3psqs26m68n5xqsw4jil2f3dz5yv8hmskl58sg0q22mjbspm";
libraryHaskellDepends = [
aeson base base16-bytestring binary binary-instances bytestring
- Cabal containers cryptohash-sha256 directory filepath lukko
+ Cabal containers cryptohash-sha256 deepseq directory filepath lukko
network-uri parsec pretty tar text time transformers
];
testHaskellDepends = [
ansi-terminal base bytestring Cabal containers directory filepath
- tasty tasty-golden tasty-hunit tree-diff
+ pretty tasty tasty-golden tasty-hunit tree-diff
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring Cabal containers criterion directory filepath
];
description = "Utilities to work with cabal-install files";
license = "GPL-2.0-or-later AND BSD-3-Clause";
@@ -47261,8 +47947,8 @@ self: {
}:
mkDerivation {
pname = "cabal2nix";
- version = "2.15.1";
- sha256 = "1gdwri0x7kw96y0c6j9rdqa68arrxkpisq43ld58applxcvr1cs7";
+ version = "2.15.3";
+ sha256 = "1l4jhl842g5jmwhmi1gqljkxa8ia80xbk2vmlhg6hlw1nkl9wfrz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -47482,6 +48168,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "cache-polysemy" = callPackage
+ ({ mkDerivation, base, cache, clock, hashable, polysemy
+ , polysemy-plugin
+ }:
+ mkDerivation {
+ pname = "cache-polysemy";
+ version = "0.1.2";
+ sha256 = "1psgf0x9hjhhnn7kn954b26kxd1c94cbhgv8xd2w3nxpmv2qh0m2";
+ libraryHaskellDepends = [
+ base cache clock hashable polysemy polysemy-plugin
+ ];
+ testHaskellDepends = [
+ base cache clock hashable polysemy polysemy-plugin
+ ];
+ description = "cached hashmaps";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"cached" = callPackage
({ mkDerivation, base, containers, directory, doctest, filepath
, protolude, QuickCheck, quickcheck-assertions, shake, text
@@ -47629,6 +48333,8 @@ self: {
];
description = "A library implementing the Noise protocol";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"caf" = callPackage
@@ -47875,6 +48581,35 @@ self: {
broken = true;
}) {};
+ "calamity" = callPackage
+ ({ mkDerivation, aeson, async, base, bytestring, concurrent-extra
+ , containers, data-default-class, deepseq, deque, df1, di-polysemy
+ , exceptions, fmt, focus, generic-lens, generic-override
+ , generic-override-aeson, hashable, http-date, http-types, lens
+ , lens-aeson, mtl, polysemy, polysemy-plugin, reflection
+ , safe-exceptions, scientific, stm, stm-chans, stm-containers, text
+ , text-show, time, typerep-map, unagi-chan, unordered-containers
+ , vector, websockets, wreq-patchable, wuss
+ }:
+ mkDerivation {
+ pname = "calamity";
+ version = "0.1.8.0";
+ sha256 = "1fn2nq1hzcn3lpk3y7i8s3xlbp68h6ikxmi0hvcp9mx9xhlw8yk0";
+ libraryHaskellDepends = [
+ aeson async base bytestring concurrent-extra containers
+ data-default-class deepseq deque df1 di-polysemy exceptions fmt
+ focus generic-lens generic-override generic-override-aeson hashable
+ http-date http-types lens lens-aeson mtl polysemy polysemy-plugin
+ reflection safe-exceptions scientific stm stm-chans stm-containers
+ text text-show time typerep-map unagi-chan unordered-containers
+ vector websockets wreq-patchable wuss
+ ];
+ description = "A library for writing discord bots";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"calc" = callPackage
({ mkDerivation, array, base, harpy, haskell98, mtl }:
mkDerivation {
@@ -48427,37 +49162,36 @@ self: {
({ mkDerivation, async, base, bytes, bytestring, containers, cpu
, data-default, data-default-instances-vector, deepseq, directory
, exceptions, filepath, focus, hashable, heredoc, hspec, list-t
- , mtl, network, network-simple, pretty-show, primitive, process
- , process-extras, QuickCheck, quickcheck-instances, quickcheck-io
- , reinterpret-cast, resourcet, safe-exceptions, stm, stm-containers
- , supervisors, text, transformers, vector, wl-pprint-text
+ , monad-stm, mtl, network, network-simple, pretty-show, primitive
+ , process, process-extras, QuickCheck, quickcheck-instances
+ , quickcheck-io, reinterpret-cast, resourcet, safe-exceptions, stm
+ , stm-containers, supervisors, text, transformers, vector
+ , wl-pprint-text
}:
mkDerivation {
pname = "capnp";
- version = "0.4.0.0";
- sha256 = "1dzabszp3nn13rmvqmdl2gimwmkdpjzd303chbi0jw8248s14bfx";
- revision = "1";
- editedCabalFile = "16h6xvl3xr91rfn5l9lyg2jq14mffxjnkzhva4gn4bds01g2d2jl";
+ version = "0.6.0.0";
+ sha256 = "1w5cp3jp0dm8vf3zmkfpvpz7jl3pamlnxsl75ds3f4xxyx907qcg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async base bytes bytestring containers cpu data-default
- data-default-instances-vector exceptions focus hashable list-t mtl
- network network-simple pretty-show primitive reinterpret-cast
- safe-exceptions stm stm-containers supervisors text transformers
- vector
+ data-default-instances-vector exceptions focus hashable list-t
+ monad-stm mtl network network-simple pretty-show primitive
+ reinterpret-cast safe-exceptions stm stm-containers supervisors
+ text transformers vector
];
executableHaskellDepends = [
base bytes bytestring containers data-default directory exceptions
- filepath mtl primitive reinterpret-cast safe-exceptions text
- transformers vector wl-pprint-text
+ filepath monad-stm mtl primitive reinterpret-cast safe-exceptions
+ text transformers vector wl-pprint-text
];
testHaskellDepends = [
async base bytes bytestring containers data-default deepseq
- directory exceptions heredoc hspec mtl network network-simple
- pretty-show primitive process process-extras QuickCheck
- quickcheck-instances quickcheck-io reinterpret-cast resourcet
- safe-exceptions stm supervisors text transformers vector
+ directory exceptions heredoc hspec monad-stm mtl network
+ network-simple pretty-show primitive process process-extras
+ QuickCheck quickcheck-instances quickcheck-io reinterpret-cast
+ resourcet safe-exceptions stm supervisors text transformers vector
];
description = "Cap'n Proto for Haskell";
license = stdenv.lib.licenses.mit;
@@ -48580,6 +49314,63 @@ self: {
broken = true;
}) {};
+ "cardano-coin-selection" = callPackage
+ ({ mkDerivation, base, bytestring, containers, cryptonite, deepseq
+ , fmt, hspec, memory, QuickCheck, quiet, random, text, transformers
+ , vector
+ }:
+ mkDerivation {
+ pname = "cardano-coin-selection";
+ version = "1.0.1";
+ sha256 = "1nvnkd5g0vq4vqj1w55hd1b1v7rwzhb3anhavablw9wy3w230qja";
+ libraryHaskellDepends = [
+ base bytestring containers cryptonite deepseq quiet text
+ transformers
+ ];
+ testHaskellDepends = [
+ base bytestring containers cryptonite deepseq fmt hspec memory
+ QuickCheck quiet random text transformers vector
+ ];
+ description = "Algorithms for coin selection and fee balancing";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "cardano-transactions" = callPackage
+ ({ mkDerivation, ansi-terminal, base, base58-bytestring, bytestring
+ , cardano-binary, cardano-crypto, cardano-crypto-wrapper
+ , cardano-ledger, cardano-ledger-test, cardano-tx, cborg
+ , cryptonite, extra, hedgehog-quickcheck, hspec, memory
+ , optparse-applicative, process, QuickCheck, text
+ }:
+ mkDerivation {
+ pname = "cardano-transactions";
+ version = "1.0.0";
+ sha256 = "0qzf1yf85m0fwiayjb8g09w9dxq1zyg9xwjcd9p98i3dj6722yfa";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base base58-bytestring bytestring cardano-binary cardano-crypto
+ cardano-crypto-wrapper cardano-ledger cborg cryptonite extra memory
+ text
+ ];
+ executableHaskellDepends = [
+ ansi-terminal base bytestring cborg memory optparse-applicative
+ text
+ ];
+ testHaskellDepends = [
+ base bytestring cardano-crypto-wrapper cardano-ledger
+ cardano-ledger-test cborg hedgehog-quickcheck hspec process
+ QuickCheck text
+ ];
+ testToolDepends = [ cardano-tx ];
+ description = "Library utilities for constructing and signing Cardano transactions";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {cardano-binary = null; cardano-crypto = null;
+ cardano-crypto-wrapper = null; cardano-ledger = null;
+ cardano-ledger-test = null; cardano-tx = null;};
+
"carettah" = callPackage
({ mkDerivation, base, cairo, directory, filepath, gtk
, gtk2hs-buildtools, hcwiid, highlighting-kate, mtl, pandoc, pango
@@ -49801,8 +50592,8 @@ self: {
}:
mkDerivation {
pname = "cborg";
- version = "0.2.2.1";
- sha256 = "10v1dip11zlpbj69k95n1zm1msp41hkw8snd93h19zlji0v0v4ms";
+ version = "0.2.3.0";
+ sha256 = "14y7yckj1xzldadyq8g84dgsdaygf9ss0gd38vjfw62smdjq1in8";
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-prim half integer-gmp
primitive text
@@ -50361,6 +51152,8 @@ self: {
];
description = "A library getting the environment when running on Cloud Foundry";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cfipu" = callPackage
@@ -50572,7 +51365,7 @@ self: {
array base binary bytestring Codec-Image-DevIL containers
data-reify directory GLUT OpenGLRaw process time
];
- description = "Combinators for building and processing 2D images";
+ description = "Combinators for building and processing 2D images.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -50585,7 +51378,7 @@ self: {
version = "0.1";
sha256 = "1gvnp176j8gd0s6wzq10zpiqkn3wma99pwn3f78wgxm9rh588gh2";
libraryHaskellDepends = [ array base chalkboard GLUT OpenGL time ];
- description = "OpenGL based viewer for chalkboard rendered images";
+ description = "OpenGL based viewer for chalkboard rendered images.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -50700,8 +51493,8 @@ self: {
}:
mkDerivation {
pname = "character-cases";
- version = "0.1.0.3";
- sha256 = "05vpi3q44ywljkbxrcx9xqxsw86dxh2ipcsbfmn55d9vkl901hry";
+ version = "0.1.0.4";
+ sha256 = "0097d5p1q2l76jb1qm8zsqm7d3qfcr35v2ip0v52i1ri57b03iya";
libraryHaskellDepends = [
base containers here megaparsec prettyprinter template-haskell
];
@@ -51698,8 +52491,8 @@ self: {
}:
mkDerivation {
pname = "chronos";
- version = "1.1";
- sha256 = "0g41hchir6rxfnd8halg49y80pc9dr38k7b7cik18gqdasswwg6c";
+ version = "1.1.1";
+ sha256 = "10nxhnj5y984c3mf2wkc2zl6afbph0b0vj7f722g0yp7cq4908yj";
libraryHaskellDepends = [
aeson attoparsec base bytestring hashable primitive semigroups text
torsor vector
@@ -52649,8 +53442,8 @@ self: {
}:
mkDerivation {
pname = "clash-ghc";
- version = "1.2.0";
- sha256 = "1rv8bjs563c8r543crj69dnp1610bch3dsxb5c0wckf799l8bmpn";
+ version = "1.2.1";
+ sha256 = "0bczw02kgpiczagnv2aq2yjj0g2619gl8dzwpzsvfz5r1p8kp6f3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -52679,8 +53472,8 @@ self: {
}:
mkDerivation {
pname = "clash-lib";
- version = "1.2.0";
- sha256 = "0w5ilrqagc7xj14ngjg0rgcc3vhkxhsrz21rgl9qhygcs1cam5j2";
+ version = "1.2.1";
+ sha256 = "1l6xibxbkfz91wkl55548wv48gba6n4pmbymb1fbhs43nx3hssil";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal attoparsec base binary bytestring clash-prelude
@@ -52716,10 +53509,10 @@ self: {
}) {};
"clash-prelude" = callPackage
- ({ mkDerivation, array, base, bifunctors, binary, bytestring
- , constraints, containers, criterion, data-binary-ieee754
- , data-default-class, deepseq, doctest, ghc-prim
- , ghc-typelits-extra, ghc-typelits-knownnat
+ ({ mkDerivation, array, 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, hint, integer-gmp
, lens, QuickCheck, quickcheck-classes-base, recursion-schemes
, reflection, singletons, tasty, tasty-hunit, tasty-quickcheck
@@ -52728,8 +53521,9 @@ self: {
}:
mkDerivation {
pname = "clash-prelude";
- version = "1.2.0";
- sha256 = "181ccw3ajdfhmlwjs9jiqy10b7whsp3pcqyxw166s8rda7h3pvpj";
+ version = "1.2.1";
+ sha256 = "18smrj545fvry8wj0hvawwcwc9yf1h1nsyyl337yh7xnxq9bycsy";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
array base bifunctors binary bytestring constraints containers
data-binary-ieee754 data-default-class deepseq ghc-prim
@@ -53015,8 +53809,8 @@ self: {
"clckwrks" = callPackage
({ mkDerivation, acid-state, aeson, aeson-qq, attoparsec, base
- , blaze-html, bytestring, Cabal, cereal, containers, directory
- , filepath, happstack-authenticate, happstack-hsp, happstack-jmacro
+ , blaze-html, bytestring, cereal, containers, directory, filepath
+ , happstack-authenticate, happstack-hsp, happstack-jmacro
, happstack-server, happstack-server-tls, hsp, hsx-jmacro, hsx2hs
, ixset, jmacro, lens, mtl, network, network-uri, old-locale
, openssl, process, random, reform, reform-happstack, reform-hsp
@@ -53027,10 +53821,9 @@ self: {
}:
mkDerivation {
pname = "clckwrks";
- version = "0.25.4";
- sha256 = "0mlrkyhs095b8bwsk4mjq4wys6ydn4m9nds37lxqnw6qzl6rk5hl";
+ version = "0.25.5";
+ sha256 = "1sis7xqvnbaqw513xibzrfyvhbcfsg7yz6syd3lx9rqz26b1byih";
enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
acid-state aeson aeson-qq attoparsec base blaze-html bytestring
cereal containers directory filepath happstack-authenticate
@@ -53056,8 +53849,8 @@ self: {
}:
mkDerivation {
pname = "clckwrks-cli";
- version = "0.3.0.1";
- sha256 = "0f44ndvnkivwc72lxfr779kyn20g7f4wy3prqazdhk47xvl1fps6";
+ version = "0.3.0.2";
+ sha256 = "0gan0x38ymi9s0bxv34girdh6pz2dy797yrifnzkv9p8gnlh0648";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -53201,19 +53994,17 @@ self: {
}) {};
"clckwrks-plugin-page" = callPackage
- ({ mkDerivation, acid-state, aeson, attoparsec, base, Cabal
- , clckwrks, containers, directory, filepath, happstack-hsp
- , happstack-server, hsp, hsx2hs, ixset, mtl, old-locale, random
- , reform, reform-happstack, reform-hsp, safecopy, tagsoup
- , template-haskell, text, time, time-locale-compat, uuid
- , uuid-orphans, web-plugins, web-routes, web-routes-happstack
- , web-routes-th
+ ({ mkDerivation, acid-state, aeson, attoparsec, base, clckwrks
+ , containers, directory, filepath, happstack-hsp, happstack-server
+ , hsp, hsx2hs, ixset, mtl, old-locale, random, reform
+ , reform-happstack, reform-hsp, safecopy, tagsoup, template-haskell
+ , text, time, time-locale-compat, uuid, uuid-orphans, web-plugins
+ , web-routes, web-routes-happstack, web-routes-th
}:
mkDerivation {
pname = "clckwrks-plugin-page";
- version = "0.4.3.19";
- sha256 = "06lvr3sq5slcfc1r3vmip9flh5dn50mz6ar7x11zk4dm365g4vhk";
- setupHaskellDepends = [ base Cabal ];
+ version = "0.4.3.20";
+ sha256 = "0w1vyw5jvypbha4i5m7f7kpwmyqarm9wzdklldabx41cm3ab48li";
libraryHaskellDepends = [
acid-state aeson attoparsec base clckwrks containers directory
filepath happstack-hsp happstack-server hsp hsx2hs ixset mtl
@@ -54593,8 +55384,8 @@ self: {
}:
mkDerivation {
pname = "co-log";
- version = "0.4.0.0";
- sha256 = "1ayxsxw96yy72h6bsy6vwi4xwdawcq1hgsyc0s626bp84is7fm5c";
+ version = "0.4.0.1";
+ sha256 = "08sqrsy55wrfc5bg5sz22hah0ix14wrxn20lka17ri17a818w9p7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -54613,12 +55404,23 @@ self: {
broken = true;
}) {};
+ "co-log-concurrent" = callPackage
+ ({ mkDerivation, base, co-log-core, stm }:
+ mkDerivation {
+ pname = "co-log-concurrent";
+ version = "0.5.0.0";
+ sha256 = "07z4aklk7dc2fhbc30kd9hbdvq71sa4ip6r2pyifcpn3p2pr3mna";
+ libraryHaskellDepends = [ base co-log-core stm ];
+ description = "Asynchronous backend for co-log library";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"co-log-core" = callPackage
({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "co-log-core";
- version = "0.2.1.0";
- sha256 = "1jfdjcbhd4mjj00fr2xk7g220kxz4jzbv84j32sqkjnrx49cziz0";
+ version = "0.2.1.1";
+ sha256 = "04w8j39n1cfmzvvllbjj21w7g53lgppf5crk7n4i9hgspaxbwyik";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob ];
description = "Composable Contravariant Comonadic Logging Library";
@@ -54629,8 +55431,8 @@ self: {
({ mkDerivation, base, co-log-core, polysemy }:
mkDerivation {
pname = "co-log-polysemy";
- version = "0.0.1.1";
- sha256 = "0wm5zcn3df4hc5rbbj1mlm9y1fs5pkpvvm1c98r5dnvs7lfmnzpd";
+ version = "0.0.1.2";
+ sha256 = "0g1qr6akgbnqs64xammvdpqjf5n5drx4a48w7lxw7l6n7z99rr4n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base co-log-core polysemy ];
@@ -54688,8 +55490,8 @@ self: {
}:
mkDerivation {
pname = "cobot";
- version = "0.1.1.1";
- sha256 = "12bq23am5q0cb58sgifdihc53rwg91m1wvkyr06nkjddh8vgfc3g";
+ version = "0.1.1.4";
+ sha256 = "0sskb87cjq6b6splwyl4dc11vwyx4jqp4xwdsgk78awfl1zcqhxd";
libraryHaskellDepends = [
array base bytestring containers deepseq lens linear megaparsec mtl
split template-haskell text
@@ -54714,8 +55516,8 @@ self: {
}:
mkDerivation {
pname = "cobot-io";
- version = "0.1.3.1";
- sha256 = "1b64ixkcagcx8d7y5nym9njllndbbb108cp1k31qr4p6yijyw15m";
+ version = "0.1.3.4";
+ sha256 = "059lijjlf31xw94fqp8ylzmvdf99v43vwa35q8an7qg5df81yc1j";
libraryHaskellDepends = [
array attoparsec base binary bytestring containers data-msgpack
deepseq http-conduit hyraxAbif lens linear mtl split text vector
@@ -54946,22 +55748,23 @@ self: {
, bytestring, cereal, cereal-text, containers, deepseq
, dependent-sum, ghc-prim, hashable, HUnit, monad-loops, mtl
, random, ref-tf, reflex, template-haskell, test-framework
- , test-framework-hunit, text, time
+ , test-framework-hunit, text, time, witherable
}:
mkDerivation {
pname = "codeworld-api";
- version = "0.4.0";
- sha256 = "0smw8xjigq1sl3rppbhvifsrzjfbhy4d41m0rpjf1d1ahvby64ja";
+ version = "0.5.0";
+ sha256 = "17s1353jk5l93hxv7wnnf4hxzw0ds1gq16kxkf7ig985141cah1n";
libraryHaskellDepends = [
aeson base base64-bytestring blank-canvas bytestring cereal
cereal-text containers deepseq dependent-sum ghc-prim hashable
monad-loops mtl random ref-tf reflex template-haskell text time
+ witherable
];
testHaskellDepends = [
aeson base base64-bytestring blank-canvas bytestring cereal
cereal-text containers deepseq dependent-sum ghc-prim hashable
HUnit monad-loops mtl random ref-tf reflex template-haskell
- test-framework test-framework-hunit text time
+ test-framework test-framework-hunit text time witherable
];
description = "Graphics library for CodeWorld";
license = stdenv.lib.licenses.asl20;
@@ -55697,6 +56500,18 @@ self: {
license = stdenv.lib.licenses.mpl20;
}) {};
+ "colourista_0_1_0_0" = callPackage
+ ({ mkDerivation, ansi-terminal, base, bytestring, text }:
+ mkDerivation {
+ pname = "colourista";
+ version = "0.1.0.0";
+ sha256 = "1iglvl6k8vrq45h5r8r2ng575dgg30jfw1zq19zld72914mmvjdz";
+ libraryHaskellDepends = [ ansi-terminal base bytestring text ];
+ description = "Convenient interface for printing colourful messages";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"coltrane" = callPackage
({ mkDerivation, base, bytestring, HTTP, http-types, HUnit, mtl
, regex-compat, text, wai, wai-extra, warp
@@ -56280,10 +57095,8 @@ self: {
}:
mkDerivation {
pname = "compact";
- version = "0.1.0.1";
- sha256 = "0lynnbvsyr07driy7lm9llrhvmk9wprjdbfc34svzfwldghk71gf";
- revision = "2";
- editedCabalFile = "1sy8szbmbhn13s54bq04ni234kk05najm3xm0sh6r9qnvg7pcjd7";
+ version = "0.2.0.0";
+ sha256 = "0xv24vd2h76928355rr8gzdbkyn2j17yf6wjyghnzw7qyhsbb9h3";
libraryHaskellDepends = [ base binary bytestring ghc-compact ];
testHaskellDepends = [ base directory ];
description = "Non-GC'd, contiguous storage for immutable data structures";
@@ -56977,8 +57790,8 @@ self: {
({ mkDerivation, base, base-prelude }:
mkDerivation {
pname = "compound-types";
- version = "0.1.4";
- sha256 = "1lnmlql90v66vs2dr5lqg2lzfvf7m3z8naazfzj7zdyqjf9jnpkc";
+ version = "0.1.4.1";
+ sha256 = "0rlmpyx6h8mhzlr6falqh8kd6nm5nqgkhb9vh1znnqwrb3lzzi0x";
libraryHaskellDepends = [ base ];
benchmarkHaskellDepends = [ base-prelude ];
description = "Sum and Product types and such";
@@ -57424,14 +58237,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "concurrency_1_9_0_0" = callPackage
+ "concurrency_1_11_0_0" = callPackage
({ mkDerivation, array, atomic-primops, base, exceptions
, monad-control, mtl, stm, transformers
}:
mkDerivation {
pname = "concurrency";
- version = "1.9.0.0";
- sha256 = "1bmj1g9dnjj6390ky1xkddb1azff1ibphaiyyy2dix351m9dhc3s";
+ version = "1.11.0.0";
+ sha256 = "19a4za0c65gi2a5n882nyi26cgxrsry64rkd3qiqhvzf7m34cjxd";
libraryHaskellDepends = [
array atomic-primops base exceptions monad-control mtl stm
transformers
@@ -57703,8 +58516,8 @@ self: {
pname = "concurrent-utilities";
version = "0.2.0.2";
sha256 = "1phc9a90nvx6dk741hmg3w5m9y8ra5a7zsgmzw173ibaapr2yhqi";
- revision = "1";
- editedCabalFile = "1phqnmgq7mj7751d4g599jy3brz4fmlm1z7qd88gkyr94mn5pm23";
+ revision = "2";
+ editedCabalFile = "1jf0sx6yq557aspa3wm12hkc64pmfnc39kbc5wsa2k7ksash3k15";
libraryHaskellDepends = [ base ];
description = "More utilities and broad-used datastructures for concurrency";
license = stdenv.lib.licenses.bsd3;
@@ -58956,8 +59769,8 @@ self: {
}:
mkDerivation {
pname = "configurator-pg";
- version = "0.2.2";
- sha256 = "0ibpsj3yf8qlcjr84i77j6llrsfpcxadqqgsqz90cwy92z5vjxrx";
+ version = "0.2.3";
+ sha256 = "0vbs52za4smxy8nag08ag2c9mjbpiw1a7ai5vd8is7db9732skfa";
libraryHaskellDepends = [
base containers megaparsec protolude scientific text
];
@@ -59223,7 +60036,7 @@ self: {
version = "0.1.0.1";
sha256 = "16s8y035f30gyla620diwnsqi8lbmmfyxjpj4dlq24d45k5wfnsd";
libraryHaskellDepends = [ attoparsec base bytestring vector ];
- description = "Parse ByteStrings of a prescribed length";
+ description = "Parse ByteStrings of a prescribed length.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -59324,7 +60137,7 @@ self: {
base containers criterion deepseq nat-sized-numbers QuickCheck
smallcheck transformers vector
];
- description = "Typeclasses and instances for monads with constraints";
+ description = "Typeclasses and instances for monads with constraints.";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -59606,10 +60419,10 @@ self: {
}:
mkDerivation {
pname = "consumers";
- version = "2.2.0.1";
- sha256 = "14gs07nl759qfnmi44pyhj24xqmd2xl3ikwhl8s5zykavdpjaimx";
+ version = "2.2.0.2";
+ sha256 = "0nml5hn6n95ngy1qvj6w4rkwa8r6qax0nc2vgimk68bawv4z97qd";
revision = "1";
- editedCabalFile = "1rh1hk1zr0yd82hsam8fjjs6jsssk49lvaasd3dqyx6d4nl1y63i";
+ editedCabalFile = "150f62zfb5kpa8iwp08fq9gdmv142swfldkjrrjyx0jpvf6qcjxc";
libraryHaskellDepends = [
base containers exceptions extra hpqtypes lifted-base
lifted-threads log-base monad-control monad-time mtl stm time
@@ -59967,8 +60780,8 @@ self: {
({ mkDerivation, base, containers, contravariant, mmorph }:
mkDerivation {
pname = "contracheck-applicative";
- version = "0.1.1.0";
- sha256 = "0lv9zq1lxnl9w77wnsywna4lh1cw7gh8ks3gwciij2x2bwlw48ns";
+ version = "0.1.2";
+ sha256 = "0vfw5fp6max40wrfkcsl0km8qpdp231b6agc16y758cg9isxbllg";
libraryHaskellDepends = [ base containers contravariant mmorph ];
description = "Validation types/typeclass based on the contravariance";
license = stdenv.lib.licenses.bsd3;
@@ -61233,8 +62046,8 @@ self: {
}:
mkDerivation {
pname = "cpkg";
- version = "0.2.5.1";
- sha256 = "08snjhmxjcsw2imglfpqggby7vn2vgbbz56d0mh4s6p73mrqnjgg";
+ version = "0.2.5.4";
+ sha256 = "1269zgvcvd18zdmg4rf73mh89a3gcph91fqm46p5h05wz500179w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -62179,6 +62992,8 @@ self: {
pname = "criterion-compare";
version = "0.1.0.0";
sha256 = "034cm3hap9x6cwp44hrd03b09mifcm076a9pn3lgql5ardx91yl7";
+ revision = "1";
+ editedCabalFile = "0nzwqk0mrchrymbmim2542s37i3dvvs5ks25839z9x0fp6gpxiq6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -62551,18 +63366,17 @@ self: {
"crypto-classical" = callPackage
({ mkDerivation, base, bytestring, containers, crypto-numbers
- , crypto-random, microlens, microlens-th, modular-arithmetic
- , QuickCheck, text, transformers
+ , crypto-random, modular-arithmetic, QuickCheck, text, transformers
}:
mkDerivation {
pname = "crypto-classical";
- version = "0.2.1";
- sha256 = "0mqvygx8pvvmaalqzr94nf400smq8y22shyvfhxrh69hs6q0dgw6";
+ version = "0.3.0";
+ sha256 = "1jkgdaln74sznkqr1knainpn3pbjih76rk3r7wmx28jvy57pm1b3";
libraryHaskellDepends = [
- base bytestring containers crypto-numbers crypto-random microlens
- microlens-th modular-arithmetic text transformers
+ base bytestring containers crypto-numbers crypto-random
+ modular-arithmetic text transformers
];
- testHaskellDepends = [ base bytestring microlens QuickCheck ];
+ testHaskellDepends = [ base bytestring QuickCheck ];
description = "An educational tool for studying classical cryptography schemes";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -62598,6 +63412,8 @@ self: {
pname = "crypto-enigma";
version = "0.1.1.6";
sha256 = "07qxrpwg9r2w2l0d2nrvn703vzsfhchznly93bnr2pfpbwj4iv2z";
+ revision = "1";
+ editedCabalFile = "15n8jb3g89x1cj5vk9a3x3g55c3agdz611sjlp5ixvqzf1kz5jiq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers split text ];
@@ -62605,7 +63421,7 @@ self: {
ansi-terminal base containers optparse-applicative split text
];
testHaskellDepends = [ base HUnit QuickCheck ];
- description = "An Enigma machine simulator with display";
+ description = "An Enigma machine simulator with display.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -62779,8 +63595,8 @@ self: {
}:
mkDerivation {
pname = "crypto-rng";
- version = "0.1.1.0";
- sha256 = "1h7pqps4f25sn28dhbs1jd58gl4ml9scc1s4dixbz8mvyv5aslkf";
+ version = "0.1.2.0";
+ sha256 = "0vmfxg5anp3bx8k84rmy3fs0z9h7aw8nhlv52z9js9k469xg9c6j";
libraryHaskellDepends = [
base bytestring crypto-api DRBG exceptions monad-control mtl
transformers-base
@@ -63487,6 +64303,8 @@ self: {
];
description = "Parsing, rendering and manipulating css selectors in Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"css-syntax" = callPackage
@@ -63497,8 +64315,8 @@ self: {
pname = "css-syntax";
version = "0.1.0.0";
sha256 = "02f000nzc0dhjhlp1z82q4far8ablvzalpk918lg54f63lbqdwsh";
- revision = "1";
- editedCabalFile = "14241m9nm3wbbhajw95gdj9mvfzf4hmrzvk2wgjvkm71mg4yhwnr";
+ revision = "5";
+ editedCabalFile = "1i3svb2zy7i3g2xrv8hki5dn6fd5rh2pwjxv72rbmbgl1adp3w3s";
libraryHaskellDepends = [ base scientific text ];
testHaskellDepends = [
base directory hspec QuickCheck scientific text
@@ -63574,7 +64392,7 @@ self: {
attoparsec attoparsec-enumerator base bytestring containers
directory enumerator safe transformers unix-compat
];
- description = "A flexible, fast, enumerator-based CSV parser library for Haskell";
+ description = "A flexible, fast, enumerator-based CSV parser library for Haskell.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -63882,7 +64700,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {cudd = null;};
+ }) {inherit (pkgs) cudd;};
"cue-sheet" = callPackage
({ mkDerivation, base, bytestring, containers, exceptions, hspec
@@ -64439,6 +65257,8 @@ self: {
];
description = "Functional Combinators for Computer Vision";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cve" = callPackage
@@ -64750,10 +65570,8 @@ self: {
}:
mkDerivation {
pname = "darcs";
- version = "2.14.2";
- sha256 = "0zm2486gyhiga1amclbg92cd09bvki6vgh0ll75hv5kl72j61lb5";
- revision = "1";
- editedCabalFile = "0xl7j5cm704pbl2ms0dkydh7jvrz0ym76d725ifpg4h902m1zkhg";
+ version = "2.14.4";
+ sha256 = "0qk70a2i5p69lai0vzrckjql3rz8sfiq5vnpafmscmq8018i2wp7";
configureFlags = [ "-fforce-char8-encoding" "-flibrary" ];
isLibrary = true;
isExecutable = true;
@@ -64771,7 +65589,8 @@ self: {
testHaskellDepends = [
array base bytestring cmdargs containers directory filepath FindBin
HUnit mtl QuickCheck shelly split test-framework
- test-framework-hunit test-framework-quickcheck2 text zip-archive
+ test-framework-hunit test-framework-quickcheck2 text transformers
+ zip-archive
];
doCheck = false;
postInstall = ''
@@ -65218,6 +66037,8 @@ self: {
pname = "data-accessor-template";
version = "0.2.1.16";
sha256 = "15gd6xlrq5ica514m5rdcz2dl8bibdmbsmnc98ddhx491c9g5rwk";
+ revision = "1";
+ editedCabalFile = "0zz2v420zvinphs6jnngc40x7h8jn5rqj3nj8alpgfyqx59w41my";
libraryHaskellDepends = [
base data-accessor template-haskell utility-ht
];
@@ -65236,6 +66057,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "data-ascii" = callPackage
+ ({ mkDerivation, base, blaze-builder, bytestring, case-insensitive
+ , hashable, semigroups, text
+ }:
+ mkDerivation {
+ pname = "data-ascii";
+ version = "1.0.0.0";
+ sha256 = "1dlcfli1fggalxqg4hvdq3g5c1k1f60mwiyz7sha70sa3lp0pw88";
+ libraryHaskellDepends = [
+ base blaze-builder bytestring case-insensitive hashable semigroups
+ text
+ ];
+ description = "Type-safe, bytestring-based ASCII values";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"data-aviary" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -65327,8 +66164,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "data-category";
- version = "0.7";
- sha256 = "000x29a8x2ca7m85z0h7snm0297jf9ndr46dh3arv43fjlvfy3ag";
+ version = "0.10";
+ sha256 = "1mb72r17982w2sslmvi5nzpf7i702iikc7j4h68gzlfnm426jk9q";
description = "Category theory";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -65726,10 +66563,8 @@ self: {
}:
mkDerivation {
pname = "data-dword";
- version = "0.3.1.3";
- sha256 = "1l4g8xbsix6xqljadfq49rs39m2lsbrfz4i7l80q0yhafbm4ax8b";
- revision = "1";
- editedCabalFile = "0gz9pqbi47f4dhn2c9v7y9nzgprbkbp9pd2vq5kpzj18hf53bvdm";
+ version = "0.3.2";
+ sha256 = "1avpf18pqpa9a53l1isk2par3jdk3yb84kfkrvl14ry57hikkjys";
libraryHaskellDepends = [
base data-bword ghc-prim hashable template-haskell
];
@@ -65931,23 +66766,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "data-fix";
- version = "0.2.0";
- sha256 = "14hk6hq5hdb3l5bhmzhw086jpzlvp9qbw9dzw30wlz5jbh2ihmvy";
- libraryHaskellDepends = [ base ];
- description = "Fixpoint data types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "data-fix_0_2_1" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "data-fix";
version = "0.2.1";
sha256 = "05mhbcb04gxj1zl5y3zjss4p5lab5wyvzwk9pbg04ax2l24qmwih";
libraryHaskellDepends = [ base ];
description = "Fixpoint data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"data-fix-cse" = callPackage
@@ -65957,7 +66780,7 @@ self: {
version = "0.0.2";
sha256 = "1xn6qnir5dss23y8d71dsy78sdk7hczwprxir8v6la15c43rf9p2";
libraryHaskellDepends = [ base containers data-fix transformers ];
- description = "Common subexpression elimination for the fixploint types";
+ description = "Common subexpression elimination for the fixploint types.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -66002,8 +66825,8 @@ self: {
pname = "data-forest";
version = "0.1.0.7";
sha256 = "1q41cwinvv0ys260f1f7005403pvz1gbwn0d6cnwh8b7rlgp8f4j";
- revision = "1";
- editedCabalFile = "1kwvjmbchz6nv770x81q7f8i3blfzzifhjqww702c8zbnnafzgar";
+ revision = "2";
+ editedCabalFile = "15s9pv56mi2vqns70vcad1q841rp5yav2wh93qd1ialp109j54j4";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest ];
description = "A simple multi-way tree data structure";
@@ -66964,35 +67787,6 @@ self: {
}:
mkDerivation {
pname = "datadog";
- version = "0.2.4.0";
- sha256 = "063avwbrrv6g1icw6fl7yv04izlmh6wcpngxdzzjz1qqmirb8qn4";
- libraryHaskellDepends = [
- aeson auto-update base buffer-builder bytestring containers dlist
- http-client http-client-tls http-types lens lifted-base
- monad-control network old-locale text time transformers-base
- unliftio unordered-containers vector
- ];
- testHaskellDepends = [
- aeson auto-update base buffer-builder bytestring Cabal containers
- dlist exceptions hspec http-client http-client-tls http-types lens
- lifted-base monad-control network old-locale random text time
- transformers-base unliftio unordered-containers vector
- ];
- description = "Datadog client for Haskell. Supports both the HTTP API and StatsD.";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "datadog_0_2_5_0" = callPackage
- ({ mkDerivation, aeson, auto-update, base, buffer-builder
- , bytestring, Cabal, containers, dlist, exceptions, hspec
- , http-client, http-client-tls, http-types, lens, lifted-base
- , monad-control, network, old-locale, random, text, time
- , transformers-base, unliftio, unordered-containers, vector
- }:
- mkDerivation {
- pname = "datadog";
version = "0.2.5.0";
sha256 = "15vbx09f2l250wlmk1wcnfrdmma81dghmy5gbyc6z7s8aqf9vib6";
libraryHaskellDepends = [
@@ -67122,6 +67916,23 @@ self: {
broken = true;
}) {};
+ "dataflower" = callPackage
+ ({ mkDerivation, base, criterion, hashable, hspec, mtl, pretty-show
+ , QuickCheck, stm, time, transformers, vector
+ }:
+ mkDerivation {
+ pname = "dataflower";
+ version = "0.1.4.0";
+ sha256 = "1ncm6rw8f0zcg7mnqkk027l48zqvg1xi27qjhxq00dhgbsnz42rp";
+ libraryHaskellDepends = [
+ base hashable mtl pretty-show stm time transformers vector
+ ];
+ testHaskellDepends = [ base hspec QuickCheck stm ];
+ benchmarkHaskellDepends = [ base criterion stm ];
+ description = "A Pure-Haskell Timely Dataflow System";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"datalog" = callPackage
({ mkDerivation, base, containers, exceptions, hashable, haskeline
, HUnit, parsec, pretty, test-framework, test-framework-hunit, text
@@ -67575,8 +68386,35 @@ self: {
}:
mkDerivation {
pname = "dbus";
- version = "1.2.13";
- sha256 = "0v5f2n00v1lsfkjz2isgdx4sfyg2cf9ik0nda3j13xh749bgqh38";
+ version = "1.2.14";
+ sha256 = "0w304j28vc90dmyz6zqsijjdjj2967grdc8f3zf5jiq50rzgmrr8";
+ libraryHaskellDepends = [
+ base bytestring cereal conduit containers deepseq exceptions
+ filepath lens network parsec random split template-haskell text
+ th-lift transformers unix vector xml-conduit xml-types
+ ];
+ testHaskellDepends = [
+ base bytestring cereal containers directory extra filepath network
+ parsec process QuickCheck random resourcet tasty tasty-hunit
+ tasty-quickcheck text transformers unix vector
+ ];
+ benchmarkHaskellDepends = [ base criterion ];
+ doCheck = false;
+ description = "A client library for the D-Bus IPC system";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "dbus_1_2_15_1" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, conduit, containers
+ , criterion, deepseq, directory, exceptions, extra, filepath, lens
+ , network, parsec, process, QuickCheck, random, resourcet, split
+ , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
+ , th-lift, transformers, unix, vector, xml-conduit, xml-types
+ }:
+ mkDerivation {
+ pname = "dbus";
+ version = "1.2.15.1";
+ sha256 = "1fq1ds5lkgysi5cpbwh97233vil6w9djxn6dcp5sjj7r5gb76vj7";
libraryHaskellDepends = [
base bytestring cereal conduit containers deepseq exceptions
filepath lens network parsec random split template-haskell text
@@ -67591,6 +68429,7 @@ self: {
doCheck = false;
description = "A client library for the D-Bus IPC system";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dbus-client" = callPackage
@@ -67780,7 +68619,7 @@ self: {
libraryHaskellDepends = [
base containers deepseq parsec transformers wl-pprint
];
- description = "Disciplined Disciple Compiler common utilities";
+ description = "Disciplined Disciple Compiler common utilities.";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -68615,8 +69454,8 @@ self: {
pname = "deepseq-generics";
version = "0.2.0.0";
sha256 = "17bwghc15mc9pchfd1w46jh2p3wzc86aj6a537wqwxn08rayzcxh";
- revision = "4";
- editedCabalFile = "0928s2qnbqsjzrm94x88rvmvbigfmhcyp4m73gw6asinp2qg1kii";
+ revision = "5";
+ editedCabalFile = "1iqgza1larap5n4f1z7d7ag1s3b0zzlvgb91lrwwa5khgw2m7mrg";
libraryHaskellDepends = [ base deepseq ghc-prim ];
testHaskellDepends = [
base deepseq ghc-prim HUnit test-framework test-framework-hunit
@@ -68860,6 +69699,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "dejafu_2_3_0_0" = callPackage
+ ({ mkDerivation, base, concurrency, containers, contravariant
+ , deepseq, exceptions, leancheck, profunctors, random, transformers
+ }:
+ mkDerivation {
+ pname = "dejafu";
+ version = "2.3.0.0";
+ sha256 = "09lqniw3gacyykmk23vl4icyhiixdyjps50cwvcmlwd8k4941gwa";
+ libraryHaskellDepends = [
+ base concurrency containers contravariant deepseq exceptions
+ leancheck profunctors random transformers
+ ];
+ description = "A library for unit-testing concurrent programs";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"deka" = callPackage
({ mkDerivation, base, bytestring, mpdec, parsec, transformers }:
mkDerivation {
@@ -69167,6 +70023,8 @@ self: {
];
description = "Dependent hash maps";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dependent-map" = callPackage
@@ -69587,8 +70445,8 @@ self: {
({ mkDerivation, aeson, base, bytestring }:
mkDerivation {
pname = "deriving-aeson";
- version = "0.2.3";
- sha256 = "0cxkrsdbr2mq2i5w8762lc5cc9kyf3csscd9gmndrrdvicmq1yvv";
+ version = "0.2.5";
+ sha256 = "1pvrc139af0sh657ygj0lw1wi1rk3nr4y906l7l00iz5sa52j0cc";
libraryHaskellDepends = [ aeson base ];
testHaskellDepends = [ aeson base bytestring ];
description = "Type driven generic aeson instance customisation";
@@ -70122,34 +70980,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall_1_31_1" = callPackage
+ "dhall_1_32_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
- , generic-random, hashable, haskeline, http-client, http-client-tls
- , http-types, lens-family-core, megaparsec, memory, mockery, mtl
- , network-uri, optparse-applicative, parser-combinators, parsers
- , pretty-simple, prettyprinter, prettyprinter-ansi-terminal
- , profunctors, QuickCheck, quickcheck-instances, repline
- , scientific, semigroups, serialise, special-values, spoon, tasty
- , tasty-expected-failure, tasty-hunit, tasty-quickcheck
- , template-haskell, text, text-manipulate, th-lift-instances
- , transformers, transformers-compat, turtle, unordered-containers
- , uri-encode, vector
+ , generic-random, half, hashable, haskeline, http-client
+ , http-client-tls, http-types, lens-family-core, megaparsec, memory
+ , mockery, mtl, network-uri, optparse-applicative
+ , parser-combinators, parsers, pretty-simple, prettyprinter
+ , prettyprinter-ansi-terminal, profunctors, QuickCheck
+ , quickcheck-instances, repline, scientific, semigroups, serialise
+ , special-values, spoon, tasty, tasty-expected-failure, tasty-hunit
+ , tasty-quickcheck, template-haskell, text, text-manipulate
+ , th-lift-instances, transformers, transformers-compat, turtle
+ , unordered-containers, uri-encode, vector
}:
mkDerivation {
pname = "dhall";
- version = "1.31.1";
- sha256 = "18v7vvcbcm9s7slh6h43rj9yakkkxwnwgj6kv84i6qzd2j7d80mc";
+ version = "1.32.0";
+ sha256 = "1imj0bh5365pdizvjbw2wqz0g9hakigf1zm4fr6379qdchxpp90p";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base bytestring
case-insensitive cborg cborg-json containers contravariant
cryptonite data-fix deepseq Diff directory dotgen either exceptions
- filepath hashable haskeline http-client http-client-tls http-types
- lens-family-core megaparsec memory mtl network-uri
+ filepath half hashable haskeline http-client http-client-tls
+ http-types lens-family-core megaparsec memory mtl network-uri
optparse-applicative parser-combinators parsers pretty-simple
prettyprinter prettyprinter-ansi-terminal profunctors repline
scientific serialise template-haskell text text-manipulate
@@ -70195,14 +71053,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall-bash_1_0_29" = callPackage
+ "dhall-bash_1_0_30" = callPackage
({ mkDerivation, base, bytestring, containers, dhall
, neat-interpolation, optparse-generic, shell-escape, text
}:
mkDerivation {
pname = "dhall-bash";
- version = "1.0.29";
- sha256 = "0hmhk2lmqr1szrjx1kqa3zlylcblwigi6lqmkqnh0z1dh3kc1a1w";
+ version = "1.0.30";
+ sha256 = "1r2xr8c8kzmrxrb8m6f9dzjn81sqxzx97w0406kwrx9vzfj7ci1q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -70301,7 +71159,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall-json_1_6_3" = callPackage
+ "dhall-json_1_6_4" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal
, base, bytestring, containers, dhall, exceptions, filepath
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
@@ -70310,8 +71168,10 @@ self: {
}:
mkDerivation {
pname = "dhall-json";
- version = "1.6.3";
- sha256 = "1dm6lrn8nd29c8d1sp1l3jnxfxkhhqpvinrgn1hm0lcp3jgzchbb";
+ version = "1.6.4";
+ sha256 = "0vr6a02frfk5bh0qj0m4qlc5pp08m29gxp8ixqihrqakkna6409z";
+ revision = "1";
+ editedCabalFile = "1cnm3jww2cfw0fsrykcijrsixmci2j309k7f7kbplp7iy08dk5h0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -70360,8 +71220,10 @@ self: {
}:
mkDerivation {
pname = "dhall-lsp-server";
- version = "1.0.6";
- sha256 = "1pbxzs9axnbwqfgdz44cbaabq9v10jsk752ix8i0cz1vmwyrcnlv";
+ version = "1.0.7";
+ sha256 = "08nyai9y7s8facdjyfxc1z8dp8qd150y5554vxpvfr98xxj5kf41";
+ revision = "1";
+ editedCabalFile = "12gsy624cg1v98npanwmmmj4i37193lkqngjrrxj3z2ifr6s327i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -70383,16 +71245,17 @@ self: {
"dhall-nix" = callPackage
({ mkDerivation, base, containers, data-fix, dhall, hnix
- , neat-interpolation, optparse-generic, text
+ , lens-family-core, neat-interpolation, optparse-generic, text
}:
mkDerivation {
pname = "dhall-nix";
- version = "1.1.13";
- sha256 = "0sdnrhr9f29ds4zdj2qs123k44vg15r8kn8w2zwkmdabilzlgg9k";
+ version = "1.1.14";
+ sha256 = "1sm7n8539y9944jlc6xk6qx0xssjwz0jjv1505swgi5qcrhdwsij";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base containers data-fix dhall hnix neat-interpolation text
+ base containers data-fix dhall hnix lens-family-core
+ neat-interpolation text
];
executableHaskellDepends = [
base dhall hnix optparse-generic text
@@ -70482,7 +71345,7 @@ self: {
broken = true;
}) {};
- "dhall-yaml_1_0_3" = callPackage
+ "dhall-yaml_1_1_0" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall
, dhall-json, exceptions, HsYAML, HsYAML-aeson
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
@@ -70490,8 +71353,8 @@ self: {
}:
mkDerivation {
pname = "dhall-yaml";
- version = "1.0.3";
- sha256 = "1lnxp2wqbgzg5f2kadhnbd8i5zgwy3g1nz17mmbdqwlx30p4scdn";
+ version = "1.1.0";
+ sha256 = "06lwzis9jjfis6rv4r9gd0iq1da5ymcd6jl8x3rbcimg87k9r4bj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -70648,6 +71511,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "di-polysemy" = callPackage
+ ({ mkDerivation, base, df1, di-core, di-df1, di-handle, polysemy }:
+ mkDerivation {
+ pname = "di-polysemy";
+ version = "0.1.3.0";
+ sha256 = "0fxm9m6cz687ihdh1nsms5cbxpngb9h6v62wdr82g83srvwgcflf";
+ libraryHaskellDepends = [
+ base df1 di-core di-df1 di-handle polysemy
+ ];
+ description = "DI logger wrapped for Polysemy";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"dia-base" = callPackage
({ mkDerivation, base, deepseq }:
mkDerivation {
@@ -71150,10 +72028,8 @@ self: {
}:
mkDerivation {
pname = "diagrams-solve";
- version = "0.1.1";
- sha256 = "17agchqkmj14b17sw50kzxq4hm056g5d8yy0wnqn5w8h1d0my7x4";
- revision = "5";
- editedCabalFile = "1yl8cs05fzqcz49p601am1ij66m9pa70yamhfxgcvya2pf8nimlf";
+ version = "0.1.2";
+ sha256 = "1qzycw3aj4107dqpgir3ak7pnja3a6i4ax15gd2q2fjzmp4p3z24";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base deepseq tasty tasty-hunit tasty-quickcheck
@@ -71172,8 +72048,8 @@ self: {
pname = "diagrams-svg";
version = "1.4.3";
sha256 = "1ysv6cz0fngrndl4wjmw4hrdj2rik5fxa1dkxzwnlgf1xwpvxgk8";
- revision = "1";
- editedCabalFile = "092kl3hnqlji71nxychw9v1sddxaim6ha00g1afi1ph2zm4f6s7c";
+ revision = "2";
+ editedCabalFile = "07149rnzc8787mwh0aac5hfg9f41dxgs5wc9yv60fmgk9h5qnw1n";
libraryHaskellDepends = [
base base64-bytestring bytestring colour containers diagrams-core
diagrams-lib filepath hashable JuicyPixels lens monoid-extras mtl
@@ -71241,8 +72117,8 @@ self: {
}:
mkDerivation {
pname = "dialogflow-fulfillment";
- version = "0.1.0.0";
- sha256 = "0pz5qyz6sf00c5155mrraya7jr8sp99hmfm1642hv4zhj08ky0j7";
+ version = "0.1.1.1";
+ sha256 = "1fha1raifdzkv3g52wl9cx6xpan3jsv11ysd3cz4sffylygcyg71";
libraryHaskellDepends = [
aeson base bytestring containers text unordered-containers
];
@@ -71265,6 +72141,8 @@ self: {
pname = "dib";
version = "0.7.2";
sha256 = "0r1hk45fdyhygmscnphl4n6dcs0rvgavhbg5si0aqsck4wsnql83";
+ revision = "1";
+ editedCabalFile = "08lhqgh1apzik4mrz0g0qwnpafgl3hm2cb49rwghzv1bf66wxq4n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -71299,13 +72177,14 @@ self: {
}:
mkDerivation {
pname = "dice-entropy-conduit";
- version = "1.0.0.1";
- sha256 = "01xwxajwyvv6ac48j9if6xsv05aqg1p02i7d25ivk1k56ky41l1s";
+ version = "1.0.0.3";
+ sha256 = "0pk1mhmy9683rbr2c589jqq1ra4w154nqcyvy3krw043hzd5y90n";
libraryHaskellDepends = [
base bytestring conduit entropy transformers
];
testHaskellDepends = [
- base QuickCheck test-framework test-framework-quickcheck2
+ base bytestring conduit entropy QuickCheck test-framework
+ test-framework-quickcheck2 transformers
];
description = "Cryptographically secure n-sided dice via rejection sampling";
license = stdenv.lib.licenses.lgpl21;
@@ -71654,6 +72533,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "digest-sig" = callPackage
+ ({ mkDerivation, base, bytestring }:
+ mkDerivation {
+ pname = "digest-sig";
+ version = "0.1.0.0";
+ sha256 = "1a855bhy9bs10lj5g38d0ivxc5068qpzi8w9nkc39zwaazaskgh9";
+ revision = "1";
+ editedCabalFile = "18ll6xlhsh588ryqhljz964i64vmlxx0ssr49k9m0yk5xrffajvf";
+ libraryHaskellDepends = [ base bytestring ];
+ doHaddock = false;
+ description = "Signature for digest";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"digestive-bootstrap" = callPackage
({ mkDerivation, base, blaze-bootstrap, blaze-html
, digestive-functors, digestive-functors-blaze, http-types, text
@@ -71697,10 +72590,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors";
- version = "0.8.4.0";
- sha256 = "17l70z0bn5aahjaydg3qcwyip6jk0q4vkar5abhrhls59j5hk6z0";
- revision = "2";
- editedCabalFile = "1a8z8fmjvwab222ayc04xd3wxqagfq6nwf68ynljcbwdbbjyjb7b";
+ version = "0.8.4.2";
+ sha256 = "0x0mh43rli77vqs9bpqd85w5wwr68qchfl5086nn137358583lrn";
libraryHaskellDepends = [
base bytestring containers mtl old-locale semigroups text time
];
@@ -71757,8 +72648,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-happstack";
- version = "0.6.1.2";
- sha256 = "18i4hb39rkgj2jz2ii697gayxi02dqpfbx5arv6zyjvmp1ydynvz";
+ version = "0.6.1.3";
+ sha256 = "1kjmjxmlaaawfkk96wzlzd0kbcb5j0pvqssh3ynjm074cy6h89fd";
libraryHaskellDepends = [
base bytestring digestive-functors happstack-server text
];
@@ -71915,6 +72806,8 @@ self: {
testHaskellDepends = [ base fgl hashable massiv QuickCheck ];
description = "Directed Graphs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dihaa" = callPackage
@@ -72415,8 +73308,8 @@ self: {
}:
mkDerivation {
pname = "dirtree";
- version = "0.1.1";
- sha256 = "18iahbw6hzjxsnmr3yi80w0xvf6iphdxb2yg5kpnww26lmlgk6dc";
+ version = "0.1.3";
+ sha256 = "1x2wff1iqjwdygb6yn7v63bplig4ad4qh6brqaj66y1qpnhb5vja";
libraryHaskellDepends = [
base bytestring containers deepseq directory filepath lens unix
zip-archive
@@ -72506,8 +73399,8 @@ self: {
}:
mkDerivation {
pname = "discord-haskell";
- version = "1.5.0";
- sha256 = "1449ap68c917z1318wg67cv7yk7cmfr61m0ikbf132gzsfyx69kv";
+ version = "1.5.2";
+ sha256 = "1xpgbxmf70jlgm2mfnyb3mylvp0xzgp501iybbf3s12b7d0kk17b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73536,8 +74429,8 @@ self: {
}:
mkDerivation {
pname = "distributive";
- version = "0.6.1";
- sha256 = "1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp";
+ version = "0.6.2";
+ sha256 = "1j93zkfffm6s16kgr0j0z87y5ds28rw0r2gyc5ncwcylvrqy4kl2";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base base-orphans tagged transformers ];
testHaskellDepends = [ base doctest generic-deriving hspec ];
@@ -74019,32 +74912,32 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "dobutokO";
- version = "0.3.1.0";
- sha256 = "0vsh9ygxaqy9qv193hbvk4fx4bj34m95qnqfippv76l0f4lpa8bz";
+ version = "0.3.2.0";
+ sha256 = "1qps4zvk3qn2d93778cs2b6kf1k9fjgw5248hyx9v0n05crfw2i8";
libraryHaskellDepends = [ base ];
description = "The library is intended to print updated messages on the terminal screen";
license = stdenv.lib.licenses.mit;
}) {};
"dobutokO2" = callPackage
- ({ mkDerivation, base, directory, mmsyn2, mmsyn3, mmsyn6ukr
- , mmsyn7s, mmsyn7ukr, process, vector
+ ({ mkDerivation, base, bytestring, directory, mmsyn2, mmsyn3
+ , mmsyn6ukr, mmsyn7s, mmsyn7ukr, process, vector
}:
mkDerivation {
pname = "dobutokO2";
- version = "0.26.0.0";
- sha256 = "04nack12bj26z56jlwrms5idx3x4qp7kif1ff40vwwkq5qwxncbc";
+ version = "0.39.1.0";
+ sha256 = "0nlgw32a5fbfpikdg8cs2ivc5gn4dcdqhmzgjl1qx07lhl0v8cyq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr process
- vector
+ base bytestring directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr
+ process vector
];
executableHaskellDepends = [
- base directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr process
- vector
+ base bytestring directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr
+ process vector
];
- description = "A program and a library to create experimental music from a mono audio and a Ukrainian text";
+ description = "Helps to create experimental music from a file (or its part) and a Ukrainian text";
license = stdenv.lib.licenses.mit;
}) {};
@@ -74128,8 +75021,8 @@ self: {
}:
mkDerivation {
pname = "docker";
- version = "0.6.0.3";
- sha256 = "0vvvw7ijzsra1kknv196fla1vc9jigp4dafycvh2djaxmj73d1vi";
+ version = "0.6.0.4";
+ sha256 = "07j1c526gazy0kw98iklac767jhslhx9mcnzjazmwqsgyj8n217f";
libraryHaskellDepends = [
aeson base blaze-builder bytestring conduit conduit-combinators
conduit-extra containers data-default-class directory exceptions
@@ -74337,7 +75230,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "doctemplates_0_8_1" = callPackage
+ "doctemplates_0_8_2" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, doclayout, filepath, Glob, HsYAML, mtl, parsec, safe, scientific
, tasty, tasty-golden, tasty-hunit, temporary, text
@@ -74345,8 +75238,8 @@ self: {
}:
mkDerivation {
pname = "doctemplates";
- version = "0.8.1";
- sha256 = "02xysm510m3hbifwb7ngx39wj1ycxjrws4ngnm0d7ywqm9cv1hbb";
+ version = "0.8.2";
+ sha256 = "14xymm4lp0nfbm2y8jcyaisb52mrwjz40dz5n5c8m48rkqqb4qzl";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base containers doclayout filepath HsYAML mtl parsec safe
@@ -74632,6 +75525,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "dom-events" = callPackage
+ ({ mkDerivation, base, text, unordered-containers }:
+ mkDerivation {
+ pname = "dom-events";
+ version = "0.0.0.4";
+ sha256 = "1yyhinrv6pm275fi9kg8hdi3vzv33i8nm785fih402fw0a9g8r35";
+ libraryHaskellDepends = [ base text unordered-containers ];
+ testHaskellDepends = [ base ];
+ description = "DOM Events expressed as Haskell types";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"dom-lt" = callPackage
({ mkDerivation, array, base, containers, criterion, deepseq }:
mkDerivation {
@@ -75832,8 +76737,8 @@ self: {
pname = "dual-game";
version = "0.1.0.1";
sha256 = "1w69d7d2xbpi82n41gq08qdmldh834ka7qwvy159vsac556wwcfg";
- revision = "5";
- editedCabalFile = "1i87w3frlicplbc3gkp0msz1ck1irfmy9ym2n2ffxglv18vaczb6";
+ revision = "6";
+ editedCabalFile = "10hj6snshirfx6apbrdb2jm45xsgvsis0c7i5a33wwl0lnklxwj2";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -75974,8 +76879,8 @@ self: {
pname = "dumb-cas";
version = "0.2.0.0";
sha256 = "1zcq9r2p5gjpfivprjp9hspqpayrj9in2jck5vf5ibxpc671isb4";
- revision = "1";
- editedCabalFile = "1269wjyywvi86gmpqdpq2niv5ifns0bqr1i5229w69jdlzrc6dqg";
+ revision = "2";
+ editedCabalFile = "1a6xj7qszi815xr5nks13593kc90wqalq78kxsnmmhn2m2r1aq2q";
libraryHaskellDepends = [
base containers decimal-literals hashable template-haskell
unordered-containers
@@ -76039,8 +76944,23 @@ self: {
];
description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "dunai_0_7_0" = callPackage
+ ({ mkDerivation, base, MonadRandom, simple-affine-space, tasty
+ , tasty-hunit, transformers, transformers-base
+ }:
+ mkDerivation {
+ pname = "dunai";
+ version = "0.7.0";
+ sha256 = "1gii02d557ak0h4sq5ra4n40y4sl88z74n6mwd0937xxlpiahwsh";
+ libraryHaskellDepends = [
+ base MonadRandom simple-affine-space transformers transformers-base
+ ];
+ testHaskellDepends = [ base tasty tasty-hunit transformers ];
+ description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dunai-core" = callPackage
@@ -76063,8 +76983,8 @@ self: {
({ mkDerivation, base, dunai, normaldistribution, QuickCheck }:
mkDerivation {
pname = "dunai-test";
- version = "0.1.0.0";
- sha256 = "0jkn1740adzv9jwsp6qa0sxfxg6x5cvqlss1yjwcr1chsvpk2d1m";
+ version = "0.7.0";
+ sha256 = "08pbfw10dkds8dwr913p0rikvs7vxfwyj5rdsr7njzh39fz9lqli";
libraryHaskellDepends = [
base dunai normaldistribution QuickCheck
];
@@ -76303,8 +77223,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "dwergaz";
- version = "0.2.0.3";
- sha256 = "080wwa3ffd8lb5ri324ijkpj8pd6nw7zscz23gc01m1hyavwpqip";
+ version = "0.2.0.4";
+ sha256 = "01gdh96p5nwca9g5sa0nrv65vaial3jqprngk67n9wxbj74pwr8f";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "A minimal testing library";
@@ -76477,7 +77397,7 @@ self: {
version = "0.1.1.0";
sha256 = "1agk7q556yf6v776568apvc4dgvxiqfshina12f69ky8afvjr6qz";
libraryHaskellDepends = [ base containers template-haskell unix ];
- description = "Automatically derive dynamic linking methods from a data type";
+ description = "Automatically derive dynamic linking methods from a data type.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -76504,7 +77424,7 @@ self: {
version = "0.1.0.5";
sha256 = "0hsy9mgnl2yf94kqxy69wgmr5hjqxpp55qvij3f53sxxywjrxdi2";
libraryHaskellDepends = [ base primitive vector ];
- description = "A wrapper around MVector that enables pushing, popping and extending";
+ description = "A wrapper around MVector that enables pushing, popping and extending.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -76542,6 +77462,8 @@ self: {
pname = "dynamic-plot";
version = "0.4.1.0";
sha256 = "1nly6ra0kd72q42hiaqism94vmyg5hp4ppyd024iiq9pcbgpq7r6";
+ revision = "1";
+ editedCabalFile = "0chaa06bzf3jd55c9s6wcnl7i8j2wl55rr9g50aia4gsc47azgxr";
libraryHaskellDepends = [
base colour colour-space constrained-categories containers
data-default deepseq diagrams-cairo diagrams-core diagrams-gtk
@@ -76809,6 +77731,17 @@ self: {
broken = true;
}) {};
+ "earcut" = callPackage
+ ({ mkDerivation, base, vector }:
+ mkDerivation {
+ pname = "earcut";
+ version = "0.1.0.2";
+ sha256 = "080picb31ihv0gzxg0nnxx90g0n08l0hz9y57k2jihsibmkszwsi";
+ libraryHaskellDepends = [ base vector ];
+ description = "Binding to C++ earcut library";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
"ease" = callPackage
({ mkDerivation, base, data-default }:
mkDerivation {
@@ -77678,6 +78611,44 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "egison_4_0_0" = callPackage
+ ({ mkDerivation, array, base, containers, criterion, deepseq
+ , directory, filepath, ghc, ghc-paths, Glob, hashable, haskeline
+ , HUnit, megaparsec, mini-egison, mtl, optparse-applicative, parsec
+ , parser-combinators, prettyprinter, process, random, regex-tdfa
+ , split, test-framework, test-framework-hunit, text, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "egison";
+ version = "4.0.0";
+ sha256 = "00dps0p1n3izfclvdykh6y10lnjis11352ndqbyv55wl6n3xjb2p";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ array base containers directory ghc ghc-paths hashable haskeline
+ megaparsec mini-egison mtl optparse-applicative parsec
+ parser-combinators prettyprinter process random regex-tdfa split
+ text transformers unordered-containers vector
+ ];
+ executableHaskellDepends = [
+ array base containers directory filepath ghc ghc-paths haskeline
+ mtl optparse-applicative parsec prettyprinter process regex-tdfa
+ split text transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ base filepath Glob HUnit mtl test-framework test-framework-hunit
+ transformers
+ ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq mtl transformers
+ ];
+ description = "Programming language with non-linear pattern-matching against non-free data";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"egison-pattern-src" = callPackage
({ mkDerivation, base, containers, free, megaparsec, mtl
, parser-combinators, prettyprinter, recursion-schemes, tasty
@@ -77758,23 +78729,23 @@ self: {
}) {};
"egison-tutorial" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, directory
- , egison, filepath, ghc, ghc-paths, haskeline, mtl, parsec
- , regex-posix, transformers, unordered-containers
+ ({ mkDerivation, base, directory, egison, filepath, haskeline, mtl
+ , regex-posix, transformers
}:
mkDerivation {
pname = "egison-tutorial";
- version = "3.10.0";
- sha256 = "109j17iskxs7gwgvxyyvmipf3xsbnysjxj20z6hhjzz1sb3sw5x5";
+ version = "4.0.0";
+ sha256 = "0kma4i6qhjwcr9dhlgl63gd8f676agigbv1qii7p6fvq3hj38ddg";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- array base bytestring containers directory egison filepath ghc
- ghc-paths haskeline mtl parsec regex-posix transformers
- unordered-containers
+ base directory egison filepath haskeline mtl regex-posix
+ transformers
];
description = "A tutorial program for the Egison programming language";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"egyptian-fractions" = callPackage
@@ -77941,14 +78912,14 @@ self: {
"ejdb2-binding" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, ejdb2
- , libejdb2, tasty, tasty-hunit, unordered-containers, vector
+ , libejdb2, mtl, tasty, tasty-hunit, unordered-containers, vector
}:
mkDerivation {
pname = "ejdb2-binding";
- version = "0.1.0.0";
- sha256 = "0vh40ssfrz22vdqw0lswq27rr7wpzndg5y74wjdsddy44pbgmmc9";
+ version = "0.3.0.0";
+ sha256 = "06zqdnycpzpaymfnimz87v1rc5a8xlnr8mcd49a90ivza967vmmr";
libraryHaskellDepends = [
- aeson base bytestring unordered-containers
+ aeson base bytestring mtl unordered-containers
];
librarySystemDepends = [ ejdb2 ];
libraryPkgconfigDepends = [ libejdb2 ];
@@ -77957,6 +78928,8 @@ self: {
];
description = "Binding to EJDB2 C library, an embedded JSON noSQL database";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {ejdb2 = null; libejdb2 = null;};
"ekg" = callPackage
@@ -78041,6 +79014,8 @@ self: {
pname = "ekg-core";
version = "0.1.1.7";
sha256 = "04nv6iwzrb63fs97ixb0amj8p6zhabg3ggbrg4nbkq7xjhmkz0a5";
+ revision = "1";
+ editedCabalFile = "17rfxsns0za7jqp3069mwp0lbd433gwb7lrnla02y7hfxbpnldf4";
libraryHaskellDepends = [
base containers ghc-prim text unordered-containers
];
@@ -78109,8 +79084,8 @@ self: {
pname = "ekg-json";
version = "0.1.0.6";
sha256 = "0iyx0ix4dcyhh9xg4ia1lm7x2q0iffswnr33khfg9fr81am80shy";
- revision = "5";
- editedCabalFile = "0qc3fdycamm97lhhvwgvl8kvj169qrwr5ds4vkvyclpv0s90ijva";
+ revision = "6";
+ editedCabalFile = "111495nizf5d9s91nbss78y3rh7vj5p1021m7pz96li37i5ps13m";
libraryHaskellDepends = [
aeson base ekg-core text unordered-containers
];
@@ -78432,6 +79407,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "elm-bridge_0_6_0" = callPackage
+ ({ mkDerivation, aeson, base, containers, hspec, QuickCheck
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "elm-bridge";
+ version = "0.6.0";
+ sha256 = "1sn4fdillziikydn832sknmn1wjb5idxfx8n2avahjwn5sdg7dwp";
+ libraryHaskellDepends = [ aeson base template-haskell ];
+ testHaskellDepends = [
+ aeson base containers hspec QuickCheck text
+ ];
+ description = "Derive Elm types and Json code from Haskell types, using aeson's options";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"elm-build-lib" = callPackage
({ mkDerivation, base, bytestring, containers, elm-compiler
, elm-core-sources, file-embed, template-haskell
@@ -78906,29 +79898,68 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "elynx" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, elynx-tools
+ , optparse-applicative, slynx, tlynx
+ }:
+ mkDerivation {
+ pname = "elynx";
+ version = "0.2.2";
+ sha256 = "19fj65klv8pyan6n6i0mzcwpsprkhvxirh82hdmr3b3y2zaw10h6";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson base bytestring elynx-tools optparse-applicative slynx tlynx
+ ];
+ description = "Validate and (optionally) redo ELynx analyses";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "elynx-markov" = callPackage
+ ({ mkDerivation, base, bytestring, containers, elynx-seq
+ , elynx-tools, elynx-tree, hmatrix, hspec, hspec-megaparsec
+ , integration, math-functions, megaparsec, mwc-random, parallel
+ , primitive, statistics, vector
+ }:
+ mkDerivation {
+ pname = "elynx-markov";
+ version = "0.2.2";
+ sha256 = "1w7wxha82xaanfnzyn8ygfpxmk7lalfvzwr157crz8nm59ai4c05";
+ libraryHaskellDepends = [
+ base bytestring containers elynx-seq elynx-tools elynx-tree hmatrix
+ integration math-functions megaparsec mwc-random parallel primitive
+ statistics vector
+ ];
+ testHaskellDepends = [
+ base bytestring containers elynx-tools elynx-tree hmatrix hspec
+ hspec-megaparsec integration math-functions megaparsec mwc-random
+ parallel primitive statistics vector
+ ];
+ description = "Simulate molecular sequences along trees";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"elynx-seq" = callPackage
- ({ mkDerivation, async, base, bytestring, containers
- , data-memocombinators, elynx-tools, elynx-tree, hmatrix, hspec
- , hspec-megaparsec, integration, math-functions, matrices
- , megaparsec, mwc-random, optparse-applicative, parallel, primitive
- , statistics, transformers, vector, vector-th-unbox, word8
+ ({ mkDerivation, aeson, base, bytestring, containers, elynx-tools
+ , hspec, hspec-megaparsec, matrices, megaparsec, mwc-random
+ , parallel, primitive, vector, vector-th-unbox, word8
}:
mkDerivation {
pname = "elynx-seq";
- version = "0.1.0";
- sha256 = "07kykql8i5msy2n091bwbawagbfpw8q553k5s89j3y5bi6d4aahg";
+ version = "0.2.2";
+ sha256 = "1m09indy34zgx16m2rnmwjf9fvrhi8qcdxpfz7myjl2hxbp8hz1j";
libraryHaskellDepends = [
- async base bytestring containers data-memocombinators elynx-tools
- elynx-tree hmatrix integration math-functions matrices megaparsec
- mwc-random optparse-applicative parallel primitive statistics
- transformers vector vector-th-unbox word8
+ aeson base bytestring containers elynx-tools matrices megaparsec
+ mwc-random parallel primitive vector vector-th-unbox word8
];
testHaskellDepends = [
- async base bytestring containers data-memocombinators elynx-tools
- elynx-tree hmatrix hspec hspec-megaparsec integration
- math-functions matrices megaparsec mwc-random optparse-applicative
- parallel primitive statistics transformers vector vector-th-unbox
- word8
+ aeson base bytestring containers elynx-tools hspec hspec-megaparsec
+ matrices megaparsec mwc-random parallel primitive vector
+ vector-th-unbox word8
];
description = "Handle molecular sequences";
license = stdenv.lib.licenses.gpl3;
@@ -78937,22 +79968,23 @@ self: {
}) {};
"elynx-tools" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, containers
- , cryptohash-sha256, deepseq, fast-logger, hmatrix, lifted-base
- , matrices, megaparsec, monad-control, monad-logger, mwc-random
- , optparse-applicative, parallel, primitive, template-haskell, text
- , time, transformers, transformers-base, vector, zlib
+ ({ mkDerivation, aeson, async, base, base16-bytestring, bytestring
+ , containers, cryptohash-sha256, deepseq, directory, fast-logger
+ , hmatrix, matrices, megaparsec, monad-control, monad-logger
+ , mwc-random, optparse-applicative, parallel, primitive
+ , template-haskell, text, time, transformers, transformers-base
+ , vector, zlib
}:
mkDerivation {
pname = "elynx-tools";
- version = "0.1.0";
- sha256 = "0dhri3chyyqq8svw1lkl89hdrjb7b2bin50gqv3d6hrxs9813yz3";
+ version = "0.2.2";
+ sha256 = "0gdnfyag704yfvrakc7d0adh3mb9r1kf1v8cpdrspaxxr77brw9q";
libraryHaskellDepends = [
- aeson async base bytestring containers cryptohash-sha256 deepseq
- fast-logger hmatrix lifted-base matrices megaparsec monad-control
- monad-logger mwc-random optparse-applicative parallel primitive
- template-haskell text time transformers transformers-base vector
- zlib
+ aeson async base base16-bytestring bytestring containers
+ cryptohash-sha256 deepseq directory fast-logger hmatrix matrices
+ megaparsec monad-control monad-logger mwc-random
+ optparse-applicative parallel primitive template-haskell text time
+ transformers transformers-base vector zlib
];
description = "Tools for ELynx";
license = stdenv.lib.licenses.gpl3;
@@ -78962,31 +79994,26 @@ self: {
"elynx-tree" = callPackage
({ mkDerivation, base, bytestring, containers, criterion
- , elynx-tools, hspec, hspec-megaparsec, lifted-async
- , math-functions, megaparsec, mwc-random, optparse-applicative
- , parallel, primitive, QuickCheck, quickcheck-instances, statistics
- , transformers, vector
+ , elynx-tools, hspec, hspec-megaparsec, math-functions, megaparsec
+ , mwc-random, primitive, QuickCheck, quickcheck-instances
+ , statistics
}:
mkDerivation {
pname = "elynx-tree";
- version = "0.1.0";
- sha256 = "1mg4k03xx1zmsn54ip5q27p3qll13dcfk2gh2xyfy097b4mlwrzp";
+ version = "0.2.2";
+ sha256 = "00c7rli9vfi1crz9plpc5xgh960ba245kisxihbx54vqlc94b5hj";
libraryHaskellDepends = [
- base bytestring containers elynx-tools lifted-async math-functions
- megaparsec mwc-random optparse-applicative parallel primitive
- QuickCheck quickcheck-instances statistics transformers vector
+ base bytestring containers elynx-tools math-functions megaparsec
+ mwc-random primitive statistics
];
testHaskellDepends = [
base bytestring containers elynx-tools hspec hspec-megaparsec
- lifted-async math-functions megaparsec mwc-random
- optparse-applicative parallel primitive QuickCheck
- quickcheck-instances statistics transformers vector
+ math-functions megaparsec mwc-random primitive QuickCheck
+ quickcheck-instances statistics
];
benchmarkHaskellDepends = [
- base bytestring containers criterion elynx-tools lifted-async
- math-functions megaparsec mwc-random optparse-applicative parallel
- primitive QuickCheck quickcheck-instances statistics transformers
- vector
+ base bytestring containers criterion elynx-tools math-functions
+ megaparsec mwc-random primitive statistics
];
description = "Handle phylogenetic trees";
license = stdenv.lib.licenses.gpl3;
@@ -79097,8 +80124,8 @@ self: {
}:
mkDerivation {
pname = "email-validate";
- version = "2.3.2.12";
- sha256 = "0ar3cfjia3x11chb7w60mi7hp5djanms883ddk875l6lifr2lyqf";
+ version = "2.3.2.13";
+ sha256 = "0wh955b9wwqwl8jbkzyxxaf8q9y80dbh0f6vaxxzh2cc7zqc31im";
libraryHaskellDepends = [
attoparsec base bytestring template-haskell
];
@@ -79410,8 +80437,8 @@ self: {
}:
mkDerivation {
pname = "encoding";
- version = "0.8.2";
- sha256 = "1lfh5pyc4f73870xz6dydksp5nspnzbkj4fvinhwdknhc5ii8353";
+ version = "0.8.5";
+ sha256 = "1kqi6ic5sa8y01ya99v7r5j9rl68vgy2lsixhbnavi8fx2200hcs";
setupHaskellDepends = [
base Cabal containers filepath ghc-prim HaXml
];
@@ -79610,8 +80637,8 @@ self: {
}:
mkDerivation {
pname = "entropy";
- version = "0.4.1.5";
- sha256 = "0szf8hi1pi8g0kxnkcymh65gk1b0niyl1nnkckzdqyar87qal0jm";
+ version = "0.4.1.6";
+ sha256 = "0qmzz0zgad13zl0kjrxz6cxg8ckn2w8saas2a2j72vbafpzmkixd";
setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [ base bytestring unix ];
description = "A platform independent entropy source";
@@ -80923,8 +81950,8 @@ self: {
}:
mkDerivation {
pname = "essence-of-live-coding";
- version = "0.1.0.2";
- sha256 = "1z65vm457af7ffiih8yzgds059kamaiskvjfl72qqb24fmgj9jxm";
+ version = "0.1.0.3";
+ sha256 = "1kycm3a2rbz8shcjz8j1yl2c5pvpkr9mp3g3pgmcnhdr7wq4smlk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -80946,8 +81973,8 @@ self: {
}:
mkDerivation {
pname = "essence-of-live-coding-gloss";
- version = "0.1.0.1";
- sha256 = "0716mwww68x8v2r6fz6ah8m26w5h98kgd662rirh56nmwr219zk5";
+ version = "0.1.0.3";
+ sha256 = "0ggwh1d57isda9k5l4g7g92l77m1b9hj2vva3r0fvmnidsny41n0";
libraryHaskellDepends = [
base essence-of-live-coding foreign-store gloss syb transformers
];
@@ -80963,8 +81990,8 @@ self: {
}:
mkDerivation {
pname = "essence-of-live-coding-pulse";
- version = "0.1.0.1";
- sha256 = "18f6wrq5ar14yb44yl6m8xfi9c721yywl4gzwcrx65n6wn3h16va";
+ version = "0.1.0.3";
+ sha256 = "044vjp637gaq2q2c8d83c9ixp6zg5x752ifw4nmnwigi1w53y1wq";
libraryHaskellDepends = [
base essence-of-live-coding foreign-store pulse-simple transformers
];
@@ -80980,8 +82007,8 @@ self: {
}:
mkDerivation {
pname = "essence-of-live-coding-quickcheck";
- version = "0.1.0.1";
- sha256 = "0wkffsy3jxz85lxlbppi477wkzlx2zvxmjc70rgf8bjw8s631a22";
+ version = "0.1.0.3";
+ sha256 = "1sp4s69jlc679yhix5smwx1n0gk8msrjmrsyca2lf59l71l3gadc";
libraryHaskellDepends = [
base boltzmann-samplers essence-of-live-coding QuickCheck syb
transformers
@@ -81796,6 +82823,8 @@ self: {
pname = "eventloop";
version = "0.8.2.8";
sha256 = "1k10f8mihxb9xsvjkmzxphin4l49f5pwbfxfan1ar7wzxyv85vjj";
+ revision = "1";
+ editedCabalFile = "0qzrfk1riyf33b7kyjpdzzi8c40wh559wr0m0rjziykzxy0s92m2";
libraryHaskellDepends = [
aeson base bytestring concurrent-utilities deepseq network stm
suspend text timers websockets
@@ -82440,8 +83469,8 @@ self: {
}:
mkDerivation {
pname = "exinst";
- version = "0.7";
- sha256 = "01m50pixmrw6mrd04nxw6qwx0z5k857pn3nqfiybpmp4zbc3bwac";
+ version = "0.8";
+ sha256 = "08axj8yqnqbmxq4yi0fy2rffnkn7lcab2j13b9qlwl5ykc2jrhfh";
libraryHaskellDepends = [
base binary constraints deepseq hashable profunctors QuickCheck
singletons
@@ -82462,8 +83491,8 @@ self: {
}:
mkDerivation {
pname = "exinst-aeson";
- version = "0.7";
- sha256 = "1dn08xqcfp3bsgvrhcv491kdfmky6925wa33zry8aijwxkchva67";
+ version = "0.7.1";
+ sha256 = "1rl9sg6bqac944dh4v6xish6fw6x5mr6a937nyq0yrjmg8d3gswp";
libraryHaskellDepends = [
aeson base constraints exinst singletons
];
@@ -82483,8 +83512,8 @@ self: {
}:
mkDerivation {
pname = "exinst-bytes";
- version = "0.7";
- sha256 = "05k2jzlz6aj5wwy3bnysszr6kw85n0j73wkda5vwcrsha4prmf9r";
+ version = "0.7.1";
+ sha256 = "0carx1qbs97pxj9bq6splar46myfjz8l0imqmy2nr868sf7an7q5";
libraryHaskellDepends = [
base bytes constraints exinst singletons
];
@@ -82504,8 +83533,8 @@ self: {
}:
mkDerivation {
pname = "exinst-cereal";
- version = "0.7";
- sha256 = "1qdz4a4qzi3fbkigvng36hz5j322zbbwya2vrs0shja8ry6rvi74";
+ version = "0.7.1";
+ sha256 = "1ffya75sjy1b60a2c10zymshc8qi1b79rzgpa2mpvlr0glf5i32d";
libraryHaskellDepends = [
base cereal constraints exinst singletons
];
@@ -82553,8 +83582,8 @@ self: {
}:
mkDerivation {
pname = "exinst-serialise";
- version = "0.7";
- sha256 = "0a51534sifdhq764qa9hrhwnv48f1y08a7f11mhhx3r23pxh4588";
+ version = "0.7.1";
+ sha256 = "06fqhxcqwam7160i2m0hsmbdkb0q21kv0vy5azilrbphhz4ycfvp";
libraryHaskellDepends = [
base constraints exinst serialise singletons
];
@@ -83129,6 +84158,29 @@ self: {
broken = true;
}) {};
+ "extended-containers" = callPackage
+ ({ mkDerivation, base, hspec, QuickCheck, transformers, vector }:
+ mkDerivation {
+ pname = "extended-containers";
+ version = "0.1.0.0";
+ sha256 = "04m3i90iljx36yc528yz6dcgcrfvzkvjvghqjp741mqvmixdjsip";
+ libraryHaskellDepends = [ base transformers vector ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Heap and Vector container types";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "extended-containers-lens" = callPackage
+ ({ mkDerivation, base, extended-containers, lens }:
+ mkDerivation {
+ pname = "extended-containers-lens";
+ version = "0.1.0.0";
+ sha256 = "107nfyrp62h6qwc3ra08cd9vyaanc7442wcbfmm83aw05fav3p43";
+ libraryHaskellDepends = [ base extended-containers lens ];
+ description = "lens instances for extended-containers";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"extended-reals" = callPackage
({ mkDerivation, base, deepseq, hashable, HUnit, QuickCheck, tasty
, tasty-hunit, tasty-quickcheck, tasty-th
@@ -83286,6 +84338,35 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "extensions" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, colourista, containers
+ , directory, filepath, ghc-boot-th, hedgehog, hspec, hspec-hedgehog
+ , optparse-applicative, parsec, text
+ }:
+ mkDerivation {
+ pname = "extensions";
+ version = "0.0.0.1";
+ sha256 = "0wxkkdvsq8pqirw5w8ss20iyblw9197q420cpwnqzbl2xb0cjk6n";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring Cabal containers directory filepath ghc-boot-th
+ parsec text
+ ];
+ executableHaskellDepends = [
+ base colourista containers directory filepath optparse-applicative
+ text
+ ];
+ testHaskellDepends = [
+ base bytestring containers ghc-boot-th hedgehog hspec
+ hspec-hedgehog text
+ ];
+ description = "Parse Haskell Language Extensions";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"external-sort" = callPackage
({ mkDerivation, base, binary, bytestring, EdisonAPI, EdisonCore }:
mkDerivation {
@@ -83414,22 +84495,6 @@ self: {
}:
mkDerivation {
pname = "extrapolate";
- version = "0.4.1";
- sha256 = "1rhwgbx8skq8hl1h5hnv28qavy3v1p71vdlib1kwbdp1r7niwp8l";
- libraryHaskellDepends = [
- base express leancheck speculate template-haskell
- ];
- testHaskellDepends = [ base express leancheck speculate ];
- description = "generalize counter-examples of test properties";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "extrapolate_0_4_2" = callPackage
- ({ mkDerivation, base, express, leancheck, speculate
- , template-haskell
- }:
- mkDerivation {
- pname = "extrapolate";
version = "0.4.2";
sha256 = "1dhljcsqahpyn3khxjbxc15ih1r6kgqcagr5gbpg1d705ji7y3j0";
libraryHaskellDepends = [
@@ -83438,7 +84503,6 @@ self: {
testHaskellDepends = [ base express leancheck speculate ];
description = "generalize counter-examples of test properties";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ez-couch" = callPackage
@@ -83882,8 +84946,8 @@ self: {
}:
mkDerivation {
pname = "faktory";
- version = "1.0.1.1";
- sha256 = "1wz7f1ai73xc5n06db8mjbmbdyf5r9p78ysx3q1yiq32h2mvjd3m";
+ version = "1.0.1.2";
+ sha256 = "12pabsmy21il88qmdbg91152y9nzqci9y2cn9ljizlcndnsy7s5l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -84746,6 +85810,8 @@ self: {
testHaskellDepends = [ base doctest first-class-families Glob ];
description = "Data structures and algorithms for first-class-families";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fcg" = callPackage
@@ -85936,6 +87002,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "file-embed_0_0_12_0" = callPackage
+ ({ mkDerivation, base, bytestring, directory, filepath
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "file-embed";
+ version = "0.0.12.0";
+ sha256 = "13b2bcyifyrs1i9yk0qkj5md68ysnwma7zb1xrb1x2i4z3lk342p";
+ libraryHaskellDepends = [
+ base bytestring directory filepath template-haskell
+ ];
+ testHaskellDepends = [ base filepath ];
+ description = "Use Template Haskell to embed file contents directly";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"file-embed-lzma" = callPackage
({ mkDerivation, base, base-compat, bytestring, directory, filepath
, lzma, template-haskell, text, th-lift-instances, transformers
@@ -86137,8 +87220,8 @@ self: {
pname = "filepath";
version = "1.4.2.1";
sha256 = "04jlcaaab4fvlkgpss2mfmr5ixnp1k8f8051nqf8avfg0qan6hqb";
- revision = "1";
- editedCabalFile = "1harx8x3g3badj3087c662sd15fk850jqzx0lz5h16zbsv438lqa";
+ revision = "2";
+ editedCabalFile = "0jpmcdm852wr18kliyp0a69iij3v9rp6wx92gkkk2nc9vns3mwdg";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
description = "Library for manipulating FilePaths in a cross platform way";
@@ -86570,25 +87653,29 @@ self: {
}) {};
"finitary" = callPackage
- ({ mkDerivation, base, bitvec, coercible-utils, finite-typelits
- , ghc-typelits-knownnat, ghc-typelits-natnormalise, hedgehog
- , monad-loops, primitive, template-haskell, typelits-witnesses
+ ({ mkDerivation, base, bitvec, finite-typelits
+ , ghc-typelits-knownnat, ghc-typelits-natnormalise, hedgehog, hspec
+ , hspec-hedgehog, primitive, template-haskell, typelits-witnesses
, vector, vector-sized
}:
mkDerivation {
pname = "finitary";
- version = "1.2.0.0";
- sha256 = "1r9knjg3vypzyvlawl5pysvsjv7vf6cadh8d5kqqj6xsk3qdnnp5";
+ version = "2.0.0.0";
+ sha256 = "19b0sm9lb5k459bhq51srx5rcdgk9rjhfha34a3kcsmlqam9fak7";
libraryHaskellDepends = [
- base bitvec coercible-utils finite-typelits ghc-typelits-knownnat
+ base bitvec finite-typelits ghc-typelits-knownnat
ghc-typelits-natnormalise primitive template-haskell
typelits-witnesses vector vector-sized
];
testHaskellDepends = [
- base bitvec finite-typelits hedgehog monad-loops vector-sized
+ base bitvec finite-typelits ghc-typelits-knownnat
+ ghc-typelits-natnormalise hedgehog hspec hspec-hedgehog primitive
+ template-haskell typelits-witnesses vector vector-sized
];
description = "A better, more type-safe Enum";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"finitary-derive" = callPackage
@@ -86762,6 +87849,8 @@ self: {
pname = "first-class-families";
version = "0.8.0.0";
sha256 = "190jl3vs7glkbm8ap90x9yzlj01yzxd818s3i0w4pz21b6d6sxav";
+ revision = "1";
+ editedCabalFile = "02z6wixk9kdgshxsz99lag29lb70kadg9wn6vsgk906wj014fv52";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob ];
description = "First class type families";
@@ -90715,10 +91804,8 @@ self: {
({ mkDerivation, base, bifunctors, lens, optparse-applicative }:
mkDerivation {
pname = "friendly";
- version = "0.1.0.0";
- sha256 = "0ikbfki5yvagc3xjbqwmzzp29idfviaylnan6cr39kna6fc8ajgx";
- revision = "2";
- editedCabalFile = "12j953w8zcix2iyqwkn08zpw1r1dd7jk8p8a3v5hs5rya1qb74si";
+ version = "0.1.0.1";
+ sha256 = "0860zmvlccdnjycmjr4wmi8ighps9dig5zik8hpj2h3z208ph8qp";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -90790,8 +91877,8 @@ self: {
}:
mkDerivation {
pname = "front";
- version = "0.0.0.7";
- sha256 = "07vzic8r0w7krnhpsq674g7zjk3gbzmf59gff25qk2qpj3rn4w9f";
+ version = "0.0.0.8";
+ sha256 = "07hx4a4hkg8ch29zax67ja099p7npgsaci45h5002cqp91il1khv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -92025,6 +93112,8 @@ self: {
testHaskellDepends = [ base ];
description = "A readline-like effect and carrier for fused-effects";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fused-effects-resumable" = callPackage
@@ -92075,12 +93164,17 @@ self: {
}) {};
"fusion-plugin" = callPackage
- ({ mkDerivation, base, fusion-plugin-types, ghc, syb }:
+ ({ mkDerivation, base, containers, directory, filepath
+ , fusion-plugin-types, ghc, syb, time, transformers
+ }:
mkDerivation {
pname = "fusion-plugin";
- version = "0.2.0";
- sha256 = "0fbsmlkvxxfiwajl3ihidp2xmsds4y47sbqigng9pp78lhln35am";
- libraryHaskellDepends = [ base fusion-plugin-types ghc syb ];
+ version = "0.2.1";
+ sha256 = "08v43q428s6nw3diqaasdr0c9arrzvzvldcybj8wp2r66aw613ic";
+ libraryHaskellDepends = [
+ base containers directory filepath fusion-plugin-types ghc syb time
+ transformers
+ ];
description = "GHC plugin to make stream fusion more predictable";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -92100,30 +93194,28 @@ self: {
"futhark" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
- , blaze-html, bytestring, containers, data-binary-ieee754
- , directory, directory-tree, dlist, file-embed, filepath, free
- , gitrev, happy, haskeline, http-client, http-client-tls
- , http-conduit, language-c-quote, mainland-pretty, markdown
- , megaparsec, mtl, neat-interpolation, parallel, parser-combinators
- , process, process-extras, QuickCheck, random, 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
+ , blaze-html, bytestring, cmark-gfm, containers
+ , data-binary-ieee754, 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, 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.15.3";
- sha256 = "067hzxvvkkz0d9sg67pswi6k061ri314vw4j979skhjibfb7g0hx";
+ version = "0.15.6";
+ sha256 = "16abw20ziw3ik28dry0nr63glmszzzw92dcz1vzm4q76j9sjl0py";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal array base binary blaze-html bytestring
- containers data-binary-ieee754 directory directory-tree dlist
- file-embed filepath free gitrev haskeline http-client
- http-client-tls http-conduit language-c-quote mainland-pretty
- markdown megaparsec mtl neat-interpolation parallel
- parser-combinators process process-extras random regex-tdfa srcloc
+ cmark-gfm containers data-binary-ieee754 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 srcloc
template-haskell temporary terminal-size text time transformers
unordered-containers utf8-string vector vector-binary-instances
versions zip-archive zlib
@@ -92564,25 +93656,25 @@ self: {
}) {};
"galois-field" = callPackage
- ({ mkDerivation, base, bitvec, criterion, groups, integer-gmp
- , MonadRandom, poly, protolude, semirings, tasty, tasty-quickcheck
- , vector, wl-pprint-text
+ ({ mkDerivation, base, bitvec, criterion, groups, integer-gmp, mod
+ , MonadRandom, poly, protolude, QuickCheck, semirings, tasty
+ , tasty-quickcheck, vector, wl-pprint-text
}:
mkDerivation {
pname = "galois-field";
- version = "1.0.1";
- sha256 = "04zy8fmsjaba37kcf2k3dchmwv59kqj3k61jc2bm2ji7vwprnvf7";
+ version = "1.0.2";
+ sha256 = "17khwhh0annwlbbsdj5abh3jv2csg84qvhgn1ircgc69fzb0r59d";
libraryHaskellDepends = [
- base bitvec groups integer-gmp MonadRandom poly protolude semirings
- tasty-quickcheck vector wl-pprint-text
+ base bitvec groups integer-gmp mod MonadRandom poly protolude
+ QuickCheck semirings vector wl-pprint-text
];
testHaskellDepends = [
- base bitvec groups integer-gmp MonadRandom poly protolude semirings
- tasty tasty-quickcheck vector wl-pprint-text
+ base bitvec groups integer-gmp mod MonadRandom poly protolude
+ QuickCheck semirings tasty tasty-quickcheck vector wl-pprint-text
];
benchmarkHaskellDepends = [
- base bitvec criterion groups integer-gmp MonadRandom poly protolude
- semirings tasty-quickcheck vector wl-pprint-text
+ base bitvec criterion groups integer-gmp mod MonadRandom poly
+ protolude QuickCheck semirings vector wl-pprint-text
];
description = "Galois field library";
license = stdenv.lib.licenses.mit;
@@ -92819,6 +93911,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "gather" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "gather";
+ version = "0.1.0.0";
+ sha256 = "0ajh8ygks61knc17vgsm5dsnqhkcrz2s0gaw6xyppq415wijgv0m";
+ libraryHaskellDepends = [ base ];
+ description = "An applicative for parsing unordered things, heterogenous sorting";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"gauge" = callPackage
({ mkDerivation, base, basement, bytestring, deepseq, directory
, foundation, process, vector
@@ -93608,8 +94711,8 @@ self: {
}:
mkDerivation {
pname = "generic-data-surgery";
- version = "0.2.0.0";
- sha256 = "02pnxdhmc5m7i9m269s1pggn6gsqj73flv6d86zfkpnqwwsvd5qs";
+ version = "0.2.1.0";
+ sha256 = "0mjx8yi4f1wvf5w2wp5vzzrh3z5n6900qsp2lbhd2xzzq4zlvzy7";
libraryHaskellDepends = [ base first-class-families generic-data ];
testHaskellDepends = [ base generic-data tasty tasty-hunit ];
description = "Surgery for generic data types";
@@ -94324,6 +95427,21 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity_0_11_0_0" = callPackage
+ ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random
+ , validity
+ }:
+ mkDerivation {
+ pname = "genvalidity";
+ version = "0.11.0.0";
+ sha256 = "0kqhmgq7p94980br47jd6k9m2vjb62idx8x5hrcmybf0dakyscbl";
+ libraryHaskellDepends = [ base QuickCheck random validity ];
+ testHaskellDepends = [ base hspec hspec-core QuickCheck ];
+ description = "Testing utilities for the validity library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-aeson" = callPackage
({ mkDerivation, aeson, base, genvalidity, genvalidity-hspec
, genvalidity-scientific, genvalidity-text
@@ -94366,6 +95484,32 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity-bytestring_0_6_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, deepseq, genvalidity
+ , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck
+ , random, validity, validity-bytestring
+ }:
+ mkDerivation {
+ pname = "genvalidity-bytestring";
+ version = "0.6.0.0";
+ sha256 = "0d15cjp4pxi7hb9nilbf88mia8sv3wzwxgy3kn46bvhz4w726z5d";
+ libraryHaskellDepends = [
+ base bytestring genvalidity QuickCheck random validity
+ validity-bytestring
+ ];
+ testHaskellDepends = [
+ base bytestring deepseq genvalidity genvalidity-hspec hspec
+ QuickCheck validity
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion genvalidity genvalidity-criterion
+ QuickCheck
+ ];
+ description = "GenValidity support for ByteString";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-containers" = callPackage
({ mkDerivation, base, containers, criterion, genvalidity
, genvalidity-criterion, genvalidity-hspec, genvalidity-property
@@ -94406,6 +95550,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity-criterion_0_2_0_0" = callPackage
+ ({ mkDerivation, base, criterion, deepseq, genvalidity, QuickCheck
+ }:
+ mkDerivation {
+ pname = "genvalidity-criterion";
+ version = "0.2.0.0";
+ sha256 = "1r28kqqwaaavchdncdwa4q52z3li5515rfa9wz5lcnyrscim62xg";
+ libraryHaskellDepends = [
+ base criterion deepseq genvalidity QuickCheck
+ ];
+ benchmarkHaskellDepends = [
+ base criterion genvalidity QuickCheck
+ ];
+ description = "Criterion benchmarks for generators";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-hspec" = callPackage
({ mkDerivation, base, genvalidity, genvalidity-property, hspec
, hspec-core, QuickCheck, transformers, validity
@@ -94694,14 +95856,14 @@ self: {
}) {};
"genvalidity-typed-uuid" = callPackage
- ({ mkDerivation, base, genvalidity, genvalidity-hspec
- , genvalidity-hspec-aeson, genvalidity-uuid, hspec, QuickCheck
- , typed-uuid
+ ({ mkDerivation, base, criterion, genvalidity
+ , genvalidity-criterion, genvalidity-hspec, genvalidity-hspec-aeson
+ , genvalidity-uuid, hspec, QuickCheck, typed-uuid
}:
mkDerivation {
pname = "genvalidity-typed-uuid";
- version = "0.0.0.1";
- sha256 = "12b9pqly41kwvyqzlqs2nv882m0vvkf06bshngvhjl4ykn7almqk";
+ version = "0.0.0.2";
+ sha256 = "16h2y11mn2p11pgqkabip0xgwfx1am8s9ja8qikz27jb87x1q410";
libraryHaskellDepends = [
base genvalidity genvalidity-uuid QuickCheck typed-uuid
];
@@ -94709,6 +95871,10 @@ self: {
base genvalidity genvalidity-hspec genvalidity-hspec-aeson
genvalidity-uuid hspec QuickCheck typed-uuid
];
+ benchmarkHaskellDepends = [
+ base criterion genvalidity genvalidity-criterion genvalidity-uuid
+ QuickCheck typed-uuid
+ ];
description = "Generators for Phantom-Typed version of UUID";
license = stdenv.lib.licenses.mit;
}) {};
@@ -94735,19 +95901,23 @@ self: {
}) {};
"genvalidity-uuid" = callPackage
- ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec
- , QuickCheck, uuid, validity, validity-uuid
+ ({ mkDerivation, base, criterion, genvalidity
+ , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, uuid
+ , validity, validity-uuid
}:
mkDerivation {
pname = "genvalidity-uuid";
- version = "0.1.0.3";
- sha256 = "1kjvl1i4nih5yyydilwsq1mssw1ljiipi20k5pxjh5rgb4f1p520";
+ version = "0.1.0.4";
+ sha256 = "02iln9qvcqmsjljflfrq8jckch8pvsarjb6lx0bkk7j3cw2cgn2r";
libraryHaskellDepends = [
base genvalidity QuickCheck uuid validity validity-uuid
];
testHaskellDepends = [
base genvalidity genvalidity-hspec hspec QuickCheck uuid
];
+ benchmarkHaskellDepends = [
+ base criterion genvalidity genvalidity-criterion QuickCheck uuid
+ ];
description = "GenValidity support for UUID";
license = stdenv.lib.licenses.mit;
}) {};
@@ -95157,7 +96327,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc_8_6_5" = callPackage
+ "ghc_8_10_1" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-boot, ghc-boot-th, ghc-heap
, ghci, hpc, process, template-haskell, terminfo, time
@@ -95165,8 +96335,8 @@ self: {
}:
mkDerivation {
pname = "ghc";
- version = "8.6.5";
- sha256 = "13sh7f40pib5v00wd5bdxrwz7m5q398l93kky0z14q47130mpp20";
+ version = "8.10.1";
+ sha256 = "0j5cmb0bqndmrgr92zysa6yiccammdr2pgm9swwkipm5jz4g6d5s";
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
ghc-boot ghc-boot-th ghc-heap ghci hpc process template-haskell
@@ -95189,14 +96359,16 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-boot_8_8_1" = callPackage
+ "ghc-boot_8_8_3" = callPackage
({ mkDerivation, base, binary, bytestring, directory, filepath
, ghc-boot-th
}:
mkDerivation {
pname = "ghc-boot";
- version = "8.8.1";
- sha256 = "1f1701nkyn6cig2mh8wb5wn3vwddkfmfqz8lykh8k1sm76qx7yva";
+ version = "8.8.3";
+ sha256 = "0h4nayld1qa08aly5y3z91z4n778g25s92fggvcxga8bxs49sh50";
+ revision = "1";
+ editedCabalFile = "0rzc0759sy8n7dp4csy464vb8kvaapzvxzjr1scmwh2gk9v3s1lk";
libraryHaskellDepends = [
base binary bytestring directory filepath ghc-boot-th
];
@@ -95205,18 +96377,31 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "ghc-boot-th_8_8_1" = callPackage
+ "ghc-boot-th_8_10_1" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "ghc-boot-th";
- version = "8.8.1";
- sha256 = "14aa5jb5wz1yz12l0ixbbwiqj2rg1vgyd2rlfgm2ixsrryans4cb";
+ version = "8.10.1";
+ sha256 = "0vhhmsd32p7zn9vhpv4d0k0b55n2dyhzy42xblndrma617kz8gli";
libraryHaskellDepends = [ base ];
description = "Shared functionality between GHC and the `template-haskell` library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "ghc-byteorder" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "ghc-byteorder";
+ version = "4.11.0.0.10";
+ sha256 = "1dhzd7ygwm7b3hsrlm48iq4p634laby4hf7c8i7xp0c1g64hmrc6";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base ];
+ doHaddock = false;
+ description = "\"GHC.ByteOrder\" API Compatibility Layer";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ghc-call-stack-extras" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -95229,17 +96414,17 @@ self: {
}) {};
"ghc-check" = callPackage
- ({ mkDerivation, base, ghc, ghc-paths, template-haskell
- , transformers
+ ({ mkDerivation, base, filepath, ghc, ghc-paths, process
+ , template-haskell, transformers
}:
mkDerivation {
pname = "ghc-check";
- version = "0.1.0.3";
- sha256 = "1zrlnk3gzdb96592is2krk8qpk386bib0bpgw47yqj8qfcxqf76v";
+ version = "0.3.0.1";
+ sha256 = "180xqs4g90v9sdjb0b3baqk62gbnw1xkv76wdq5ap49q0730s3vz";
libraryHaskellDepends = [
- base ghc ghc-paths template-haskell transformers
+ base filepath ghc ghc-paths process template-haskell transformers
];
- description = "Detect mismatches between compile-time and run-time versions of the ghc api";
+ description = "detect mismatches between compile-time and run-time versions of the ghc api";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -95440,6 +96625,8 @@ self: {
];
description = "Analyze and visualize event logs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ghc-events-parallel" = callPackage
@@ -95546,8 +96733,8 @@ self: {
}:
mkDerivation {
pname = "ghc-heap-view";
- version = "0.6.1";
- sha256 = "04lmj3ihdwcz483w2cpjs4zcpld8yk3aslkw2gl4mal3fpwf0vhx";
+ version = "0.6.2";
+ sha256 = "1wj11g24zap7r2xvp46dir54hwyki025xnkgymc73224lisc3134";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal filepath ];
libraryHaskellDepends = [
@@ -95651,8 +96838,8 @@ self: {
}:
mkDerivation {
pname = "ghc-lib";
- version = "8.8.3.20200224";
- sha256 = "0qwv8i4x4ylixrbipxkii0zxz3j33cpahlckbn6chpp9b59bfdpa";
+ version = "8.8.3.20200412.1";
+ sha256 = "07xfj3p8w5964jv5py19p2pbcpbjcbwzpd4b46d43j80abzavgxg";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -95663,15 +96850,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-lib_8_10_1_20200324" = callPackage
+ "ghc-lib_8_10_1_20200412" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy
, hpc, pretty, process, time, transformers, unix
}:
mkDerivation {
pname = "ghc-lib";
- version = "8.10.1.20200324";
- sha256 = "09d0254ic650n9h6j863xl3cvd506ww84369qdszxwkizlzk7gr3";
+ version = "8.10.1.20200412";
+ sha256 = "0y680izyflncjs9k1d0bjb2cym6vyp9nnahqhrrgfrhl4xlk0qmi";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -95690,8 +96877,8 @@ self: {
}:
mkDerivation {
pname = "ghc-lib-parser";
- version = "8.8.3.20200224";
- sha256 = "0hdn3sd4l1ph26f715i6mlqw6l6w8nnfp9jmlcwrjph14rpn1y15";
+ version = "8.8.3.20200412.1";
+ sha256 = "1bfyi3haq6qz9x5dbnjvf7m7wqrxqmv3i4kdivlh2v416d56apqd";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -95702,15 +96889,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-lib-parser_8_10_1_20200324" = callPackage
+ "ghc-lib-parser_8_10_1_20200412" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
, process, time, transformers, unix
}:
mkDerivation {
pname = "ghc-lib-parser";
- version = "8.10.1.20200324";
- sha256 = "0i3ab7a2xq8pjd94kfyrlnp9wnjfkl0qi74zb1m23l6k5zm4g9y8";
+ version = "8.10.1.20200412";
+ sha256 = "0cndflf4kfz5vf4q83716ambkkh53kw0j0ak5li2fd0kkwiz1q1z";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -95741,14 +96928,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-lib-parser-ex_8_10_0_4" = callPackage
+ "ghc-lib-parser-ex_8_10_0_8" = callPackage
({ mkDerivation, base, bytestring, containers, directory, extra
, filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate
}:
mkDerivation {
pname = "ghc-lib-parser-ex";
- version = "8.10.0.4";
- sha256 = "10jb935s3d2y1hh710aa96yb9fisj2fngn0i4ls8fdkflh7s81nz";
+ version = "8.10.0.8";
+ sha256 = "0y5yxrgmmb69jq5z7b90hm1ialik1b4x1rmankh7kbynfmhl0h3q";
libraryHaskellDepends = [
base bytestring containers ghc-lib-parser uniplate
];
@@ -95907,8 +97094,8 @@ self: {
({ mkDerivation, base, cpphs, ghc, happy }:
mkDerivation {
pname = "ghc-parser";
- version = "0.2.1.0";
- sha256 = "0z6gr3zs89agyc2iw2lv8rddw78yn6wxzyzkip7gfca1n9f7xwd9";
+ version = "0.2.2.0";
+ sha256 = "1pygg0538nah42ll0zai081y8hv8z7lwl0vr9l2k273i4fdif7hb";
libraryHaskellDepends = [ base ghc ];
libraryToolDepends = [ cpphs happy ];
description = "Haskell source parser from GHC";
@@ -95964,12 +97151,12 @@ self: {
broken = true;
}) {};
- "ghc-prim_0_5_3" = callPackage
+ "ghc-prim_0_6_1" = callPackage
({ mkDerivation, rts }:
mkDerivation {
pname = "ghc-prim";
- version = "0.5.3";
- sha256 = "07s75s4yj33p87zzpvp68hgf72xsxg6rm47g4aaymmlf52aywmv9";
+ version = "0.6.1";
+ sha256 = "06nc87f4mcqcddllysb75qj942y5mmdwss7h9z3m0m93lbxxy6a2";
libraryHaskellDepends = [ rts ];
description = "GHC primitives";
license = stdenv.lib.licenses.bsd3;
@@ -96178,28 +97365,45 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ghc-syntax-highlighter_0_0_6_0" = callPackage
+ ({ mkDerivation, base, ghc-lib-parser, hspec, hspec-discover, text
+ }:
+ mkDerivation {
+ pname = "ghc-syntax-highlighter";
+ version = "0.0.6.0";
+ sha256 = "1dxm4w44y339flwl4ivsmvml3nvzzlxq585by9mm7j56ljlb4aja";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base ghc-lib-parser text ];
+ testHaskellDepends = [ base hspec text ];
+ testToolDepends = [ hspec-discover ];
+ description = "Syntax highlighter for Haskell using lexer of GHC itself";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ghc-tags-core" = callPackage
({ mkDerivation, attoparsec, base, bytestring, criterion, deepseq
- , directory, filepath, ghc, lattices, mtl, pipes, pipes-attoparsec
- , pipes-bytestring, pipes-text, QuickCheck, quickcheck-instances
- , tasty, tasty-golden, tasty-quickcheck, text, transformers
+ , directory, filepath, filepath-bytestring, ghc, lattices, mtl
+ , pipes, pipes-attoparsec, pipes-bytestring, QuickCheck
+ , quickcheck-instances, tasty, tasty-golden, tasty-quickcheck, text
+ , transformers
}:
mkDerivation {
pname = "ghc-tags-core";
- version = "0.1.0.0";
- sha256 = "0agn5601fwq4nr2k6xya0lmwm4hw63rvmpi4rk0jr362vn7d219n";
+ version = "0.2.0.0";
+ sha256 = "1i7jr8zzkybh1f0ljg3l4airfc4ayy4z7v16avj6j5h3k8dksd3f";
libraryHaskellDepends = [
- attoparsec base bytestring directory filepath ghc mtl pipes
- pipes-attoparsec pipes-bytestring pipes-text text transformers
+ attoparsec base bytestring directory filepath-bytestring ghc mtl
+ pipes pipes-attoparsec pipes-bytestring text transformers
];
testHaskellDepends = [
- attoparsec base bytestring directory filepath lattices mtl pipes
- QuickCheck quickcheck-instances tasty tasty-golden tasty-quickcheck
- text
+ attoparsec base bytestring directory filepath filepath-bytestring
+ lattices mtl pipes QuickCheck quickcheck-instances tasty
+ tasty-golden tasty-quickcheck text
];
benchmarkHaskellDepends = [
- base bytestring criterion deepseq mtl pipes pipes-attoparsec
- pipes-bytestring pipes-text text
+ base bytestring criterion deepseq filepath-bytestring mtl pipes
+ pipes-attoparsec pipes-bytestring text
];
description = "a library to work with tags created from Haskell parsed tree";
license = stdenv.lib.licenses.mpl20;
@@ -96208,20 +97412,21 @@ self: {
}) {};
"ghc-tags-plugin" = callPackage
- ({ mkDerivation, base, bytestring, directory, filepath, ghc
- , ghc-tags-core, mtl, optparse-applicative, pipes, pipes-attoparsec
- , pipes-bytestring, pipes-safe, pipes-text, text
+ ({ mkDerivation, base, bytestring, directory, filepath
+ , filepath-bytestring, ghc, ghc-tags-core, mtl
+ , optparse-applicative, pipes, pipes-attoparsec, pipes-bytestring
+ , pipes-safe, text, unix
}:
mkDerivation {
pname = "ghc-tags-plugin";
- version = "0.1.6.0";
- sha256 = "148whav3lpkglgfk51az3f3cfnp50psnznrw0a7mdbqxmkhfb41i";
+ version = "0.2.0.0";
+ sha256 = "0prl25wd8fcga2ndx78rvsyzk4ar9m7wrs10mbcmia9pi4kax7y9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring directory filepath ghc ghc-tags-core mtl
- optparse-applicative pipes pipes-attoparsec pipes-bytestring
- pipes-safe pipes-text text
+ base bytestring directory filepath filepath-bytestring ghc
+ ghc-tags-core mtl optparse-applicative pipes pipes-attoparsec
+ pipes-bytestring pipes-safe text unix
];
description = "A compiler plugin which generates tags file from GHC parsed syntax tree";
license = stdenv.lib.licenses.mpl20;
@@ -96448,15 +97653,15 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "ghci_8_6_5" = callPackage
+ "ghci_8_10_1" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, deepseq, filepath, ghc-boot, ghc-boot-th, ghc-heap
, template-haskell, transformers, unix
}:
mkDerivation {
pname = "ghci";
- version = "8.6.5";
- sha256 = "0h011kixzv5x5bjb2i71bl9dnffc6if7k6jmsncbyvj0vvchrrn8";
+ version = "8.10.1";
+ sha256 = "14r7h3nj61mhap15r3cq6824b6fib9krj6b6qa77bl7jqdqpfxsq";
libraryHaskellDepends = [
array base binary bytestring containers deepseq filepath ghc-boot
ghc-boot-th ghc-heap template-haskell transformers unix
@@ -96622,8 +97827,8 @@ self: {
}:
mkDerivation {
pname = "ghcid";
- version = "0.8.5";
- sha256 = "15zj78wasix4yz8mxx5hl6x1gj364vsbwn5arp7sbq13rywhs2qy";
+ version = "0.8.6";
+ sha256 = "00zyf8m3jj72ax7sj0c4j0yivrvj72vqfwra7hzgywf8fc2qxfv1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -96682,8 +97887,6 @@ self: {
];
description = "The core of an IDE";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghcjs-ajax" = callPackage
@@ -97573,8 +98776,8 @@ self: {
}:
mkDerivation {
pname = "gi-gtk";
- version = "3.0.32";
- sha256 = "0div9lqmirys1f3dy6bskvai72hb82g6rvcg0kwg1im974xp5m8l";
+ version = "3.0.33";
+ sha256 = "03fvazdkg1m9svp39bn4gz7cfy23pp01yfcf6ambkdrq9msqsjak";
setupHaskellDepends = [
base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib
gi-gobject gi-pango haskell-gi
@@ -97869,8 +99072,8 @@ self: {
}:
mkDerivation {
pname = "gi-poppler";
- version = "0.18.21";
- sha256 = "1mfi3yn7yrwg2cdpqp0av4cabmmqpmm2hywsrm5d78cxix4z1s7f";
+ version = "0.18.22";
+ sha256 = "0bqmkijnmxi4k30nbn8zsx03i9y7mlp06ikmd2dbxj22lyazqjz4";
setupHaskellDepends = [
base Cabal gi-cairo gi-gio gi-glib gi-gobject haskell-gi
];
@@ -98337,8 +99540,8 @@ self: {
}:
mkDerivation {
pname = "git-annex";
- version = "8.20200330";
- sha256 = "0xy0ld7kr4cfdl4g4yzvrzl5r60dcj33cxm28a4qz6nqm2yhd4sv";
+ version = "8.20200501";
+ sha256 = "19rggaymvqy7r61n2rl2nigwdi2hzq5l1afcd5l0k1vbacwgq4jl";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@@ -98393,8 +99596,8 @@ self: {
}:
mkDerivation {
pname = "git-brunch";
- version = "1.2.0.0";
- sha256 = "144i3rk9mx5qf1w231zramzr0vvwf8gq4h63v234jcxdlygysy5h";
+ version = "1.3.1.0";
+ sha256 = "0k1q3f9hyyagv67mpaj1159vic4kc44nk10nswg0pql38ai5bqvx";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -98691,13 +99894,14 @@ self: {
}:
mkDerivation {
pname = "git-repair";
- version = "1.20200102";
- sha256 = "13xlnfwaf914n4d57c4q6n1dkhw7jz1grrnw6shqvh3v09ywqsnz";
+ version = "1.20200504";
+ sha256 = "1k5sildrc46mhwxzwxfjxv267322gavcvvs3gc56mz1vfs8ip4b8";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [
base bytestring Cabal data-default directory exceptions filepath
- hslogger IfElse mtl process split unix unix-compat
+ filepath-bytestring hslogger IfElse mtl process split unix
+ unix-compat
];
executableHaskellDepends = [
async attoparsec base bytestring containers data-default deepseq
@@ -98705,7 +99909,7 @@ self: {
mtl network network-uri optparse-applicative process QuickCheck
split text time transformers unix unix-compat utf8-string
];
- description = "repairs a damanged git repisitory";
+ description = "repairs a damaged git repository";
license = stdenv.lib.licenses.agpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -98759,6 +99963,8 @@ self: {
testToolDepends = [ git ];
description = "A framework for pre-commit checks";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitHUD" = callPackage
@@ -98946,18 +100152,15 @@ self: {
}:
mkDerivation {
pname = "github-release";
- version = "1.2.6";
- sha256 = "0959lmq1w1vh9cj3jnq2bg4jndcqg7d4ha531bvp4bg88z00q1zv";
+ version = "1.3.0";
+ sha256 = "08nr6a763zc0zszbw1lci4d86z3rpcyr1444a10q3a0dj64krwab";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base burrito bytestring http-client http-client-tls
http-types mime-types optparse-generic text unordered-containers
];
- executableHaskellDepends = [
- aeson base burrito bytestring http-client http-client-tls
- http-types mime-types optparse-generic text unordered-containers
- ];
+ executableHaskellDepends = [ base ];
description = "Upload files to GitHub releases";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -99087,8 +100290,8 @@ self: {
}:
mkDerivation {
pname = "github-webhooks";
- version = "0.12.0";
- sha256 = "0p029a2pl77arldqllr84gnizhi3fib2mxf4cfggvykhdcrc856h";
+ version = "0.13.0";
+ sha256 = "08yqkxgmd9mqv75wzqi0mxhnb9jv1wawxkikgf6nzqwpdfml967y";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite deepseq
deepseq-generics memory text time vector
@@ -99887,16 +101090,16 @@ self: {
}) {};
"gll" = callPackage
- ({ mkDerivation, array, base, containers, pretty, random-strings
- , regex-applicative, text, time, TypeCompose
+ ({ mkDerivation, array, base, containers, pretty, regex-applicative
+ , text, time, TypeCompose
}:
mkDerivation {
pname = "gll";
- version = "0.4.0.12";
- sha256 = "1ls01s36ixik53c0fyr9sy3bhyh2kfn0yjkh3mp8izgw6l8aydwr";
+ version = "0.4.0.13";
+ sha256 = "1kw1wmc59fz87z8xwdbg9988ghvhdyfj594cxnd28gw0z04gsz4m";
libraryHaskellDepends = [
- array base containers pretty random-strings regex-applicative text
- time TypeCompose
+ array base containers pretty regex-applicative text time
+ TypeCompose
];
description = "GLL parser with simple combinator interface";
license = stdenv.lib.licenses.bsd3;
@@ -103430,13 +104633,14 @@ self: {
"gopro-plus" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, exceptions
, filepath, generic-deriving, HUnit, lens, lens-aeson, mtl, random
- , retry, tasty, tasty-hunit, tasty-quickcheck, text, time
- , transformers, unix, unliftio, unordered-containers, vector, wreq
+ , raw-strings-qq, retry, tasty, tasty-hunit, tasty-quickcheck, text
+ , time, transformers, unix, unliftio, unordered-containers, vector
+ , wreq
}:
mkDerivation {
pname = "gopro-plus";
- version = "0.3.0.1";
- sha256 = "1c2g8ndqwlm8nz08nm66pz3j3wqdm0cn1r03ykay4g3lig7i27za";
+ version = "0.3.1.1";
+ sha256 = "0gjdz5c165hk4nbynp3s633kzivq62y3riz45w0l0k2qrirpkd14";
libraryHaskellDepends = [
aeson base bytestring containers exceptions filepath
generic-deriving lens lens-aeson mtl random retry text time
@@ -103444,9 +104648,9 @@ self: {
];
testHaskellDepends = [
aeson base bytestring containers exceptions filepath
- generic-deriving HUnit lens lens-aeson mtl random retry tasty
- tasty-hunit tasty-quickcheck text time transformers unix unliftio
- unordered-containers vector wreq
+ generic-deriving HUnit lens lens-aeson mtl random raw-strings-qq
+ retry tasty tasty-hunit tasty-quickcheck text time transformers
+ unix unliftio unordered-containers vector wreq
];
description = "GoPro Plus Client API";
license = stdenv.lib.licenses.bsd3;
@@ -104561,21 +105765,22 @@ self: {
"graphql" = callPackage
({ mkDerivation, aeson, base, containers, hspec, hspec-expectations
- , hspec-megaparsec, megaparsec, raw-strings-qq, text, transformers
- , unordered-containers
+ , hspec-megaparsec, megaparsec, parser-combinators, QuickCheck
+ , raw-strings-qq, text, transformers, unordered-containers
}:
mkDerivation {
pname = "graphql";
- version = "0.6.1.0";
- sha256 = "0x0526kb29ndrhb9dy9iwxj9r3qij7sy4zjhjqfx3hc7334rdpda";
+ version = "0.7.0.0";
+ sha256 = "03bfg4whf7blf91x0h4qk6q7f1j7nfvhmqh4ggpnbyxdbyzx9sk4";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson base containers megaparsec text transformers
- unordered-containers
+ aeson base containers megaparsec parser-combinators text
+ transformers unordered-containers
];
testHaskellDepends = [
aeson base containers hspec hspec-expectations hspec-megaparsec
- megaparsec raw-strings-qq text transformers unordered-containers
+ megaparsec parser-combinators QuickCheck raw-strings-qq text
+ transformers unordered-containers
];
description = "Haskell GraphQL implementation";
license = stdenv.lib.licenses.bsd3;
@@ -104739,7 +105944,7 @@ self: {
];
executableHaskellDepends = [ base ];
testHaskellDepends = [ base ];
- description = "GRASP implementation for the AMMM project";
+ description = "GRASP implementation for the AMMM project.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -104850,8 +106055,8 @@ self: {
}:
mkDerivation {
pname = "greenclip";
- version = "3.2.0";
- sha256 = "09ygvyrczxqsp2plwmwx021wmbq2vln9i4b5iaj0j26j7prykikq";
+ version = "3.3.0";
+ sha256 = "02w84wmkih9j9iil9ilwb77qkbvfa6nhllavrcj6rgb7zp264w84";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -104955,8 +106160,8 @@ self: {
}:
mkDerivation {
pname = "greskell";
- version = "1.0.0.1";
- sha256 = "070qqvp4dp7zng6yr1dipcranqhgccnps6k767ag6nh6cprz09qw";
+ version = "1.0.1.0";
+ sha256 = "0gknzbaldmziy7lj23g3l8q3ymxdr5vbis109j6r7zbjap1jy0in";
libraryHaskellDepends = [
aeson base exceptions greskell-core hashable semigroups text
transformers unordered-containers vector
@@ -104969,6 +106174,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "greskell_1_1_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover
+ , exceptions, greskell-core, hashable, hint, hspec, semigroups
+ , text, transformers, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "greskell";
+ version = "1.1.0.0";
+ sha256 = "10zvz33pd5h2zslmvhilsiqzg6j91azrh8dixc0z75dwrrwyhaa2";
+ libraryHaskellDepends = [
+ aeson base exceptions greskell-core hashable semigroups text
+ transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring doctest doctest-discover greskell-core hint
+ hspec text unordered-containers
+ ];
+ description = "Haskell binding for Gremlin graph query language";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"greskell-core" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, doctest
, doctest-discover, hashable, hspec, QuickCheck, scientific
@@ -104997,8 +106224,8 @@ self: {
}:
mkDerivation {
pname = "greskell-websocket";
- version = "0.1.2.1";
- sha256 = "0wz4x7n64cwdjsmyziy9v76aa7p3kxjmbd9bfxc4rpqdjyfk34px";
+ version = "0.1.2.2";
+ sha256 = "1iq8ir7xcqy1vf7x23rl3vp2a165xzmz5c0hwid2n0nj7q3k0i93";
libraryHaskellDepends = [
aeson async base base64-bytestring bytestring greskell-core
hashtables safe-exceptions stm text unordered-containers uuid
@@ -105677,8 +106904,8 @@ self: {
}:
mkDerivation {
pname = "gscholar-rss";
- version = "0.2.5.0";
- sha256 = "0lm0wr2v5vwvd18z8q83nj9x5waxig5v43g0y8p37ls0cpy8m9ss";
+ version = "0.3.0.0";
+ sha256 = "1hvmnzfh4qqbx41kih1py9hn9kxkribk8vfj0wx9i8v0sac5g87s";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -106642,7 +107869,7 @@ self: {
license = "LGPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {cudd = null; epd = null; inherit (pkgs) mtr;
+ }) {inherit (pkgs) cudd; epd = null; inherit (pkgs) mtr;
inherit (pkgs) st; util = null;};
"hCM" = callPackage
@@ -107031,7 +108258,7 @@ self: {
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
+ }) {inherit (pkgs) blas; liblapack = null;};
"hXmixer" = callPackage
({ mkDerivation, base, directory, gtk3, process, split, text }:
@@ -108052,6 +109279,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "haddock_2_23_1" = callPackage
+ ({ mkDerivation, base, filepath, haddock-api }:
+ mkDerivation {
+ pname = "haddock";
+ version = "2.23.1";
+ sha256 = "129lwai4609f910h7yhmmm1rbqzjla9rcg5dpzqihydsjyw5ii1s";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [ base haddock-api ];
+ testHaskellDepends = [ base filepath ];
+ doCheck = false;
+ preCheck = "unset GHC_PACKAGE_PATH";
+ description = "A documentation-generation tool for Haskell libraries";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"haddock" = callPackage
({ mkDerivation, base, filepath, haddock-api }:
mkDerivation {
@@ -108068,25 +109312,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "haddock-api_2_22_0" = callPackage
- ({ mkDerivation, array, base, bytestring, Cabal, containers
- , deepseq, directory, filepath, ghc, ghc-boot, ghc-paths
- , haddock-library, hspec, hspec-discover, QuickCheck, transformers
- , xhtml
+ "haddock-api_2_23_1" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, deepseq
+ , directory, filepath, ghc, ghc-boot, ghc-paths, haddock-library
+ , hspec, hspec-discover, QuickCheck, transformers, xhtml
}:
mkDerivation {
pname = "haddock-api";
- version = "2.22.0";
- sha256 = "149q4zlf4m7wcrr4af2n2flh0jxjsypshbc229vsj1m0kmz4z014";
+ version = "2.23.1";
+ sha256 = "14dl17ajlr8354rmc49w4fsqxmrn0dl7wps3r4iipms5nhj5bm3d";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- array base bytestring Cabal containers deepseq directory filepath
- ghc ghc-boot ghc-paths haddock-library transformers xhtml
+ array base bytestring containers deepseq directory filepath ghc
+ ghc-boot ghc-paths haddock-library transformers xhtml
];
testHaskellDepends = [
- array base bytestring Cabal containers deepseq directory filepath
- ghc ghc-boot ghc-paths haddock-library hspec QuickCheck
- transformers xhtml
+ array base bytestring containers deepseq directory filepath ghc
+ ghc-boot ghc-paths haddock-library hspec QuickCheck transformers
+ xhtml
];
testToolDepends = [ hspec-discover ];
description = "A documentation-generation tool for Haskell libraries";
@@ -108267,8 +109510,8 @@ self: {
}:
mkDerivation {
pname = "hadolint";
- version = "1.17.3";
- sha256 = "00lyf2m6q866383q79b705xhn987504wz3fp3zh7m8580v8phy5p";
+ version = "1.17.6";
+ sha256 = "02xfkssxpyi7q7d1aj1gna8m4374pajqilbcgq0ii0hfrxiilc1k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -108285,8 +109528,6 @@ self: {
];
description = "Dockerfile Linter JavaScript API";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hadoop-formats" = callPackage
@@ -108395,8 +109636,8 @@ self: {
({ mkDerivation, base, intervals, mtl, QuickCheck }:
mkDerivation {
pname = "hafar";
- version = "0.1.0.0";
- sha256 = "0qyly669y8nav9g3y8y74pxmvq47r1l541l5ncq7fn50kvhpmnrj";
+ version = "0.1.1.0";
+ sha256 = "1cr1qb2p55n3hazxd4c4ziwwwyl5y3acqp5hhhv9m68pn53nqpas";
libraryHaskellDepends = [ base intervals mtl ];
testHaskellDepends = [ base intervals mtl QuickCheck ];
description = "Affine arithmetic library for Haskell";
@@ -108495,8 +109736,8 @@ self: {
}:
mkDerivation {
pname = "haiji";
- version = "0.3.2.0";
- sha256 = "1clxvpqwfsybfap746nq8g6gshdizjhbpafs09mnaxp7fi1196xz";
+ version = "0.3.3.0";
+ sha256 = "1fmdiimjk2cnafjb2v8xdbnlwp6m79khl920l8gv1jcvqjmv9vvs";
libraryHaskellDepends = [
aeson attoparsec base data-default mtl scientific tagged
template-haskell text transformers unordered-containers vector
@@ -108781,8 +110022,8 @@ self: {
}:
mkDerivation {
pname = "hakyll";
- version = "4.13.2.0";
- sha256 = "0g52lip9i6zanjja0v86v5sypjvnfpfwzzddrpj04pml733nsnfj";
+ version = "4.13.3.0";
+ sha256 = "1wadcvxpr7w1gm1pmi9j8bm6x0i44ik806j73mzfb1d4wb1ck10p";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -108992,7 +110233,7 @@ self: {
libraryHaskellDepends = [
base containers data-default filepath hakyll
];
- description = "Allow Hakyll to create hierarchical menues from directories";
+ description = "Allow Hakyll to create hierarchical menues from directories.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -109158,6 +110399,8 @@ self: {
testHaskellDepends = [ base hspec mtl pandoc text ];
description = "Use shortcut-links in markdown file for Hakyll";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hakyll-typescript" = callPackage
@@ -109610,13 +110853,15 @@ self: {
({ mkDerivation, base, containers, random }:
mkDerivation {
pname = "hanabi-dealer";
- version = "0.7.2.0";
- sha256 = "0w54ybsd7hkykifw0nsgr3mdss7945y76rbjmlk7zl9lqi780ia7";
+ version = "0.9.1.0";
+ sha256 = "1gksjmrz1rbkfm2cw1hfz74ws0hyxv3491fw6j2j5f1gjp46fwf7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers random ];
description = "Hanabi card game";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"handa-data" = callPackage
@@ -110095,8 +111340,8 @@ self: {
}:
mkDerivation {
pname = "happstack-authenticate";
- version = "2.4.0.2";
- sha256 = "16f4rs4h3lznkci5axibliiwfr3vrm03arxcjfjiv6mypkcpnp2r";
+ version = "2.4.0.3";
+ sha256 = "1pz75kmvmbpki9k957ymwhj427ghpd9qqsjplgd5mz4v2ikpng50";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
acid-state aeson authenticate base base64-bytestring boomerang
@@ -110394,7 +111639,7 @@ self: {
base containers happstack-data happstack-util mtl syb
syb-with-class template-haskell
];
- description = "Efficient relational queries on Haskell sets";
+ description = "Efficient relational queries on Haskell sets.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -110423,8 +111668,8 @@ self: {
({ mkDerivation, base, bytestring, happstack-server, mtl, text }:
mkDerivation {
pname = "happstack-lite";
- version = "7.3.6";
- sha256 = "1mvzpbmjgf5gv9ls5kmg0s6cr765jl701vy2kmbynjkg6jimjmp8";
+ version = "7.3.7";
+ sha256 = "12vyyjl0n9dqp8mh5279930rnbwaxxlzw34651sa7h9gir9hv1zv";
libraryHaskellDepends = [
base bytestring happstack-server mtl text
];
@@ -111944,8 +113189,8 @@ self: {
pname = "haskell-awk";
version = "1.1.1";
sha256 = "0s6vzfsqh2wwsp98l8zpg6cvh7jwz5wha44idz3yavhmy6z08zgd";
- revision = "1";
- editedCabalFile = "1rrplmf2n4vkwisi367gi4a6yyh0ri2sdjqmdix7xyvfdad7m9cb";
+ revision = "2";
+ editedCabalFile = "1nq69vqp5dphhkq3h94c1gw2hpgyn2snnsig6kjwm4z60ww87viw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -112061,23 +113306,22 @@ self: {
"haskell-ci" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, base-compat
, bytestring, Cabal, cabal-install-parsers, containers, deepseq
- , Diff, directory, exceptions, filepath, generic-lens, HsYAML
- , lattices, microlens, mtl, network-uri, optparse-applicative
- , parsec, pretty, process, tasty, tasty-golden, temporary, text
- , transformers, unordered-containers
+ , Diff, directory, exceptions, filepath, generic-lens-lite, HsYAML
+ , lattices, mtl, network-uri, optparse-applicative, parsec, pretty
+ , process, tasty, tasty-golden, temporary, text, transformers
+ , unordered-containers
}:
mkDerivation {
pname = "haskell-ci";
- version = "0.8";
- sha256 = "1wm5fs8fdy85lvjyy9n0yh66ax6bs0ll4gq7d8ba0ibsp69g6pm3";
+ version = "0.10";
+ sha256 = "09v103azd8rd1ps1h14f6rv8s9nga9ja679ma4j44236yfgswxg5";
isLibrary = false;
isExecutable = true;
libraryHaskellDepends = [
aeson base base-compat bytestring Cabal cabal-install-parsers
- containers deepseq directory exceptions filepath generic-lens
- HsYAML lattices microlens mtl network-uri optparse-applicative
- parsec pretty process temporary text transformers
- unordered-containers
+ containers deepseq directory exceptions filepath generic-lens-lite
+ HsYAML lattices mtl network-uri optparse-applicative parsec pretty
+ process temporary text transformers unordered-containers
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
@@ -112404,27 +113648,6 @@ self: {
}) {};
"haskell-gi" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, Cabal, containers
- , directory, doctest, filepath, glib, gobject-introspection
- , haskell-gi-base, mtl, pretty-show, process, regex-tdfa, safe
- , text, transformers, xdg-basedir, xml-conduit
- }:
- mkDerivation {
- pname = "haskell-gi";
- version = "0.23.0";
- sha256 = "04d2lxmbbq7g0yrc5rz9n7zscza9g63vvbz0qv3427y7hbq1xn4a";
- libraryHaskellDepends = [
- attoparsec base bytestring Cabal containers directory filepath
- haskell-gi-base mtl pretty-show process regex-tdfa safe text
- transformers xdg-basedir xml-conduit
- ];
- libraryPkgconfigDepends = [ glib gobject-introspection ];
- testHaskellDepends = [ base doctest process ];
- description = "Generate Haskell bindings for GObject Introspection capable libraries";
- license = stdenv.lib.licenses.lgpl21;
- }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;};
-
- "haskell-gi_0_23_1" = callPackage
({ mkDerivation, ansi-terminal, attoparsec, base, bytestring, Cabal
, containers, directory, doctest, filepath, glib
, gobject-introspection, haskell-gi-base, mtl, pretty-show, process
@@ -112443,7 +113666,6 @@ self: {
testHaskellDepends = [ attoparsec base doctest process ];
description = "Generate Haskell bindings for GObject Introspection capable libraries";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;};
"haskell-gi-base" = callPackage
@@ -112613,6 +113835,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "haskell-lsp_0_19_0_0" = callPackage
+ ({ mkDerivation, aeson, async, attoparsec, base, bytestring
+ , containers, data-default, directory, filepath, hashable
+ , haskell-lsp-types, hslogger, hspec, hspec-discover, lens, mtl
+ , network-uri, QuickCheck, quickcheck-instances, rope-utf16-splay
+ , sorted-list, stm, temporary, text, time, unordered-containers
+ }:
+ mkDerivation {
+ pname = "haskell-lsp";
+ version = "0.19.0.0";
+ sha256 = "0cjmjrcd3rg8jc6rfk73jirmvay07jps9gdjd97clxz90w3mm24i";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson async attoparsec base bytestring containers data-default
+ directory filepath hashable haskell-lsp-types hslogger lens mtl
+ network-uri rope-utf16-splay sorted-list stm temporary text time
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers data-default directory filepath
+ hashable hspec lens network-uri QuickCheck quickcheck-instances
+ rope-utf16-splay sorted-list stm text
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Haskell library for the Microsoft Language Server Protocol";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"haskell-lsp" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, containers, data-default, directory, filepath, hashable
@@ -112642,7 +113894,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "haskell-lsp_0_21_0_0" = callPackage
+ "haskell-lsp_0_22_0_0" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, containers, data-default, directory, filepath, hashable
, haskell-lsp-types, hslogger, hspec, hspec-discover, lens, mtl
@@ -112651,8 +113903,8 @@ self: {
}:
mkDerivation {
pname = "haskell-lsp";
- version = "0.21.0.0";
- sha256 = "0ic9gn5ww8vxmvidj28msark0nybj7fj1j5xsykiac5cgiy5ysnv";
+ version = "0.22.0.0";
+ sha256 = "0mh2b3dza633plxp370zhvml50kfx4szk4hrzmcfm6aij2di2l0w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -112694,6 +113946,24 @@ self: {
broken = true;
}) {};
+ "haskell-lsp-types_0_19_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, data-default, deepseq
+ , filepath, hashable, lens, network-uri, scientific, text
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "haskell-lsp-types";
+ version = "0.19.0.0";
+ sha256 = "089rxcdz02hq68ihc26r7dwsn8hl7f7096vcb0dyd2jda0ganhm9";
+ libraryHaskellDepends = [
+ aeson base bytestring data-default deepseq filepath hashable lens
+ network-uri scientific text unordered-containers
+ ];
+ description = "Haskell library for the Microsoft Language Server Protocol, data types";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"haskell-lsp-types" = callPackage
({ mkDerivation, aeson, base, bytestring, data-default, deepseq
, filepath, hashable, lens, network-uri, scientific, text
@@ -112711,15 +113981,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "haskell-lsp-types_0_21_0_0" = callPackage
+ "haskell-lsp-types_0_22_0_0" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, data-default
, deepseq, filepath, hashable, lens, network-uri, scientific, text
, unordered-containers
}:
mkDerivation {
pname = "haskell-lsp-types";
- version = "0.21.0.0";
- sha256 = "0x5xhn9vy09r0r76wvmzp6nh23y4p2kgm35p8qqqgvnx6w5cvi92";
+ version = "0.22.0.0";
+ sha256 = "05475d5rwkmsh50q18lans7zzd34jhfdpg80m7aijg829dkphskm";
libraryHaskellDepends = [
aeson base binary bytestring data-default deepseq filepath hashable
lens network-uri scientific text unordered-containers
@@ -113905,8 +115175,8 @@ self: {
}:
mkDerivation {
pname = "haskell-updater";
- version = "1.3.1";
- sha256 = "0q2aix579mm3ksi0hipcmw8g2p5xfbgk6ph7jnraq5i2rxjchg7v";
+ version = "1.3.2";
+ sha256 = "0z1f6qajg191fqfnkh3g2c1iq802yh1plxzvzwl822bzd49m32j9";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -114233,7 +115503,7 @@ self: {
version = "1.0.0";
sha256 = "0j1aqix21pqcsw7skl897pd1ir6hg836g4zb2h5338h4gih6blx0";
libraryHaskellDepends = [ base haskelldb hsql mtl old-time ];
- description = "HaskellDB support for HSQL";
+ description = "HaskellDB support for HSQL.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -114736,6 +116006,37 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
+ "haskoin-core_0_13_4" = callPackage
+ ({ mkDerivation, aeson, array, base, base16-bytestring, bytestring
+ , cereal, conduit, containers, cryptonite, deepseq, entropy
+ , hashable, hspec, hspec-discover, HUnit, memory, mtl, murmur3
+ , network, QuickCheck, safe, scientific, secp256k1-haskell, split
+ , string-conversions, text, time, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "haskoin-core";
+ version = "0.13.4";
+ sha256 = "0bxn1jfb2s308gpdiwwnvar606qc3fqnvf6k0hdz2x43pqkc15lb";
+ libraryHaskellDepends = [
+ aeson array base base16-bytestring bytestring cereal conduit
+ containers cryptonite deepseq entropy hashable memory mtl murmur3
+ network safe scientific secp256k1-haskell split string-conversions
+ text time transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson array base base16-bytestring bytestring cereal conduit
+ containers cryptonite deepseq entropy hashable hspec HUnit memory
+ mtl murmur3 network QuickCheck safe scientific secp256k1-haskell
+ split string-conversions text time transformers
+ unordered-containers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Bitcoin & Bitcoin Cash library for Haskell";
+ license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"haskoin-crypto" = callPackage
({ mkDerivation, base, binary, byteable, bytestring, containers
, cryptohash, haskoin-util, HUnit, mtl, QuickCheck, test-framework
@@ -114770,8 +116071,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-node";
- version = "0.9.16";
- sha256 = "0k84jxlahk5axixn2y4hg63qbj6383hmidrrx2nll86vjifanv4f";
+ version = "0.9.21";
+ sha256 = "1yhrxw1j4ynrn7bp1lpnbi13d32pdzg8waf96gx3r6shybb9nx4k";
libraryHaskellDepends = [
base bytestring cereal conduit conduit-extra containers
data-default hashable haskoin-core monad-logger mtl network nqe
@@ -114792,18 +116093,18 @@ self: {
broken = true;
}) {};
- "haskoin-node_0_9_21" = callPackage
- ({ mkDerivation, base, bytestring, cereal, conduit, conduit-extra
- , containers, data-default, hashable, haskoin-core, hspec
- , hspec-discover, HUnit, monad-logger, mtl, network, nqe, random
- , resourcet, rocksdb-haskell, rocksdb-query, safe
+ "haskoin-node_0_13_0" = callPackage
+ ({ mkDerivation, base, base64, bytestring, cereal, conduit
+ , conduit-extra, containers, data-default, hashable, haskoin-core
+ , hspec, hspec-discover, HUnit, monad-logger, mtl, network, nqe
+ , random, resourcet, rocksdb-haskell, rocksdb-query, safe
, string-conversions, text, time, transformers, unliftio
, unordered-containers
}:
mkDerivation {
pname = "haskoin-node";
- version = "0.9.21";
- sha256 = "1yhrxw1j4ynrn7bp1lpnbi13d32pdzg8waf96gx3r6shybb9nx4k";
+ version = "0.13.0";
+ sha256 = "0s6l25n9w4g5r2xafb6x1gdqaghfmrnzh9i3nn64c3g26xzk3vnp";
libraryHaskellDepends = [
base bytestring cereal conduit conduit-extra containers
data-default hashable haskoin-core monad-logger mtl network nqe
@@ -114811,7 +116112,7 @@ self: {
text time transformers unliftio unordered-containers
];
testHaskellDepends = [
- base bytestring cereal conduit conduit-extra containers
+ base base64 bytestring cereal conduit conduit-extra containers
data-default hashable haskoin-core hspec HUnit monad-logger mtl
network nqe random resourcet rocksdb-haskell rocksdb-query safe
string-conversions text time transformers unliftio
@@ -114871,38 +116172,38 @@ self: {
}) {};
"haskoin-store" = callPackage
- ({ mkDerivation, aeson, base, bytestring, cereal, conduit
+ ({ mkDerivation, aeson, base, base64, bytestring, cereal, conduit
, containers, data-default, deepseq, filepath, hashable
- , haskoin-core, haskoin-node, hspec, hspec-discover, http-types
- , monad-logger, mtl, network, nqe, optparse-applicative, QuickCheck
- , random, resourcet, rocksdb-haskell, rocksdb-query, scotty
- , string-conversions, text, time, transformers, unliftio
- , unordered-containers, wai, warp
+ , haskoin-core, haskoin-node, haskoin-store-data, hedis, hspec
+ , hspec-discover, http-types, monad-logger, mtl, network, nqe
+ , optparse-applicative, QuickCheck, random, rocksdb-haskell
+ , rocksdb-query, scotty, string-conversions, text, time
+ , transformers, unliftio, unordered-containers, wai, warp
}:
mkDerivation {
pname = "haskoin-store";
- version = "0.20.2";
- sha256 = "02w6yj62rxrm20ynbn65f4wf05s21bcsif0ylp9fiydxyygilbvf";
+ version = "0.29.3";
+ sha256 = "1h28zn5fmps5jc2x2rx32z9yn7mz7j50ai4xs8mqzacsszj3sz95";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
- deepseq hashable haskoin-core haskoin-node http-types monad-logger
- mtl network nqe QuickCheck random resourcet rocksdb-haskell
+ deepseq hashable haskoin-core haskoin-node haskoin-store-data hedis
+ http-types monad-logger mtl network nqe random rocksdb-haskell
rocksdb-query scotty string-conversions text time transformers
unliftio unordered-containers wai warp
];
executableHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
- deepseq filepath hashable haskoin-core haskoin-node http-types
- monad-logger mtl network nqe optparse-applicative QuickCheck random
- resourcet rocksdb-haskell rocksdb-query scotty string-conversions
- text time transformers unliftio unordered-containers wai warp
+ deepseq filepath hashable haskoin-core haskoin-node
+ haskoin-store-data monad-logger mtl nqe optparse-applicative random
+ string-conversions text time transformers unliftio
+ unordered-containers
];
testHaskellDepends = [
- aeson base bytestring cereal conduit containers data-default
- deepseq hashable haskoin-core haskoin-node hspec http-types
- monad-logger mtl network nqe QuickCheck random resourcet
+ aeson base base64 bytestring cereal conduit containers data-default
+ deepseq hashable haskoin-core haskoin-node haskoin-store-data hedis
+ hspec http-types monad-logger mtl network nqe QuickCheck random
rocksdb-haskell rocksdb-query scotty string-conversions text time
transformers unliftio unordered-containers wai warp
];
@@ -114913,6 +116214,29 @@ self: {
broken = true;
}) {};
+ "haskoin-store-data" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, cereal, containers
+ , deepseq, hashable, haskoin-core, hspec, hspec-discover, network
+ , QuickCheck, scotty, string-conversions, text
+ }:
+ mkDerivation {
+ pname = "haskoin-store-data";
+ version = "0.29.3";
+ sha256 = "04ndllkxw3ly67d8irgjq8dhjvqh37qfcliz3978saa1i8bz3nav";
+ libraryHaskellDepends = [
+ aeson base bytestring cereal containers deepseq hashable
+ haskoin-core network scotty string-conversions text
+ ];
+ testHaskellDepends = [
+ aeson base bytestring cereal containers deepseq hashable
+ haskoin-core hspec network QuickCheck scotty string-conversions
+ text
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Data for Haskoin Store";
+ license = stdenv.lib.licenses.publicDomain;
+ }) {};
+
"haskoin-util" = callPackage
({ mkDerivation, base, binary, bytestring, containers, either
, HUnit, mtl, QuickCheck, test-framework, test-framework-hunit
@@ -115926,16 +117250,16 @@ self: {
"hasql-migration" = callPackage
({ mkDerivation, base, bytestring, contravariant, cryptonite
- , data-default-class, directory, hasql, hasql-transaction, hspec
- , memory, text, time, transformers
+ , directory, hasql, hasql-transaction, hspec, memory, text, time
+ , transformers
}:
mkDerivation {
pname = "hasql-migration";
- version = "0.2.0";
- sha256 = "03dd0m2ggsv094nga0d8yaqcqb0r9ngdh3zvvr8127n9ka6805l1";
+ version = "0.3.0";
+ sha256 = "0qk9cds6crdbjrn0niv6dfaj2pa3qpmwh1l96rl2hvqyq2dz148q";
libraryHaskellDepends = [
- base bytestring contravariant cryptonite data-default-class
- directory hasql hasql-transaction memory text time
+ base bytestring contravariant cryptonite directory hasql
+ hasql-transaction memory text time
];
testHaskellDepends = [
base bytestring hasql hasql-transaction hspec transformers
@@ -115997,8 +117321,19 @@ self: {
testHaskellDepends = [ base-prelude hasql hspec ];
description = "A pool of connections for Hasql";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "hasql-pool_0_5_2" = callPackage
+ ({ mkDerivation, base-prelude, hasql, hspec, resource-pool, time }:
+ mkDerivation {
+ pname = "hasql-pool";
+ version = "0.5.2";
+ sha256 = "0l870d58a53akwbzgrcxfmz8mqc598qh1786d5ks937q0w219wlz";
+ libraryHaskellDepends = [ base-prelude hasql resource-pool time ];
+ testHaskellDepends = [ base-prelude hasql hspec ];
+ description = "A pool of connections for Hasql";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hasql-postgres" = callPackage
@@ -116073,33 +117408,21 @@ self: {
}) {};
"hasql-th" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, containers
- , contravariant, fast-builder, foldl, hashable, hasql
- , headed-megaparsec, hedgehog, megaparsec, parser-combinators
- , selective, template-haskell, template-haskell-compat-v0208, text
- , text-builder, tuple-th, unordered-containers, uuid, vector
+ ({ mkDerivation, base, bytestring, containers, contravariant, foldl
+ , hasql, postgresql-syntax, template-haskell
+ , template-haskell-compat-v0208, text, uuid, vector
}:
mkDerivation {
pname = "hasql-th";
- version = "0.4.0.6";
- sha256 = "0s9c2aa0mpxiqsvpaf3l5k2gqchrjv4x9jpjmw7v3ywnv9pcxpkf";
+ version = "0.4.0.8";
+ sha256 = "14h71s7dha1g0zfi3vsg5y6lsn09x8c9nqv1nqiqmw2m19adx7gi";
libraryHaskellDepends = [
- base bytestring case-insensitive containers contravariant
- fast-builder foldl hashable hasql headed-megaparsec megaparsec
- parser-combinators selective template-haskell
- template-haskell-compat-v0208 text text-builder
- unordered-containers uuid vector
- ];
- testHaskellDepends = [
- base bytestring case-insensitive containers contravariant
- fast-builder foldl hashable hasql headed-megaparsec hedgehog
- megaparsec parser-combinators selective template-haskell text
- text-builder tuple-th unordered-containers uuid vector
+ base bytestring containers contravariant foldl hasql
+ postgresql-syntax template-haskell template-haskell-compat-v0208
+ text uuid vector
];
description = "Template Haskell utilities for Hasql";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hasql-transaction" = callPackage
@@ -116931,7 +118254,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
+ }) {inherit (pkgs) blas; liblapack = null;};
"hblock" = callPackage
({ mkDerivation, aeson, base, blaze-markup, bytestring, cereal
@@ -117303,7 +118626,7 @@ self: {
executableHaskellDepends = [
base directory HaskellForMaths QuickCheck text
];
- description = "Virtual Rubik's cube of arbitrary size";
+ description = "Virtual Rubik's cube of arbitrary size.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -117824,8 +119147,6 @@ self: {
];
description = "More informative parser";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"headergen" = callPackage
@@ -117873,6 +119194,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "headroom_0_2_2_1" = callPackage
+ ({ mkDerivation, aeson, base, doctest, either, file-embed, hspec
+ , mustache, optparse-applicative, pcre-light, QuickCheck, rio, time
+ , yaml
+ }:
+ mkDerivation {
+ pname = "headroom";
+ version = "0.2.2.1";
+ sha256 = "02s1s6v0fsn5a2anpi91za3dqafcp50lckr4xpir270l66lzdc2g";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base either file-embed mustache optparse-applicative
+ pcre-light rio time yaml
+ ];
+ executableHaskellDepends = [ base optparse-applicative rio ];
+ testHaskellDepends = [
+ aeson base doctest hspec optparse-applicative pcre-light QuickCheck
+ rio
+ ];
+ description = "License Header Manager";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"heap" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
@@ -118260,6 +119606,8 @@ self: {
pname = "hedgehog-classes";
version = "0.2.4.1";
sha256 = "0qa938cy1bm3shq0l4rfdq5cmb54jjy0qpp6cmx1xjd6yrdqrkxc";
+ revision = "2";
+ editedCabalFile = "0fs236sygw068v7l70myv23r3wpy961jjfiwvfd3l93ifsjrxm79";
libraryHaskellDepends = [
aeson base binary comonad containers hedgehog pretty-show primitive
semirings silently transformers wl-pprint-annotated
@@ -119185,8 +120533,8 @@ self: {
({ mkDerivation, base, doctest, time }:
mkDerivation {
pname = "herf-time";
- version = "0.3.0";
- sha256 = "00ar1kb29gjvna7rcdg6wj3f22dil2pzbzy8zblvyc452zjy03y2";
+ version = "0.3.1";
+ sha256 = "06ai2f2l2g4lxvvly5wrr0yrz7fq3ljzympywcxqvyg7dbf6k6hc";
libraryHaskellDepends = [ base time ];
testHaskellDepends = [ base doctest ];
description = "haskell time manipulation in a 'kerf like' style";
@@ -119924,6 +121272,29 @@ self: {
broken = true;
}) {};
+ "hextream" = callPackage
+ ({ mkDerivation, attoparsec, base, base-compat, Cabal
+ , cabal-doctest, containers, data-default, doctest, filepath
+ , parsers, pretty-simple, resourcet, streaming-attoparsec
+ , streaming-bytestring, tasty, tasty-golden, tasty-hunit, text
+ }:
+ mkDerivation {
+ pname = "hextream";
+ version = "0.2.0.0";
+ sha256 = "045q4glzqdl79w4baq4yvqjiqaih48p2iixkb3dv96nwmgr8xl8r";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ base base-compat containers parsers text
+ ];
+ testHaskellDepends = [
+ attoparsec base base-compat data-default doctest filepath parsers
+ pretty-simple resourcet streaming-attoparsec streaming-bytestring
+ tasty tasty-golden tasty-hunit text
+ ];
+ description = "Streaming-friendly XML parsers";
+ license = stdenv.lib.licenses.cc0;
+ }) {};
+
"heyefi" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, configurator
, directory, exceptions, filepath, HandsomeSoup, hspec, hspec-wai
@@ -120786,32 +122157,33 @@ self: {
"hid-examples" = callPackage
({ mkDerivation, aeson, base, blaze-html, bytestring, cassava
- , Chart, Chart-diagrams, data-default, directory, doctest, extra
- , filepath, fmt, hedgehog, hint, http-client, mtl
- , optparse-applicative, random, req, safe, safe-exceptions, split
- , system-locale, tasty, tasty-golden, tasty-hedgehog, tasty-hspec
- , text, time, transformers, unix-compat
+ , Chart, Chart-diagrams, containers, criterion, deepseq, directory
+ , doctest, extra, filepath, fingertree, fmt, hedgehog, hint
+ , http-client, mtl, optparse-applicative, random, req, safe
+ , safe-exceptions, split, tasty, tasty-golden, tasty-hedgehog
+ , tasty-hspec, text, time, transformers, unix-compat
}:
mkDerivation {
pname = "hid-examples";
- version = "0.4";
- sha256 = "11r2ln131axkw31afki3jnrz1md668z0qnvx915qwyppga62rk8l";
+ version = "0.5";
+ sha256 = "1hs0cpls8x89dvv0ws1swagz92vrfcn84nw7jdaidc850168dygx";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base hedgehog safe safe-exceptions split
+ base fingertree hedgehog safe safe-exceptions split
];
executableHaskellDepends = [
aeson base blaze-html bytestring cassava Chart Chart-diagrams
- data-default directory extra filepath fmt hedgehog hint http-client
- mtl optparse-applicative random req safe safe-exceptions
- system-locale text time transformers unix-compat
+ containers directory extra filepath fmt hedgehog hint http-client
+ mtl optparse-applicative random req safe safe-exceptions text time
+ transformers unix-compat
];
testHaskellDepends = [
base doctest filepath hedgehog tasty tasty-golden tasty-hedgehog
tasty-hspec
];
+ benchmarkHaskellDepends = [ base criterion deepseq ];
doHaddock = false;
description = "Examples to accompany the book \"Haskell in Depth\"";
license = stdenv.lib.licenses.bsd3;
@@ -120879,8 +122251,35 @@ self: {
];
description = "Set up a GHC API session";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "hie-bios_0_5_0" = callPackage
+ ({ mkDerivation, aeson, base, base16-bytestring, bytestring
+ , conduit, conduit-extra, containers, cryptohash-sha1, deepseq
+ , directory, extra, file-embed, filepath, ghc, hslogger, process
+ , tasty, tasty-hunit, temporary, text, time, transformers
+ , unix-compat, unordered-containers, vector, yaml
+ }:
+ mkDerivation {
+ pname = "hie-bios";
+ version = "0.5.0";
+ sha256 = "1096d9i4xx1ca9csm2gqi4wnm8q8wya4a5k37qc5ihwix531wx02";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base base16-bytestring bytestring conduit conduit-extra
+ containers cryptohash-sha1 deepseq directory extra file-embed
+ filepath ghc hslogger process temporary text time transformers
+ unix-compat unordered-containers vector yaml
+ ];
+ executableHaskellDepends = [ base directory filepath ghc ];
+ testHaskellDepends = [
+ base directory extra filepath ghc tasty tasty-hunit text
+ unordered-containers yaml
+ ];
+ description = "Set up a GHC API session";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hie-core" = callPackage
@@ -121662,21 +123061,20 @@ self: {
}) {};
"hint" = callPackage
- ({ mkDerivation, base, containers, directory, exceptions
- , extensible-exceptions, filepath, ghc, ghc-boot, ghc-paths, HUnit
- , mtl, random, temporary, unix
+ ({ mkDerivation, base, containers, directory, exceptions, filepath
+ , ghc, ghc-boot, ghc-paths, HUnit, random, stm, temporary
+ , transformers, unix
}:
mkDerivation {
pname = "hint";
- version = "0.9.0.2";
- sha256 = "06xnlfpf9h7i4fvm3p69accm18h7hblh7173040vlk5qvjywblhf";
+ version = "0.9.0.3";
+ sha256 = "0kp2hngmk2sf4ariv02rgrrd190zzb7nlk0pj8fq7rsckcxc87ra";
libraryHaskellDepends = [
- base directory exceptions filepath ghc ghc-boot ghc-paths mtl
- random temporary unix
+ base directory exceptions filepath ghc ghc-boot ghc-paths random
+ temporary transformers unix
];
testHaskellDepends = [
- base containers directory exceptions extensible-exceptions filepath
- HUnit unix
+ base containers directory exceptions filepath HUnit stm unix
];
description = "Runtime Haskell interpreter (GHC API wrapper)";
license = stdenv.lib.licenses.bsd3;
@@ -121731,8 +123129,8 @@ self: {
}:
mkDerivation {
pname = "hinterface";
- version = "1.0.0";
- sha256 = "18vhpmhpfam1nbh5fgbcfjnmsnsbkzq9qmr64alldlvwf6brs0kp";
+ version = "2.0.0";
+ sha256 = "1n1mp34s0ks7hkd2ddhfva9pbjwkciy1jjmqznmca244xg095yia";
libraryHaskellDepends = [
array async base binary bytestring containers cryptonite deepseq
exceptions lifted-async lifted-base memory monad-control
@@ -121786,8 +123184,8 @@ self: {
}:
mkDerivation {
pname = "hip";
- version = "1.5.5.0";
- sha256 = "1qy74a471bh849cil9b3f92gxgl3434x8hcvrzn83v3xa6vnh2cd";
+ version = "1.5.6.0";
+ sha256 = "122zcrid9x831hlv3dvh1afzffz2xg3s3k0dn1vf4b4cpd9w50mh";
libraryHaskellDepends = [
array base bytestring Chart Chart-diagrams colour deepseq directory
filepath JuicyPixels netpbm primitive process random repa temporary
@@ -122296,10 +123694,10 @@ self: {
}:
mkDerivation {
pname = "hjsonschema";
- version = "1.9.0";
- sha256 = "051i5y557g82hd5zcn63f65jyxk07d9wnvfmwdps391zxza8ifki";
- revision = "2";
- editedCabalFile = "0110dyc8lbd8x0cbmxgwwbvzckxkfj84krd5p51p0jaixvrrl53r";
+ version = "1.10.0";
+ sha256 = "1ya93a1jh40aia3adrg2ipdzyxww6cpnzcdw41r51h8x6f2m0n77";
+ revision = "1";
+ editedCabalFile = "1563di5mfclj4ms6wd9vszdyghxpqm3r8q9vfkanw9wjlw7kq56q";
libraryHaskellDepends = [
aeson base bytestring containers file-embed filepath hashable
hjsonpointer http-client http-client-tls http-types pcre-heavy
@@ -122307,8 +123705,10 @@ self: {
unordered-containers vector
];
testHaskellDepends = [
- aeson async base bytestring directory filepath hjsonpointer hspec
- profunctors protolude QuickCheck text unordered-containers vector
+ aeson async base bytestring containers directory file-embed
+ filepath hashable hjsonpointer hspec http-client http-client-tls
+ http-types pcre-heavy profunctors protolude QuickCheck
+ safe-exceptions scientific text unordered-containers vector
wai-app-static warp
];
description = "JSON Schema library";
@@ -123010,24 +124410,22 @@ 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, haskell-src-exts, haskell-src-exts-util
+ , 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 = "2.2.11";
- sha256 = "1xyavrrxm1ihvga2j1k3h96wjpnjb30lk6mgiyrvx3rj7m7yq5bw";
+ version = "3.1.1";
+ sha256 = "1q3c7xjhzs0m1spd443nzpy7pxx6kjqklxvxkagfnjckxck8cpvv";
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 haskell-src-exts
- haskell-src-exts-util hscolour process refact text transformers
- uniplate unordered-containers utf8-string vector yaml
+ 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 ];
description = "Source code suggestions";
@@ -123122,6 +124520,8 @@ self: {
pname = "hlrdb";
version = "0.3.1.0";
sha256 = "19sxpyv331sjldanf40gw598gcj98n9xwc985cz9k2m38ck3vwhr";
+ revision = "1";
+ editedCabalFile = "0ikina8r7b3n7gywj0fclarj8g4m20wd23vxwlswikbx4f9mpwgf";
libraryHaskellDepends = [
base base64-bytestring bytestring cryptonite hashable hedis
hlrdb-core memory random store time unordered-containers
@@ -123283,7 +124683,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) liblapack;};
+ }) {liblapack = null;};
"hmatrix-csv" = callPackage
({ mkDerivation, base, bytestring, cassava, hmatrix, vector }:
@@ -123372,7 +124772,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
+ }) {inherit (pkgs) blas; liblapack = null;};
"hmatrix-nipals" = callPackage
({ mkDerivation, base, hmatrix }:
@@ -124156,6 +125556,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hoauth2_1_12_0" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, exceptions
+ , http-conduit, http-types, microlens, text, unordered-containers
+ , uri-bytestring, uri-bytestring-aeson
+ }:
+ mkDerivation {
+ pname = "hoauth2";
+ version = "1.12.0";
+ sha256 = "0v3brbwq07qa7fszdlxaf1q2nfxvr273qq7zg0x5nqvaa63ghdlc";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base binary bytestring exceptions http-conduit http-types
+ microlens text unordered-containers uri-bytestring
+ uri-bytestring-aeson
+ ];
+ description = "Haskell OAuth2 authentication client";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hob" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, glib, gtk-largeTreeStore, gtk3, gtksourceview3, hspec, mtl, pango
@@ -125729,6 +127150,18 @@ self: {
broken = true;
}) {};
+ "hout" = callPackage
+ ({ mkDerivation, base, do-notation, indexed }:
+ mkDerivation {
+ pname = "hout";
+ version = "0.1.0.0";
+ sha256 = "14facdqcfwc8f61rmzgkfx05pzbw6can9hc8aihnxsih9dznx4l2";
+ libraryHaskellDepends = [ base indexed ];
+ testHaskellDepends = [ base do-notation indexed ];
+ description = "Non-interactive proof assistant monad for first-order logic";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hp2any-core" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers
, directory, filepath, network, old-locale, process, time
@@ -125863,6 +127296,45 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "hpack_0_34_1" = callPackage
+ ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
+ , containers, cryptonite, deepseq, directory, filepath, Glob, hspec
+ , hspec-discover, http-client, http-client-tls, http-types, HUnit
+ , infer-license, interpolate, mockery, pretty, QuickCheck
+ , scientific, template-haskell, temporary, text, transformers
+ , unordered-containers, vector, yaml
+ }:
+ mkDerivation {
+ pname = "hpack";
+ version = "0.34.1";
+ sha256 = "0c0nnhg6yjcr6rmw2ffminjivjj8hd00cbimfkm6blxzmmxsv46i";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bifunctors bytestring Cabal containers cryptonite
+ deepseq directory filepath Glob http-client http-client-tls
+ http-types infer-license pretty scientific text transformers
+ unordered-containers vector yaml
+ ];
+ executableHaskellDepends = [
+ aeson base bifunctors bytestring Cabal containers cryptonite
+ deepseq directory filepath Glob http-client http-client-tls
+ http-types infer-license pretty scientific text transformers
+ unordered-containers vector yaml
+ ];
+ testHaskellDepends = [
+ aeson base bifunctors bytestring Cabal containers cryptonite
+ deepseq directory filepath Glob hspec http-client http-client-tls
+ http-types HUnit infer-license interpolate mockery pretty
+ QuickCheck scientific template-haskell temporary text transformers
+ unordered-containers vector yaml
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "A modern format for Haskell packages";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hpack-convert" = callPackage
({ mkDerivation, aeson, aeson-qq, base, base-compat, bytestring
, Cabal, containers, deepseq, directory, filepath, Glob, hspec
@@ -126072,19 +127544,17 @@ self: {
"hpath-directory" = callPackage
({ mkDerivation, base, bytestring, exceptions, hpath-filepath
, hpath-posix, hspec, HUnit, IfElse, process, safe-exceptions
- , streamly, streamly-bytestring, time, unix, unix-bytestring
- , utf8-string
+ , streamly, streamly-bytestring, streamly-posix, time, transformers
+ , unix, unix-bytestring, utf8-string
}:
mkDerivation {
pname = "hpath-directory";
- version = "0.13.2";
- sha256 = "1nxn1wz63h4wgspwnd1y4krf5k6adjbp1c3y0wr5kjhcnj4z20kl";
- revision = "1";
- editedCabalFile = "1zhrq3qcp4cx0djpx5bcw2f71kn16czqnb38k3cw78048q6mn7fg";
+ version = "0.13.4";
+ sha256 = "0cg80zsh0cwkaq4hd6y41afvn340a4byrk6h4dspiksgym5i8ny0";
libraryHaskellDepends = [
base bytestring exceptions hpath-filepath hpath-posix IfElse
- safe-exceptions streamly streamly-bytestring time unix
- unix-bytestring utf8-string
+ safe-exceptions streamly streamly-bytestring streamly-posix time
+ transformers unix unix-bytestring utf8-string
];
testHaskellDepends = [
base bytestring hpath-filepath hpath-posix hspec HUnit IfElse
@@ -126112,8 +127582,8 @@ self: {
}:
mkDerivation {
pname = "hpath-io";
- version = "0.13.1";
- sha256 = "0bpjr4hqwz7hlj81ndi2lyi95halm822mmpyw91pimq6k2m635wk";
+ version = "0.13.2";
+ sha256 = "10dph69qsl73k5rjvr5mvcplwgcmq7qylaxmr2yx7hzcjzsdgg4z";
libraryHaskellDepends = [
base bytestring exceptions hpath hpath-directory hpath-posix
safe-exceptions streamly time unix
@@ -126126,8 +127596,8 @@ self: {
({ mkDerivation, base, bytestring, hpath-filepath, unix }:
mkDerivation {
pname = "hpath-posix";
- version = "0.13.1";
- sha256 = "0axpzi2vl8cs3y5xsp1pa1fsgq13ry77rw8h8z5aivrzfvrj26d0";
+ version = "0.13.2";
+ sha256 = "1gxqrlxcm01ysd3hs61rhzfa3inxsj1w0hncydf1q66skshabzmf";
libraryHaskellDepends = [ base bytestring hpath-filepath unix ];
description = "Some low-level POSIX glue code, that is not in 'unix'";
license = stdenv.lib.licenses.bsd3;
@@ -126170,6 +127640,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hpc-codecov_0_2_0_0" = callPackage
+ ({ mkDerivation, array, base, bytestring, directory, filepath, hpc
+ , tar, tasty, tasty-hunit
+ }:
+ mkDerivation {
+ pname = "hpc-codecov";
+ version = "0.2.0.0";
+ sha256 = "0ha97zldwbsx86ji4sjaw9jf7kzgrk41zabzdd1b6sdlf20p883k";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base bytestring directory filepath hpc
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base directory filepath tar tasty tasty-hunit
+ ];
+ description = "Generate codecov report from hpc data";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hpc-coveralls" = callPackage
({ mkDerivation, aeson, async, base, bytestring, Cabal, cmdargs
, containers, curl, directory, directory-tree, hpc, HUnit, process
@@ -126397,8 +127889,8 @@ self: {
}:
mkDerivation {
pname = "hpp";
- version = "0.6.2";
- sha256 = "0k8rc2hnan346i3ykam8ps89n56vgcw91d9k1450klyi3l50b5xv";
+ version = "0.6.3";
+ sha256 = "0gnmkh0m640qc71bp63p4qkcbcyy1j9z0x6svfbd36cpqb6kdivs";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -126450,8 +127942,8 @@ self: {
}:
mkDerivation {
pname = "hpqtypes-extras";
- version = "1.10.2.0";
- sha256 = "16x7innivjrnsamn6lrjg1a2v0wy1w6r3ariw3ncrwfpcfdmr45n";
+ version = "1.10.2.1";
+ sha256 = "06vx7llfyidldp5ar80a3dkw14xv19v1s8kc7kf6vs1gb3vx8r5n";
libraryHaskellDepends = [
base base16-bytestring bytestring containers cryptohash exceptions
fields-json hpqtypes lifted-base log-base monad-control mtl safe
@@ -126972,6 +128464,18 @@ self: {
license = "GPL";
}) {};
+ "hs-bibutils_6_10_0_0" = callPackage
+ ({ mkDerivation, base, syb }:
+ mkDerivation {
+ pname = "hs-bibutils";
+ version = "6.10.0.0";
+ sha256 = "1wnpy1v5rbii2iwlcc9psnww8pkirv9zl21s64cmbi6q7dv15g3n";
+ libraryHaskellDepends = [ base syb ];
+ description = "Haskell bindings to bibutils, the bibliography conversion utilities";
+ license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hs-blake2" = callPackage
({ mkDerivation, base, bytestring, bytestring-arbitrary, criterion
, cryptohash, libb2, QuickCheck, tasty, tasty-quickcheck
@@ -127672,6 +129176,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Convert an eventlog into the speedscope json format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hs-twitter" = callPackage
@@ -128944,16 +130450,17 @@ self: {
}) {};
"hsebaysdk" = callPackage
- ({ mkDerivation, aeson, base, bytestring, http-client, http-types
- , text, time, transformers, unordered-containers
+ ({ mkDerivation, aeson, base, bytestring, http-client
+ , http-client-tls, http-types, text, time, transformers
+ , unordered-containers
}:
mkDerivation {
pname = "hsebaysdk";
- version = "0.4.0.0";
- sha256 = "00c9vwlmx4i2a436ajznv1bwaqj5lgq05gpc928vn59v27gx0f07";
+ version = "0.4.1.0";
+ sha256 = "0y1q667j0caqqaf57yjvcyyifvzpm4iwxk3y7awnp4c3ihf0ayb3";
libraryHaskellDepends = [
- aeson base bytestring http-client http-types text time transformers
- unordered-containers
+ aeson base bytestring http-client http-client-tls http-types text
+ time transformers unordered-containers
];
description = "Haskell eBay SDK";
license = stdenv.lib.licenses.bsd3;
@@ -128984,6 +130491,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hsendxmpp" = callPackage
+ ({ mkDerivation, base, hslogger, pontarius-xmpp
+ , pontarius-xmpp-extras, string-class
+ }:
+ mkDerivation {
+ pname = "hsendxmpp";
+ version = "0.1.2.0";
+ sha256 = "16mjcxkd706kfv9ifs1vn1gqry0wq8zqfwl8mig6vvav18n79l6q";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base hslogger pontarius-xmpp pontarius-xmpp-extras string-class
+ ];
+ description = "sendxmpp clone, sending XMPP messages via CLI";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hsenv" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, file-embed
, filepath, http-streams, io-streams, mtl, process, safe, split
@@ -129208,8 +130733,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) blas; inherit (pkgs) gsl;
- inherit (pkgs) liblapack;};
+ }) {inherit (pkgs) blas; inherit (pkgs) gsl; liblapack = null;};
"hsilop" = callPackage
({ mkDerivation, base, directory, filepath, haskeline, xdg-basedir
@@ -130238,8 +131762,8 @@ self: {
}:
mkDerivation {
pname = "hspec-hedgehog";
- version = "0.0.1.1";
- sha256 = "1x61lslkpc67k7rbrggwabx6s60wv2v3iqarrb8746dgn0p225vj";
+ version = "0.0.1.2";
+ sha256 = "17gbr4ssnzjk7nvpsnh47av6vd9wz27ax92xvr4jwyw0z7h2wn13";
libraryHaskellDepends = [
base hedgehog hspec hspec-core HUnit QuickCheck splitmix
];
@@ -130548,6 +132072,18 @@ self: {
broken = true;
}) {};
+ "hspec-tables" = callPackage
+ ({ mkDerivation, base, hspec, hspec-core }:
+ mkDerivation {
+ pname = "hspec-tables";
+ version = "0.0.1";
+ sha256 = "07z85920dr85kc763hfqd6rrzl81cc39cjgc0ymy95ycgpdz2w1q";
+ libraryHaskellDepends = [ base hspec-core ];
+ testHaskellDepends = [ base hspec hspec-core ];
+ description = "Table-driven (by-example) HSpec tests";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"hspec-test-framework" = callPackage
({ mkDerivation, base, hspec, hspec-contrib, hspec-core, HUnit
, QuickCheck
@@ -130808,7 +132344,7 @@ self: {
sha256 = "0lz9zjy1xgjjbabbi2hcrvsnfid6c78y2cb2703qjwr93xy54f1f";
libraryHaskellDepends = [ base hsql old-time ];
librarySystemDepends = [ unixODBC ];
- description = "A Haskell Interface to ODBC";
+ description = "A Haskell Interface to ODBC.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -130822,7 +132358,7 @@ self: {
sha256 = "0yj0jalpapjvpxmc79yd6bn93ax13pp87dipbg2c9mxf3p38jc9z";
libraryHaskellDepends = [ base hsql old-time ];
librarySystemDepends = [ postgresql ];
- description = "A Haskell Interface to PostgreSQL via the PQ library";
+ description = "A Haskell Interface to PostgreSQL via the PQ library.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -131140,18 +132676,20 @@ self: {
}) {};
"hstar" = callPackage
- ({ mkDerivation, archive-libarchive, archive-sig, base, bytestring
- , bz2, cpphs, lz4-hs, lzlib, lzma, optparse-applicative, zlib, zstd
+ ({ mkDerivation, archive-libarchive, archive-sig, base, brotli
+ , bytestring, bz2, cpphs, lz4-hs, lzlib, lzma, lzo
+ , optparse-applicative, zlib, zstd
}:
mkDerivation {
pname = "hstar";
- version = "0.1.0.1";
- sha256 = "0vv0lc06hzfamqjyq50li9wvb1vzpcnkrgiaap67nd649i3f0z5h";
+ version = "0.1.0.4";
+ sha256 = "1c28xbcg8lmh7zkpl8xpg30niv6adjk8zggwcxi72ylb9z2y3fqr";
isLibrary = false;
isExecutable = true;
+ enableSeparateDataOutput = true;
executableHaskellDepends = [
- archive-libarchive archive-sig base bytestring bz2 lz4-hs lzlib
- lzma optparse-applicative zlib zstd
+ archive-libarchive archive-sig base brotli bytestring bz2 lz4-hs
+ lzlib lzma lzo optparse-applicative zlib zstd
];
executableToolDepends = [ cpphs ];
description = "Haskell version of tar CLI utility";
@@ -132416,6 +133954,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "http-client-openssl_0_3_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, HsOpenSSL, hspec, http-client
+ , http-types, network
+ }:
+ mkDerivation {
+ pname = "http-client-openssl";
+ version = "0.3.1.0";
+ sha256 = "16h2f4ap35g63mdg66iihp10p1s4nwsrb06hplwm9i4akdr9gws2";
+ libraryHaskellDepends = [
+ base bytestring HsOpenSSL http-client network
+ ];
+ testHaskellDepends = [
+ base HsOpenSSL hspec http-client http-types
+ ];
+ doCheck = false;
+ description = "http-client backend using the OpenSSL library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"http-client-overrides" = callPackage
({ mkDerivation, aeson, base, bytestring, http-client
, http-client-tls, http-types, network-uri, tasty, tasty-hunit
@@ -132828,8 +134386,8 @@ self: {
}:
mkDerivation {
pname = "http-io-streams";
- version = "0.1.2.0";
- sha256 = "1xn3lbpxsbl79qgaq9qmhlr78g44h0qpx0jyyb3z8q28z5p39wcy";
+ version = "0.1.3.0";
+ sha256 = "1m8nj92v21mgrb2mxlvc6smkpvd01664ng4kwikadb4j8bfpb15r";
libraryHaskellDepends = [
attoparsec base base64-bytestring blaze-builder brotli-streams
bytestring case-insensitive containers directory HsOpenSSL
@@ -132936,8 +134494,8 @@ self: {
pname = "http-media";
version = "0.8.0.0";
sha256 = "0lww5cxrc9jlvzsysjv99lca33i4rb7cll66p3c0rdpmvz8pk0ir";
- revision = "2";
- editedCabalFile = "0qvkhbxdz33lis5vca3jm1b44fkm7aalf4iz1gblr8xivnpmq885";
+ revision = "3";
+ editedCabalFile = "1ndz5x6njl35h73il5c6qpaqd4ynvg21n6k7sb8aq09gfbg544d8";
libraryHaskellDepends = [
base bytestring case-insensitive containers utf8-string
];
@@ -133834,11 +135392,23 @@ self: {
({ mkDerivation, base, dejafu, exceptions, HUnit }:
mkDerivation {
pname = "hunit-dejafu";
- version = "2.0.0.1";
- sha256 = "0n7npk8ksp14f2ib47navmc50rlnqrcsgdnxmd5qylg431h15sfz";
+ version = "2.0.0.2";
+ sha256 = "07bsf9wv1i1mzhbj216n0k22k9mwpkcvnh4gin8z4zldpj0vyqm4";
+ libraryHaskellDepends = [ base dejafu exceptions HUnit ];
+ description = "Deja Fu support for the HUnit test framework";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "hunit-dejafu_2_0_0_3" = callPackage
+ ({ mkDerivation, base, dejafu, exceptions, HUnit }:
+ mkDerivation {
+ pname = "hunit-dejafu";
+ version = "2.0.0.3";
+ sha256 = "03kjpc26bpym06ccz0kvbid2n38xdq5j0nd1cywfjbii8zyjmgzg";
libraryHaskellDepends = [ base dejafu exceptions HUnit ];
description = "Deja Fu support for the HUnit test framework";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hunit-gui" = callPackage
@@ -134005,16 +135575,15 @@ self: {
}) {hunt-client = null;};
"hup" = callPackage
- ({ mkDerivation, base, bytestring, cmdargs, directory, doctest
- , filepath, Glob, hspec, hspec-core, hspec-wai, http-client
- , http-client-tls, http-types, mtl, QuickCheck, shelly, simple
- , split, tagsoup, tar, temporary, text, transformers, wai
- , wai-extra, zlib
+ ({ mkDerivation, base, bytestring, cmdargs, directory, filepath
+ , hspec, hspec-core, hspec-wai, http-client, http-client-tls
+ , http-types, mtl, QuickCheck, shelly, simple, split, tagsoup, tar
+ , temporary, text, transformers, wai, wai-extra, zlib
}:
mkDerivation {
pname = "hup";
- version = "0.3.0.0";
- sha256 = "1aby486naf17d3sp0mmhhpm9rvy3x85574zap6fjnkjvrr07b9iz";
+ version = "0.3.0.2";
+ sha256 = "05xgbdzy3jg9qpxrxrfb6mjydw80wa65gkjcpqj2ckmk0vd6hmhr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134026,9 +135595,8 @@ self: {
transformers
];
testHaskellDepends = [
- base bytestring doctest filepath Glob hspec hspec-core hspec-wai
- http-client http-types QuickCheck simple temporary transformers wai
- wai-extra
+ base bytestring filepath hspec hspec-core hspec-wai http-client
+ http-types QuickCheck simple temporary transformers wai wai-extra
];
description = "Upload packages or documentation to a hackage server";
license = stdenv.lib.licenses.bsd2;
@@ -134047,26 +135615,30 @@ self: {
executableHaskellDepends = [
array base bytestring containers kangaroo
];
- description = "Extract function names from Windows DLLs";
+ description = "Extract function names from Windows DLLs.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"hurl" = callPackage
- ({ mkDerivation, base, base64-bytestring, bytestring, containers
- , directory, filepath, http-client, http-client-tls, http-types
- , network-uri, process, text, xml-conduit, zlib
+ ({ mkDerivation, async, base, base64-bytestring, bytestring
+ , connection, containers, directory, filepath, http-client
+ , http-client-tls, http-types, network-uri, process, text
+ , xml-conduit, zlib
}:
mkDerivation {
pname = "hurl";
- version = "1.3.0.0";
- sha256 = "1fb70wsqpy5jq5w8vrd0qszrpg670mfh25kw4ldapiw652az7w69";
+ version = "1.4.1.0";
+ sha256 = "1n7688m5n5f62h59jjh2w5aa4ir87ni3x9wqnkc902crsqrgj2js";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- base base64-bytestring bytestring containers directory filepath
- http-client http-client-tls http-types network-uri process text
- xml-conduit zlib
+ async base base64-bytestring bytestring connection containers
+ directory filepath http-client http-client-tls http-types
+ network-uri process text xml-conduit zlib
];
+ executableHaskellDepends = [ base directory network-uri ];
description = "Haskell URL resolver";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -134236,14 +135808,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "hvega_0_7_0_1" = callPackage
+ "hvega_0_8_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, filepath, tasty, tasty-golden, text, unordered-containers
}:
mkDerivation {
pname = "hvega";
- version = "0.7.0.1";
- sha256 = "16s58m7kk72hr52k9gci17ac5k38r1zy08wll2frzjxissgza4cj";
+ version = "0.8.0.0";
+ sha256 = "1pz4wha9xg58zgxbfahgjz01s0frdk9mlns0m3bwcdgn26n5np68";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ aeson base text unordered-containers ];
@@ -134260,8 +135832,8 @@ self: {
({ mkDerivation, base, hvega, text }:
mkDerivation {
pname = "hvega-theme";
- version = "0.1.0.0";
- sha256 = "03rm4fl8vgl3yv60wx6vrj1dfbwsxwksm1dbiz0wzz1scdax1gc4";
+ version = "0.2.0.4";
+ sha256 = "0g2h5is0gbr43fn8pbfj2nzh4wlgx6kjayq4lcnbr10z0j3vpqpv";
libraryHaskellDepends = [ base hvega text ];
description = "Theme for hvega";
license = stdenv.lib.licenses.gpl3;
@@ -134270,13 +135842,18 @@ self: {
}) {};
"hw-aeson" = callPackage
- ({ mkDerivation, aeson, base, hedgehog, hspec, text }:
+ ({ mkDerivation, aeson, base, doctest, doctest-discover, hedgehog
+ , hspec, hspec-discover, text
+ }:
mkDerivation {
pname = "hw-aeson";
- version = "0.1.0.2";
- sha256 = "11i0w0w5mi9k94p14c4pi1lsgwbr2cnnyhl7fbmxc7lqwr2a7k3s";
+ version = "0.1.1.0";
+ sha256 = "0d50yghgnxhynbm6w5kgkhgr8xgnghr8g1xn7zf0p9ax8dxkdy00";
libraryHaskellDepends = [ aeson base text ];
- testHaskellDepends = [ aeson base hedgehog hspec ];
+ testHaskellDepends = [
+ aeson base doctest doctest-discover hedgehog hspec
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Convenience functions for Aeson";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -134306,6 +135883,8 @@ self: {
];
description = "Demo library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-balancedparens" = callPackage
@@ -134316,8 +135895,8 @@ self: {
}:
mkDerivation {
pname = "hw-balancedparens";
- version = "0.3.0.5";
- sha256 = "0mc1qxng09891rpdw8g6cbx61b7pvvd7v4jm3ngzi5byamm0sbxp";
+ version = "0.3.1.0";
+ sha256 = "1nr3p3qcd72i4av71vf9kxv483mdg13c10dnpynabxfh7vx49vc9";
libraryHaskellDepends = [
base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-prim
hw-rankselect-base vector
@@ -134335,6 +135914,43 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-balancedparens_0_4_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, deepseq, directory
+ , doctest, doctest-discover, generic-lens, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-excess, hw-fingertree
+ , hw-hspec-hedgehog, hw-int, hw-prim, hw-rankselect-base, lens
+ , mmap, optparse-applicative, transformers, vector
+ }:
+ mkDerivation {
+ pname = "hw-balancedparens";
+ version = "0.4.1.0";
+ sha256 = "1ddxg00pwjvlrd4zdx9b9y7hm8rgxsxkvzzvwc34p2y75rivp21l";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-int
+ hw-prim hw-rankselect-base vector
+ ];
+ executableHaskellDepends = [
+ base bytestring generic-lens hw-bits hw-prim lens mmap
+ optparse-applicative vector
+ ];
+ testHaskellDepends = [
+ base directory doctest doctest-discover hedgehog hspec hw-bits
+ hw-hspec-hedgehog hw-int hw-prim hw-rankselect-base transformers
+ vector
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq directory generic-lens hedgehog hw-bits
+ hw-prim lens vector
+ ];
+ doHaddock = false;
+ description = "Balanced parentheses";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-bits" = callPackage
({ mkDerivation, base, bitvec, bytestring, criterion, deepseq
, doctest, doctest-discover, hedgehog, hspec, hspec-discover
@@ -134342,8 +135958,8 @@ self: {
}:
mkDerivation {
pname = "hw-bits";
- version = "0.7.1.5";
- sha256 = "0gvbsnirlgsj58363zqg960j0ydx2bhgw4lwql71jf9kg7hd4kqb";
+ version = "0.7.2.0";
+ sha256 = "1i985qgcvwphawh91qh2r1wvh8y4kfa7s7wwwr92pgw4qsrvfkzi";
libraryHaskellDepends = [
base bitvec bytestring deepseq hw-int hw-prim hw-string-parse
vector
@@ -134383,19 +135999,22 @@ self: {
"hw-conduit" = callPackage
({ mkDerivation, array, base, bytestring, conduit
- , conduit-combinators, criterion, hspec, hspec-discover, mmap, time
- , transformers, unliftio-core, vector, word8
+ , conduit-combinators, criterion, doctest, doctest-discover, hspec
+ , hspec-discover, mmap, time, transformers, unliftio-core, vector
+ , word8
}:
mkDerivation {
pname = "hw-conduit";
- version = "0.2.0.6";
- sha256 = "0z90nslvvd5lkzkivklln3kbpgpwn4l6b45bdn7nhn9qa50ii1rc";
+ version = "0.2.1.0";
+ sha256 = "1xnkkpqcgyii7f16jjh2k2qh4ydpsff5q2xnggyg4jf7m69yrih2";
libraryHaskellDepends = [
array base bytestring conduit conduit-combinators time transformers
unliftio-core word8
];
- testHaskellDepends = [ base bytestring conduit hspec ];
- testToolDepends = [ hspec-discover ];
+ testHaskellDepends = [
+ base bytestring conduit doctest doctest-discover hspec
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring conduit criterion mmap vector
];
@@ -134405,29 +136024,30 @@ self: {
"hw-conduit-merges" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-extra, hspec
- , mtl, QuickCheck
+ , hspec-discover, mtl, QuickCheck
}:
mkDerivation {
pname = "hw-conduit-merges";
- version = "0.2.0.0";
- sha256 = "1302b2dsvv8yazvq5vz9cs2fbqvdsh6zyprijb41g881riqa5klv";
- revision = "1";
- editedCabalFile = "1azji7zc0ygqjgd2shbqw7p8a2ll2qp3b1yq5i3665448brlwpvc";
+ version = "0.2.1.0";
+ sha256 = "042i1cs7qpjs8q8birr6xjzyxp28y7l6isv2fwkisv4agx8kfgm0";
libraryHaskellDepends = [ base conduit conduit-extra mtl ];
testHaskellDepends = [
base bytestring conduit conduit-extra hspec mtl QuickCheck
];
+ testToolDepends = [ hspec-discover ];
description = "Additional merges and joins for Conduit";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-diagnostics" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, doctest, doctest-discover }:
mkDerivation {
pname = "hw-diagnostics";
- version = "0.0.0.7";
- sha256 = "1wfmrdpkvk2p045xchvwhnd1glq527ksgg0bs2qg5r0nyhsg55zi";
+ version = "0.0.1.0";
+ sha256 = "111g54c5bhgjii6vbyb116bg3dxywa9l693r8xjjrxpamzvi0avj";
libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest doctest-discover ];
+ testToolDepends = [ doctest-discover ];
description = "Diagnostics library";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -134438,24 +136058,25 @@ self: {
, generic-lens, ghc-prim, hedgehog, hspec, hspec-discover, hw-bits
, hw-hspec-hedgehog, hw-ip, hw-prim, hw-rankselect
, hw-rankselect-base, hw-simd, lens, mmap, optparse-applicative
- , resourcet, text, vector, weigh
+ , resourcet, text, transformers, vector, weigh
}:
mkDerivation {
pname = "hw-dsv";
- version = "0.4.0";
- sha256 = "1cpjfq3z4q5wmnlaskrzxhyybb07andc7gli7vv7njm9552bwyvf";
- revision = "2";
- editedCabalFile = "167zvbxwjmb25xmhcdhrshk03b98kh5ldrf2b6a4v8xlkj4p33qm";
+ version = "0.4.1.0";
+ sha256 = "1wv0yg662c3bq4kpgfqfjks59v17i5h3v3mils1qpxn4c57jr3s8";
+ revision = "1";
+ editedCabalFile = "1xhdvqmqm44ky8mbwi64fj3bawqswf58ghlbj2bvk136yflvz2c7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim
- hw-rankselect hw-rankselect-base hw-simd vector
+ hw-rankselect hw-rankselect-base hw-simd transformers vector
];
executableHaskellDepends = [
appar base bits-extra bytestring deepseq generic-lens ghc-prim
hedgehog hw-bits hw-ip hw-prim hw-rankselect hw-rankselect-base
- hw-simd lens optparse-applicative resourcet text vector
+ hw-simd lens optparse-applicative resourcet text transformers
+ vector
];
testHaskellDepends = [
base bits-extra bytestring cassava deepseq directory doctest
@@ -134470,18 +136091,22 @@ self: {
];
description = "Unbelievably fast streaming DSV file parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-dump" = callPackage
- ({ mkDerivation, base, bits-extra, bytestring, criterion
- , generic-lens, hedgehog, hspec, hspec-discover, hw-bits
- , hw-hspec-hedgehog, hw-prim, lens, optparse-applicative
+ ({ mkDerivation, base, bits-extra, bytestring, criterion, doctest
+ , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-bits, hw-hspec-hedgehog, hw-prim, lens, optparse-applicative
, QuickCheck, safe, vector
}:
mkDerivation {
pname = "hw-dump";
- version = "0.1.0.1";
- sha256 = "0iswbvvviaj1j34zvm04nzpjicwyzs5imc4rc8vkwmx41nlypxdv";
+ version = "0.1.1.0";
+ sha256 = "14ya18i3xvay5xn8j20b06msqyd49h34w526k1x1fxdp0i2l3rwr";
+ revision = "1";
+ editedCabalFile = "0v310296cxsv92k2rjrc9zrwh7yb7lkjwivndpbh5hv5p8ll0zm6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134492,10 +136117,10 @@ self: {
optparse-applicative vector
];
testHaskellDepends = [
- base bits-extra bytestring hedgehog hspec hw-bits hw-hspec-hedgehog
- hw-prim QuickCheck vector
+ base bits-extra bytestring doctest doctest-discover hedgehog hspec
+ hw-bits hw-hspec-hedgehog hw-prim QuickCheck vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bits-extra bytestring criterion hw-bits hw-prim vector
];
@@ -134505,17 +136130,18 @@ self: {
"hw-eliasfano" = callPackage
({ mkDerivation, base, binary, bytestring, criterion, deepseq
- , generic-lens, hedgehog, hspec, hspec-discover, hw-bits
- , hw-hedgehog, hw-hspec-hedgehog, hw-int, hw-packed-vector, hw-prim
- , hw-rankselect, hw-rankselect-base, lens, mmap
- , optparse-applicative, resourcet, temporary-resourcet, vector
+ , doctest, doctest-discover, generic-lens, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-int
+ , hw-packed-vector, hw-prim, hw-rankselect, hw-rankselect-base
+ , lens, mmap, optparse-applicative, resourcet, temporary-resourcet
+ , vector
}:
mkDerivation {
pname = "hw-eliasfano";
- version = "0.1.1.1";
- sha256 = "0fmbcddw13m49xvw8gnpjh246mw4k9h3hr94k956bi1vdvywyqv7";
+ version = "0.1.2.0";
+ sha256 = "1wqpzznmz6bl88wzhrfcbgi49dw7w7i0p92hyc0m58nanqm1zgnj";
revision = "1";
- editedCabalFile = "1i5in5h9jnx4p873qv80jmdd1ak6yyyf70002j3lhxyaxx9byy7k";
+ editedCabalFile = "0qqshcj482x0yfmb76fj6ng57sf3i0r8daz93kzab8lscarh31j9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134528,10 +136154,11 @@ self: {
resourcet temporary-resourcet vector
];
testHaskellDepends = [
- base hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog hw-int
- hw-packed-vector hw-prim hw-rankselect hw-rankselect-base vector
+ base doctest doctest-discover hedgehog hspec hw-bits hw-hedgehog
+ hw-hspec-hedgehog hw-int hw-packed-vector hw-prim hw-rankselect
+ hw-rankselect-base vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion hedgehog hspec hw-bits hw-hedgehog
hw-hspec-hedgehog hw-int hw-packed-vector hw-prim mmap vector
@@ -134548,10 +136175,8 @@ self: {
}:
mkDerivation {
pname = "hw-excess";
- version = "0.2.2.3";
- sha256 = "1rlw53nbhjdvjqb1f0kacnmiiwhx04az6p4mf0iv5fwxcjh94q2r";
- revision = "1";
- editedCabalFile = "1bll4amizah25w4c6xplndig77hd6jh65q6zjyr5x4vr11vg6xbx";
+ version = "0.2.3.0";
+ sha256 = "0xiyf3xyg6f4kgkils9ycx6q0qcsbd6rw4m9lizw9295mnp05s3g";
libraryHaskellDepends = [
base hw-bits hw-prim hw-rankselect-base safe vector
];
@@ -134568,85 +136193,90 @@ self: {
}) {};
"hw-fingertree" = callPackage
- ({ mkDerivation, base, deepseq, hedgehog, hspec, hspec-discover
- , hw-hspec-hedgehog, hw-prim
+ ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog
+ , hspec, hspec-discover, hw-hspec-hedgehog, hw-prim
}:
mkDerivation {
pname = "hw-fingertree";
- version = "0.1.1.1";
- sha256 = "01ghnnnbbrdy9s84rcw37v3yvlrw5awgdmcrzh0xd5dxpw557psf";
+ version = "0.1.2.0";
+ sha256 = "0b1aff5aa9ifapyf2qvqggxfm36x5w7l7c37bfy9qdll264pdh0i";
libraryHaskellDepends = [ base deepseq hw-prim ];
testHaskellDepends = [
- base deepseq hedgehog hspec hw-hspec-hedgehog
+ base deepseq doctest doctest-discover hedgehog hspec
+ hw-hspec-hedgehog
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Generic finger-tree structure, with example instances";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-fingertree-strict" = callPackage
- ({ mkDerivation, base, deepseq, hedgehog, hspec, hspec-discover
- , HUnit, hw-hspec-hedgehog, QuickCheck, test-framework
- , test-framework-hunit, test-framework-quickcheck2
+ ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog
+ , hspec, hspec-discover, HUnit, hw-hspec-hedgehog, QuickCheck
+ , test-framework, test-framework-hunit, test-framework-quickcheck2
}:
mkDerivation {
pname = "hw-fingertree-strict";
- version = "0.1.1.3";
- sha256 = "1fy492nl10a7p9a0b0jrqj1yiar8wir2g3qms2mmd814brbfkm80";
- revision = "1";
- editedCabalFile = "1s7fcimgyf0vskkkms371icazjkkmscv9bkz2ysdhx708bza96v5";
+ version = "0.1.2.0";
+ sha256 = "1zhh694m8hbin7059ys8c6sqjvyfsazcsp0jxqg59w5ypqjznzca";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
- base hedgehog hspec HUnit hw-hspec-hedgehog QuickCheck
- test-framework test-framework-hunit test-framework-quickcheck2
+ base doctest doctest-discover hedgehog hspec HUnit
+ hw-hspec-hedgehog QuickCheck test-framework test-framework-hunit
+ test-framework-quickcheck2
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Generic strict finger-tree structure";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-hedgehog" = callPackage
- ({ mkDerivation, base, hedgehog, vector }:
+ ({ mkDerivation, base, doctest, doctest-discover, hedgehog, vector
+ }:
mkDerivation {
pname = "hw-hedgehog";
- version = "0.1.0.5";
- sha256 = "1wnfgmybccznrm2i6rrkg87mwxqng9y115wsbf4r40y6pica7kbi";
+ version = "0.1.1.0";
+ sha256 = "0a2pic2h983kdkai68wabclzwjbk5i9vz229jlwvs0hyw6b0mzz9";
libraryHaskellDepends = [ base hedgehog vector ];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest doctest-discover ];
+ testToolDepends = [ doctest-discover ];
description = "Extra hedgehog functionality";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-hspec-hedgehog" = callPackage
- ({ mkDerivation, base, call-stack, hedgehog, hspec, hspec-discover
- , HUnit, transformers
+ ({ mkDerivation, base, call-stack, doctest, doctest-discover
+ , hedgehog, hspec, hspec-discover, HUnit, transformers
}:
mkDerivation {
pname = "hw-hspec-hedgehog";
- version = "0.1.0.9";
- sha256 = "1rfcz7fq7gp8xxlax8l1vfr88h9sh50ghs1iihy9jqv135d1dbky";
+ version = "0.1.1.0";
+ sha256 = "04r30hb4664yciwfl3kyx0xn6sqc6abwhavb4wxiaas8b4px9kyn";
libraryHaskellDepends = [
base call-stack hedgehog hspec HUnit transformers
];
- testHaskellDepends = [ base call-stack hedgehog hspec HUnit ];
- testToolDepends = [ hspec-discover ];
+ testHaskellDepends = [
+ base call-stack doctest doctest-discover hedgehog hspec HUnit
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Interoperability between hspec and hedgehog";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-int" = callPackage
- ({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog
- , hw-hspec-hedgehog
+ ({ mkDerivation, base, doctest, doctest-discover, hedgehog, hspec
+ , hspec-discover, hw-hedgehog, hw-hspec-hedgehog
}:
mkDerivation {
pname = "hw-int";
- version = "0.0.0.4";
- sha256 = "0im0fk23v6gh6hwfr35swai5fnvkpw0rrssc3s0ac978c899a8iz";
+ version = "0.0.2.0";
+ sha256 = "13ifa28b12hiibhmwas5hn3dmmiz2rihlc837hhii0z1ng03s360";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
- base hedgehog hspec hw-hedgehog hw-hspec-hedgehog
+ base doctest doctest-discover hedgehog hspec hw-hedgehog
+ hw-hspec-hedgehog
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Additional facilities for Integers";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -134659,10 +136289,8 @@ self: {
}:
mkDerivation {
pname = "hw-ip";
- version = "2.4.1.0";
- sha256 = "1zjl078xzing927fwwpck36ib8z5aggpi7g0z5gnhxd8isgqs6zh";
- revision = "1";
- editedCabalFile = "1dg3aa6wavdr3vh7va3yx3j272pb4zw48rm7r5a6xv6xrrd01a33";
+ version = "2.4.2.0";
+ sha256 = "1bvh4fkg1ffr3y8wink62rgkynlcgjhmra7a4w01h1dmw1vb2vfx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134684,18 +136312,20 @@ self: {
"hw-json" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
- , bits-extra, bytestring, criterion, directory, dlist, generic-lens
- , hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits
- , hw-hspec-hedgehog, hw-json-simd, hw-json-simple-cursor
- , hw-json-standard-cursor, hw-mquery, hw-parser, hw-prim
- , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap
- , optparse-applicative, scientific, text, transformers, vector
- , word8
+ , bits-extra, bytestring, criterion, directory, dlist, doctest
+ , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd
+ , hw-json-simple-cursor, hw-json-standard-cursor, hw-mquery
+ , hw-parser, hw-prim, hw-rankselect, hw-rankselect-base, hw-simd
+ , lens, mmap, optparse-applicative, scientific, text, transformers
+ , unordered-containers, vector, word8
}:
mkDerivation {
pname = "hw-json";
- version = "1.3.1.1";
- sha256 = "0w0k8zkswpvawp3ni3av8ak18a8wj509dll0v3cq7i4lljv51b5l";
+ version = "1.3.2.0";
+ sha256 = "00pdd813phgfi9g9xs6r7iw03iifwmlzfb0b424q1cq6d9z37v2f";
+ revision = "2";
+ editedCabalFile = "1lg2l399fnx7vg2bxf6chcwpl9q3pblzrmwzzijxczvyfrsy5m41";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134705,59 +136335,66 @@ self: {
hw-rankselect-base hw-simd mmap text vector word8
];
executableHaskellDepends = [
- base bytestring dlist generic-lens hw-balancedparens hw-json-simd
- hw-json-simple-cursor hw-json-standard-cursor hw-mquery hw-prim
- hw-rankselect hw-rankselect-base lens mmap optparse-applicative
- text vector
+ aeson base bytestring dlist generic-lens hw-balancedparens
+ hw-json-simd hw-json-simple-cursor hw-json-standard-cursor
+ hw-mquery hw-prim hw-rankselect hw-rankselect-base lens mmap
+ optparse-applicative text unordered-containers vector
];
testHaskellDepends = [
- aeson attoparsec base bytestring hedgehog hspec hw-balancedparens
- hw-bits hw-hspec-hedgehog hw-json-simple-cursor
- hw-json-standard-cursor hw-prim hw-rankselect hw-rankselect-base
- scientific text transformers vector
+ aeson attoparsec base bytestring doctest doctest-discover hedgehog
+ hspec hw-balancedparens hw-bits hw-hspec-hedgehog
+ hw-json-simple-cursor hw-json-standard-cursor hw-prim hw-rankselect
+ hw-rankselect-base scientific text transformers vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion directory hw-json-standard-cursor mmap
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-json-lens" = callPackage
- ({ mkDerivation, base, bytestring, containers, criterion, hedgehog
- , hspec, hspec-discover, hw-balancedparens, hw-bits
- , hw-hspec-hedgehog, hw-json, hw-json-standard-cursor, hw-prim
- , lens, scientific, text, vector, word8
+ ({ mkDerivation, aeson, base, bytestring, containers, criterion
+ , doctest, doctest-discover, hedgehog, hspec, hspec-discover
+ , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json
+ , hw-json-standard-cursor, hw-prim, lens, scientific, text, vector
+ , word8
}:
mkDerivation {
pname = "hw-json-lens";
- version = "0.2.0.0";
- sha256 = "0byl0hqizqgpbajcgid0xca6jiqzm6syiz48jlywzg27niv3xdpd";
+ version = "0.2.1.0";
+ sha256 = "1v3ws69pyrw5ja00r326kqlq6hd7r5np119fk2la7f74aqhajjf6";
+ revision = "1";
+ editedCabalFile = "1gxqds8889dzkfncnlncjb7avw4zm7dzj3063mq4rsb05gyrplhz";
libraryHaskellDepends = [
- base bytestring containers hw-json lens scientific text word8
+ aeson base bytestring containers hw-json lens scientific text word8
];
testHaskellDepends = [
- base bytestring hedgehog hspec hw-balancedparens hw-bits
- hw-hspec-hedgehog hw-json hw-json-standard-cursor hw-prim lens
- vector
+ base bytestring doctest doctest-discover hedgehog hspec
+ hw-balancedparens hw-bits hw-hspec-hedgehog hw-json
+ hw-json-standard-cursor hw-prim lens vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion hw-json lens
];
description = "Lens for hw-json";
- license = stdenv.lib.licenses.mit;
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-json-simd" = callPackage
- ({ mkDerivation, base, bytestring, c2hs, hw-prim, lens
- , optparse-applicative, vector
+ ({ mkDerivation, base, bytestring, c2hs, doctest, doctest-discover
+ , hw-prim, lens, optparse-applicative, transformers, vector
}:
mkDerivation {
pname = "hw-json-simd";
- version = "0.1.0.4";
- sha256 = "1qpk7vzya28y56qlb2fmx3ic39n9x2z8dh932rn0fp2d8n4dw8sa";
+ version = "0.1.1.0";
+ sha256 = "0bpfyx2bd7pcr8y8bfahcdm30bznqixfawraq3xzy476vy9ppa9n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring hw-prim lens vector ];
@@ -134765,22 +136402,30 @@ self: {
executableHaskellDepends = [
base bytestring hw-prim lens optparse-applicative vector
];
- testHaskellDepends = [ base bytestring hw-prim lens vector ];
+ testHaskellDepends = [
+ base bytestring doctest doctest-discover hw-prim lens transformers
+ vector
+ ];
+ testToolDepends = [ doctest-discover ];
description = "SIMD-based JSON semi-indexer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-json-simple-cursor" = callPackage
- ({ mkDerivation, base, bytestring, criterion, directory
- , generic-lens, hedgehog, hspec, hspec-discover, hw-balancedparens
- , hw-bits, hw-hspec-hedgehog, hw-json-simd, hw-prim, hw-rankselect
- , hw-rankselect-base, lens, mmap, optparse-applicative, text
- , vector, word8
+ ({ mkDerivation, base, bytestring, criterion, directory, doctest
+ , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd
+ , hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap
+ , optparse-applicative, text, vector, word8
}:
mkDerivation {
pname = "hw-json-simple-cursor";
- version = "0.1.0.2";
- sha256 = "1yknymn8flni5bkfifaxmkv6b6r530ljvm6vx9m3kqwzikly9lpn";
+ version = "0.1.1.0";
+ sha256 = "1kwxnqsa2mkw5sa8rc9rixjm6f75lyjdaz7f67yyhwls5v4315bl";
+ revision = "2";
+ editedCabalFile = "144afi48rm613gcb8gccfyw5ybx9mzsfzsfq1nvsmlyijl8rgc1x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134793,15 +136438,18 @@ self: {
text vector
];
testHaskellDepends = [
- base bytestring hedgehog hspec hw-balancedparens hw-bits
- hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base vector
+ base bytestring doctest doctest-discover hedgehog hspec
+ hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect
+ hw-rankselect-base vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion directory mmap
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-json-standard-cursor" = callPackage
@@ -134814,8 +136462,8 @@ self: {
}:
mkDerivation {
pname = "hw-json-standard-cursor";
- version = "0.2.1.3";
- sha256 = "1809nrw3wlbsysq3dxq9igg2yi3qafkv34jx3vn7qq5rw541qlxv";
+ version = "0.2.3.1";
+ sha256 = "1mpsspp6ba2zqv38a0rcv93mbwb1rb8snmxklf32g02djj8b4vir";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134839,6 +136487,8 @@ self: {
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-kafka-avro" = callPackage
@@ -134849,8 +136499,8 @@ self: {
}:
mkDerivation {
pname = "hw-kafka-avro";
- version = "5.0.0";
- sha256 = "1j2al3xmymjzqc6009wm83b3bpddgshsmrlgp5129801bssc8s5w";
+ version = "5.1.0";
+ sha256 = "11j1c881g08vgyaf26rfylydii0zk824i210pxb393616npyg9h5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134865,17 +136515,19 @@ self: {
];
description = "Avro support for Kafka infrastructure";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-kafka-client" = callPackage
({ mkDerivation, base, bifunctors, bytestring, c2hs, containers
- , either, hspec, monad-loops, random, rdkafka, text, transformers
- , unix
+ , either, hspec, hspec-discover, monad-loops, random, rdkafka, text
+ , transformers, unix
}:
mkDerivation {
pname = "hw-kafka-client";
- version = "3.0.0";
- sha256 = "1b2f9mxlnvd1jmnhpvsliy8b1xcygmgqdanggmdi44iikchmv62y";
+ version = "3.1.0";
+ sha256 = "0dnqswvkxqwvhcxkr2vh5qskbj4dmqm52n17y57n4nk5wkr30knz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134887,6 +136539,7 @@ self: {
base bifunctors bytestring containers either hspec monad-loops
random text transformers
];
+ testToolDepends = [ hspec-discover ];
description = "Kafka bindings for Haskell";
license = stdenv.lib.licenses.mit;
}) {inherit (pkgs) rdkafka;};
@@ -134894,12 +136547,13 @@ self: {
"hw-kafka-conduit" = callPackage
({ mkDerivation, base, bifunctors, bytestring, conduit
, conduit-extra, containers, exceptions, extra, hspec
- , hw-kafka-client, mtl, QuickCheck, resourcet, transformers
+ , hspec-discover, hw-kafka-client, mtl, QuickCheck, resourcet
+ , transformers
}:
mkDerivation {
pname = "hw-kafka-conduit";
- version = "2.6.0";
- sha256 = "0z3rhxzj8zni2z0mb7aka21dblyniqby0qf2y6cnnjw6gmvrkc1b";
+ version = "2.7.0";
+ sha256 = "1ld0kmfk0i87rqyk4hxnrchl4asjy6bf6qvp5f1dcrp69r02mqy0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134910,42 +136564,45 @@ self: {
base bifunctors bytestring conduit conduit-extra containers extra
hspec hw-kafka-client mtl QuickCheck resourcet transformers
];
+ testToolDepends = [ hspec-discover ];
description = "Conduit bindings for hw-kafka-client";
license = stdenv.lib.licenses.mit;
}) {};
"hw-mquery" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, dlist, hedgehog, hspec
- , hspec-discover, hw-hspec-hedgehog, lens, semigroups
+ ({ mkDerivation, ansi-wl-pprint, base, dlist, doctest
+ , doctest-discover, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, lens
}:
mkDerivation {
pname = "hw-mquery";
- version = "0.2.0.2";
- sha256 = "1vcxyin3cyc0pkhbfjyjm4r44yxk17gny5jhfg6hdlgivp150yij";
+ version = "0.2.1.0";
+ sha256 = "1qhd8jcwffr57mjraw0g3xj9kb0jd75ybqaj1sbxw31lc2hr9w9j";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [
- ansi-wl-pprint base dlist lens semigroups
- ];
+ libraryHaskellDepends = [ ansi-wl-pprint base dlist lens ];
executableHaskellDepends = [ base ];
testHaskellDepends = [
- base dlist hedgehog hspec hw-hspec-hedgehog lens
+ base dlist doctest doctest-discover hedgehog hspec
+ hw-hspec-hedgehog lens
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Monadic query DSL";
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-packed-vector" = callPackage
({ mkDerivation, base, binary, bytestring, criterion, deepseq
- , directory, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
- , hw-hedgehog, hw-hspec-hedgehog, hw-prim, lens
- , optparse-applicative, vector
+ , directory, doctest, doctest-discover, generic-lens, hedgehog
+ , hspec, hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog
+ , hw-prim, lens, optparse-applicative, vector
}:
mkDerivation {
pname = "hw-packed-vector";
- version = "0.2.0.1";
- sha256 = "12181b9fp11cdgf6xngjla9012j8rag3zcssz70x5a7xxgnwfmfc";
+ version = "0.2.1.0";
+ sha256 = "13hly2yzx6kx4j56iksgj4i3wmvg7rmxq57d0g87lmybzhha9q38";
+ revision = "1";
+ editedCabalFile = "070ac32s0azzhnqwrvhnfa18sxn60ayhmlikr6zk4vl1v03y0xbc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134956,10 +136613,10 @@ self: {
optparse-applicative vector
];
testHaskellDepends = [
- base bytestring hedgehog hspec hw-bits hw-hedgehog
- hw-hspec-hedgehog hw-prim vector
+ base bytestring doctest doctest-discover hedgehog hspec hw-bits
+ hw-hedgehog hw-hspec-hedgehog hw-prim vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base criterion directory hedgehog hspec hw-prim vector
];
@@ -134968,18 +136625,21 @@ self: {
}) {};
"hw-parser" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, hedgehog, hspec
- , hspec-discover, hw-hspec-hedgehog, hw-prim, text
+ ({ mkDerivation, attoparsec, base, bytestring, doctest
+ , doctest-discover, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, hw-prim, text
}:
mkDerivation {
pname = "hw-parser";
- version = "0.1.0.2";
- sha256 = "170dk943s2jbqqggxxfjxj23fbfk1532hgsrg63mr0v1ag9hlz1i";
+ version = "0.1.1.0";
+ sha256 = "1zsbw725mw3fn4814qricqanbvx1kgbnqvgwijqgfv8jz7yf5gxa";
libraryHaskellDepends = [
attoparsec base bytestring hw-prim text
];
- testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
- testToolDepends = [ hspec-discover ];
+ testHaskellDepends = [
+ base doctest doctest-discover hedgehog hspec hw-hspec-hedgehog
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
description = "Simple parser support";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -134987,27 +136647,25 @@ self: {
"hw-prim" = callPackage
({ mkDerivation, base, bytestring, criterion, deepseq, directory
, doctest, doctest-discover, exceptions, ghc-prim, hedgehog, hspec
- , hspec-discover, hw-hspec-hedgehog, mmap, QuickCheck, semigroups
- , transformers, unliftio-core, vector
+ , hspec-discover, hw-hspec-hedgehog, mmap, QuickCheck, transformers
+ , unliftio-core, vector
}:
mkDerivation {
pname = "hw-prim";
- version = "0.6.2.40";
- sha256 = "0vm5mcnlb5yas2z7rvzd1kzv39d3qw4bkrkfmv0i7vsdg33yb3fd";
- revision = "3";
- editedCabalFile = "14a8a1rfczi196nka364w6prjx1zddwf1iq265w5qcl0d1jmj679";
+ version = "0.6.3.0";
+ sha256 = "0gqn7s0ki9x951n5whyh0pkcbbqz4kpcn80xxpsv1c0v34946xv7";
libraryHaskellDepends = [
- base bytestring deepseq ghc-prim mmap semigroups transformers
- unliftio-core vector
+ base bytestring deepseq ghc-prim mmap transformers unliftio-core
+ vector
];
testHaskellDepends = [
base bytestring directory doctest doctest-discover exceptions
- hedgehog hspec hw-hspec-hedgehog mmap QuickCheck semigroups
- transformers vector
+ hedgehog hspec hw-hspec-hedgehog mmap QuickCheck transformers
+ vector
];
testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
- base bytestring criterion mmap semigroups transformers vector
+ base bytestring criterion mmap transformers vector
];
description = "Primitive functions and data types";
license = stdenv.lib.licenses.bsd3;
@@ -135043,10 +136701,10 @@ self: {
}:
mkDerivation {
pname = "hw-rankselect";
- version = "0.13.3.2";
- sha256 = "1p4b5nm8mgxlc7p5gcwh6dy85xgydpbw999zv27755dbfcv9nk4v";
- revision = "2";
- editedCabalFile = "13j391km170abxa74l5vda6aw1ad409p74yyxanizz97cjhjwdwb";
+ version = "0.13.4.0";
+ sha256 = "0chk3n4vb55px943w0l3q7pxhgbvqm64vn7lkhi7k0l2dpybycp7";
+ revision = "1";
+ editedCabalFile = "03p711rvs3qn9x5rfc90yxrbyp5fqsi9i2wbiwrs3vq6if66vc5z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -135073,25 +136731,24 @@ self: {
}) {};
"hw-rankselect-base" = callPackage
- ({ mkDerivation, base, bits-extra, bitvec, criterion, hedgehog
- , hspec, hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog
- , hw-int, hw-prim, hw-string-parse, QuickCheck, vector
+ ({ mkDerivation, base, bits-extra, bitvec, criterion, doctest
+ , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits
+ , hw-hedgehog, hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse
+ , QuickCheck, vector
}:
mkDerivation {
pname = "hw-rankselect-base";
- version = "0.3.3.0";
- sha256 = "17h4kmi9zcgm4sdpbmqh6rzygz7w0v95lfc6rmhc9a8bmmg30i5b";
- revision = "1";
- editedCabalFile = "03svpzjia8mbgy33lhmjhwpd6yq0n97l3fkmfnpyi3blc3yb3bd0";
+ version = "0.3.4.0";
+ sha256 = "0rfk06fwmvpw2s7m397xm2s0831ad743325pv6yrd7019jcbiayl";
libraryHaskellDepends = [
base bits-extra bitvec hw-bits hw-int hw-prim hw-string-parse
vector
];
testHaskellDepends = [
- base bits-extra bitvec hedgehog hspec hw-bits hw-hedgehog
- hw-hspec-hedgehog hw-prim QuickCheck vector
+ base bits-extra bitvec doctest doctest-discover hedgehog hspec
+ hw-bits hw-hedgehog hw-hspec-hedgehog hw-prim QuickCheck vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bits-extra criterion hw-bits hw-prim vector
];
@@ -135101,59 +136758,61 @@ self: {
"hw-simd" = callPackage
({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava
- , containers, criterion, deepseq, directory, hedgehog, hspec
- , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-prim
- , hw-rankselect, hw-rankselect-base, lens, mmap, text, vector
+ , containers, criterion, deepseq, directory, doctest
+ , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits
+ , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect
+ , hw-rankselect-base, lens, mmap, text, transformers, vector
}:
mkDerivation {
pname = "hw-simd";
- version = "0.1.1.5";
- sha256 = "0nhy3hi7gxbbjwh6rj4459nzbmlij2cjdg2zvdjgx3z3j5algqyb";
+ version = "0.1.2.0";
+ sha256 = "1r202xzqprb1v8ajd9n6ixckjfdy17mn8jibx4j2xgknx595v24f";
libraryHaskellDepends = [
base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
- hw-rankselect-base vector
+ hw-rankselect-base transformers vector
];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [
- base bits-extra bytestring deepseq directory hedgehog hspec hw-bits
- hw-hedgehog hw-hspec-hedgehog hw-prim hw-rankselect
- hw-rankselect-base lens text vector
+ base bits-extra bytestring deepseq directory doctest
+ doctest-discover hedgehog hspec hw-bits hw-hedgehog
+ hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base lens
+ text vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bits-extra bytestring cassava containers criterion deepseq
directory hw-bits hw-prim hw-rankselect hw-rankselect-base mmap
- vector
+ transformers vector
];
description = "SIMD library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-streams" = callPackage
- ({ mkDerivation, base, bytestring, criterion, directory, exceptions
- , ghc-prim, hedgehog, hspec, hspec-discover, hw-bits
- , hw-hspec-hedgehog, hw-prim, mmap, primitive, QuickCheck
- , semigroups, transformers, vector
+ ({ mkDerivation, base, bytestring, criterion, directory, doctest
+ , doctest-discover, exceptions, ghc-prim, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim, mmap
+ , primitive, QuickCheck, transformers, vector
}:
mkDerivation {
pname = "hw-streams";
- version = "0.0.0.12";
- sha256 = "087sn4gxhf29vg9ydx8sfq33q16cz6cmda5r63k9xdki4ba761m4";
- revision = "1";
- editedCabalFile = "1y5sw9mgkxwvgf91hl22p3q5kxy99phwfmx2lh87339w7d5bjdbw";
+ version = "0.0.1.0";
+ sha256 = "0hzpx1j06h98y0zcmysklzn3s3mvpbb1nkwg4zkbdxvzzqs5hnm5";
libraryHaskellDepends = [
- base bytestring ghc-prim hw-bits hw-prim mmap primitive semigroups
+ base bytestring ghc-prim hw-bits hw-prim mmap primitive
transformers vector
];
testHaskellDepends = [
- base bytestring directory exceptions ghc-prim hedgehog hspec
- hw-bits hw-hspec-hedgehog hw-prim mmap primitive QuickCheck
- semigroups transformers vector
+ base bytestring directory doctest doctest-discover exceptions
+ ghc-prim hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim mmap
+ primitive QuickCheck transformers vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion ghc-prim hw-bits hw-prim mmap primitive
- semigroups transformers vector
+ transformers vector
];
description = "Primitive functions and data types";
license = stdenv.lib.licenses.bsd3;
@@ -135201,6 +136860,8 @@ self: {
pname = "hw-uri";
version = "0.2.1.0";
sha256 = "1bwdzvms0n86k7gbkhk0jj3m1pcc9vbjk13kgpchqxpxm971srbs";
+ revision = "1";
+ editedCabalFile = "0bbsv8dj0z6wvgn0ldgvbrhji8mw5514pqwrp4ih8i2mjnfcdh2a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -135238,16 +136899,19 @@ self: {
"hw-xml" = callPackage
({ mkDerivation, ansi-wl-pprint, array, attoparsec, base
- , bytestring, cereal, containers, criterion, deepseq, generic-lens
- , ghc-prim, hedgehog, hspec, hspec-discover, hw-balancedparens
- , hw-bits, hw-hspec-hedgehog, hw-parser, hw-prim, hw-rankselect
- , hw-rankselect-base, lens, mmap, mtl, optparse-applicative
- , resourcet, text, transformers, vector, word8
+ , bytestring, cereal, containers, criterion, deepseq, doctest
+ , doctest-discover, generic-lens, ghc-prim, hedgehog, hspec
+ , hspec-discover, hw-balancedparens, hw-bits, hw-hspec-hedgehog
+ , hw-parser, hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap
+ , mtl, optparse-applicative, resourcet, text, transformers, vector
+ , word8
}:
mkDerivation {
pname = "hw-xml";
- version = "0.5.0.0";
- sha256 = "0cqrs19bd9yh67yczhhb1yf5dhcx2v6xikybd88vqwxdh51pxyyn";
+ version = "0.5.1.0";
+ sha256 = "0g81kknllbc6v5wx7kgzhh78409njfzr3h7lfdx7ip0nkhhnpmw4";
+ revision = "2";
+ editedCabalFile = "1zi0ma6fmzghlc65dxpznsyiyp4ij7cwz1yw35i0jjm314mhi4va";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -135263,11 +136927,11 @@ self: {
resourcet text vector
];
testHaskellDepends = [
- attoparsec base bytestring hedgehog hspec hw-balancedparens hw-bits
- hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base text
- vector
+ attoparsec base bytestring doctest doctest-discover hedgehog hspec
+ hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect
+ hw-rankselect-base text vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion hw-balancedparens hw-bits hw-prim mmap
resourcet vector
@@ -135669,7 +137333,7 @@ self: {
base containers directory filepath haskell98 HTTP HUnit hxt network
parsec process
];
- description = "A collection of tools for processing XML with Haskell (Filter variant)";
+ description = "A collection of tools for processing XML with Haskell (Filter variant).";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -136470,8 +138134,8 @@ self: {
pname = "hyraxAbif";
version = "0.2.3.21";
sha256 = "0ghhfv8gzs9sg13nj3mhqd24zbrkjj1dgsjz3sql6276kpa1p2kc";
- revision = "1";
- editedCabalFile = "0rg4wldliyaixmgcyina2cnm7l6gwpcdd2bim1q83clnfk32scar";
+ revision = "2";
+ editedCabalFile = "05fnq87n1rprz3mlw89g74b1arzhldn8yqj3la04g3r3m39fh2v1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -136622,8 +138286,8 @@ self: {
}:
mkDerivation {
pname = "i3blocks-hs-contrib";
- version = "2.0.0";
- sha256 = "1vdhjl5qyiisjpp770b4pn4w4yzg546cwrw9vh195nyicniz571v";
+ version = "2.1.0";
+ sha256 = "191jrmid5q3pfamyhlmyh7ypws5slr1x95ajaxijcnsqnivb4sac";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base text turtle ];
@@ -136638,16 +138302,16 @@ self: {
}) {};
"i3ipc" = callPackage
- ({ mkDerivation, aeson, base, binary, bytestring, containers, hspec
- , network, text, typed-process, vector
+ ({ mkDerivation, aeson, base, binary, bytestring, containers
+ , exceptions, hspec, network, text, typed-process, vector
}:
mkDerivation {
pname = "i3ipc";
- version = "0.1.0.1";
- sha256 = "128dixb0nad1h2gf302r84kng2lw9g6vrnyjs61sqipbn6bn4ygd";
+ version = "0.2.0.0";
+ sha256 = "1h4vj027h0n3pvwxq4ipzdxpw03skbpi1qc6griwlkslk1qwyv8w";
libraryHaskellDepends = [
- aeson base binary bytestring containers network text typed-process
- vector
+ aeson base binary bytestring containers exceptions network text
+ typed-process vector
];
testHaskellDepends = [ aeson base bytestring hspec ];
description = "A type-safe wrapper around i3's IPC";
@@ -136790,8 +138454,8 @@ self: {
}:
mkDerivation {
pname = "icepeak";
- version = "0.7.2.0";
- sha256 = "0vs2lfwqxss2f4ajzj4pqzr5mxk69hs0jl4kz7y2qn7161x4vcd2";
+ version = "0.7.3.0";
+ sha256 = "0in02r708s5j8n22900jvnf4iiw87bvs1q5mjmr1yc4vn8vrf4vv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -137482,14 +139146,14 @@ self: {
}) {inherit (pkgs) igraph;};
"igrf" = callPackage
- ({ mkDerivation, ad, base, polynomial }:
+ ({ mkDerivation, ad, base, poly, semirings, text, vector-space }:
mkDerivation {
pname = "igrf";
- version = "0.2.0.0";
- sha256 = "04ipbhry1v3cpkflshqa9sp46px0k6g67n8apvdqykk5fsssdpm1";
- revision = "1";
- editedCabalFile = "0kqyrvv7wnr35nlyip14g1shjb8zfqg7x4vm0qqhc57vc6s6qqbx";
- libraryHaskellDepends = [ ad base polynomial ];
+ version = "0.4.0.0";
+ sha256 = "0n3xchwxslrc25sb06y2vg9gwgifpsfs57xhy7z6g2j43r187x1w";
+ libraryHaskellDepends = [
+ ad base poly semirings text vector-space
+ ];
description = "International Geomagnetic Reference Field";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -137507,10 +139171,8 @@ self: {
}:
mkDerivation {
pname = "ihaskell";
- version = "0.10.0.2";
- sha256 = "01jk48kj5z7n547z1lg78c0bphpjyv2nfzjrh4jv7xygkw5asqxb";
- revision = "1";
- editedCabalFile = "0jhgnw5wrpmbp3g6zllwlmmyzyja5ry8i7dss7q8gpbvk2inlfl3";
+ version = "0.10.1.1";
+ sha256 = "10rsdcc2l0gkhapvi5vzjc7m2bwv67k4iy3vjkx8i92jk6023y64";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -137531,6 +139193,8 @@ self: {
];
description = "A Haskell backend kernel for the IPython project";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-aeson" = callPackage
@@ -137546,6 +139210,8 @@ self: {
];
description = "IHaskell display instances for Aeson";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-basic" = callPackage
@@ -137570,6 +139236,8 @@ self: {
libraryHaskellDepends = [ base blaze-html blaze-markup ihaskell ];
description = "IHaskell display instances for blaze-html types";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-charts" = callPackage
@@ -137586,6 +139254,8 @@ self: {
];
description = "IHaskell display instances for charts types";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-diagrams" = callPackage
@@ -137602,6 +139272,8 @@ self: {
];
description = "IHaskell display instances for diagram types";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-display" = callPackage
@@ -137626,6 +139298,8 @@ self: {
libraryHaskellDepends = [ base bytestring gnuplot ihaskell ];
description = "IHaskell display instance for Gnuplot (from gnuplot package)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-graphviz" = callPackage
@@ -137637,6 +139311,8 @@ self: {
libraryHaskellDepends = [ base bytestring ihaskell process ];
description = "IHaskell display instance for GraphViz (external binary)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-hatex" = callPackage
@@ -137648,6 +139324,8 @@ self: {
libraryHaskellDepends = [ base HaTeX ihaskell text ];
description = "IHaskell display instances for hatex";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-hvega" = callPackage
@@ -137659,6 +139337,8 @@ self: {
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-inline-r" = callPackage
@@ -137692,6 +139372,8 @@ self: {
];
description = "IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-magic" = callPackage
@@ -137708,6 +139390,8 @@ self: {
];
description = "IHaskell display instances for bytestrings";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ihaskell-parsec" = callPackage
@@ -137817,8 +139501,8 @@ self: {
}:
mkDerivation {
pname = "ilist";
- version = "0.4.0.0";
- sha256 = "105qz5x03fa713ghxvmivawsaq3l9zf5ab4n09j7i7ryj3dwp4nv";
+ version = "0.4.0.1";
+ sha256 = "016wa9n4glxcyvbifvfz2khk9i1i5wzfyl952vp1fhwpjrr8aj04";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec transformers ];
benchmarkHaskellDepends = [
@@ -137844,7 +139528,7 @@ self: {
libraryToolDepends = [ alex ];
executableHaskellDepends = [ array base containers html xhtml ];
executableToolDepends = [ alex ];
- description = "A fast syntax highlighting library built with alex";
+ description = "A fast syntax highlighting library built with alex.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -137859,7 +139543,7 @@ self: {
revision = "1";
editedCabalFile = "1wl2sv2g7iwxldk582h1z6a2b3ks4wzk8rx8bflcxwlh6s4kq0s7";
libraryHaskellDepends = [ base bytestring ];
- description = "Determine the type of an image by reading the first bytes";
+ description = "Determine the type of an image by reading the first bytes.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -138655,6 +140339,29 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "incremental-parser_0_4_0_2" = callPackage
+ ({ mkDerivation, base, bytestring, checkers, criterion, deepseq
+ , monoid-subclasses, parsers, QuickCheck, rank2classes, tasty
+ , tasty-quickcheck, text, transformers
+ }:
+ mkDerivation {
+ pname = "incremental-parser";
+ version = "0.4.0.2";
+ sha256 = "11vip6qxw0y5yza4dcq4iah4kw3lyjsbxgbq1j17p1gr3c3xiafa";
+ libraryHaskellDepends = [
+ base monoid-subclasses parsers rank2classes transformers
+ ];
+ testHaskellDepends = [
+ base checkers monoid-subclasses QuickCheck tasty tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion deepseq monoid-subclasses text
+ ];
+ description = "Generic parser library capable of providing partial results from partial input";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"incremental-sat-solver" = callPackage
({ mkDerivation, base, containers, mtl }:
mkDerivation {
@@ -138893,10 +140600,8 @@ self: {
({ mkDerivation, base, hspec, Only }:
mkDerivation {
pname = "indexed-list-literals";
- version = "0.2.1.2";
- sha256 = "043xl356q9n1nw2bw8a8msymy18d6f7nwcyrrpzak9qr75dsx5nq";
- revision = "1";
- editedCabalFile = "198hmw2m3539vmh3s58d33h6vl5d0fqpdms8rp8cwj196diipjlc";
+ version = "0.2.1.3";
+ sha256 = "179z0df99ixaplr1qv7dawj3h8fq5qhgfn8mg0i4ix6xhpi9kqr6";
libraryHaskellDepends = [ base Only ];
testHaskellDepends = [ base hspec ];
description = "Type safe indexed list literals";
@@ -138991,7 +140696,7 @@ self: {
sha256 = "08fjmza05wlj11mvdjwfcp3fn6k5zi1hsld84805clipd55sbp0r";
libraryHaskellDepends = [ array base deepseq vector ];
testHaskellDepends = [ array base deepseq QuickCheck text vector ];
- description = "Non-contiguous interval data types with potentially infinite ranges";
+ description = "Non-contiguous interval data types with potentially infinite ranges.";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -139036,16 +140741,18 @@ self: {
"infernal" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, case-insensitive
- , containers, exceptions, heart-app, heart-core, http-client
- , http-types, mtl, text, unliftio, unordered-containers, wai
+ , exceptions, hashable, http-client, http-types, little-logger
+ , little-rio, microlens, microlens-mtl, microlens-th, mtl, text
+ , unliftio-core, unordered-containers, wai
}:
mkDerivation {
pname = "infernal";
- version = "0.3.0";
- sha256 = "0iixw8np4rh66ql2lm2gkhz9yzkgxw0mch3gxsflqi0a96y2jcik";
+ version = "0.5.0";
+ sha256 = "0zn4zj9c9jhvchg6yli3ig2c0hnwpk9na2r0bbizjlngzky6vfrr";
libraryHaskellDepends = [
- aeson base binary bytestring case-insensitive containers exceptions
- heart-app heart-core http-client http-types mtl text unliftio
+ aeson base binary bytestring case-insensitive exceptions hashable
+ http-client http-types little-logger little-rio microlens
+ microlens-mtl microlens-th mtl text unliftio-core
unordered-containers wai
];
description = "The Infernal Machine - An AWS Lambda Custom Runtime for Haskell";
@@ -139485,8 +141192,8 @@ self: {
}:
mkDerivation {
pname = "inline-r";
- version = "0.10.2";
- sha256 = "1lwdmdd4mx800zmiyg5z8nkpg2x31lqw74pgb515kyb9v97jykr4";
+ version = "0.10.3";
+ sha256 = "15wkf1lxc7syp6kcf7d10lxn013q5mnvdl113sbhnchq92q7npgj";
libraryHaskellDepends = [
aeson base bytestring containers data-default-class deepseq
exceptions inline-c mtl pretty primitive process reflection setenv
@@ -139552,8 +141259,8 @@ self: {
}:
mkDerivation {
pname = "insert-ordered-containers";
- version = "0.2.3";
- sha256 = "1307v5w8lzxc1pmi5dvw1d2vmfs6z253xbr0nfzcgxfjmqvj60ik";
+ version = "0.2.3.1";
+ sha256 = "020a56280mxjk9k97q2m1424m73m1sf1ccl0wm0ci9msyw2g51za";
libraryHaskellDepends = [
aeson base base-compat hashable lens optics-core optics-extra
semigroupoids semigroups text transformers unordered-containers
@@ -139603,22 +141310,6 @@ self: {
}:
mkDerivation {
pname = "inspection-testing";
- version = "0.4.2.2";
- sha256 = "1bppz99p6ix6hah8lbr9mapl2zxgmkg9i7h6hk8wq6zf54hwz3yp";
- libraryHaskellDepends = [
- base containers ghc mtl template-haskell transformers
- ];
- testHaskellDepends = [ base ];
- description = "GHC plugin to do inspection testing";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "inspection-testing_0_4_2_4" = callPackage
- ({ mkDerivation, base, containers, ghc, mtl, template-haskell
- , transformers
- }:
- mkDerivation {
- pname = "inspection-testing";
version = "0.4.2.4";
sha256 = "11nz8j56l3h7sn927mcsms9af9rpqkmxc0c0vf9mln567wpb75h3";
libraryHaskellDepends = [
@@ -139627,7 +141318,6 @@ self: {
testHaskellDepends = [ base ];
description = "GHC plugin to do inspection testing";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"inspector-wrecker" = callPackage
@@ -139911,12 +141601,12 @@ self: {
license = stdenv.lib.licenses.isc;
}) {};
- "integer-gmp_1_0_2_0" = callPackage
+ "integer-gmp_1_0_3_0" = callPackage
({ mkDerivation, ghc-prim }:
mkDerivation {
pname = "integer-gmp";
- version = "1.0.2.0";
- sha256 = "1aaz2mdmwbrfxahhycpiz92hdvfn9mm7964wfypf8m0m8libhs6k";
+ version = "1.0.3.0";
+ sha256 = "06302vwkc99l5gdbk3r25w84gi9cj18jcf8ipi189vpnmw42awwf";
libraryHaskellDepends = [ ghc-prim ];
description = "Integer library based on GMP";
license = stdenv.lib.licenses.bsd3;
@@ -140537,6 +142227,29 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "intro_0_7_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, dlist
+ , extra, hashable, lens, mtl, optics, QuickCheck, safe, text
+ , transformers, unordered-containers, writer-cps-mtl
+ }:
+ mkDerivation {
+ pname = "intro";
+ version = "0.7.0.0";
+ sha256 = "18ddkcm77jxqpqjaaqs1qmzvn8zgincrybb3d4zcsggrp6llghc3";
+ libraryHaskellDepends = [
+ base bytestring containers deepseq dlist extra hashable mtl safe
+ text transformers unordered-containers writer-cps-mtl
+ ];
+ testHaskellDepends = [
+ base bytestring containers deepseq dlist extra hashable lens mtl
+ optics QuickCheck safe text transformers unordered-containers
+ writer-cps-mtl
+ ];
+ description = "Safe and minimal prelude";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"intro-prelude" = callPackage
({ mkDerivation, intro }:
mkDerivation {
@@ -140680,8 +142393,8 @@ self: {
pname = "invertible-grammar";
version = "0.1.2";
sha256 = "1nf7dchcxs8wwd2hgfpf04qd63ws22pafjwb5911lq7da8k1y57j";
- revision = "2";
- editedCabalFile = "0j6zmj0dlhiq4qjrbjbvdsmky1l4z1qwqikixk1b9dpa05n01ykf";
+ revision = "3";
+ editedCabalFile = "023nln2rhsijx4z7cm914283fm7fv2azk0w65nlbgky7cbmn021w";
libraryHaskellDepends = [
base bifunctors containers mtl prettyprinter profunctors semigroups
tagged template-haskell text transformers
@@ -141078,8 +142791,8 @@ self: {
({ mkDerivation, base, binary, bytestring, iproute }:
mkDerivation {
pname = "ip2location";
- version = "8.2.0";
- sha256 = "01ia5647y608xr5kqkxaamhaxs39k3x81wpj8aqzf24mirkalf23";
+ version = "8.2.1";
+ sha256 = "1ccr15yn2ska5wgwlcnfpi9w1xxkly0pwqibmdl9a1ggmwfsskv0";
libraryHaskellDepends = [ base binary bytestring iproute ];
description = "IP2Location Haskell package for IP geolocation";
license = stdenv.lib.licenses.mit;
@@ -141091,8 +142804,8 @@ self: {
({ mkDerivation, base, binary, bytestring, iproute }:
mkDerivation {
pname = "ip2proxy";
- version = "2.2.0";
- sha256 = "12j8jd0ir24xgghvmac2npf9zqfbfq7fwj1ni2xdi8p673k3d0kd";
+ version = "2.2.1";
+ sha256 = "08ywvg39n59i8p66fpapcpj722lkam7pyd38525p3w4z735d8842";
libraryHaskellDepends = [ base binary bytestring iproute ];
description = "IP2Proxy Haskell package for proxy detection";
license = stdenv.lib.licenses.mit;
@@ -141273,6 +142986,8 @@ self: {
pname = "iproute";
version = "1.7.9";
sha256 = "1m306fi39ifqq53sklwn81q96wam8nvx7mr5hv4m9f26kiczlism";
+ revision = "1";
+ editedCabalFile = "1vbzch9lainl05ydym5z8x0kz0a0ywwba45d7xgg5fb8cp2n5zxh";
libraryHaskellDepends = [
appar base byteorder bytestring containers network
];
@@ -141338,8 +143053,8 @@ self: {
}:
mkDerivation {
pname = "ipynb";
- version = "0.1";
- sha256 = "0daadhzil4q573mqb0rpvjzm0vpkzgzqcimw480qpvlh6rhppwj5";
+ version = "0.1.0.1";
+ sha256 = "0lwpz0ip7r1rxkirqb6p48ql19fzamqkrnf3khx7bfl5wsxi6yrb";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring containers text
unordered-containers
@@ -141355,21 +143070,21 @@ self: {
"ipython-kernel" = callPackage
({ mkDerivation, aeson, base, bytestring, cereal, cereal-text
- , containers, cryptonite, directory, filepath, memory, mtl, process
- , temporary, text, transformers, unordered-containers, uuid
- , zeromq4-haskell
+ , containers, cryptonite, directory, filepath, memory, mtl, parsec
+ , process, temporary, text, transformers, unordered-containers
+ , uuid, zeromq4-haskell
}:
mkDerivation {
pname = "ipython-kernel";
- version = "0.10.1.0";
- sha256 = "03sygh5jvigfjg3il49wy41p6ac1wh2gx8wj3hg2rvsh91p9f4dw";
+ version = "0.10.2.0";
+ sha256 = "0ylqbcs7xdhkm0if18f1cmz4144gx0p4r9wgggbzphfx8v8lhz9a";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring cereal cereal-text containers cryptonite
- directory filepath memory mtl process temporary text transformers
- unordered-containers uuid zeromq4-haskell
+ directory filepath memory mtl parsec process temporary text
+ transformers unordered-containers uuid zeromq4-haskell
];
description = "A library for creating kernels for IPython frontends";
license = stdenv.lib.licenses.mit;
@@ -141602,8 +143317,8 @@ self: {
}:
mkDerivation {
pname = "ircbot";
- version = "0.6.5.3";
- sha256 = "0i9wrnlwf51wp3xgksj451nw6rxf2qghyhcjz7ihdxmqivbc6167";
+ version = "0.6.6";
+ sha256 = "1nmqgimmmxry4pj1y5mfsp662hkivn0vr9n8rx1yn0aldlzrxdm8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -141837,6 +143552,18 @@ self: {
broken = true;
}) {};
+ "iso-deriving" = callPackage
+ ({ mkDerivation, base, mtl, profunctors }:
+ mkDerivation {
+ pname = "iso-deriving";
+ version = "0.0.8";
+ sha256 = "1w9fvnyanzmxs7yab9qhf3k9qy1lik7y5y5gzfv3jrxzwm0hivbi";
+ libraryHaskellDepends = [ base mtl profunctors ];
+ testHaskellDepends = [ base mtl ];
+ description = "Deriving via arbitrary isomorphisms";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"iso3166-country-codes" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -142013,6 +143740,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "it-has" = callPackage
+ ({ mkDerivation, base, generic-lens, QuickCheck }:
+ mkDerivation {
+ pname = "it-has";
+ version = "0.1.0.0";
+ sha256 = "11vfh01hwxg2jg2qwignvnjlms2issm94sqqvqy4mnm1vgphdbyx";
+ libraryHaskellDepends = [ base generic-lens ];
+ testHaskellDepends = [ base generic-lens QuickCheck ];
+ description = "Automatically derivable Has instances";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"itanium-abi" = callPackage
({ mkDerivation, base, boomerang, HUnit, process, test-framework
, test-framework-hunit, text, transformers, unordered-containers
@@ -143705,8 +145444,8 @@ self: {
}:
mkDerivation {
pname = "jose";
- version = "0.8.2.0";
- sha256 = "0kv2kmws9kwymx8pm6j8nnlk1d8pwv22hw2ka2kwlipjvmb7mld4";
+ version = "0.8.2.1";
+ sha256 = "1mfnxfzgcxlsjfwzg4syih6wasi7mq25j3dawar9aihvdkpwqlfh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -143726,6 +145465,38 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "jose_0_8_3" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
+ , bytestring, concise, containers, cryptonite, hspec, lens, memory
+ , monad-time, mtl, network-uri, pem, QuickCheck
+ , quickcheck-instances, safe, semigroups, tasty, tasty-hspec
+ , tasty-quickcheck, template-haskell, text, time
+ , unordered-containers, vector, x509
+ }:
+ mkDerivation {
+ pname = "jose";
+ version = "0.8.3";
+ sha256 = "0izrbjcmsiv67d2vmiqgmnzn27pvs0kvka3rw5x33fwjgq0b3jyv";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson attoparsec base base64-bytestring bytestring concise
+ containers cryptonite lens memory monad-time mtl network-uri
+ QuickCheck quickcheck-instances safe semigroups template-haskell
+ text time unordered-containers vector x509
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base base64-bytestring bytestring concise
+ containers cryptonite hspec lens memory monad-time mtl network-uri
+ pem QuickCheck quickcheck-instances safe semigroups tasty
+ tasty-hspec tasty-quickcheck template-haskell text time
+ unordered-containers vector x509
+ ];
+ description = "Javascript Object Signing and Encryption and JSON Web Token library";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"jose-jwt" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, cereal
, containers, criterion, cryptonite, doctest, either, hspec, HUnit
@@ -144085,8 +145856,8 @@ self: {
}:
mkDerivation {
pname = "json-api-lib";
- version = "0.2.0.0";
- sha256 = "0cay3yrzfbd0vnfq1a2f74nnqwbiwribhnfy90nhvbi6dxxp14a1";
+ version = "0.2.1.0";
+ sha256 = "1dfi978ypgy1mlg7xmb4qja88pvvzvn2k26il2xiki3pcxnc4hsl";
libraryHaskellDepends = [
aeson base containers data-default deepseq lens lens-aeson text
unordered-containers uri-encode
@@ -144176,8 +145947,8 @@ self: {
}:
mkDerivation {
pname = "json-autotype";
- version = "3.0.5";
- sha256 = "0kvbx4iyhh2r0abnswbvf862xfj08jlgvdd21xiz4zpnp2d1fx0h";
+ version = "3.1.2";
+ sha256 = "1wg1198jwgiy6yxr0msz1cvrkkv3zjx72ck3cykddy2hwx55113g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -144713,30 +146484,32 @@ self: {
"json-syntax" = callPackage
({ mkDerivation, aeson, array-builder, array-chunks, base
- , byteslice, bytesmith, bytestring, gauge, neat-interpolation
- , primitive, scientific, scientific-notation
- , small-bytearray-builder, tasty, tasty-hunit, text, text-short
- , unordered-containers, vector
+ , bytebuild, byteslice, bytesmith, bytestring, gauge
+ , neat-interpolation, primitive, scientific, scientific-notation
+ , tasty, tasty-hunit, text, text-short, unordered-containers
+ , vector
}:
mkDerivation {
pname = "json-syntax";
- version = "0.1.0.0";
- sha256 = "1z997wqg233nrbhzimqvlmq62ywa4abk0fygbwb79h1agq67jhc1";
+ version = "0.1.1.0";
+ sha256 = "08an68dh7ci5a84p25qzyfijhqbqsmsps0cyv8j5s3jfisaggbp5";
libraryHaskellDepends = [
- array-builder array-chunks base byteslice bytesmith bytestring
- primitive scientific-notation text-short
+ array-builder array-chunks base bytebuild byteslice bytesmith
+ bytestring primitive scientific-notation text-short
];
testHaskellDepends = [
- aeson array-chunks base byteslice bytestring neat-interpolation
- primitive scientific scientific-notation small-bytearray-builder
- tasty tasty-hunit text text-short unordered-containers vector
+ aeson array-chunks base bytebuild byteslice bytestring
+ neat-interpolation primitive scientific scientific-notation tasty
+ tasty-hunit text text-short unordered-containers vector
];
benchmarkHaskellDepends = [
aeson base byteslice bytestring gauge neat-interpolation primitive
scientific-notation text
];
- description = "High-performance JSON parser";
+ description = "High-performance JSON parser and encoder";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-togo" = callPackage
@@ -144854,7 +146627,7 @@ self: {
base blaze-builder bytestring containers json2-types mtl old-locale
parsec pretty time utf8-string
];
- description = "Library provides support for JSON";
+ description = "Library provides support for JSON.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -145230,8 +147003,8 @@ self: {
}:
mkDerivation {
pname = "juicy-gcode";
- version = "0.1.0.5.1";
- sha256 = "1xdmlgickzg94asqy48ms895prjzyzcn767276f99f7mx9pqb5jr";
+ version = "0.1.0.7";
+ sha256 = "000qbmbm4gm9wv0q1vgn6y17g6ah0cx5jhcv311mwdfiq70k6ga4";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -145304,6 +147077,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "junit-xml_0_1_0_1" = callPackage
+ ({ mkDerivation, base, tasty, tasty-golden, text, xml-conduit }:
+ mkDerivation {
+ pname = "junit-xml";
+ version = "0.1.0.1";
+ sha256 = "1r75ncsmr5yj7xbgrw4sipjii7l3v7hj6nfi1lidc26n4m7r8ib1";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base text xml-conduit ];
+ testHaskellDepends = [ base tasty tasty-golden ];
+ description = "Producing JUnit-style XML test reports";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"jupyter" = callPackage
({ mkDerivation, aeson, async, base, bytestring, cereal, containers
, directory, exceptions, extra, filepath, monad-control, mtl
@@ -145401,22 +147188,23 @@ self: {
"jvm-binary" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, containers
, criterion, data-binary-ieee754, deepseq, deriving-compat
- , directory, filepath, generic-random, hspec, hspec-discover
- , hspec-expectations-pretty-diff, mtl, QuickCheck, template-haskell
- , text, vector, zip-archive
+ , directory, doctest, filepath, generic-random, hspec
+ , hspec-discover, hspec-expectations-pretty-diff, mtl, QuickCheck
+ , template-haskell, text, vector, zip-archive
}:
mkDerivation {
pname = "jvm-binary";
- version = "0.8.0";
- sha256 = "0mzzfdsxh6r8blx447c25bdzv3y8gqb984p48y5cfpvrn2dwhs41";
+ version = "0.9.0";
+ sha256 = "1ks5mbp1anrgm100sf3ycv1prwm3vj1vyag7l0ihs4cr2sqzq3a2";
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
attoparsec base binary bytestring containers data-binary-ieee754
deepseq deriving-compat mtl template-haskell text vector
];
testHaskellDepends = [
attoparsec base binary bytestring containers data-binary-ieee754
- deepseq deriving-compat directory filepath generic-random hspec
- hspec-discover hspec-expectations-pretty-diff mtl QuickCheck
+ deepseq deriving-compat directory doctest filepath generic-random
+ hspec hspec-discover hspec-expectations-pretty-diff mtl QuickCheck
template-haskell text vector zip-archive
];
testToolDepends = [ hspec-discover ];
@@ -146458,8 +148246,8 @@ self: {
}:
mkDerivation {
pname = "keera-hails-i18n";
- version = "0.0.3.3";
- sha256 = "0aih2mxgyfnrfnvqqsdv5g7r4jgjg5cfqykgalcsb9wqv0gq6d4i";
+ version = "0.5.0";
+ sha256 = "1kjm9gf857f29a8zd18l4f1zvvdgz4k21rhlh7j14nwffx4i2wf7";
libraryHaskellDepends = [
base directory filepath glib hgettext MissingK setlocale
utf8-string
@@ -146487,8 +148275,8 @@ self: {
}:
mkDerivation {
pname = "keera-hails-mvc-environment-gtk";
- version = "0.0.3.3";
- sha256 = "0bk3191x8bsvmmnqyf7jzmrlg71q26z2kn4xfahdnpgxw3qskwmr";
+ version = "0.5.0";
+ sha256 = "0011q0pphzrsrp14nh6nw5szvmvm2gqq7m8vi9w0yi39s10azn97";
libraryHaskellDepends = [
base keera-hails-mvc-model-protectedmodel keera-hails-mvc-view
keera-hails-mvc-view-gtk
@@ -146523,8 +148311,8 @@ self: {
}:
mkDerivation {
pname = "keera-hails-mvc-model-protectedmodel";
- version = "0.0.3.5";
- sha256 = "14jm1116j3plzglxygjdymfy8z3p5k8zinnh8wazkxgc5y9kkcsx";
+ version = "0.5.0";
+ sha256 = "0snlswhdxgliaf8pn3h4x99b8zvbvwlrhd896f89cp0am7084ily";
libraryHaskellDepends = [
base containers keera-hails-reactivevalues MissingK stm
template-haskell
@@ -146634,8 +148422,8 @@ self: {
}:
mkDerivation {
pname = "keera-hails-reactive-network";
- version = "0.1";
- sha256 = "1d1r9p5ray60yfrxs89byc7rmdsm340k2b8klv25k0wh2fvrx2yw";
+ version = "0.5.0";
+ sha256 = "0s6zmqqidvd2ibs0hy6hrlflhsg7nlp8yjradpc7xzsr2g9gs8an";
libraryHaskellDepends = [
base bytestring keera-hails-reactivevalues network network-bsd
];
@@ -146665,8 +148453,8 @@ self: {
({ mkDerivation, base, keera-hails-reactivevalues, wx, wxcore }:
mkDerivation {
pname = "keera-hails-reactive-wx";
- version = "0.0.3.3";
- sha256 = "02ikqqfgwr3nrr18qdd1jshqm0dlnwbybqpzpj2ba7zbwpabd5bw";
+ version = "0.5.0";
+ sha256 = "110363gzkawik4hhcbpd0ljqzzqvlzylp3n52j1sbnxj5p01ym7k";
libraryHaskellDepends = [
base keera-hails-reactivevalues wx wxcore
];
@@ -146707,19 +148495,20 @@ self: {
}) {};
"keera-hails-reactivevalues" = callPackage
- ({ mkDerivation, base, contravariant, directory, filepath, hlint
- , HUnit, mtl, process, QuickCheck, regex-posix, tasty, tasty-hunit
- , tasty-quickcheck
+ ({ mkDerivation, base, cabal-install, contravariant, directory
+ , filepath, hlint, HUnit, mtl, process, QuickCheck, regex-posix
+ , tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "keera-hails-reactivevalues";
- version = "0.2.2.2";
- sha256 = "0iwx40gmcmj9pz0qi6058pbn665q0ca6qc7jnk88k42nqvjm1i8h";
+ version = "0.5.0";
+ sha256 = "163jm6iz6j67qmz4r9rsb24xqb2s9b97assl3la3is3bkvj397z9";
libraryHaskellDepends = [ base contravariant ];
testHaskellDepends = [
base directory filepath hlint HUnit mtl process QuickCheck
regex-posix tasty tasty-hunit tasty-quickcheck
];
+ testToolDepends = [ cabal-install ];
description = "Haskell on Rails - Reactive Values";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -147217,8 +149006,8 @@ self: {
({ mkDerivation, base, kind-apply }:
mkDerivation {
pname = "kind-generics";
- version = "0.4.0.0";
- sha256 = "1w3rpvdvgfczsc86y00qbr9s9r8vmv442m4x975f3zcqs4algfhp";
+ version = "0.4.1.0";
+ sha256 = "1ldfi5rvs3mxlbpy0nfyx8mq58xjkk76c13fmvmgqcpgb8gvmrnx";
libraryHaskellDepends = [ base kind-apply ];
description = "Generic programming in GHC style for arbitrary kinds and GADTs";
license = stdenv.lib.licenses.bsd3;
@@ -147230,8 +149019,8 @@ self: {
}:
mkDerivation {
pname = "kind-generics-th";
- version = "0.2.1.0";
- sha256 = "08mswzwm1byxx2hfc8h2b90pnn2p4y83kdrvl4mlcn6v488k2lkb";
+ version = "0.2.2.0";
+ sha256 = "1cllhh2lvz86nah2knsgcl0cqnvs1x6ggi8cq2jh1wqlarpy1sgk";
libraryHaskellDepends = [
base ghc-prim kind-generics template-haskell th-abstraction
];
@@ -147294,6 +149083,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "kleene-list" = callPackage
+ ({ mkDerivation, base, base-compat, Cabal, cabal-doctest, deepseq
+ , doctest, QuickCheck, template-haskell
+ }:
+ mkDerivation {
+ pname = "kleene-list";
+ version = "0.1.0.0";
+ sha256 = "1iqwpy8ds617inr1hljxbhdwjlxcw7jkq5znsvc9p5mv3wnz6f32";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base deepseq ];
+ testHaskellDepends = [
+ base base-compat deepseq doctest QuickCheck template-haskell
+ ];
+ description = "A list type based on the Kleene star and plus";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"kmeans" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -147398,6 +149204,23 @@ self: {
broken = true;
}) {};
+ "knit" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, hashtables
+ , vector
+ }:
+ mkDerivation {
+ pname = "knit";
+ version = "0.1.0.0";
+ sha256 = "0ypa7bj89zbkgyryms6nzwhqpp15hs52ynjvisdsng1xpgmf65dy";
+ libraryHaskellDepends = [
+ base bytestring containers deepseq hashtables vector
+ ];
+ testHaskellDepends = [ base ];
+ doHaddock = false;
+ description = "Ties the knot on data structures that reference each other by unique keys";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"knit-haskell" = callPackage
({ mkDerivation, aeson-pretty, base, base64-bytestring
, blaze-colonnade, blaze-html, bytestring, case-insensitive
@@ -147496,29 +149319,21 @@ self: {
}) {};
"kontrakcja-templates" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory, hslogger
- , HStringTemplate, html, HUnit, MissingH, mtl, old-time, parsec
- , string-templates, syb, test-framework, test-framework-hunit
- , test-framework-quickcheck2, time, transformers, utf8-string
+ ({ mkDerivation, base, containers, directory, exceptions
+ , HStringTemplate, html, json, monad-control, mtl, time
+ , transformers, transformers-base
}:
mkDerivation {
pname = "kontrakcja-templates";
- version = "0.1";
- sha256 = "020vcd04dxaxcd3bb9vwgw1qvxnz5gx590mjkbnnxrcjhl9yd9j8";
+ version = "0.11";
+ sha256 = "09fivafr368kfj5pp0g9r13jvrihhcwhx9ay2f45qilcpv4qbb1r";
libraryHaskellDepends = [
- base bytestring containers directory HStringTemplate html MissingH
- mtl old-time parsec transformers utf8-string
- ];
- testHaskellDepends = [
- base containers directory hslogger HStringTemplate HUnit MissingH
- mtl old-time string-templates syb test-framework
- test-framework-hunit test-framework-quickcheck2 time
+ base containers directory exceptions HStringTemplate html json
+ monad-control mtl time transformers transformers-base
];
description = "Utilities for working with many HStringTemplate templates from files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {string-templates = null;};
+ }) {};
"koofr-client" = callPackage
({ mkDerivation, aeson, base, bytestring, filepath, http-client
@@ -147599,8 +149414,8 @@ self: {
pname = "kraken";
version = "0.1.0";
sha256 = "12l24z6alscbdicp11nfc8fwmlhk5mjdjyh6xdqyvlzphp5yfp1k";
- revision = "2";
- editedCabalFile = "141qx2fb3dimv20qsl2q1bagwcn9i0r72z2ha1w7191m557in319";
+ revision = "3";
+ editedCabalFile = "1l4i9nhwvy958ka6l6gb5w5cxgjhdm1h7ycvcc2nrqlw2iwk16v1";
libraryHaskellDepends = [
aeson base bytestring http-client http-client-tls mtl
];
@@ -147611,24 +149426,31 @@ self: {
}) {};
"krank" = callPackage
- ({ mkDerivation, aeson, base, hspec, megaparsec, mtl
- , optparse-applicative, PyF, replace-megaparsec, req
- , safe-exceptions, text, unordered-containers, utf8-string
+ ({ mkDerivation, aeson, base, bytestring, containers, hspec
+ , hspec-expectations, http-client, http-types, lifted-async, mtl
+ , optparse-applicative, pcre-heavy, pretty-terminal, PyF, req
+ , safe-exceptions, text, unordered-containers
}:
mkDerivation {
pname = "krank";
- version = "0.1.0";
- sha256 = "121010sm7a2ggi1s75cy4f68z4nr2dp1i9cxq6snzbkl3dv5mmys";
+ version = "0.2.1";
+ sha256 = "0lg7g5zzjpzjvdzd7ps3dygiqp33891dph35jrf704hkf3ksmqs2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base megaparsec mtl PyF replace-megaparsec req
- safe-exceptions text unordered-containers utf8-string
+ aeson base bytestring containers http-client http-types
+ lifted-async mtl pcre-heavy pretty-terminal PyF req safe-exceptions
+ text unordered-containers
];
executableHaskellDepends = [
- base mtl optparse-applicative PyF safe-exceptions text
+ base containers mtl optparse-applicative pcre-heavy pretty-terminal
+ PyF text
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers hspec hspec-expectations
+ http-client http-types lifted-async mtl pcre-heavy pretty-terminal
+ PyF req safe-exceptions text unordered-containers
];
- testHaskellDepends = [ base hspec megaparsec PyF ];
description = "Krank checks your code source comments for important markers";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -147791,8 +149613,8 @@ self: {
}:
mkDerivation {
pname = "kubernetes-webhook-haskell";
- version = "0.2.0.0";
- sha256 = "0yxavjq6xxia81yfw7skgdmirbq0wmlvbsklppq6a6y1m6drbyww";
+ version = "0.2.0.1";
+ sha256 = "10qf41gx4631793d19wibyhc2nm8wv3qjb53rhlgpxbjy547y2rr";
libraryHaskellDepends = [
aeson base base64-bytestring binary bytestring text
unordered-containers
@@ -149093,8 +150915,8 @@ self: {
}:
mkDerivation {
pname = "language-bash";
- version = "0.9.0";
- sha256 = "1n4icdd478b1j0rr79qyxx2g4xm8yvsplfw3mkdsskb79zmq5gga";
+ version = "0.9.2";
+ sha256 = "0pkl0cvkxhlpx492qlklizc27xw3yax6n8h27xq3bw1vlk3c0a36";
libraryHaskellDepends = [ base parsec prettyprinter transformers ];
testHaskellDepends = [
base directory filepath parsec process QuickCheck tasty
@@ -149296,8 +151118,8 @@ self: {
({ mkDerivation, base, pretty }:
mkDerivation {
pname = "language-css";
- version = "0.0.3";
- sha256 = "1g0mh08rz44533473isrqbfn6hp12np9dxm85cn5xpx68jl9ni9g";
+ version = "0.0.3.1";
+ sha256 = "0gwsa9i9jxlnp60z3dh1rkk2zds74llxwjxzrsnhbmi71rmmiggx";
libraryHaskellDepends = [ base pretty ];
description = "CSS 2.1 syntax";
license = stdenv.lib.licenses.bsd3;
@@ -149422,7 +151244,7 @@ self: {
libraryHaskellDepends = [
base containers language-ecmascript parsec uniplate
];
- description = "JavaScript static analysis library";
+ description = "JavaScript static analysis library.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -149442,7 +151264,7 @@ self: {
hashable lens mtl parsec pretty text unordered-containers
];
libraryToolDepends = [ alex ];
- description = "Parser and pretty printer for the Eiffel language";
+ description = "Parser and pretty printer for the Eiffel language.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -149476,7 +151298,7 @@ self: {
sha256 = "16kzdvhxpmfiia68c4y36fv1sjymy7sblba4iz77qqnwfqz3zka4";
libraryHaskellDepends = [ array base haskell-src parsec syb ];
libraryToolDepends = [ alex happy ];
- description = "Fortran lexer and parser, language support, and extensions";
+ description = "Fortran lexer and parser, language support, and extensions.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -149961,8 +151783,8 @@ self: {
}:
mkDerivation {
pname = "language-puppet";
- version = "1.4.6.2";
- sha256 = "07rv00rpxza9pg0jg19bh5pnk065mxadb7qcxw5i822ad22b85yn";
+ version = "1.4.6.3";
+ sha256 = "0g84x311hivlchz23kw0lwqcml3r0wkwh24bqvpgkb2m7rmi8mwx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -150004,7 +151826,7 @@ self: {
array base containers monads-tf pretty transformers utf8-string
];
libraryToolDepends = [ alex happy ];
- description = "Parsing and pretty printing of Python code";
+ description = "Parsing and pretty printing of Python code.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -150021,7 +151843,7 @@ self: {
executableHaskellDepends = [
base haskell98 language-python xhtml
];
- description = "Generate coloured XHTML for Python code";
+ description = "Generate coloured XHTML for Python code.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -150310,6 +152132,8 @@ self: {
];
description = "Auto-generated interface to Fortran LAPACK via CArrays";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lapack-comfort-array" = callPackage
@@ -150326,6 +152150,8 @@ self: {
];
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lapack-ffi" = callPackage
@@ -150338,7 +152164,9 @@ self: {
libraryPkgconfigDepends = [ liblapack ];
description = "Auto-generated interface to Fortran LAPACK";
license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) liblapack;};
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {liblapack = null;};
"lapack-ffi-tools" = callPackage
({ mkDerivation, base, bytestring, cassava, containers
@@ -150577,8 +152405,8 @@ self: {
}:
mkDerivation {
pname = "latex-svg-hakyll";
- version = "0.1";
- sha256 = "119mln1k2qlzddz7fwjpvqzkd9gwi9ijmrlzlcxly63a8ffvylcn";
+ version = "0.2";
+ sha256 = "0brpnsd96r5q01mdaamny74mwphhjyhnz1zjy620i13d2cswl1rw";
libraryHaskellDepends = [
base hakyll latex-svg-image latex-svg-pandoc lrucache pandoc-types
];
@@ -150593,8 +152421,8 @@ self: {
}:
mkDerivation {
pname = "latex-svg-image";
- version = "0.1";
- sha256 = "0g27rg4ip5rg2dkfwxv3khnfn8bjpgwrr3sakxvsrhvsxgb6lwf3";
+ version = "0.2";
+ sha256 = "1vr66sk1g4g8rhm78ply1mfk0ybcmpg420z26nniw51zr79lvnvn";
libraryHaskellDepends = [
base base64-bytestring bytestring cryptohash-sha256 deepseq
directory filepath parsec process temporary transformers
@@ -150609,8 +152437,8 @@ self: {
}:
mkDerivation {
pname = "latex-svg-pandoc";
- version = "0.1";
- sha256 = "17n5gfdl7vdy06pph32yii9sww0mby10mdki6lh9k8wlvm15khv8";
+ version = "0.2.1";
+ sha256 = "12rwapjx4whsw4id4rijwcqksfblp0mnvf0xrvj6pf17pgg4qh52";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -150658,8 +152486,8 @@ self: {
}:
mkDerivation {
pname = "launchdarkly-server-sdk";
- version = "1.0.4";
- sha256 = "1g2qq1ncix5n4w8bshmmwi8km3ph1ys1s31l0fa3imjmz9fsi1l1";
+ version = "2.0.0";
+ sha256 = "0dfs9nq3vcf8w2k1x51pixb4wb47rg9nzyjgfpzx6vip296ivyf7";
libraryHaskellDepends = [
aeson attoparsec base base16-bytestring bytestring
bytestring-conversion clock containers cryptohash exceptions extra
@@ -151273,8 +153101,8 @@ self: {
}:
mkDerivation {
pname = "lean-peano";
- version = "1.0.1.0";
- sha256 = "1h673y0rafh1dh8hy95spr2xwqc64pkkd094p6bd4cqvcmy72nd6";
+ version = "1.0.2.0";
+ sha256 = "0wvc7cxds6xmwm18bh3i8g7ck11nfpgdg26nyw1rr73rph8sl7ai";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
@@ -151463,6 +153291,41 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "leb128" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, deepseq, ghc-prim
+ , QuickCheck, test-framework, test-framework-quickcheck2
+ , transformers
+ }:
+ mkDerivation {
+ pname = "leb128";
+ version = "0.1.0.0";
+ sha256 = "097xzdj1q17whnzwlpwnfapppgc4lqwmmfcv2694gzlil84rqwk7";
+ libraryHaskellDepends = [ base bytestring ghc-prim transformers ];
+ testHaskellDepends = [
+ base bytestring QuickCheck test-framework
+ test-framework-quickcheck2
+ ];
+ benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
+ description = "LEB128 encoding logic for and in Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "leb128-cereal" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, tasty, tasty-hunit
+ , tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "leb128-cereal";
+ version = "1.0";
+ sha256 = "1qjxcvcgdf4l1wzps7410yv3i5mi3ax17mq2f9wgbfbnm33329i7";
+ libraryHaskellDepends = [ base bytestring cereal ];
+ testHaskellDepends = [
+ base bytestring tasty tasty-hunit tasty-quickcheck
+ ];
+ description = "LEB128 and SLEB128 encoding";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"leetify" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@@ -151721,7 +153584,7 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "lens_4_19_1" = callPackage
+ "lens_4_19_2" = callPackage
({ mkDerivation, array, base, base-compat, base-orphans, bifunctors
, bytestring, Cabal, cabal-doctest, call-stack, comonad, containers
, contravariant, criterion, deepseq, directory, distributive
@@ -151729,14 +153592,13 @@ self: {
, hashable, HUnit, kan-extensions, mtl, nats, parallel, profunctors
, QuickCheck, reflection, semigroupoids, semigroups, simple-reflect
, tagged, template-haskell, test-framework, test-framework-hunit
- , test-framework-quickcheck2, test-framework-th, text
- , th-abstraction, transformers, transformers-compat
- , unordered-containers, vector
+ , test-framework-quickcheck2, text, th-abstraction, transformers
+ , transformers-compat, unordered-containers, vector
}:
mkDerivation {
pname = "lens";
- version = "4.19.1";
- sha256 = "0qbcwn7ll374630ijnw5jhwkqcaisvfwnh7cvz1957ayh84ipkq3";
+ version = "4.19.2";
+ sha256 = "0fy2vr5r11cc6ana8m2swqgs3zals4kims55vd6119bi76p5iy2j";
setupHaskellDepends = [ base Cabal cabal-doctest filepath ];
libraryHaskellDepends = [
array base base-orphans bifunctors bytestring call-stack comonad
@@ -151750,8 +153612,8 @@ self: {
base bytestring containers deepseq directory doctest filepath
generic-deriving HUnit mtl nats parallel QuickCheck semigroups
simple-reflect test-framework test-framework-hunit
- test-framework-quickcheck2 test-framework-th text transformers
- unordered-containers vector
+ test-framework-quickcheck2 text transformers unordered-containers
+ vector
];
benchmarkHaskellDepends = [
base base-compat bytestring comonad containers criterion deepseq
@@ -152223,8 +154085,8 @@ self: {
}:
mkDerivation {
pname = "lens-toml-parser";
- version = "0.1.0.3";
- sha256 = "1b81v3lncqpmsc0899wk7hnddn359qjwqkmrxcj5yh4ijjqdrrmg";
+ version = "0.1.0.4";
+ sha256 = "01gxm5p7bhylp1mkad4mng5rkh3wn2cvjcxkqp11pc51f4mkkqml";
libraryHaskellDepends = [ base profunctors text time toml-parser ];
testHaskellDepends = [
base containers dwergaz hlint lens-family text toml-parser
@@ -152670,8 +154532,8 @@ self: {
}:
mkDerivation {
pname = "lhs2tex";
- version = "1.23";
- sha256 = "1i55ssw6kzmc2ybqczpns3fpsd3043w6w42dni0kq7rkh87s1xc6";
+ version = "1.24";
+ sha256 = "09mkcklm9aixn4xwdcmy8z4x5myh4f5ky0nnadj1wgfjcychbmzc";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [
@@ -153382,6 +155244,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "libsodium" = callPackage
+ ({ mkDerivation, base, hedgehog, libsodium, tasty, tasty-hedgehog
+ , tasty-hunit
+ }:
+ mkDerivation {
+ pname = "libsodium";
+ version = "1.0.18.0";
+ sha256 = "1qp3ca673d71fiz48pgnc0ywgchar9j62wzayqgdvjkpbwq731am";
+ libraryHaskellDepends = [ base ];
+ libraryPkgconfigDepends = [ libsodium ];
+ testHaskellDepends = [
+ base hedgehog tasty tasty-hedgehog tasty-hunit
+ ];
+ testPkgconfigDepends = [ libsodium ];
+ description = "Low-level bindings to the libsodium C library";
+ license = stdenv.lib.licenses.isc;
+ }) {inherit (pkgs) libsodium;};
+
"libssh2" = callPackage
({ mkDerivation, base, bytestring, c2hs, libssh2, network, syb
, time, unix
@@ -153642,8 +155522,8 @@ self: {
}:
mkDerivation {
pname = "licensor";
- version = "0.4.0";
- sha256 = "17pflw248h54xcsskki8wy9lxkcl1dh3cc5s87f0z49i6h6w8fjg";
+ version = "0.4.1";
+ sha256 = "0p1wnyff2v23405v42ks5m3lyxhcahmcs3vh2qc5kz4q7ybnks7b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -153712,6 +155592,8 @@ self: {
];
description = "Synchronize personal configs across multiple machines";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lift-generics" = callPackage
@@ -154484,8 +156366,8 @@ self: {
({ mkDerivation, base, sbv }:
mkDerivation {
pname = "linearEqSolver";
- version = "2.0";
- sha256 = "0dianwg8r4b6x6z17d994kmhjmqwdx083vlm9rzakfkn7p773l8w";
+ version = "2.3";
+ sha256 = "0lrrgix4m2sbfw9ydcqnx45lka0grl8ndiiy3cs1xg4xpcy2fkjw";
libraryHaskellDepends = [ base sbv ];
description = "Use SMT solvers to solve linear systems over integers and rationals";
license = stdenv.lib.licenses.bsd3;
@@ -154501,8 +156383,8 @@ self: {
}:
mkDerivation {
pname = "linearmap-category";
- version = "0.4.0.0";
- sha256 = "18fk6fj98w660mid7sadq8algmm5a5gz5150ac62kdp4rrk6igjk";
+ version = "0.4.0.1";
+ sha256 = "1zc7zns49d832wm22dsbv5xvh5x6s4zg6ky1vr941rs1z9jskmyj";
libraryHaskellDepends = [
base call-stack constrained-categories containers
free-vector-spaces ieee754 lens linear manifolds-core QuickCheck
@@ -155256,6 +157138,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "list-duplicate" = callPackage
+ ({ mkDerivation, base, hspec, QuickCheck }:
+ mkDerivation {
+ pname = "list-duplicate";
+ version = "0.1.0.0";
+ sha256 = "14b380qv59897ds612vsqplc02g97g6k3gb7s10vgmwy9y8g4x1i";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Group and delete duplicates from a list";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"list-extras" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -155267,6 +157161,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "list-filter" = callPackage
+ ({ mkDerivation, base, hspec, QuickCheck }:
+ mkDerivation {
+ pname = "list-filter";
+ version = "0.1.1.0";
+ sha256 = "0q5a93yik9lqqcahav2w7qw3sds2hgk3kfbfhd493gzw85vzxifq";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Special takes and drops on lists";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"list-fusion-probe" = callPackage
({ mkDerivation, base, tasty, tasty-hunit }:
mkDerivation {
@@ -155305,6 +157211,18 @@ self: {
broken = true;
}) {};
+ "list-predicate" = callPackage
+ ({ mkDerivation, base, hspec, QuickCheck }:
+ mkDerivation {
+ pname = "list-predicate";
+ version = "0.1.0.1";
+ sha256 = "1zl2qk4g4wva7gkwbdrpjfvwhh9xa1fngyhhaa8bdl91559v9yrd";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Predicates on lists";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"list-prompt" = callPackage
({ mkDerivation, ansi-terminal, base, data-default, hspec, stm
, terminal-size, vty
@@ -155504,8 +157422,8 @@ self: {
}:
mkDerivation {
pname = "list-tries";
- version = "0.6.6";
- sha256 = "0n837h2ffgqgram5kvnshlqk5jc87bw49z4pxa94qdmc323z51ak";
+ version = "0.6.7";
+ sha256 = "110y66kkbi6m55b3ba7p1r25xnf6n59yz2kdp4qf6s8c7a5i0wzh";
libraryHaskellDepends = [ base binary containers dlist ];
testHaskellDepends = [
base binary ChasingBottoms HUnit QuickCheck template-haskell
@@ -155716,6 +157634,36 @@ self: {
broken = true;
}) {};
+ "little-logger" = callPackage
+ ({ mkDerivation, base, co-log, co-log-core, microlens, mtl, text }:
+ mkDerivation {
+ pname = "little-logger";
+ version = "0.1.0";
+ sha256 = "1ibcvcjh5wfdzi2p30dy7q1n6ac34mjckybmp8cn0xwyf9zs9zlw";
+ libraryHaskellDepends = [
+ base co-log co-log-core microlens mtl text
+ ];
+ description = "Basic logging based on co-log";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "little-rio" = callPackage
+ ({ mkDerivation, base, exceptions, microlens, microlens-mtl, mtl
+ , unliftio-core
+ }:
+ mkDerivation {
+ pname = "little-rio";
+ version = "0.1.1";
+ sha256 = "0yxxmad9709h1gpxzjhvqmjhn3m8dcishd9gs6bakc2hrapw2ss2";
+ libraryHaskellDepends = [
+ base exceptions microlens microlens-mtl mtl unliftio-core
+ ];
+ description = "When you need just the RIO monad";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"live-sequencer" = callPackage
({ mkDerivation, alsa-core, alsa-seq, base, bytestring, cgi
, concurrent-split, containers, data-accessor
@@ -155979,8 +157927,8 @@ self: {
}:
mkDerivation {
pname = "llvm-extra";
- version = "0.10";
- sha256 = "0g2872wl1gmdlw3gdimcb1wcdsckjwjlk1ciwz8sy0rx9v3kif1m";
+ version = "0.10.1";
+ sha256 = "0m8fxip4345k92nq5n0dqdbjyahah0nind6lrwa5r7f9ff9j8gc9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -156152,7 +158100,7 @@ self: {
base directory filepath llvm-hs llvm-hs-pure mtl tasty tasty-golden
tasty-hspec tasty-hunit text transformers
];
- description = "A pretty printer for LLVM IR";
+ description = "A pretty printer for LLVM IR.";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -156507,7 +158455,7 @@ self: {
libraryHaskellDepends = [
base combinatorial-problems containers erf random
];
- description = "Generalised local search within Haskell, for applications in combinatorial optimisation";
+ description = "Generalised local search within Haskell, for applications in combinatorial optimisation.";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -156736,10 +158684,8 @@ self: {
}:
mkDerivation {
pname = "log-base";
- version = "0.8.0.0";
- sha256 = "15539v6y6s46kgb86ns13rh17c1qnidwdajk26yaxyqky58yx2m6";
- revision = "1";
- editedCabalFile = "0kdkvyw39ywly1qv1l0sq5qzr1akigl8410vr647hy2cn46anva0";
+ version = "0.8.0.1";
+ sha256 = "0s8w464yalbcgq3vq819mw9fsgj6a9rfbf00843311kqryml2a49";
libraryHaskellDepends = [
aeson aeson-pretty base bytestring deepseq exceptions mmorph
monad-control monad-time mtl semigroups stm text time
@@ -156839,10 +158785,8 @@ self: {
}:
mkDerivation {
pname = "log-postgres";
- version = "0.7.1.1";
- sha256 = "1mx43qbv9rbzzkxz7qgwgp26aq00a97rwka7a823l5hm5hamx74k";
- revision = "1";
- editedCabalFile = "012vyqrw0ncwxdrlbcb97x9lcmaizxspfc9dd5jxq8dfmqw5xgq7";
+ version = "0.7.1.3";
+ sha256 = "132q4cx0a2malzncm7bscjikpqaaz6fwzz6n8mhqianbpq02s0v1";
libraryHaskellDepends = [
aeson aeson-pretty base base64-bytestring bytestring deepseq
hpqtypes http-client lifted-base log-base mtl semigroups split text
@@ -157927,8 +159871,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "lowlin";
- version = "0.1.0.0";
- sha256 = "16qlnpjp69sisbl7p5pzkqay6pfc96hdbxmpv9mc5d5f5w684g8l";
+ version = "0.2.0.1";
+ sha256 = "0n1sf7panh2c8nhdpalvf74lvjvymn9dy05lkxnqzaz0vq7v5pcf";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "Low dimensional linear algebra";
@@ -158071,6 +160015,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lsp-test_0_11_0_1" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
+ , bytestring, conduit, conduit-parse, containers, data-default
+ , Diff, directory, filepath, Glob, haskell-lsp, hspec, lens, mtl
+ , parser-combinators, process, text, transformers, unix
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "lsp-test";
+ version = "0.11.0.1";
+ sha256 = "0s2sabykaaklw32z6j9z1m7l22ayc736sih39fhlq83iwgpv1917";
+ revision = "1";
+ editedCabalFile = "08lqzsw41vps1z8zihhsja95h5k73g5gpf689x2ryxn6ch13052v";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty ansi-terminal async base bytestring conduit
+ conduit-parse containers data-default Diff directory filepath Glob
+ haskell-lsp lens mtl parser-combinators process text transformers
+ unix unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base data-default directory filepath haskell-lsp hspec lens
+ text unordered-containers
+ ];
+ description = "Functional test framework for LSP servers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"lss" = callPackage
({ mkDerivation, attoparsec, base, containers, directory, filepath
, hspec2, language-css, language-css-attoparsec, text, xmlhtml
@@ -158292,6 +160266,8 @@ self: {
pname = "lucid";
version = "2.9.12";
sha256 = "156wniydd1hlb7rygbm95zln8ky8lai8rn2apkkv0rax9cdw6jrh";
+ revision = "1";
+ editedCabalFile = "1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9";
libraryHaskellDepends = [
base blaze-builder bytestring containers hashable mmorph mtl text
transformers unordered-containers
@@ -158794,8 +160770,8 @@ self: {
}:
mkDerivation {
pname = "lzlib";
- version = "1.0.6.0";
- sha256 = "1qirn7kbcnxx6ihhk0r6p2jyfbs8cqsinfnmn774i3vkj1fahpn1";
+ version = "1.0.7.0";
+ sha256 = "0dwwnpfzy5sg4cylpcz3d1aq26grdq0jvidw97x2fkcq2j4d9bak";
libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [
@@ -158904,6 +160880,23 @@ self: {
broken = true;
}) {};
+ "lzo" = callPackage
+ ({ mkDerivation, base, binary, bytestring, criterion, digest, tasty
+ , tasty-hunit
+ }:
+ mkDerivation {
+ pname = "lzo";
+ version = "0.1.1.2";
+ sha256 = "0dypzlxkkby937l2m9g4bz50sgchazqsbagbhkic70ak6iyasamf";
+ libraryHaskellDepends = [ base binary bytestring digest ];
+ testHaskellDepends = [ base bytestring tasty tasty-hunit ];
+ benchmarkHaskellDepends = [ base bytestring criterion ];
+ description = "minilzo bundled for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"mDNSResponder-client" = callPackage
({ mkDerivation, base, bytestring, Cabal, ctrie, data-endian
, network, network-msg, transformers
@@ -159491,10 +161484,10 @@ self: {
({ mkDerivation, base, deepseq, profunctors, semigroups }:
mkDerivation {
pname = "magma";
- version = "0.4.0.0";
- sha256 = "18s93ap84cd74sl89fy89dpj89j6qxayc1v771n0zhshbp7g9gkz";
+ version = "0.5.0.0";
+ sha256 = "17ca22bs44whr597p7shv4fnpngbrb8vdxs6zbglfhb69bgjljyy";
libraryHaskellDepends = [ base deepseq profunctors semigroups ];
- description = "magma is an algebraic structure consisting a set together with an binary operation";
+ description = "magma is an algebraic structure";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -160354,8 +162347,8 @@ self: {
}:
mkDerivation {
pname = "manifold-random";
- version = "0.5.0.4";
- sha256 = "0wf0ya7w73ikd0ivg7m8q4nnc3mv7426l5xlf04zs5gh982x33gl";
+ version = "0.5.1.0";
+ sha256 = "0zip7ni06zljhj94d5vdf6sb6fbsm9iidcsrl85bdh7i7dkb3avr";
libraryHaskellDepends = [
base constrained-categories linearmap-category manifolds random-fu
semigroups vector-space
@@ -160377,8 +162370,8 @@ self: {
}:
mkDerivation {
pname = "manifolds";
- version = "0.5.0.4";
- sha256 = "0cng3sp2lg8bfi8g9w4p7ccmg5b177svljl5cki286kdjqsvl320";
+ version = "0.5.1.0";
+ sha256 = "12w1whsr8zbsvv06iwdd27hjnvs8s041hrsp5c85chl4xqxwkl5h";
libraryHaskellDepends = [
array base binary call-stack comonad constrained-categories
containers deepseq free free-vector-spaces ieee754 lens linear
@@ -160401,8 +162394,8 @@ self: {
({ mkDerivation, base, call-stack, tagged, vector-space }:
mkDerivation {
pname = "manifolds-core";
- version = "0.5.0.4";
- sha256 = "0b1acwmmjcgq6bb0qijh227wq49vl295gd0d4iz8lpk1g1pwb2v2";
+ version = "0.5.1.0";
+ sha256 = "1bvmr0gcfj7zd0rff0qjlzjy8hqdbh52ljiiazrmqmb9abdsciq3";
libraryHaskellDepends = [ base call-stack tagged vector-space ];
description = "The basic classes for the manifolds hierarchy";
license = stdenv.lib.licenses.gpl3;
@@ -160475,8 +162468,8 @@ self: {
pname = "map-syntax";
version = "0.3";
sha256 = "0b3ddi998saw5gi5r4bjbpid03rxlifn08zv15wf0b90ambhcc4k";
- revision = "2";
- editedCabalFile = "1cpiarychx4cmv7v71rbd5ccfsjac928isd52sf42mzs2nb492ya";
+ revision = "3";
+ editedCabalFile = "19p79gjwlpgx210zlc9625vwp6mjmnb9mvxaz1h5zmgir8dwb4lv";
libraryHaskellDepends = [ base containers mtl ];
testHaskellDepends = [
base containers deepseq hspec HUnit mtl QuickCheck transformers
@@ -160547,12 +162540,12 @@ self: {
}) {};
"maquinitas-tidal" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, tidal }:
mkDerivation {
pname = "maquinitas-tidal";
- version = "0.2.1";
- sha256 = "14j4469yl1ypw97m33r2v37mlqxa689ish84k7ggwjdqxj9f64n2";
- libraryHaskellDepends = [ base ];
+ version = "0.2.4";
+ sha256 = "0apr5qkir3b6mnczi50lf3p349p1q3bl1sn4yg9dls2n3m147mf7";
+ libraryHaskellDepends = [ base tidal ];
description = "library for MIDI control of hardware";
license = stdenv.lib.licenses.mit;
}) {};
@@ -161054,9 +163047,11 @@ self: {
];
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
- "massiv_0_5_1_0" = callPackage
+ "massiv_0_5_2_0" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-doctest
, data-default-class, deepseq, doctest, exceptions
, mersenne-random-pure64, primitive, QuickCheck, random, scheduler
@@ -161064,8 +163059,8 @@ self: {
}:
mkDerivation {
pname = "massiv";
- version = "0.5.1.0";
- sha256 = "062b9mg1nqsg7lfv4a85s994jg1fipikpvxdb9w6ci3dqiq41dx0";
+ version = "0.5.2.0";
+ sha256 = "0j44as40bgzjixiga4l06gr3fpgk8vifmz2y12asczxwfv6k0xp1";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
@@ -161078,6 +163073,7 @@ self: {
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"massiv-io" = callPackage
@@ -161101,6 +163097,8 @@ self: {
];
description = "Import/export of Image files into massiv Arrays";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"massiv-scheduler" = callPackage
@@ -161142,6 +163140,8 @@ self: {
];
description = "Library that contains generators, properties and tests for Massiv Array Library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"massiv-test_0_1_3" = callPackage
@@ -161165,6 +163165,7 @@ self: {
description = "Library that contains generators, properties and tests for Massiv Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"master-plan" = callPackage
@@ -161602,22 +163603,26 @@ self: {
}) {};
"matrix-sized" = callPackage
- ({ mkDerivation, base, conduit, data-ordlist, ieee754, primitive
- , singletons, tasty, tasty-quickcheck, vector
+ ({ mkDerivation, base, bytestring, bytestring-lexing, conduit
+ , conduit-extra, data-ordlist, ieee754, primitive, singletons
+ , store, tasty, tasty-quickcheck, vector
}:
mkDerivation {
pname = "matrix-sized";
- version = "0.0.4";
- sha256 = "09k6qrscgdbyimk67s7sx5gzz1xnpkz83lkadh0vbm4lwbbp8jlf";
+ version = "0.1.0";
+ sha256 = "0qmbckk1bmmg8lszdnd8lcgplniqzd53iq1aqv9jky96zdmmrna6";
libraryHaskellDepends = [
- base conduit primitive singletons vector
+ base bytestring bytestring-lexing conduit conduit-extra primitive
+ singletons store vector
];
testHaskellDepends = [
- base conduit data-ordlist ieee754 primitive singletons tasty
+ base conduit data-ordlist ieee754 singletons store tasty
tasty-quickcheck vector
];
description = "Haskell matrix library with interface to C++ linear algebra libraries";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"matrix-static" = callPackage
@@ -162745,6 +164750,21 @@ self: {
license = stdenv.lib.licenses.mpl20;
}) {};
+ "membrain_0_0_0_2" = callPackage
+ ({ mkDerivation, base, doctest, Glob, hedgehog, hspec, type-spec }:
+ mkDerivation {
+ pname = "membrain";
+ version = "0.0.0.2";
+ sha256 = "1nizjkiggm2ws8kkjw6v96a611kim4yjg4kdrk0rd83fa1zcf7cc";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base doctest Glob hedgehog hspec type-spec
+ ];
+ description = "Type-safe memory units";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"memcache" = callPackage
({ mkDerivation, base, binary, blaze-builder, bytestring, criterion
, data-default-class, hashable, network, resource-pool, time
@@ -163392,7 +165412,7 @@ self: {
version = "0.0.8";
sha256 = "0rdw0laqx9kypfwzqb4ir18r07sjxgm4pwfs82bjpwq0gf58nzas";
libraryHaskellDepends = [ arrows base random Stream ];
- description = "Generalised local search within Haskell, for applications in combinatorial optimisation";
+ description = "Generalised local search within Haskell, for applications in combinatorial optimisation.";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -163694,12 +165714,14 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "microbase";
- version = "4.14.0.0.4";
- sha256 = "103gi70hzz1mvr2rzvsq77kzl2sfyf9kx6iaivg0shks8yslp5zq";
+ version = "4.14.0.0.6";
+ sha256 = "1wnng6ik7p4id5p7crbk9gwy0c4rg2rggkphc4wqfmc2zgpl1ywq";
libraryHaskellDepends = [ base ];
doHaddock = false;
description = "A minimal base to work around GHC bugs";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"microbench" = callPackage
@@ -163921,8 +165943,8 @@ self: {
}:
mkDerivation {
pname = "microlens-th";
- version = "0.4.3.4";
- sha256 = "08cixz1840ycc1y2b8anf1pqzlhnh89i6wskixd5s5brf8jl0l79";
+ version = "0.4.3.5";
+ sha256 = "0zk5wi8wrhhs7chdsxc9sm57w3zrjr7c9v80qh53ac4p3varjgfh";
libraryHaskellDepends = [
base containers microlens template-haskell th-abstraction
transformers
@@ -164647,8 +166669,8 @@ self: {
}:
mkDerivation {
pname = "minilight";
- version = "0.4.3";
- sha256 = "1qsmrb6bfwrv302pmm26nkkfky10h0mdkflvj3lfjmnz0bv7aw4g";
+ version = "0.5.0";
+ sha256 = "1qxyl7n2pwfr8ixkak118sr0n3c7l3bj0r48hk51qpwm5x227g9y";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -164670,6 +166692,28 @@ self: {
broken = true;
}) {};
+ "minilight-lua" = callPackage
+ ({ mkDerivation, base, bytestring, containers, exceptions, hslua
+ , lens, linear, minilight, mtl, sdl2, sdl2-ttf, text, unix-time
+ }:
+ mkDerivation {
+ pname = "minilight-lua";
+ version = "0.2.0.0";
+ sha256 = "0q3w90rk7rlsy3p0iz91f3p7fsrbdsvirxq7xsb87hdbqxdwsavh";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ base bytestring containers exceptions hslua linear minilight mtl
+ sdl2 sdl2-ttf text unix-time
+ ];
+ executableHaskellDepends = [ base lens minilight mtl ];
+ description = "A binding library of minilight for Lua langauge";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"minimal-configuration" = callPackage
({ mkDerivation, base, containers, directory, filepath }:
mkDerivation {
@@ -164861,7 +166905,7 @@ self: {
base containers directory filepath monads-tf parsec pretty
transformers xhtml
];
- description = "an interpreter for an operational semantics for the STG machine";
+ description = "an interpreter for an operational semantics for the STG machine.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -164898,6 +166942,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "minizinc-process" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, directory
+ , hashable, process-extras, stringsearch, text
+ }:
+ mkDerivation {
+ pname = "minizinc-process";
+ version = "0.1.0.0";
+ sha256 = "0p2jb69k2n3dy47vx56pwh6pafccsm9r0nzqd60zss5fdrnxddf8";
+ libraryHaskellDepends = [
+ aeson base bytestring containers directory hashable process-extras
+ stringsearch text
+ ];
+ description = "A set of helpers to call minizinc models";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"minlen" = callPackage
({ mkDerivation, base, mono-traversable, semigroups, transformers
}:
@@ -165128,15 +167188,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "miso_1_5_0_0" = callPackage
+ "miso_1_5_1_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, http-api-data
, http-types, lucid, network-uri, servant, servant-lucid, text
, transformers, vector
}:
mkDerivation {
pname = "miso";
- version = "1.5.0.0";
- sha256 = "08843wyd41hs38vrixcfdnmar9vkvayk11323kav4qq85s3yhsd3";
+ version = "1.5.1.0";
+ sha256 = "1vnpfqnkg89ax5znkppqnnp2dgmps2hwdyc05rph2xqvyg5wq9qd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -165165,8 +167225,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "miso-examples";
- version = "1.5.0.0";
- sha256 = "0k0rf7kb65nqckmz8gc27rssnn3ja0nswmrbslfmm0nz7293jaiw";
+ version = "1.5.1.0";
+ sha256 = "14zbzrh3rvqhpn0gd02wd1jdd40inlpy8v4a1qv1aq1c39ip2csb";
isLibrary = false;
isExecutable = true;
description = "A tasty Haskell front-end framework";
@@ -165572,8 +167632,8 @@ self: {
({ mkDerivation, base, vector }:
mkDerivation {
pname = "mmsyn2";
- version = "0.1.7.0";
- sha256 = "1laskxwmylmg7mzm4h6z013s7rhfxf9y1mrvy4dp1cc80kq3scg0";
+ version = "0.1.8.0";
+ sha256 = "1qdbf89i5yx6ag9k4a9scc6wbm765b8zhq0gi12zx0bq75jjz3qz";
libraryHaskellDepends = [ base vector ];
description = "The library that can be used for multiple (Ord a) => a -> b transformations";
license = stdenv.lib.licenses.mit;
@@ -165583,8 +167643,8 @@ self: {
({ mkDerivation, base, directory }:
mkDerivation {
pname = "mmsyn3";
- version = "0.1.4.0";
- sha256 = "1i93744jprkg94lwcas2hvb341m6j08ncn1lzlz6d8z2blpd5z4w";
+ version = "0.1.5.0";
+ sha256 = "0fpn0lzr93aaha9741spc7vmlg5c4x5wb3p4qvxzp57w85zqdwm3";
libraryHaskellDepends = [ base directory ];
description = "A small library to deal with executable endings";
license = stdenv.lib.licenses.mit;
@@ -165595,10 +167655,13 @@ self: {
}:
mkDerivation {
pname = "mmsyn4";
- version = "0.1.6.0";
- sha256 = "0kz7wpfpvfayb6jgd0wwrb3dljcigmqdiixb7b86vyh36nzxhcfj";
- isLibrary = false;
+ version = "0.2.0.0";
+ sha256 = "0915a1kh0sl9maq0i5hp6d87n19wihncx6sgm7wznfmzlvgs36qw";
+ isLibrary = true;
isExecutable = true;
+ libraryHaskellDepends = [
+ base directory mmsyn2 mmsyn3 process vector
+ ];
executableHaskellDepends = [
base directory mmsyn2 mmsyn3 process vector
];
@@ -165610,8 +167673,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "mmsyn5";
- version = "0.4.3.0";
- sha256 = "02ndmx1ndm87i2xlnaarw8yljjki1k7ak0jyb5s0c7hkvlrl7qax";
+ version = "0.4.4.0";
+ sha256 = "1yvsx82x7m5y2swxllhb7zzgspb3lfdhrbw6n5v3xsa9vxhwa35l";
libraryHaskellDepends = [ base ];
description = "Various additional operations on lists (some with intermediate Monads)";
license = stdenv.lib.licenses.mit;
@@ -165623,8 +167686,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn6ukr";
- version = "0.6.3.1";
- sha256 = "0iyyw02w4mw2g66dqs2ihd5qs4qrs4dcaql7y8gd3gc26mhn7svq";
+ version = "0.7.2.0";
+ sha256 = "03h2rcv8214jbbfw5wb4f1icv9lwn6jwvjp3a2cjpli425ira7kj";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -165644,8 +167707,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn7h";
- version = "0.7.5.0";
- sha256 = "17haan991lzs5qs4gzywhk4vpn9dvgasdm9ff8hzs5h6a0604sfn";
+ version = "0.7.6.0";
+ sha256 = "0z8r6d7my2hbp8g2l3258461f53kx8zm3fzyq605vk4y9z6k6icb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -165664,8 +167727,8 @@ self: {
({ mkDerivation, base, directory, mmsyn2, mmsyn7ukr, vector }:
mkDerivation {
pname = "mmsyn7l";
- version = "0.4.2.0";
- sha256 = "1dpilwaffrkihfgbpq7p1095qpx9qgcpzbs8q3kld948hliihix7";
+ version = "0.4.3.0";
+ sha256 = "0kr5aig2zgps846bx9psrci7hm35zdnaxbd5pm3ir1c7pxqf4csx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base directory mmsyn2 mmsyn7ukr vector ];
@@ -165680,8 +167743,8 @@ self: {
({ mkDerivation, base, mmsyn2, mmsyn5, mmsyn6ukr, vector }:
mkDerivation {
pname = "mmsyn7s";
- version = "0.6.6.0";
- sha256 = "0hmsf7l3p2b2zj5ydjzxzkgqsj53yjwn71vgw8qzhbxjihk5x6l2";
+ version = "0.6.7.0";
+ sha256 = "14siy618rby0x9s94cqlpn4ymx6d589vb9f3mnqly7ykf53rwbi3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ];
@@ -165696,8 +167759,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn7ukr";
- version = "0.15.3.0";
- sha256 = "02556sgfwi0fzlwj0x22hmyi9pgq0j7w4yfpjy2ni1px8vanwq5j";
+ version = "0.15.4.0";
+ sha256 = "0qiv2bc5aizpizmrjcsr2j6pi427xbk9pbgjyv4fr8mf7q3vcdjv";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -165908,6 +167971,8 @@ self: {
pname = "modern-uri";
version = "0.3.2.0";
sha256 = "162s88yayalh4vlngman5gz3k0gnszxrksh1wk5227qihbpsiwhb";
+ revision = "1";
+ editedCabalFile = "13a9wh31pm151d1xz00wp2nfs73s2ysr1g97vx91rl2caak14ab0";
libraryHaskellDepends = [
base bytestring containers contravariant deepseq exceptions
megaparsec mtl profunctors QuickCheck reflection tagged
@@ -166189,10 +168254,10 @@ self: {
}:
mkDerivation {
pname = "mole";
- version = "0.0.6";
- sha256 = "0shsx1sc6rc5jxijvrc4bzqpjw4xdjq5ghlj8jnmm7gp8b6h6y5b";
- revision = "2";
- editedCabalFile = "1qykba99djdhwm0mmkrfbjdyjcx47gi5clxm8kz87ccx9qs72kfy";
+ version = "0.0.7";
+ sha256 = "03qlvvwciw0mwcki7kk90pvx5qy15fkx5zdalwxk2pldpv5diyza";
+ revision = "1";
+ editedCabalFile = "116a00rm6jf3s0kyk3kny650jcimcwgvk2w4s7lvwpb678s635y9";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -167551,6 +169616,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "monadic-recursion-schemes" = callPackage
+ ({ mkDerivation, base, comonad, containers, free, mtl
+ , recursion-schemes, transformers
+ }:
+ mkDerivation {
+ pname = "monadic-recursion-schemes";
+ version = "0.1.7.0";
+ sha256 = "16smzgbachi31xr9pmps7habwfb5577i3s0c9x2a81zl5wg23p30";
+ libraryHaskellDepends = [
+ base comonad containers free mtl recursion-schemes transformers
+ ];
+ testHaskellDepends = [ base ];
+ description = "Recursion Schemes for Monadic version";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"monadiccp" = callPackage
({ mkDerivation, base, containers, mtl, parsec, pretty, random
, semigroups
@@ -167686,7 +169767,7 @@ self: {
revision = "1";
editedCabalFile = "11v5zdsb9mp1rxvgcrxcr2xnc610xi16krwa9r4i5d6njmphfbdp";
libraryHaskellDepends = [ base ];
- description = "Haskell98 partial maps and filters over MonadPlus";
+ description = "Haskell98 partial maps and filters over MonadPlus.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -168424,7 +170505,7 @@ self: {
}) {morfeusz = null;};
"morley" = callPackage
- ({ mkDerivation, aeson, aeson-options, aeson-pretty, base-noprelude
+ ({ mkDerivation, aeson, aeson-casing, aeson-pretty, base-noprelude
, base16-bytestring, base58-bytestring, binary, bytestring
, constraints, containers, cryptonite, data-default, directory
, filepath, first-class-families, fmt, formatting, gauge, ghc-prim
@@ -168440,12 +170521,12 @@ self: {
}:
mkDerivation {
pname = "morley";
- version = "1.1.0";
- sha256 = "0y8i03pa5i7d1afhh7ihb7wicwmjvajqs38brp8614n825jzng9c";
+ version = "1.2.0";
+ sha256 = "1id9sqh105p9b35g7rnk6x43h3h2d4v71bg13mz4gk5ny186d512";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson aeson-options aeson-pretty base-noprelude base16-bytestring
+ aeson aeson-casing aeson-pretty base-noprelude base16-bytestring
base58-bytestring binary bytestring constraints containers
cryptonite data-default first-class-families fmt formatting
ghc-prim gitrev hex-text hspec hspec-expectations HUnit interpolate
@@ -168533,6 +170614,32 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "morpheus-graphql_0_11_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, megaparsec
+ , mtl, scientific, tasty, tasty-hunit, template-haskell, text
+ , th-lift-instances, transformers, unliftio-core
+ , unordered-containers, uuid, vector, websockets
+ }:
+ mkDerivation {
+ pname = "morpheus-graphql";
+ version = "0.11.0";
+ sha256 = "1cwq1wa43df8d681x409ra9cnv9qfxb2wpbf6mm3fcbnkkaza351";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson base bytestring containers megaparsec mtl scientific
+ template-haskell text th-lift-instances transformers unliftio-core
+ unordered-containers uuid vector websockets
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers megaparsec mtl scientific tasty
+ tasty-hunit template-haskell text th-lift-instances transformers
+ unliftio-core unordered-containers uuid vector websockets
+ ];
+ description = "Morpheus GraphQL";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"morpheus-graphql-cli" = callPackage
({ mkDerivation, base, bytestring, filepath, morpheus-graphql
, optparse-applicative
@@ -168689,19 +170796,19 @@ self: {
"moto" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, cryptohash-sha1, df1, di, di-core, di-df1, directory, filepath
- , mtl, optparse-applicative, pipes, pipes-attoparsec
+ , mtl, optparse-applicative, pipes, pipes-aeson, pipes-attoparsec
, pipes-bytestring, random, safe-exceptions, tasty, tasty-hunit
, tasty-quickcheck, text, time, transformers
}:
mkDerivation {
pname = "moto";
- version = "0.0.3";
- sha256 = "1grvw5dlg6gjf83rhz45hnh73p74v85kmyn9yfi2gwbxcs7fsmvx";
+ version = "0.0.4";
+ sha256 = "04i85y0h5dqaz6iy7wrirgrm4bncygnmjjb5ncjzdf9c0lvmnab9";
libraryHaskellDepends = [
aeson attoparsec base bytestring containers cryptohash-sha1 df1
di-core di-df1 directory filepath mtl optparse-applicative pipes
- pipes-attoparsec pipes-bytestring safe-exceptions text time
- transformers
+ pipes-aeson pipes-attoparsec pipes-bytestring safe-exceptions text
+ time transformers
];
testHaskellDepends = [
base bytestring containers di di-core directory filepath random
@@ -168714,15 +170821,16 @@ self: {
}) {};
"moto-postgresql" = callPackage
- ({ mkDerivation, base, bytestring, moto, postgresql-simple
- , safe-exceptions
+ ({ mkDerivation, base, bytestring, df1, di-df1, moto
+ , postgresql-simple, safe-exceptions, text
}:
mkDerivation {
pname = "moto-postgresql";
- version = "0.0.1";
- sha256 = "0z5kxphsgywmnv33lf95by9gxlgr6i8y8lq7sqy495f87b1jv62d";
+ version = "0.0.2";
+ sha256 = "1n6xzcg6iqh9l4jkhq03hl11kh0614z41kv2pvw26bsknv4rp0cx";
libraryHaskellDepends = [
- base bytestring moto postgresql-simple safe-exceptions
+ base bytestring df1 di-df1 moto postgresql-simple safe-exceptions
+ text
];
description = "PostgreSQL-based migrations registry for moto";
license = stdenv.lib.licenses.asl20;
@@ -168927,8 +171035,8 @@ self: {
({ mkDerivation, base, bytestring, c2hs, monad-loops, mpich }:
mkDerivation {
pname = "mpi-hs";
- version = "0.7.1.0";
- sha256 = "1xja12laj9pznwkgllgn2126g0izgv7mp267jv0ihlzy4yv2ps8m";
+ version = "0.7.1.2";
+ sha256 = "0dhhvvncmsg6rnb16pi1da4zb82hlwyia0l5xxqz6s7518q0amkh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring monad-loops ];
@@ -168944,6 +171052,63 @@ self: {
broken = true;
}) {inherit (pkgs) mpich;};
+ "mpi-hs-binary" = callPackage
+ ({ mkDerivation, base, binary, bytestring, monad-loops, mpi-hs }:
+ mkDerivation {
+ pname = "mpi-hs-binary";
+ version = "0.1.1.0";
+ sha256 = "10wlrm31drjgdviqzsvxlnj1mn1lli3n41z1xbfp0i80vmh29av3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base binary bytestring monad-loops mpi-hs
+ ];
+ executableHaskellDepends = [ base mpi-hs ];
+ testHaskellDepends = [ base ];
+ description = "MPI bindings for Haskell";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "mpi-hs-cereal" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, monad-loops, mpi-hs }:
+ mkDerivation {
+ pname = "mpi-hs-cereal";
+ version = "0.1.0.0";
+ sha256 = "1sdizjk4xpc2hdh71s9ckjhq22appqj1c9s10mwxjgb9vd7bz07b";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring cereal monad-loops mpi-hs
+ ];
+ executableHaskellDepends = [ base mpi-hs ];
+ testHaskellDepends = [ base ];
+ description = "MPI bindings for Haskell";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "mpi-hs-store" = callPackage
+ ({ mkDerivation, base, bytestring, monad-loops, mpi-hs, store }:
+ mkDerivation {
+ pname = "mpi-hs-store";
+ version = "0.1.0.0";
+ sha256 = "1afgamdbv7dq9r8jd7hn5y09rly75rhjk48da0d8hk0spcfdmnvq";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring monad-loops mpi-hs store
+ ];
+ executableHaskellDepends = [ base mpi-hs ];
+ testHaskellDepends = [ base ];
+ description = "MPI bindings for Haskell";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"mplayer-spot" = callPackage
({ mkDerivation, async, attoparsec, base, bytestring, conduit
, conduit-extra, directory, filepath, process, semigroupoids
@@ -169148,8 +171313,8 @@ self: {
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "mr-env";
- version = "0.1.0.2";
- sha256 = "1bw0ga59lf1crhjx4hlmsnzllsf3nfwzzsfcll0xf04fkj0jgxlg";
+ version = "0.1.0.3";
+ sha256 = "01dq9wac3jvbhll3kqjid5xy66hf11r382w8c1hhvmfd5j9bp0n4";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "A simple way to read environment variables in Haskell";
@@ -169297,6 +171462,8 @@ self: {
];
description = "A Haskell implementation of MessagePack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"msgpack-idl" = callPackage
@@ -169363,6 +171530,8 @@ self: {
testHaskellDepends = [ async base bytestring hspec mtl network ];
description = "A MessagePack-RPC Implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"msgpack-types" = callPackage
@@ -169685,8 +171854,8 @@ self: {
}:
mkDerivation {
pname = "mu-avro";
- version = "0.2.0.0";
- sha256 = "12cjq2pfaksa8s93j731p6i572xlnpl7p42lz1kvyyn4bg5r222y";
+ version = "0.3.0.0";
+ sha256 = "0p5j3pzx2b8hj7zn7gdj7xg2n99yhzvbkhbr5cv6jwcd5gpz3pkn";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -169698,10 +171867,43 @@ self: {
executableHaskellDepends = [ avro base bytestring mu-schema ];
description = "Avro serialization support for Mu microservices";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
+ "mu-graphql" = callPackage
+ ({ mkDerivation, aeson, async, attoparsec, base, bytestring
+ , conduit, graphql-parser, http-types, list-t, mtl, mu-rpc
+ , mu-schema, parsers, regex-tdfa, scientific, sop-core, stm
+ , stm-chans, stm-conduit, stm-containers, template-haskell, text
+ , unordered-containers, uuid, wai, wai-extra, wai-websockets, warp
+ , warp-tls, websockets
+ }:
+ mkDerivation {
+ pname = "mu-graphql";
+ version = "0.3.0.0";
+ sha256 = "1371h6w3v10qcmp8zp3mjxfhvknk39qgcn9laslssci4yrrr5a09";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson async attoparsec base bytestring conduit graphql-parser
+ http-types list-t mtl mu-rpc mu-schema parsers scientific sop-core
+ stm stm-chans stm-conduit stm-containers template-haskell text
+ unordered-containers uuid wai wai-websockets warp warp-tls
+ websockets
+ ];
+ executableHaskellDepends = [
+ base conduit mu-rpc mu-schema regex-tdfa text wai-extra warp
+ ];
+ description = "GraphQL support for Mu";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {graphql-parser = null;};
+
"mu-grpc-client" = callPackage
- ({ mkDerivation, async, base, bytestring, conduit, http2
+ ({ mkDerivation, async, avro, base, bytestring, conduit, http2
, http2-client, http2-client-grpc, http2-grpc-types, mu-grpc-common
, mu-optics, mu-protobuf, mu-rpc, mu-schema, optics-core, sop-core
, stm, stm-chans, stm-conduit, template-haskell, text
@@ -169709,13 +171911,13 @@ self: {
}:
mkDerivation {
pname = "mu-grpc-client";
- version = "0.2.0.0";
- sha256 = "0dy9nfzyls5410dh7crgk03bfwcrxgcwryqhplsg25x5rxplkcfb";
+ version = "0.3.0.0";
+ sha256 = "08z92rm1dcr02qwmd92inplzb1hgari0bsmw19xlmkdlsjldj5v0";
libraryHaskellDepends = [
- async base bytestring conduit http2 http2-client http2-client-grpc
- http2-grpc-types mu-grpc-common mu-optics mu-protobuf mu-rpc
- mu-schema optics-core sop-core stm stm-chans stm-conduit
- template-haskell text th-abstraction
+ async avro base bytestring conduit http2 http2-client
+ http2-client-grpc http2-grpc-types mu-grpc-common mu-optics
+ mu-protobuf mu-rpc mu-schema optics-core sop-core stm stm-chans
+ stm-conduit template-haskell text th-abstraction
];
description = "gRPC clients from Mu definitions";
license = stdenv.lib.licenses.asl20;
@@ -169730,8 +171932,8 @@ self: {
}:
mkDerivation {
pname = "mu-grpc-common";
- version = "0.2.0.0";
- sha256 = "04984ibj6ma880jchibmr1z696mrik29gc2qnaf0vsp0nxwqr9vv";
+ version = "0.3.0.0";
+ sha256 = "1ipqzg799lfy2apl3galhgnqqpf5z9nr0dvb9gp9cmv0y9bn3iv6";
libraryHaskellDepends = [
avro base binary bytestring http2-grpc-proto3-wire http2-grpc-types
mu-avro mu-protobuf mu-rpc mu-schema
@@ -169743,24 +171945,24 @@ self: {
}) {};
"mu-grpc-server" = callPackage
- ({ mkDerivation, async, base, binary, bytestring, conduit
+ ({ mkDerivation, async, avro, base, binary, bytestring, conduit
, http2-grpc-types, mtl, mu-grpc-common, mu-protobuf, mu-rpc
, mu-schema, sop-core, stm, stm-conduit, wai, warp, warp-grpc
, warp-tls
}:
mkDerivation {
pname = "mu-grpc-server";
- version = "0.2.0.0";
- sha256 = "1g3dr66b6915ci53lhygahw8ganqivd42a918amv1xcxq7li1m76";
+ version = "0.3.0.0";
+ sha256 = "1z8mhychrr5y6zrxg3xx398x221cwyyw7yss8gfn0f5c7j64r693";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base binary bytestring conduit http2-grpc-types mtl
+ async avro base binary bytestring conduit http2-grpc-types mtl
mu-grpc-common mu-protobuf mu-rpc mu-schema sop-core stm
stm-conduit wai warp warp-grpc warp-tls
];
executableHaskellDepends = [
- async base binary bytestring conduit http2-grpc-types mtl
+ async avro base binary bytestring conduit http2-grpc-types mtl
mu-grpc-common mu-protobuf mu-rpc mu-schema sop-core stm
stm-conduit wai warp warp-grpc warp-tls
];
@@ -169770,13 +171972,31 @@ self: {
broken = true;
}) {};
+ "mu-kafka" = callPackage
+ ({ mkDerivation, avro, base, bytestring, conduit, hw-kafka-client
+ , hw-kafka-conduit, mu-avro, mu-schema, resourcet
+ }:
+ mkDerivation {
+ pname = "mu-kafka";
+ version = "0.3.0.0";
+ sha256 = "0flz0567rgky7ckl0nzinfd93bb7x0w1dz031y7hk3wcpp98y5i3";
+ libraryHaskellDepends = [
+ avro base bytestring conduit hw-kafka-client hw-kafka-conduit
+ mu-avro mu-schema resourcet
+ ];
+ description = "Utilities for interoperation between Mu and Kafka";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"mu-optics" = callPackage
({ mkDerivation, base, containers, mu-schema, optics-core, sop-core
}:
mkDerivation {
pname = "mu-optics";
- version = "0.2.0.0";
- sha256 = "1b3954pq7iia4vq2bnl1gw2qakdrwkh647qpb1sl1dmrpi0mc77m";
+ version = "0.3.0.0";
+ sha256 = "0263nd5xwyn2jb99d6vn7fk8lzmkgarfx9n6lrc4dpa5immfypnq";
libraryHaskellDepends = [
base containers mu-schema optics-core sop-core
];
@@ -169790,8 +172010,8 @@ self: {
}:
mkDerivation {
pname = "mu-persistent";
- version = "0.2.0.0";
- sha256 = "1n81dpayp0q0i19w1pchgwwblxz0jd510q01r8mvwpf099gb27pa";
+ version = "0.3.0.0";
+ sha256 = "1jd0h2cqr4nbwk2vyaq3wamrgwi1dkzmyhqg6b7002wdvm1h822j";
libraryHaskellDepends = [
base monad-logger mu-schema persistent resourcet transformers
];
@@ -169807,8 +172027,8 @@ self: {
}:
mkDerivation {
pname = "mu-protobuf";
- version = "0.2.0.0";
- sha256 = "10yxb4dfdm9bm41gpd2jbb7jz79gk7s5yzqf3d994zqcq0d5k5fh";
+ version = "0.3.0.0";
+ sha256 = "02wk2bhx6lflgri9fm4dq09yz07xsm82fbxgm130zs7s6015chxf";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -169832,8 +172052,8 @@ self: {
}:
mkDerivation {
pname = "mu-rpc";
- version = "0.2.0.0";
- sha256 = "1rw4gci0m5isij0bgngbm7zjxafnkibmg3qsxs6dym19mxgqs9nk";
+ version = "0.3.0.0";
+ sha256 = "02m19ddp8q3khp8j6cgax24srf6dlpakq2wkjpqsa31vawn06a9g";
libraryHaskellDepends = [
base conduit mtl mu-schema sop-core template-haskell text
];
@@ -169848,8 +172068,8 @@ self: {
}:
mkDerivation {
pname = "mu-schema";
- version = "0.2.0.0";
- sha256 = "1rdv2mvp66xy41l0g8v03szn5ndg8wji4mzpnqdd90z2xzim4z0w";
+ version = "0.3.0.0";
+ sha256 = "0b943w2mfrgrc2cgq4vjg1wgyb5ijdqfq9argv0k6i6b3hj97kqg";
libraryHaskellDepends = [
aeson base bytestring containers sop-core template-haskell text
th-abstraction unordered-containers vector
@@ -171061,7 +173281,7 @@ self: {
];
executableHaskellDepends = [ base ];
executablePkgconfigDepends = [ gtk3 ];
- description = "Supply your tunes info without leaving your music player";
+ description = "Supply your tunes info without leaving your music player.";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -171291,6 +173511,23 @@ self: {
broken = true;
}) {};
+ "mutable-lens" = callPackage
+ ({ mkDerivation, base, checkers, doctest, lens, primitive, stm
+ , tasty, tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "mutable-lens";
+ version = "0.1.0.0";
+ sha256 = "12biaarl37n953bzq7rndfy49s70jmxhvraf4pm1zxgyz2skwgdc";
+ libraryHaskellDepends = [ base lens primitive stm ];
+ testHaskellDepends = [
+ base checkers doctest lens primitive stm tasty tasty-hunit
+ tasty-quickcheck
+ ];
+ description = "Interoperate mutable references with regular lens";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"mute-unmute" = callPackage
({ mkDerivation, base, directory, filepath, hslogger
, hslogger-template, mtl, network-dbus, process
@@ -171390,6 +173627,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "mwc-probability_2_3_0" = callPackage
+ ({ mkDerivation, base, containers, mwc-random, primitive
+ , transformers
+ }:
+ mkDerivation {
+ pname = "mwc-probability";
+ version = "2.3.0";
+ sha256 = "1rk5n015a24bv49m2qnc66iv5hcw99zk9zflqv99pxxbpia6kiyj";
+ libraryHaskellDepends = [
+ base containers mwc-random primitive transformers
+ ];
+ description = "Sampling function-based probability distributions";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"mwc-probability-transition" = callPackage
({ mkDerivation, base, exceptions, ghc-prim, hspec, logging-effect
, mtl, mwc-probability, primitive, QuickCheck, transformers
@@ -172815,8 +175068,8 @@ self: {
pname = "natural-transformation";
version = "0.4";
sha256 = "1by8xwjc23l6pa9l4iv7zp82dykpll3vc3hgxk0pgva724n8xhma";
- revision = "7";
- editedCabalFile = "03nkhdrwki9j81clgfck4yl7ylv6dwa7gi77kknzq3s3nqlp728v";
+ revision = "8";
+ editedCabalFile = "007vgw2zaf2z9fyi9f0spmqn6fd8j438r3vnkgmazzvb43szmi0n";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base containers quickcheck-instances tasty tasty-quickcheck
@@ -173405,8 +175658,8 @@ self: {
}:
mkDerivation {
pname = "net-spider";
- version = "0.4.2.0";
- sha256 = "1jpqkwgi13a0hw99andw6f8jsq8isqsqlqjc42bapy97wxba2bii";
+ version = "0.4.3.1";
+ sha256 = "0r0l078ljhvpacay1pwql4zccwpj8646zdzdz0gazh0yj2zs8g01";
libraryHaskellDepends = [
aeson base containers data-interval extended-reals greskell
greskell-websocket hashable monad-logger regex-applicative
@@ -173450,8 +175703,8 @@ self: {
}:
mkDerivation {
pname = "net-spider-pangraph";
- version = "0.2.0.0";
- sha256 = "1ijaa4zsbm583s0bmhrc475p6q1gkx1wz3sg6698aciw0ip14kjs";
+ version = "0.2.0.1";
+ sha256 = "0n19hlyzb2r9kkkw1ivaify0msjv4iq69rv14cdak8x50dmvn4wq";
libraryHaskellDepends = [
base bytestring greskell net-spider pangraph text time
];
@@ -173471,8 +175724,8 @@ self: {
}:
mkDerivation {
pname = "net-spider-rpl";
- version = "0.4.1.0";
- sha256 = "0j0w1sgr1b0vn5249agz94vlz1az9pfi8fswd72s84lpcn9jyw89";
+ version = "0.4.1.1";
+ sha256 = "09iwz5yrzcfb5rmlhskhzilyqbvf1al8j8qv7ag5jn6kq3pgipw3";
libraryHaskellDepends = [
aeson base conduit conduit-parse greskell hashable ip monad-logger
mtl net-spider regex-applicative safe-exceptions text time
@@ -173488,24 +175741,26 @@ self: {
}) {};
"net-spider-rpl-cli" = callPackage
- ({ mkDerivation, base, greskell, hspec, ip, monad-logger
- , net-spider, net-spider-cli, net-spider-rpl, optparse-applicative
- , text, time, unordered-containers
+ ({ mkDerivation, base, bytestring, fast-logger, fgl, greskell
+ , hashable, hspec, ip, monad-logger, net-spider, net-spider-cli
+ , net-spider-rpl, optparse-applicative, text, time, transformers
+ , unordered-containers
}:
mkDerivation {
pname = "net-spider-rpl-cli";
- version = "0.1.2.2";
- sha256 = "1l8h3d3m7h48n6vn7lhzlisf6hqr311q1yjxxp2ywkyx1fn3s9pp";
+ version = "0.1.3.1";
+ sha256 = "0y1bagnlazd7pj240ka1lf970qclf569qbsdxas27pj1pi91jb0r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base greskell monad-logger net-spider net-spider-cli net-spider-rpl
- optparse-applicative text time unordered-containers
+ base fgl greskell monad-logger net-spider net-spider-cli
+ net-spider-rpl optparse-applicative text time transformers
+ unordered-containers
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
- base hspec ip net-spider net-spider-cli net-spider-rpl
- optparse-applicative
+ base bytestring fast-logger hashable hspec ip monad-logger
+ net-spider net-spider-cli net-spider-rpl optparse-applicative text
];
description = "CLI executable of NetSpider.RPL.";
license = stdenv.lib.licenses.bsd3;
@@ -173839,7 +176094,7 @@ self: {
libraryHaskellDepends = [
base containers directory filepath mtl nettle-openflow unix
];
- description = "DSL for describing OpenFlow networks, and a compiler generating NetKit labs";
+ description = "DSL for describing OpenFlow networks, and a compiler generating NetKit labs.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -173857,7 +176112,7 @@ self: {
array base bimap binary binary-strict bytestring containers HList
mtl network parsec syb
];
- description = "OpenFlow protocol messages, binary formats, and servers";
+ description = "OpenFlow protocol messages, binary formats, and servers.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -174097,8 +176352,8 @@ self: {
}:
mkDerivation {
pname = "network-arbitrary";
- version = "0.5.0.0";
- sha256 = "1d3m0ycibbvnjbns4havp25x9i5ri6kirv579k1xnb82by4nkqap";
+ version = "0.6.0.0";
+ sha256 = "0yj93r7p4nbfwhklxb7wgkaq1bfl7qjqmn3q0qlxlghbb2xhmmh1";
libraryHaskellDepends = [
base bytestring http-media http-types network-uri QuickCheck
];
@@ -174210,6 +176465,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "network-byte-order_0_1_5" = callPackage
+ ({ mkDerivation, base, bytestring, doctest }:
+ mkDerivation {
+ pname = "network-byte-order";
+ version = "0.1.5";
+ sha256 = "0480asy7acf1bdc4n0761rax7dijbkjkyrqfl9rdwqvmbr3viy6c";
+ libraryHaskellDepends = [ base bytestring ];
+ testHaskellDepends = [ base bytestring doctest ];
+ description = "Network byte order utilities";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"network-bytestring" = callPackage
({ mkDerivation, base, bytestring, network, unix }:
mkDerivation {
@@ -174663,8 +176931,8 @@ self: {
({ mkDerivation, base, bytestring, network }:
mkDerivation {
pname = "network-run";
- version = "0.2.2";
- sha256 = "1znf2pafcg1gcrb3yyc69h6y5mb8hilibr5khcwil09i5djsjyxx";
+ version = "0.2.3";
+ sha256 = "026l8j1nfgvs3lknn3fvsjj4x4niykhn99h5kywc47347b91xl3n";
libraryHaskellDepends = [ base bytestring network ];
description = "Simple network runner library";
license = stdenv.lib.licenses.bsd3;
@@ -175048,8 +177316,8 @@ self: {
({ mkDerivation, base, doctest, network-uri, template-haskell }:
mkDerivation {
pname = "network-uri-static";
- version = "0.1.2.1";
- sha256 = "0sfyqkm49vgw6x2xkgaa0lv2fmrzwgcz33ch333jsib0qbmji5vw";
+ version = "0.1.2.2";
+ sha256 = "1dxmfgd3iq9ss9c7irfnwal2fm1kpgqgmb0bc29hcqwyw6gpn8hw";
libraryHaskellDepends = [ base network-uri template-haskell ];
testHaskellDepends = [ base doctest ];
description = "A small utility to declare type-safe static URIs";
@@ -175209,40 +177477,43 @@ self: {
}) {inherit (pkgs) blas;};
"neuron" = callPackage
- ({ mkDerivation, aeson, algebraic-graphs, base, clay, containers
+ ({ mkDerivation, aeson, aeson-gadt-th, algebraic-graphs, base, clay
+ , containers, data-default, dependent-sum, dependent-sum-template
, dhall, directory, exceptions, file-embed, filepath, filepattern
- , foldl, gitrev, hspec, lucid, mmark, mmark-ext, modern-uri
- , optparse-applicative, pandoc, path, path-io, QuickCheck, relude
- , rib, shake, text, time, unix, which, with-utf8
+ , foldl, gitrev, hspec, lucid, megaparsec, mmark, mmark-ext
+ , modern-uri, mtl, optparse-applicative, pandoc, parser-combinators
+ , QuickCheck, relude, rib, shake, text, time, unix, uuid, which
+ , with-utf8
}:
mkDerivation {
pname = "neuron";
- version = "0.2.0.0";
- sha256 = "0f58yas3wmi2rv33lsxrj68yq3vvx8wl8gz5p93fd94zk7xgd46q";
+ version = "0.4.0.0";
+ sha256 = "1iw63qnq484zhi2fil050hswz1hl9cvygpqalhbbhnvry3f9bqkf";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson algebraic-graphs base clay containers dhall directory
- exceptions file-embed filepath filepattern foldl gitrev lucid mmark
- mmark-ext modern-uri optparse-applicative pandoc path path-io
- relude rib shake text time unix which
+ aeson algebraic-graphs base containers filepath filepattern
+ megaparsec mmark mtl parser-combinators relude text time
];
executableHaskellDepends = [
- aeson algebraic-graphs base clay containers dhall directory
- exceptions file-embed filepath filepattern foldl gitrev lucid mmark
- mmark-ext modern-uri optparse-applicative pandoc path path-io
- relude rib shake text time unix which with-utf8
+ aeson aeson-gadt-th algebraic-graphs base clay containers
+ data-default dependent-sum dependent-sum-template dhall directory
+ exceptions file-embed filepath filepattern foldl gitrev lucid
+ megaparsec mmark mmark-ext modern-uri mtl optparse-applicative
+ pandoc parser-combinators relude rib shake text time unix uuid
+ which with-utf8
];
testHaskellDepends = [
- aeson algebraic-graphs base clay containers dhall directory
+ aeson aeson-gadt-th algebraic-graphs base clay containers
+ data-default dependent-sum dependent-sum-template dhall directory
exceptions file-embed filepath filepattern foldl gitrev hspec lucid
- mmark mmark-ext modern-uri optparse-applicative pandoc path path-io
- QuickCheck relude rib shake text time unix which
+ megaparsec mmark mmark-ext modern-uri mtl optparse-applicative
+ pandoc parser-combinators QuickCheck relude rib shake text time
+ unix uuid which with-utf8
];
description = "Haskell meets Zettelkasten, for your plain-text delight";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"newhope" = callPackage
@@ -175609,8 +177880,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export-tools-extra";
- version = "0.4.1.0";
- sha256 = "1jf49drs7jl5c5swy7pf2b00nawp3m2nf95941sr74c6y6g4y87d";
+ version = "0.4.1.1";
+ sha256 = "15d5dj8mdihj8m559lrfwwpb55nkkkapwd9x84jxsv6pmnh5m0qh";
libraryHaskellDepends = [
aeson ansi-wl-pprint base base64 binary bytestring case-insensitive
containers ede enclosed-exceptions http-client http-types
@@ -175818,7 +178089,7 @@ self: {
revision = "1";
editedCabalFile = "08hgvqbb13n2scs4shqjdyzm7kblgllndk0429pdiwdx21k5391q";
libraryHaskellDepends = [ base bytestring http-conduit xml ];
- description = "Haskell interface to the nist random beacon";
+ description = "Haskell interface to the nist random beacon.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -175914,20 +178185,20 @@ self: {
"nix-derivation" = callPackage
({ mkDerivation, attoparsec, base, containers, criterion, deepseq
- , pretty-show, QuickCheck, system-filepath, text, vector
+ , filepath, pretty-show, QuickCheck, text, vector
}:
mkDerivation {
pname = "nix-derivation";
- version = "1.0.2";
- sha256 = "16xx4817ncgqvhmydbfr35lhgiw34js2n5liyfing3qvbfprmscw";
+ version = "1.1.0";
+ sha256 = "09r1818j838a6mzgsqsvf7a98l3h0v7vqrnmimvycaaxri3rxmhz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- attoparsec base containers deepseq system-filepath text vector
+ attoparsec base containers deepseq filepath text vector
];
executableHaskellDepends = [ attoparsec base pretty-show text ];
testHaskellDepends = [
- attoparsec base QuickCheck system-filepath text vector
+ attoparsec base filepath QuickCheck text vector
];
benchmarkHaskellDepends = [ attoparsec base criterion text ];
description = "Parse and render *.drv files";
@@ -175936,18 +178207,17 @@ self: {
"nix-diff" = callPackage
({ mkDerivation, attoparsec, base, containers, Diff, mtl
- , nix-derivation, optparse-applicative, system-filepath, text, unix
- , vector
+ , nix-derivation, optparse-applicative, text, unix, vector
}:
mkDerivation {
pname = "nix-diff";
- version = "1.0.9";
- sha256 = "0gqrx0l6f10gwsz645dby2gascd0sanajvd2rkg65c61g8j7pxv4";
+ version = "1.0.10";
+ sha256 = "0lcm4s28c4dgry3r1wj5zmb59izfi6vvyivxkpgyv9fhqmyiid4c";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
attoparsec base containers Diff mtl nix-derivation
- optparse-applicative system-filepath text unix vector
+ optparse-applicative text unix vector
];
description = "Explain why two Nix derivations differ";
license = stdenv.lib.licenses.bsd3;
@@ -176000,6 +178270,27 @@ self: {
broken = true;
}) {};
+ "nix-narinfo" = callPackage
+ ({ mkDerivation, attoparsec, base, containers, filepath, hspec
+ , QuickCheck, text
+ }:
+ mkDerivation {
+ pname = "nix-narinfo";
+ version = "0.1.0.0";
+ sha256 = "1jv7bwjfp2b2c63gfnlznmc1r4bnf6mvlkngcipvyhnxr0mwpxfy";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ attoparsec base containers text ];
+ executableHaskellDepends = [ attoparsec base text ];
+ testHaskellDepends = [
+ attoparsec base filepath hspec QuickCheck text
+ ];
+ description = "Parse and render .narinfo files";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"nix-paths" = callPackage
({ mkDerivation, base, nix, process }:
mkDerivation {
@@ -176617,6 +178908,8 @@ self: {
pname = "nonce";
version = "1.0.7";
sha256 = "1q9ph0aq51mvdvydnriqd12sfin36pfb8f588zgac1ybn8r64ksb";
+ revision = "1";
+ editedCabalFile = "1i6f4nwp4xn31as6plqrf6wp6gn3ylwdi77h99572jy7p3985aw1";
libraryHaskellDepends = [
base base64-bytestring bytestring entropy text transformers
unliftio unliftio-core
@@ -176902,7 +179195,7 @@ self: {
version = "0.1.1";
sha256 = "1mm1j0l3h8qxpk0bis4g1f6zp5407rkq2z5ldyr036frbvfwqaj5";
libraryHaskellDepends = [ base ];
- description = "Useful utility functions that only depend on base";
+ description = "Useful utility functions that only depend on base.";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -177900,10 +180193,8 @@ self: {
}:
mkDerivation {
pname = "nvim-hs";
- version = "2.1.0.2";
- sha256 = "0amlvrh213n9cfqax5gcy7zq3fd8q9hcskhjkbayvzsyf5hhr1rn";
- revision = "1";
- editedCabalFile = "1v52rmk7hbdn40964r50jjz3lanfc5q8xrdqpv1wmwviw3j4rip8";
+ version = "2.1.0.3";
+ sha256 = "19834hldpywsg52144i9b372msmw5pcj7v0fwiii14pns4sf6v7v";
libraryHaskellDepends = [
base bytestring cereal cereal-conduit conduit containers
data-default deepseq foreign-store hslogger megaparsec messagepack
@@ -178412,6 +180703,26 @@ self: {
broken = true;
}) {};
+ "ochan" = callPackage
+ ({ mkDerivation, async, base, bytestring, mtl, oref, text
+ , transformers
+ }:
+ mkDerivation {
+ pname = "ochan";
+ version = "0.1.0";
+ sha256 = "0hzk5y7qnx3mv6x913k98qgnnq7niq6gvic2qjz3vdxpi2rx303d";
+ libraryHaskellDepends = [
+ async base bytestring mtl oref text transformers
+ ];
+ testHaskellDepends = [
+ async base bytestring mtl oref text transformers
+ ];
+ description = "Owned channels in the Ownership Monad";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ochintin-daicho" = callPackage
({ mkDerivation, base, bookkeeping, doctest, Glob, mono-traversable
, text, transaction
@@ -178558,6 +180869,56 @@ self: {
broken = true;
}) {inherit (pkgs) unixODBC;};
+ "odd-jobs" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers
+ , direct-daemonize, directory, either, fast-logger, filepath
+ , foreign-store, friendly-time, hedgehog, hostname, lifted-async
+ , lifted-base, lucid, mmorph, monad-control, monad-logger, mtl
+ , optparse-applicative, postgresql-simple, random, resource-pool
+ , safe, servant, servant-lucid, servant-server, string-conv, tasty
+ , tasty-discover, tasty-hedgehog, tasty-hunit, text
+ , text-conversions, time, timing-convenience, unix, unliftio
+ , unliftio-core, unordered-containers, warp
+ }:
+ mkDerivation {
+ pname = "odd-jobs";
+ version = "0.1.0";
+ sha256 = "0l1b63j76a8rbhligj7s282bzrw2dgb7jv8cki1a7ss0v58k3c4s";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring direct-daemonize directory either fast-logger
+ filepath friendly-time hostname lucid monad-control monad-logger
+ mtl optparse-applicative postgresql-simple resource-pool safe
+ servant servant-lucid servant-server string-conv text
+ text-conversions time timing-convenience unix unliftio
+ unliftio-core unordered-containers warp
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring direct-daemonize directory either fast-logger
+ filepath foreign-store friendly-time hostname lucid monad-control
+ monad-logger mtl optparse-applicative postgresql-simple
+ resource-pool safe servant servant-lucid servant-server string-conv
+ text text-conversions time timing-convenience unix unliftio
+ unliftio-core unordered-containers warp
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers direct-daemonize directory either
+ fast-logger filepath friendly-time hedgehog hostname lifted-async
+ lifted-base lucid mmorph monad-control monad-logger mtl
+ optparse-applicative postgresql-simple random resource-pool safe
+ servant servant-lucid servant-server string-conv tasty
+ tasty-discover tasty-hedgehog tasty-hunit text text-conversions
+ time timing-convenience unix unliftio unliftio-core
+ unordered-containers warp
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "A full-featured PostgreSQL-backed job queue (with an admin UI)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"oden-go-packages" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, text
, unordered-containers
@@ -179158,6 +181519,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "online-csv" = callPackage
+ ({ mkDerivation, attoparsec, base, box, doctest, foldl
+ , generic-lens, lens, numhask-prelude, scientific, text
+ , text-format
+ }:
+ mkDerivation {
+ pname = "online-csv";
+ version = "0.0.1";
+ sha256 = "0fibv9k9py6mszjnj501cak4jhdz6iyy6qp56cp1vvsbkv44m8ll";
+ libraryHaskellDepends = [
+ attoparsec base box foldl generic-lens lens numhask-prelude
+ scientific text text-format
+ ];
+ testHaskellDepends = [ base doctest numhask-prelude ];
+ description = "See readme.md";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"only" = callPackage
({ mkDerivation, base, parsec, regex-compat }:
mkDerivation {
@@ -179232,8 +181613,8 @@ self: {
}:
mkDerivation {
pname = "opaleye";
- version = "0.6.7004.1";
- sha256 = "09jgdqkw8hp82b3x0fg9906gyxwl9gz3hifv2dvrj915fvgiybg1";
+ version = "0.6.7004.2";
+ sha256 = "0lmfpbrfy6l7nlkjn26smmv3n992b54xnplwm67jjpryaz7psdz1";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring case-insensitive
contravariant postgresql-simple pretty product-profunctors
@@ -179509,6 +181890,27 @@ self: {
broken = true;
}) {};
+ "openapi-typed" = callPackage
+ ({ mkDerivation, aeson, base, hspec, optics-core, optics-extra
+ , text, unordered-containers, vector, yaml
+ }:
+ mkDerivation {
+ pname = "openapi-typed";
+ version = "0.0.0.1";
+ sha256 = "06wbcd5cr2dfdj1hbzi01byfr2lvvv0sncjsbx9n6vq2anh54wkm";
+ libraryHaskellDepends = [
+ aeson base text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base hspec optics-core optics-extra text unordered-containers
+ yaml
+ ];
+ description = "Types for OpenAPI";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"opench-meteo" = callPackage
({ mkDerivation, aeson, base, data-default, text, time }:
mkDerivation {
@@ -179766,6 +182168,8 @@ self: {
];
description = "An OpenID Connect library that does all the heavy lifting for you";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"openpgp" = callPackage
@@ -179991,26 +182395,50 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
- "opentelemetry_0_2_0" = callPackage
- ({ mkDerivation, async, base, bytestring, clock, directory
- , exceptions, hashable, random, stm, tasty, tasty-discover
- , tasty-hunit, tasty-quickcheck, text, unordered-containers
- }:
+ "opentelemetry_0_4_0" = callPackage
+ ({ mkDerivation, base, bytestring, exceptions }:
mkDerivation {
pname = "opentelemetry";
- version = "0.2.0";
- sha256 = "1nxkghxwjkgvdk6xhpssa7aifryn6rr0agbhyc0ybf2c76r1pr8b";
+ version = "0.4.0";
+ sha256 = "1wp6r6625qangiw3lk2nj64khbb0jnp7rxb8s78q37icpdax9ck8";
+ libraryHaskellDepends = [ base bytestring exceptions ];
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "opentelemetry-extra" = callPackage
+ ({ mkDerivation, aeson, async, base, bytestring, clock, containers
+ , directory, exceptions, filepath, ghc-events, hashable
+ , http-client, http-client-tls, http-types, opentelemetry
+ , QuickCheck, random, scientific, splitmix, stm, tasty
+ , tasty-discover, tasty-hunit, tasty-quickcheck, text, text-show
+ , typed-process, unordered-containers
+ }:
+ mkDerivation {
+ pname = "opentelemetry-extra";
+ version = "0.4.0";
+ sha256 = "07bzs9nz6hmy2cqa84wi3vbhfz0l6da5w5ihzmajxi7b2w940h0r";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- base bytestring clock directory exceptions hashable random stm text
+ aeson async base bytestring clock containers directory exceptions
+ filepath ghc-events hashable http-client http-client-tls http-types
+ opentelemetry random scientific splitmix stm text text-show
unordered-containers
];
+ executableHaskellDepends = [
+ async base clock exceptions filepath http-client http-client-tls
+ opentelemetry text typed-process
+ ];
testHaskellDepends = [
- async base bytestring tasty tasty-discover tasty-hunit
- tasty-quickcheck
+ base bytestring ghc-events hashable opentelemetry QuickCheck tasty
+ tasty-discover tasty-hunit tasty-quickcheck text text-show
+ unordered-containers
];
testToolDepends = [ tasty-discover ];
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"opentelemetry-http-client" = callPackage
@@ -180029,32 +182457,44 @@ self: {
}) {};
"opentelemetry-lightstep" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, exceptions
- , http-client, http-client-tls, http-types, network, opentelemetry
- , scientific, stm, text, unordered-containers
+ ({ mkDerivation, aeson, async, base, bytestring, clock, containers
+ , exceptions, filepath, ghc-events, http-client, http-client-tls
+ , http-types, network, opentelemetry, opentelemetry-extra
+ , scientific, splitmix, stm, text, typed-process
+ , unordered-containers
}:
mkDerivation {
pname = "opentelemetry-lightstep";
- version = "0.2.0";
- sha256 = "03fv2lgwkqngp26rdrk2fzvnccdgjc7xsv3sl3adb3xwzppkn0xh";
+ version = "0.4.0";
+ sha256 = "13glzxw93nx7gxqyisn7ikg2g9gl19mapl75p13binhip5ygcvpd";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
aeson async base bytestring exceptions http-client http-client-tls
- http-types network opentelemetry scientific stm text
- unordered-containers
+ http-types network opentelemetry opentelemetry-extra scientific stm
+ text unordered-containers
+ ];
+ executableHaskellDepends = [
+ async base bytestring clock containers exceptions filepath
+ ghc-events http-client http-types opentelemetry opentelemetry-extra
+ splitmix text typed-process unordered-containers
];
- testHaskellDepends = [ async base opentelemetry ];
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"opentelemetry-wai" = callPackage
- ({ mkDerivation, base, http-types, opentelemetry, text, wai }:
+ ({ mkDerivation, base, bytestring, http-types, opentelemetry, text
+ , wai
+ }:
mkDerivation {
pname = "opentelemetry-wai";
- version = "0.2.0";
- sha256 = "1n27g8xjij05g7xxx8z50k39nmclhm707xs2pfqy830zdq1ldfl4";
- libraryHaskellDepends = [ base http-types opentelemetry text wai ];
+ version = "0.4.0";
+ sha256 = "00nvclimx6jh8sa3hfdrfag8sa29yqqknfqh3sg37sh0fbcqghjg";
+ libraryHaskellDepends = [
+ base bytestring http-types opentelemetry text wai
+ ];
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -180495,6 +182935,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optics_0_3" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, criterion
+ , indexed-profunctors, inspection-testing, lens, mtl, optics-core
+ , optics-extra, optics-th, QuickCheck, random, tasty, tasty-hunit
+ , tasty-quickcheck, template-haskell, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "optics";
+ version = "0.3";
+ sha256 = "0v0kgj9ihb655a6n9j5w55s2lrkfd31pf9z17ida4xcrimzv6q02";
+ libraryHaskellDepends = [
+ array base containers mtl optics-core optics-extra optics-th
+ transformers
+ ];
+ testHaskellDepends = [
+ base containers indexed-profunctors inspection-testing mtl
+ optics-core QuickCheck random tasty tasty-hunit tasty-quickcheck
+ template-haskell
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion lens transformers
+ unordered-containers vector
+ ];
+ description = "Optics as an abstract interface";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optics-core" = callPackage
({ mkDerivation, array, base, containers, indexed-profunctors
, transformers
@@ -180512,6 +182981,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optics-core_0_3" = callPackage
+ ({ mkDerivation, array, base, containers, indexed-profunctors
+ , transformers
+ }:
+ mkDerivation {
+ pname = "optics-core";
+ version = "0.3";
+ sha256 = "0gjxbrgp7c9k40782i2hm0pmb4fdrzcwbkq1xsj1835xszzxlp8n";
+ libraryHaskellDepends = [
+ array base containers indexed-profunctors transformers
+ ];
+ description = "Optics as an abstract interface: core definitions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optics-extra" = callPackage
({ mkDerivation, array, base, bytestring, containers, hashable
, indexed-profunctors, mtl, optics-core, text, transformers
@@ -180529,6 +183014,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optics-extra_0_3" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, hashable
+ , indexed-profunctors, mtl, optics-core, text, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "optics-extra";
+ version = "0.3";
+ sha256 = "15vnznmi4h9xrrp7dk6fqgz9cwlqlmdr2h4nx1n5q6hi2ic1bmm4";
+ libraryHaskellDepends = [
+ array base bytestring containers hashable indexed-profunctors mtl
+ optics-core text transformers unordered-containers vector
+ ];
+ description = "Extra utilities and instances for optics-core";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optics-th" = callPackage
({ mkDerivation, base, containers, mtl, optics-core
, template-haskell, th-abstraction, transformers
@@ -180546,6 +183049,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optics-th_0_3" = callPackage
+ ({ mkDerivation, base, containers, mtl, optics-core, tagged
+ , template-haskell, th-abstraction, transformers
+ }:
+ mkDerivation {
+ pname = "optics-th";
+ version = "0.3";
+ sha256 = "1k8kwii9jn1gjswkf7p5j5yvq7p9z8rs09ak78s5lmvxkh4c7035";
+ libraryHaskellDepends = [
+ base containers mtl optics-core template-haskell th-abstraction
+ transformers
+ ];
+ testHaskellDepends = [ base optics-core tagged ];
+ description = "Optics construction using TemplateHaskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optics-vl" = callPackage
({ mkDerivation, base, indexed-profunctors, optics-core
, profunctors
@@ -180561,6 +183082,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optics-vl_0_2_1" = callPackage
+ ({ mkDerivation, base, indexed-profunctors, optics-core
+ , profunctors
+ }:
+ mkDerivation {
+ pname = "optics-vl";
+ version = "0.2.1";
+ sha256 = "1xrkak0cn2imgqr641wzysgynykyj438m3ywgdm9h14k17inv55v";
+ libraryHaskellDepends = [
+ base indexed-profunctors optics-core profunctors
+ ];
+ description = "Utilities for compatibility with van Laarhoven optics";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optima" = callPackage
({ mkDerivation, attoparsec, attoparsec-data, base
, optparse-applicative, rerebase, text, text-builder
@@ -181054,6 +183591,8 @@ self: {
pname = "orders";
version = "0.1.0.0";
sha256 = "1ry6flg5sh3hl1xpkqk67ayd4y0xx3j2pwcz26q1pgqn6m84plzr";
+ revision = "1";
+ editedCabalFile = "1ilyg95l97xp4ym402g499ysfbwqsw413kpk4gvi5hd861xx2laj";
libraryHaskellDepends = [ base containers ];
description = "basic orders";
license = stdenv.lib.licenses.bsd3;
@@ -181077,6 +183616,22 @@ self: {
broken = true;
}) {};
+ "oref" = callPackage
+ ({ mkDerivation, base, containers, either, mtl, transformers }:
+ mkDerivation {
+ pname = "oref";
+ version = "0.0.3";
+ sha256 = "0cfs0nhxbi580gffba9lz0j36cggwqafxkz821xrd4j4i36a7k5v";
+ libraryHaskellDepends = [
+ base containers either mtl transformers
+ ];
+ testHaskellDepends = [ base containers either mtl transformers ];
+ description = "Owned references in the Ownership Monad";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"org-mode" = callPackage
({ mkDerivation, base, containers, filepath, hashable, megaparsec
, parser-combinators, tasty, tasty-hunit, text
@@ -181303,6 +183858,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ormolu_0_0_5_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, dlist, exceptions
+ , filepath, ghc-lib-parser, gitrev, hspec, hspec-discover, mtl
+ , optparse-applicative, path, path-io, syb, text
+ }:
+ mkDerivation {
+ pname = "ormolu";
+ version = "0.0.5.0";
+ sha256 = "1sf22silpj89sldd7wanlr34nsv77bq0cf4i0q1x2r20pz7s4w4m";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ base bytestring containers dlist exceptions ghc-lib-parser mtl syb
+ text
+ ];
+ executableHaskellDepends = [
+ base ghc-lib-parser gitrev optparse-applicative text
+ ];
+ testHaskellDepends = [
+ base containers filepath hspec path path-io text
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "A formatter for Haskell source code";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"os-release" = callPackage
({ mkDerivation, base, containers, hlint, hspec, parsec, process
, regex-compat, temporary, transformers
@@ -181586,27 +184169,31 @@ self: {
}) {};
"overloaded" = callPackage
- ({ mkDerivation, base, bin, bytestring, containers, fin
- , generic-lens, ghc, HUnit, lens, optics-core, ral, record-hasfield
- , singleton-bool, sop-core, split, syb, symbols, tasty, tasty-hunit
- , text, time, vec
+ ({ mkDerivation, assoc, base, bin, boring, bytestring, constraints
+ , containers, fin, generic-lens-lite, ghc, hmatrix, HUnit, lens
+ , optics-core, QuickCheck, ral, record-hasfield, singleton-bool
+ , sop-core, split, syb, symbols, tasty, tasty-hunit
+ , tasty-quickcheck, text, time, vec
}:
mkDerivation {
pname = "overloaded";
- version = "0.2";
- sha256 = "1kp3vbdfwp9caicmj2k1qznbsn844pm75sy8ywwm86334f08vshk";
+ version = "0.2.1";
+ sha256 = "1qa2xq2hf792ivi92mimznwj86x9y1dpwz7rwcz99zvfk7a3hsis";
libraryHaskellDepends = [
- base bin bytestring containers fin ghc optics-core ral
+ assoc base bin bytestring containers fin ghc optics-core ral
record-hasfield sop-core split syb symbols text time vec
];
testHaskellDepends = [
- base bin bytestring containers fin generic-lens HUnit lens
- optics-core ral record-hasfield singleton-bool sop-core symbols
- tasty tasty-hunit text time vec
+ assoc base bin boring bytestring constraints containers fin
+ generic-lens-lite hmatrix HUnit lens optics-core QuickCheck ral
+ record-hasfield singleton-bool sop-core symbols tasty tasty-hunit
+ tasty-quickcheck text time vec
];
doHaddock = false;
description = "Overloaded pragmas as a plugin";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"overloaded-records" = callPackage
@@ -181730,6 +184317,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "packcheck_0_5_0" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "packcheck";
+ version = "0.5.0";
+ sha256 = "1ch6q58sxzv6dld8dwpkcd7wkakh3swnv6sgsvw9ri8zgygpn4ck";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base ];
+ benchmarkHaskellDepends = [ base ];
+ description = "Universal build and CI testing for Haskell packages";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"packdeps" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, directory
, filepath, optparse-applicative, process, semigroups, split, tar
@@ -181795,7 +184396,7 @@ self: {
base binary criterion deepseq mtl unordered-containers vector
vector-binary-instances
];
- description = "Generation and traversal of highly compressed directed acyclic word graphs";
+ description = "Generation and traversal of highly compressed directed acyclic word graphs.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -182112,8 +184713,8 @@ self: {
}:
mkDerivation {
pname = "pairing";
- version = "1.0.0";
- sha256 = "0mcjd463ffgq2ghvbi2h02dxy0p40ilhazznn2zqzqp7gksrhvfd";
+ version = "1.1.0";
+ sha256 = "1k19bmdnc9dlm62b6hvjnc4k7j3yi5hsc0m8yvw33qb63ci36mmk";
libraryHaskellDepends = [
base bytestring elliptic-curve errors galois-field groups
MonadRandom protolude tasty-quickcheck
@@ -182695,8 +185296,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-plot";
- version = "0.2.1.0";
- sha256 = "1q5ai86bmxdx1vw0wmp1gbg3sd4ys4gq58hivri5nz3ggfjdvy3b";
+ version = "0.2.2.0";
+ sha256 = "15xs3rrqc7hygmmiylfykdqhqsr7giqdhw3hmmnff8s8k708qv33";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -182719,7 +185320,7 @@ self: {
broken = true;
}) {};
- "pandoc-plot_0_2_2_0" = callPackage
+ "pandoc-plot_0_3_0_0" = callPackage
({ mkDerivation, base, containers, data-default-class, deepseq
, directory, filepath, hashable, hspec, hspec-expectations, mtl
, open-browser, optparse-applicative, pandoc, pandoc-types
@@ -182728,8 +185329,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-plot";
- version = "0.2.2.0";
- sha256 = "15xs3rrqc7hygmmiylfykdqhqsr7giqdhw3hmmnff8s8k708qv33";
+ version = "0.3.0.0";
+ sha256 = "143kr0s4p155apnspjjkv3xc7ffm6vl4bvifyr8rl72yk0lx81ac";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -182877,8 +185478,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "pandora";
- version = "0.2.6";
- sha256 = "018y7c5w9q1dp9n975jclbcir91zay3r6m6fc2xcf1dyamds3ca9";
+ version = "0.2.7";
+ sha256 = "1fagym17jg4df445d8jr2lc52rx9irmnz7kv4g236py311z7bmbq";
description = "A box of patterns and paradigms";
license = stdenv.lib.licenses.mit;
}) {};
@@ -183123,6 +185724,48 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pantry_0_5_0_0" = callPackage
+ ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
+ , casa-client, casa-types, conduit, conduit-extra, containers
+ , cryptonite, cryptonite-conduit, digest, exceptions, filelock
+ , generic-deriving, hackage-security, hedgehog, hpack, hspec
+ , http-client, http-client-tls, http-conduit, http-download
+ , http-types, memory, mtl, network-uri, path, path-io, persistent
+ , persistent-sqlite, persistent-template, primitive, QuickCheck
+ , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
+ , tar-conduit, text, text-metrics, time, transformers, unix-compat
+ , unliftio, unordered-containers, vector, yaml, zip-archive
+ }:
+ mkDerivation {
+ pname = "pantry";
+ version = "0.5.0.0";
+ sha256 = "1v5nnmrg62phnwym8cw6bjld8impdmrkq9cwxmyrab48gjwds41l";
+ libraryHaskellDepends = [
+ aeson ansi-terminal base bytestring Cabal casa-client casa-types
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ digest filelock generic-deriving hackage-security hpack http-client
+ http-client-tls http-conduit http-download http-types memory mtl
+ network-uri path path-io persistent persistent-sqlite
+ persistent-template primitive resourcet rio rio-orphans
+ rio-prettyprint tar-conduit text text-metrics time transformers
+ unix-compat unliftio unordered-containers vector yaml zip-archive
+ ];
+ testHaskellDepends = [
+ aeson ansi-terminal base bytestring Cabal casa-client casa-types
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ digest exceptions filelock generic-deriving hackage-security
+ hedgehog hpack hspec http-client http-client-tls http-conduit
+ http-download http-types memory mtl network-uri path path-io
+ persistent persistent-sqlite persistent-template primitive
+ QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint
+ tar-conduit text text-metrics time transformers unix-compat
+ unliftio unordered-containers vector yaml zip-archive
+ ];
+ description = "Content addressable Haskell package management";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"pantry-tmp" = callPackage
({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
, base64-bytestring, bytestring, Cabal, conduit, conduit-extra
@@ -183620,12 +186263,28 @@ self: {
broken = true;
}) {};
+ "par-dual" = callPackage
+ ({ mkDerivation, async, base, hedgehog, refined, template-haskell
+ , validators
+ }:
+ mkDerivation {
+ pname = "par-dual";
+ version = "0.1.0.0";
+ sha256 = "0ys01vw0jyr51wwi0nccb552csc5d21np2pi7pi8jzi0k3g35i1v";
+ libraryHaskellDepends = [ async base validators ];
+ testHaskellDepends = [
+ base hedgehog refined template-haskell validators
+ ];
+ description = "ParDual class for Parallel <-> Sequential";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"par-traverse" = callPackage
({ mkDerivation, base, directory, filepath, parallel-io }:
mkDerivation {
pname = "par-traverse";
- version = "0.2.0.0";
- sha256 = "1cbanrhaad3fq2kkpdkb3rh7c8qrc1v7by8v6mg4lrgghdx3msk8";
+ version = "0.2.1.0";
+ sha256 = "0rmv6wyisdg4srzjykikqqigfji6x5zn1cz2v3cyl0dms4yr4lig";
libraryHaskellDepends = [ base directory filepath parallel-io ];
description = "Traverse a directory in parallel";
license = stdenv.lib.licenses.bsd3;
@@ -184210,10 +186869,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "parsec1";
- version = "1.0.0.6";
- sha256 = "0wwmghla8cqmmpwx9wwcmh39d9np9cgc1d0w3xf18k4adb1sg636";
- revision = "1";
- editedCabalFile = "0wnyg8blygix98w8gwqrm8z8r774zr9y2qvhkfb336zgdvdlif9x";
+ version = "1.0.0.7";
+ sha256 = "1v9kq4g378v8pkj8ldpqwh9dwlng5idbxqqb8ywmzdjnglih34rf";
libraryHaskellDepends = [ base ];
description = "Portable monadic parser combinators";
license = stdenv.lib.licenses.bsd3;
@@ -184783,6 +187440,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "password_2_0_1_0" = callPackage
+ ({ mkDerivation, base, base-compat, base64, bytestring, Cabal
+ , cabal-doctest, cryptonite, doctest, memory, QuickCheck
+ , quickcheck-instances, scrypt, tasty, tasty-quickcheck
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "password";
+ version = "2.0.1.0";
+ sha256 = "1f4bzjhpvxp3ms0nnh04g91wd77l09hvp1m7l6clc51frflh3j04";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ base base64 bytestring cryptonite memory text
+ ];
+ testHaskellDepends = [
+ base base-compat bytestring cryptonite doctest memory QuickCheck
+ quickcheck-instances scrypt tasty tasty-quickcheck template-haskell
+ text
+ ];
+ description = "Hashing and checking of passwords";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"password-instances" = callPackage
({ mkDerivation, aeson, base, doctest, http-api-data, password
, persistent, QuickCheck, quickcheck-instances
@@ -184801,6 +187482,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "password-instances_2_0_0_1" = callPackage
+ ({ mkDerivation, aeson, base, base-compat, Cabal, cabal-doctest
+ , doctest, http-api-data, password, persistent, QuickCheck
+ , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "password-instances";
+ version = "2.0.0.1";
+ sha256 = "1az6j3yh92nr1ksh4f966y7v8v81l9l14r8qfakf5h62iznwqv2q";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ aeson base http-api-data password persistent text
+ ];
+ testHaskellDepends = [
+ aeson base base-compat doctest http-api-data password persistent
+ QuickCheck quickcheck-instances tasty tasty-hunit tasty-quickcheck
+ template-haskell text
+ ];
+ description = "typeclass instances for password package";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"passwords" = callPackage
({ mkDerivation, base, containers, MonadRandom, random }:
mkDerivation {
@@ -186098,6 +188803,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "penntreebank-megaparsec" = callPackage
+ ({ mkDerivation, base, containers, hspec, hspec-discover
+ , megaparsec, mtl, template-haskell, text, transformers
+ }:
+ mkDerivation {
+ pname = "penntreebank-megaparsec";
+ version = "0.2.0";
+ sha256 = "1238y2wya0ryas58n0b0l4gjmsrzl0dwns0f4gx5m8q6aq4d33c9";
+ libraryHaskellDepends = [
+ base containers megaparsec mtl template-haskell transformers
+ ];
+ testHaskellDepends = [
+ base containers hspec megaparsec mtl template-haskell text
+ transformers
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Parser combinators for trees in the Penn Treebank format";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"penny" = callPackage
({ mkDerivation, action-permutations, anonymous-sums, base
, bytestring, cereal, containers, contravariant, either, matchers
@@ -186253,8 +188978,8 @@ self: {
}:
mkDerivation {
pname = "perceptual-hash";
- version = "0.1.3.3";
- sha256 = "15f36b1xv5lq7gw7nd10mmhfyi935v07rdq04vzl2msdd6cn0j3d";
+ version = "0.1.3.5";
+ sha256 = "0f36sy9ixwbx55m3634lr0hrhllj68wv5jilzq0xik2171g3rx2p";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -186587,6 +189312,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "persist_0_1_1_5" = callPackage
+ ({ mkDerivation, base, bytestring, containers, QuickCheck
+ , test-framework, test-framework-quickcheck2, text
+ }:
+ mkDerivation {
+ pname = "persist";
+ version = "0.1.1.5";
+ sha256 = "19s0jpbcas6c64lzl9plhp1b3qk89g3jrqhj2ljxvkzk81dbr2r3";
+ libraryHaskellDepends = [ base bytestring containers text ];
+ testHaskellDepends = [
+ base bytestring QuickCheck test-framework
+ test-framework-quickcheck2 text
+ ];
+ description = "Minimal serialization library with focus on performance";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"persist2er" = callPackage
({ mkDerivation, base, optparse-applicative, persistent, text }:
mkDerivation {
@@ -187146,7 +189889,7 @@ self: {
version = "0.3.0.0";
sha256 = "05h7wlw82ljjic50qhzlldhidz344id1fpf0yaxrhqvx7wkgyi2m";
libraryHaskellDepends = [ base time yesod ];
- description = "A library for rate limiting activities with a persistent backend";
+ description = "A library for rate limiting activities with a persistent backend.";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -187327,6 +190070,35 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
+ "persistent-template_2_8_3_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, criterion
+ , deepseq, deepseq-generics, file-embed, hspec, http-api-data
+ , monad-control, monad-logger, path-pieces, persistent, QuickCheck
+ , template-haskell, text, th-lift-instances, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "persistent-template";
+ version = "2.8.3.0";
+ sha256 = "0ss6xa8lg6fg7ch9b2ps2s0nn87dp070xwm23z33mj2m5jd6n7kr";
+ libraryHaskellDepends = [
+ aeson base bytestring containers http-api-data monad-control
+ monad-logger path-pieces persistent template-haskell text
+ th-lift-instances transformers unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring hspec persistent QuickCheck text
+ ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq deepseq-generics file-embed persistent
+ template-haskell text
+ ];
+ description = "Type-safe, non-relational, multi-backend persistence";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ maintainers = with stdenv.lib.maintainers; [ psibi ];
+ }) {};
+
"persistent-template-classy" = callPackage
({ mkDerivation, base, lens, persistent, persistent-sqlite
, persistent-template, template-haskell, text
@@ -190849,6 +193621,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "plzwrk" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, hashable
+ , haskell-src-meta, hspec, mtl, parsec, split, template-haskell
+ , text, transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "plzwrk";
+ version = "0.0.0.9";
+ sha256 = "0wszr36ypaig8bijhn7v0d487vas423whrkxsv5q5l2xganr05cp";
+ libraryHaskellDepends = [
+ aeson base bytestring containers hashable haskell-src-meta mtl
+ parsec split template-haskell text transformers
+ unordered-containers
+ ];
+ testHaskellDepends = [ base hspec mtl text unordered-containers ];
+ description = "A front-end framework";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"png-file" = callPackage
({ mkDerivation, array, base, binary-file, bytestring, monads-tf
, template-haskell, zlib
@@ -191743,6 +194536,8 @@ self: {
pname = "pomaps";
version = "0.2.0.0";
sha256 = "1a3vf0r69263gpq1aass2x5wcmgrfk16pnsf4wsvrnka5lgnsijp";
+ revision = "1";
+ editedCabalFile = "1srihzg6wm2ydg6kr3q2n7pqk4wp4mhqscansi670pdzblv7ljkn";
libraryHaskellDepends = [
base containers deepseq ghc-prim lattices
];
@@ -191895,6 +194690,22 @@ self: {
broken = true;
}) {};
+ "pontarius-xmpp-extras" = callPackage
+ ({ mkDerivation, base, data-default, pontarius-xmpp, text, time
+ , xml-types
+ }:
+ mkDerivation {
+ pname = "pontarius-xmpp-extras";
+ version = "0.1.0.1";
+ sha256 = "04qaq8m2c8l8my89n0p6x2r3hqw9nmivk1mjkip0wgw2cj3ia7h6";
+ libraryHaskellDepends = [
+ base data-default pontarius-xmpp text time xml-types
+ ];
+ description = "XEPs implementation on top of pontarius-xmpp";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"pontarius-xpmn" = callPackage
({ mkDerivation, base, containers, pontarius-xmpp, random, text
, xml-types
@@ -192004,6 +194815,25 @@ self: {
broken = true;
}) {};
+ "popkey" = callPackage
+ ({ mkDerivation, base, bitvec, bytestring, containers, hspec
+ , hspec-discover, hw-bits, hw-prim, hw-rankselect
+ , hw-rankselect-base, profunctors, QuickCheck, store, text, vector
+ }:
+ mkDerivation {
+ pname = "popkey";
+ version = "0.0.0.1";
+ sha256 = "1gplzbbj6whmxchxr78zv32ixlf79sjgdz950jixl7z9p5pdrki7";
+ libraryHaskellDepends = [
+ base bitvec bytestring containers hw-bits hw-prim hw-rankselect
+ hw-rankselect-base profunctors store text vector
+ ];
+ testHaskellDepends = [ base containers hspec QuickCheck ];
+ testToolDepends = [ hspec-discover ];
+ description = "Static key-value storage backed by poppy";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"poppler" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, cairo, containers
, gdk-pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
@@ -193176,19 +196006,28 @@ self: {
}) {};
"postgresql-syntax" = callPackage
- ({ mkDerivation, base, base-prelude, bytestring, pg_query, rerebase
- , text
+ ({ mkDerivation, base, bytestring, case-insensitive, fast-builder
+ , hashable, headed-megaparsec, hedgehog, megaparsec
+ , parser-combinators, QuickCheck, quickcheck-instances, rerebase
+ , tasty, tasty-hunit, tasty-quickcheck, text, text-builder
+ , unordered-containers
}:
mkDerivation {
pname = "postgresql-syntax";
- version = "0.1";
- sha256 = "1x658jg0507n3085g8m24qixlixjz9ngxn6c5wqislh9i1rl5d7k";
- libraryHaskellDepends = [ base base-prelude bytestring text ];
- librarySystemDepends = [ pg_query ];
- testHaskellDepends = [ rerebase ];
- description = "PostgreSQL SQL syntax utilities";
+ version = "0.3.0.2";
+ sha256 = "1gl0k3idcgpnahh8mv01mjzhc4yx6i3f7shfa7mqhcgs6r1ccdhz";
+ libraryHaskellDepends = [
+ base bytestring case-insensitive fast-builder hashable
+ headed-megaparsec megaparsec parser-combinators text text-builder
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ hedgehog QuickCheck quickcheck-instances rerebase tasty tasty-hunit
+ tasty-quickcheck
+ ];
+ description = "PostgreSQL AST parsing and rendering";
license = stdenv.lib.licenses.mit;
- }) {pg_query = null;};
+ }) {};
"postgresql-transactional" = callPackage
({ mkDerivation, base, monad-control, mtl, postgresql-simple }:
@@ -193295,8 +196134,6 @@ self: {
];
description = "REST API for any Postgres database";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"postgrest-ws" = callPackage
@@ -194357,6 +197194,8 @@ self: {
testToolDepends = [ alex happy ];
description = "safe PostgreSQL queries using Quasiquoters";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"presburger" = callPackage
@@ -194888,11 +197727,13 @@ self: {
({ mkDerivation, ghc-prim }:
mkDerivation {
pname = "prim";
- version = "0.1.0.2";
- sha256 = "0pq9mjvifbj3h6pi024kjias3vlzn6nw7g684bf5z58cg51cmckg";
+ version = "0.1.0.9";
+ sha256 = "15igqxb77ycl9lfs1bl1l9x3cynsg4kqzkr54q46ly4l315bsrq4";
libraryHaskellDepends = [ ghc-prim ];
description = "An ergonomic but conservative interface to ghc-prim";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prim-array" = callPackage
@@ -194954,8 +197795,8 @@ self: {
({ mkDerivation, base, dependent-sum, primitive }:
mkDerivation {
pname = "prim-uniq";
- version = "0.1.0.1";
- sha256 = "1zssi4zaihjaf3an10ar39d4qb155wcl1j66aymfrr9z2f2rf1gv";
+ version = "0.2";
+ sha256 = "1l7jlv3pfasn89n2wpgff972npy423vqsidkkn5crxfyqjyzxbdv";
libraryHaskellDepends = [ base dependent-sum primitive ];
description = "Opaque unique identifiers in primitive state monads";
license = stdenv.lib.licenses.publicDomain;
@@ -195573,14 +198414,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "process_1_6_8_2" = callPackage
+ "process_1_6_9_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, filepath
, unix
}:
mkDerivation {
pname = "process";
- version = "1.6.8.2";
- sha256 = "1gdz227gmpax92xmwrvj9nrylybh4kk7m4yqr8qwa9i34dg1jzqx";
+ version = "1.6.9.0";
+ sha256 = "1shxwl392swdqffxdg2940y3yiml24iww9cy2pk89pv8r89x7yzy";
libraryHaskellDepends = [ base deepseq directory filepath unix ];
testHaskellDepends = [ base bytestring directory ];
description = "Process libraries";
@@ -195741,7 +198582,7 @@ self: {
semigroups tasty tasty-hunit text transformers transformers-compat
void
];
- description = "Streaming interface to system processes";
+ description = "Streaming interface to system processes.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -195779,7 +198620,7 @@ self: {
base data-default GLUT hsnoise NumInstances OpenGL random time
transformers utf8-string vector-space
];
- description = "Computer graphics for kids and artists with Processing implemented in Haskell";
+ description = "Computer graphics for kids and artists with Processing implemented in Haskell.";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -195904,10 +198745,8 @@ self: {
}:
mkDerivation {
pname = "product-profunctors";
- version = "0.10.0.0";
- sha256 = "0s0ssl2900r16992mgl0idkryg3l7psp8nljyg9brr7fqa3pd3dd";
- revision = "4";
- editedCabalFile = "0vf9w949qfi6p1nqr0cxb9shxdz15mmrd8r0w4gxid56fjc2kaia";
+ version = "0.10.0.1";
+ sha256 = "15q6mgn42in4df61251q8h2d7hgvflik93xngc7jyyxj4ymaz5yh";
libraryHaskellDepends = [
base bifunctors contravariant profunctors tagged template-haskell
];
@@ -196635,8 +199474,8 @@ self: {
}:
mkDerivation {
pname = "propellor";
- version = "5.10.1";
- sha256 = "1ymjlfp7gri82sa26s6a10lqqmzplvl68siai04wshx3jwr3b5y8";
+ version = "5.10.2";
+ sha256 = "1yagzlpn6myj46ihcy8v43kxjf8kba42q5vahy22aanpwbp9lij8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -196749,15 +199588,16 @@ self: {
}) {};
"prosidyc" = callPackage
- ({ mkDerivation, base, free, hashable, microlens, mtl, prosidy
- , text, unordered-containers
+ ({ mkDerivation, base, containers, free, hashable, microlens
+ , prettyprinter, profunctors, prosidy, text, unordered-containers
}:
mkDerivation {
pname = "prosidyc";
- version = "0.2.0.0";
- sha256 = "19nq969mjnpc51nwa6giv93hz7pyn590yhfbsspr5wp5i9xim39i";
+ version = "0.3.0.0";
+ sha256 = "18i9d955md2pan18541x2z2aj1hvl34g9zm2vvf3nwpf5m9s5ggl";
libraryHaskellDepends = [
- base free hashable microlens mtl prosidy text unordered-containers
+ base containers free hashable microlens prettyprinter profunctors
+ prosidy text unordered-containers
];
description = "A DSL for processing Prosidy documents";
license = stdenv.lib.licenses.mpl20;
@@ -196804,8 +199644,8 @@ self: {
({ mkDerivation, base, bytestring, c2hs, libpulseaudio }:
mkDerivation {
pname = "proteaaudio";
- version = "0.7.1.0";
- sha256 = "1mmfcy7wwyniv5cpakcd73fapzy6z9n1yz66zsnk15ds2jclmqip";
+ version = "0.8.0";
+ sha256 = "0fwanb1i4cq7352kci3wxkb5nyi5cm6298r559faw1bfyj2lmfbh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring ];
@@ -197390,6 +200230,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "protolude_0_3_0" = callPackage
+ ({ mkDerivation, array, async, base, bytestring, containers
+ , deepseq, ghc-prim, hashable, mtl, mtl-compat, stm, text
+ , transformers, transformers-compat
+ }:
+ mkDerivation {
+ pname = "protolude";
+ version = "0.3.0";
+ sha256 = "1b6wprbwfdjyvds2bm6na0fbqgzdkj5ikkk33whbkyh3krd3i0s0";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array async base bytestring containers deepseq ghc-prim hashable
+ mtl mtl-compat stm text transformers transformers-compat
+ ];
+ description = "A small prelude";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"protolude-lifted" = callPackage
({ mkDerivation, async, base, lifted-async, lifted-base, protolude
}:
@@ -197570,6 +200430,8 @@ self: {
pname = "pseudo-boolean";
version = "0.1.9.0";
sha256 = "00n5mf7abprhr9xvh3k1mw40jn4l94wwxpc2h0546h0n9v7srb1b";
+ revision = "1";
+ editedCabalFile = "14lgfxazr83nmbcdprygx2add8233hsq1hpdsiffx5zprgvr78vv";
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder containers deepseq
dlist hashable megaparsec parsec void
@@ -198216,14 +201078,15 @@ self: {
"purebred-email" = callPackage
({ mkDerivation, attoparsec, base, base64-bytestring, bytestring
- , case-insensitive, concise, deepseq, lens, QuickCheck
+ , case-insensitive, concise, deepseq, hedgehog, lens, QuickCheck
, quickcheck-instances, semigroupoids, semigroups, stringsearch
- , tasty, tasty-golden, tasty-hunit, tasty-quickcheck, text, time
+ , tasty, tasty-golden, tasty-hedgehog, tasty-hunit
+ , tasty-quickcheck, text, time
}:
mkDerivation {
pname = "purebred-email";
- version = "0.3.1";
- sha256 = "0jndwj0ca5v0q6c25qrajfppgbxq7i83mh1fii18vs52ccavn8wr";
+ version = "0.4.1";
+ sha256 = "0fkdmd0glp8p2dyzfpm3ah6nbfw4jqfzx7ai6yl2f9yrssb0ckp9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -198232,9 +201095,9 @@ self: {
time
];
testHaskellDepends = [
- attoparsec base bytestring case-insensitive lens QuickCheck
- quickcheck-instances semigroups tasty tasty-golden tasty-hunit
- tasty-quickcheck text time
+ attoparsec base bytestring case-insensitive hedgehog lens
+ QuickCheck quickcheck-instances semigroups tasty tasty-golden
+ tasty-hedgehog tasty-hunit tasty-quickcheck text time
];
description = "types and parser for email messages (including MIME)";
license = stdenv.lib.licenses.agpl3;
@@ -198510,20 +201373,20 @@ self: {
"push-notify-apn" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring
- , containers, data-default, hspec, http2, http2-client
- , optparse-applicative, random, semigroups, text, time, tls, x509
- , x509-store
+ , containers, data-default, hspec, http2, http2-client, lifted-base
+ , mtl, optparse-applicative, random, resource-pool, semigroups
+ , text, time, tls, x509, x509-store
}:
mkDerivation {
pname = "push-notify-apn";
- version = "0.2.0.0";
- sha256 = "0lkdjpgd04b7jxcrqvn395bhdac0ms0jbxdigd1xpvj6d9w7f9x3";
+ version = "0.2.0.1";
+ sha256 = "1p33nwazxk4kk52vw6i8rrsgy8i3bzn0klp56bv6nj1751z3mzbj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base base16-bytestring binary bytestring containers
- data-default http2 http2-client random semigroups text time tls
- x509 x509-store
+ data-default http2 http2-client lifted-base mtl random
+ resource-pool semigroups text time tls x509 x509-store
];
executableHaskellDepends = [
base bytestring optparse-applicative semigroups text
@@ -199229,8 +202092,8 @@ self: {
}:
mkDerivation {
pname = "qrcode-core";
- version = "0.9.2";
- sha256 = "17a21a65n3hm739q7kgvpd4wvqz3i5y9bdkl6072ch87j0baqmpy";
+ version = "0.9.3";
+ sha256 = "08kp0qp7kvld99kk2iwr6cxpxji2w9vjydivqc3nwxbk5ay2mpjg";
libraryHaskellDepends = [
base binary bytestring case-insensitive containers dlist primitive
text vector
@@ -199245,8 +202108,8 @@ self: {
}:
mkDerivation {
pname = "qrcode-juicypixels";
- version = "0.8.0";
- sha256 = "14cjf8gykh22ps5i8sh5im2m4sq81kgz4cdxmqyc9rpidqh763wk";
+ version = "0.8.1";
+ sha256 = "0yd22dygh2z8i0yhgdgr1m25ag9bdkpmd1ciq4iq42k0yhk6iqx9";
libraryHaskellDepends = [
base base64-bytestring bytestring JuicyPixels qrcode-core text
vector
@@ -199292,8 +202155,8 @@ self: {
}:
mkDerivation {
pname = "qtah-cpp-qt5";
- version = "0.6.0";
- sha256 = "1v355mfs67rh2rcn71rkai0c16y3aqcb7q33ykhrghcl7238ym9h";
+ version = "0.7.0";
+ sha256 = "1i5h5j7cy94ab41x9aqkiv7vyx5h7cda8v1jccpna8lr7ccicczp";
setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [ base process qtah-generator ];
librarySystemDepends = [ qtbase ];
@@ -199309,8 +202172,8 @@ self: {
}:
mkDerivation {
pname = "qtah-examples";
- version = "0.6.0";
- sha256 = "0zak709bgc9r8bydj834hkzix9zripnhi5z792ryr3k7anmyy6fv";
+ version = "0.7.0";
+ sha256 = "09svfzi73gjy4bsz4snp1mciqin25xqr6n3kya8367q4j01mdrrv";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -199329,8 +202192,8 @@ self: {
}:
mkDerivation {
pname = "qtah-generator";
- version = "0.6.0";
- sha256 = "0w7fsn2j5g5miv12gm3d0x52xypbshdmxza6imjnpz01kljhqhpm";
+ version = "0.7.0";
+ sha256 = "1zh4ih8kfp82gs5rhns6pw1bljv3v0g3kk9lyvz9rkp4j4wh6dl7";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal directory filepath ];
@@ -199353,8 +202216,8 @@ self: {
}:
mkDerivation {
pname = "qtah-qt5";
- version = "0.6.0";
- sha256 = "1irinnq1iryphnnqg05l3icirvzkh5xm4cdwhqvshbin7i6gv0bs";
+ version = "0.7.0";
+ sha256 = "0wndmrrz4c3gfx9wjj9v13zjjpjandg2qkq7fkxp5z3rgw4hmm8f";
setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [
base binary bytestring hoppy-runtime qtah-cpp-qt5 qtah-generator
@@ -199382,14 +202245,16 @@ self: {
"quadratic-irrational" = callPackage
({ mkDerivation, arithmoi, base, containers, directory, doctest
- , filepath, mtl, numbers, QuickCheck, tasty, tasty-quickcheck
- , transformers
+ , filepath, integer-roots, mtl, numbers, QuickCheck, tasty
+ , tasty-quickcheck, transformers
}:
mkDerivation {
pname = "quadratic-irrational";
- version = "0.1.0";
- sha256 = "0kfgvixvcawfhw4vv0zg2r0d6hrlak01q9isqc3n3lc63qaifxgy";
- libraryHaskellDepends = [ arithmoi base containers transformers ];
+ version = "0.1.1";
+ sha256 = "11nksvr6wnbrphq3ymg93w2xpqw6in3j1qpgbl2f3x9bgiss2l7s";
+ libraryHaskellDepends = [
+ arithmoi base containers integer-roots transformers
+ ];
testHaskellDepends = [
arithmoi base directory doctest filepath mtl numbers QuickCheck
tasty tasty-quickcheck
@@ -199517,8 +202382,8 @@ self: {
}:
mkDerivation {
pname = "quarantimer";
- version = "1.20200326";
- sha256 = "1q0rraxq1gv86chi64ijxxkx4dm8w9v2610wj58315bap3d3m91c";
+ version = "1.20200422";
+ sha256 = "1wcf9rh6543pv1dpf55jk12x6zsak29izy94q1l4hc31w32gi8xz";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -201367,6 +204232,8 @@ self: {
pname = "ral-optics";
version = "0.1";
sha256 = "0sky2zbh6wn4xlfc6sbrx7lvvy01qv69j80k0n4w9fyrq9ammb3r";
+ revision = "1";
+ editedCabalFile = "0b2j3iqzbaly8niw3snsmn1z5a34kv4jw8sh3fscsja6zfx0ffgv";
libraryHaskellDepends = [ base bin fin optics-core ral ];
description = "Length-indexed random access lists: optics utilities";
license = stdenv.lib.licenses.gpl2Plus;
@@ -201397,7 +204264,7 @@ self: {
sha256 = "14fnk2q702qm0mh30r9kznbh4ikpv4fsd5mrnwphm5d06vmq6hq9";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base haskell98 ];
- description = "'$' in reverse";
+ description = "'$' in reverse.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -201424,8 +204291,8 @@ self: {
({ mkDerivation, base, criterion, hspec }:
mkDerivation {
pname = "rampart";
- version = "1.0.0.3";
- sha256 = "0y7nd9nbrmmb74cqmcwwq15xrd9b3wqjqvlw29jzlayard3c2hfj";
+ version = "1.1.0.0";
+ sha256 = "1bzgc5pij7i1c47b1jbyfsx7b3lk961fh5817qfmwlwx096g462f";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
benchmarkHaskellDepends = [ base criterion ];
@@ -202444,8 +205311,8 @@ self: {
}:
mkDerivation {
pname = "rattletrap";
- version = "9.0.10";
- sha256 = "19xivp6hh6sz8wcn18y481pwxbggnw6dgbwdjiy42571q20gmzbw";
+ version = "9.1.1";
+ sha256 = "11q115yfjjafq2dyn88xc6xnynqw2i6yn7g9n8yy9qaa8jpgibzz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -202661,6 +205528,28 @@ self: {
broken = true;
}) {};
+ "rbst" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, doctest
+ , gauge, Glob, hspec, hspec-core, hspec-expectations
+ , mersenne-random-pure64, mwc-random, QuickCheck, text
+ , transformers
+ }:
+ mkDerivation {
+ pname = "rbst";
+ version = "0.0.0.1";
+ sha256 = "0f2pp1vqrwcn0lh0261acmhbwlcmc6sh2dkqhcl67xk2h62d9ipj";
+ libraryHaskellDepends = [
+ base bytestring containers deepseq mersenne-random-pure64 text
+ transformers
+ ];
+ testHaskellDepends = [
+ base doctest Glob hspec hspec-core hspec-expectations QuickCheck
+ ];
+ benchmarkHaskellDepends = [ base gauge mwc-random ];
+ description = "Randomized Binary Search Trees";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"rc" = callPackage
({ mkDerivation, base, dde, hmatrix, Learning, linear, random
, vector
@@ -203519,8 +206408,8 @@ self: {
}:
mkDerivation {
pname = "reanimate";
- version = "0.2.0.2";
- sha256 = "14912rzn8bgrz92q7nv3yjxyfdjcznfgs2x1rnw1mc6q8imrfppy";
+ version = "0.3.1.0";
+ sha256 = "02fvr4smzmgksi8cvxz8yms0qzyxxzypcl3fzl0lsfsm9sdwmcaz";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-wl-pprint attoparsec base base64-bytestring bytestring
@@ -203707,8 +206596,8 @@ self: {
}:
mkDerivation {
pname = "record-dot-preprocessor";
- version = "0.2.3";
- sha256 = "0pmy59xihjsn31ahq76cjsla779b4vidzf7m9g4j8z88pk65rk7z";
+ version = "0.2.5";
+ sha256 = "10f054da8iz38mplgbq4j78r4jl4l07iridd89ivk9d366z1c0ly";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base extra ghc uniplate ];
@@ -203854,6 +206743,8 @@ self: {
pname = "records-sop";
version = "0.1.0.3";
sha256 = "120kb6z4si5wqkahbqxqhm3qb8xpc9ivwg293ymz8a4ri1hdr0a5";
+ revision = "1";
+ editedCabalFile = "0492a3cabdl5ccncc7lk7bvh55in4hzm345fl3xpidp9jx6mv1x4";
libraryHaskellDepends = [ base deepseq generics-sop ghc-prim ];
testHaskellDepends = [
base deepseq generics-sop hspec should-not-typecheck
@@ -203929,6 +206820,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "recursion-schemes-ix" = callPackage
+ ({ mkDerivation, base, containers, hspec, mtl, QuickCheck
+ , singlethongs
+ }:
+ mkDerivation {
+ pname = "recursion-schemes-ix";
+ version = "0.1.0.0";
+ sha256 = "1hg0ggba40n1455nd85wb6h2fr3hixf69a3d75a6g5dcahaqh39n";
+ libraryHaskellDepends = [ base singlethongs ];
+ testHaskellDepends = [
+ base containers hspec mtl QuickCheck singlethongs
+ ];
+ description = "Recursion schemes over indexed Functors";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"recursive-line-count" = callPackage
({ mkDerivation, base, bytestring, containers, filepath, gtk, mtl
, process
@@ -203966,8 +206873,8 @@ self: {
}:
mkDerivation {
pname = "red-black-record";
- version = "2.1.0.3";
- sha256 = "0g1av0w52m0admcqif5imkla43yk6id4y8jmiy843xbdqs3qzcx4";
+ version = "2.1.3.0";
+ sha256 = "0qaa7y4n4hv6mlipnmfkvfbsi9gd1zg9npaf14l9y6v9g39wx27x";
libraryHaskellDepends = [ base sop-core ];
testHaskellDepends = [
aeson base bytestring doctest profunctors sop-core tasty
@@ -204279,6 +207186,22 @@ self: {
broken = true;
}) {};
+ "ref-extras" = callPackage
+ ({ mkDerivation, base, hashable, little-rio, microlens, stm
+ , unliftio, unliftio-core, unordered-containers
+ }:
+ mkDerivation {
+ pname = "ref-extras";
+ version = "0.1.1";
+ sha256 = "0cv8h2v7vp6gv2lslzc7rpagaa871bi5drzml3090wna1kqnd0nq";
+ libraryHaskellDepends = [
+ base hashable little-rio microlens stm unliftio unliftio-core
+ unordered-containers
+ ];
+ description = "Extra stuff for mutable references";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ref-fd" = callPackage
({ mkDerivation, base, stm, transformers }:
mkDerivation {
@@ -204506,8 +207429,8 @@ self: {
}:
mkDerivation {
pname = "reflex";
- version = "0.7.0.0";
- sha256 = "107xi9mwz20zcn9s941lfdyx79py3yvqn7117yqa2h7lnimda9fm";
+ version = "0.7.1.0";
+ sha256 = "0qxxhgkh3cv3fzxd9pgy78kxhi9b4q72jcq4n002h9qh8i6wwp7a";
libraryHaskellDepends = [
base bifunctors comonad constraints-extras containers data-default
dependent-map dependent-sum exception-transformers haskell-src-exts
@@ -204627,8 +207550,8 @@ self: {
}:
mkDerivation {
pname = "reflex-dom";
- version = "0.5.3";
- sha256 = "04xnalhrckz5idnx1d4d93nz8fnxnjsd03kciln36wwd895bcmrk";
+ version = "0.6.0.0";
+ sha256 = "1iimsk89akb7v2i1k1gaa6a6bhdyf2rsggac9k1xizxkylara5k4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -204676,32 +207599,33 @@ self: {
}) {};
"reflex-dom-core" = callPackage
- ({ mkDerivation, aeson, base, bifunctors, bimap, blaze-builder
- , bytestring, chrome-test-utils, constraints, constraints-extras
- , containers, contravariant, data-default, dependent-map
- , dependent-sum, dependent-sum-template, directory
- , exception-transformers, exceptions, filepath, ghcjs-dom, hlint
- , hspec, hspec-core, hspec-webdriver, http-types, HUnit, jsaddle
- , jsaddle-warp, keycode, lens, lifted-base, monad-control, mtl
- , network, network-uri, primitive, process, random, ref-tf, reflex
+ ({ mkDerivation, aeson, async, base, bifunctors, bimap
+ , blaze-builder, bytestring, case-insensitive, chrome-test-utils
+ , constraints, constraints-extras, containers, contravariant
+ , data-default, dependent-map, dependent-sum
+ , dependent-sum-template, directory, exception-transformers
+ , exceptions, filepath, ghcjs-dom, hlint, hspec, hspec-core
+ , hspec-webdriver, http-types, HUnit, jsaddle, jsaddle-warp
+ , keycode, lens, lifted-base, monad-control, mtl, network
+ , network-uri, primitive, process, random, ref-tf, reflex
, semialign, semigroups, silently, stm, template-haskell, temporary
, text, these, transformers, unix, wai, wai-websockets, warp
, webdriver, websockets, which, zenc
}:
mkDerivation {
pname = "reflex-dom-core";
- version = "0.5.3";
- sha256 = "0znymqld4d6fp8l14y0gn86nbffaw8b0ql0y7bj3vnx80crjc32j";
+ version = "0.6.0.0";
+ sha256 = "0819858z5p6847ac1rb1hsfr5ikn7x5xii8vgqbih4fg39mqfy14";
libraryHaskellDepends = [
- aeson base bifunctors bimap blaze-builder bytestring constraints
- containers contravariant data-default dependent-map dependent-sum
- dependent-sum-template directory exception-transformers ghcjs-dom
- jsaddle keycode lens monad-control mtl network-uri primitive random
- ref-tf reflex semialign semigroups stm template-haskell text these
- transformers unix zenc
+ aeson base bifunctors bimap blaze-builder bytestring
+ case-insensitive constraints containers contravariant data-default
+ dependent-map dependent-sum dependent-sum-template directory
+ exception-transformers ghcjs-dom jsaddle keycode lens monad-control
+ mtl network-uri primitive random ref-tf reflex semialign semigroups
+ stm template-haskell text these transformers unix zenc
];
testHaskellDepends = [
- aeson base bytestring chrome-test-utils constraints
+ aeson async base bytestring chrome-test-utils constraints
constraints-extras containers dependent-map dependent-sum
dependent-sum-template directory exceptions filepath ghcjs-dom
hlint hspec hspec-core hspec-webdriver http-types HUnit jsaddle
@@ -204786,14 +207710,38 @@ self: {
broken = true;
}) {};
+ "reflex-dynamic-containers" = callPackage
+ ({ mkDerivation, base, binary, containers, deepseq, dependent-map
+ , dependent-sum, hashable, hspec, hspec-contrib, HUnit, ilist
+ , reflex, reflex-test-host, relude, these
+ }:
+ mkDerivation {
+ pname = "reflex-dynamic-containers";
+ version = "0.1.0.0";
+ sha256 = "161klhbz4528rljv4fhkzf4yad3xxiflignbc46il1j9lw99bh0k";
+ libraryHaskellDepends = [
+ base binary containers deepseq dependent-map dependent-sum hashable
+ ilist reflex reflex-test-host relude these
+ ];
+ testHaskellDepends = [
+ base binary containers deepseq dependent-map dependent-sum hashable
+ hspec hspec-contrib HUnit ilist reflex reflex-test-host relude
+ these
+ ];
+ description = "various dynamic containers for Reflex";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"reflex-fsnotify" = callPackage
({ mkDerivation, base, containers, directory, filepath, fsnotify
, reflex
}:
mkDerivation {
pname = "reflex-fsnotify";
- version = "0.2.0.0";
- sha256 = "0nxi3zjwwq36212qncpxi7rn30lgh0zy4swz10wxm55zb480dm8m";
+ version = "0.2.1.1";
+ sha256 = "0r7fv01dgg5l45yspgj3n2gh6yq0qkjv19hj9vq6284x04vldnqj";
libraryHaskellDepends = [
base containers directory filepath fsnotify reflex
];
@@ -204975,6 +207923,24 @@ self: {
broken = true;
}) {};
+ "reflex-test-host" = callPackage
+ ({ mkDerivation, base, dependent-sum, hspec, hspec-contrib, HUnit
+ , ref-tf, reflex, these
+ }:
+ mkDerivation {
+ pname = "reflex-test-host";
+ version = "0.1.0.0";
+ sha256 = "0yg1lg68xr5rs8l68i0znj5zp0z6rq7b515sfz3qvnmyv7qah946";
+ libraryHaskellDepends = [ base dependent-sum ref-tf reflex these ];
+ testHaskellDepends = [
+ base dependent-sum hspec hspec-contrib HUnit ref-tf reflex these
+ ];
+ description = "reflex host methods for testing without external events";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"reflex-transformers" = callPackage
({ mkDerivation, base, containers, lens, mtl, reflex, semigroups
, stateWriter, transformers
@@ -205000,8 +207966,8 @@ self: {
}:
mkDerivation {
pname = "reflex-vty";
- version = "0.1.3.0";
- sha256 = "1200svlgpy4zqdfarx1b8n64vgskb9jl00p548ya4pwi0bsv95y7";
+ version = "0.1.4.0";
+ sha256 = "0z4yca6hh5rwgybsf6ssklhvpl34ikvi9j6wq99df5y0hpy9185f";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -205495,6 +208461,8 @@ self: {
pname = "regex-pcre";
version = "0.95.0.0";
sha256 = "0nn76q4bsjnxim0j0d01jifmh36as9jdpcvm001a851vvq86zb8n";
+ revision = "1";
+ editedCabalFile = "1s5jdwvymc9hxdfa23x5amnv2kkcsm2p119f38df2vjdxfvjfiq4";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@@ -205509,8 +208477,8 @@ self: {
}:
mkDerivation {
pname = "regex-pcre-builtin";
- version = "0.95.1.1.8.43";
- sha256 = "1akis4b9jp4a0qbwnpwm0nzlg76kb54wn2vlicc6yb4qha210fsd";
+ version = "0.95.1.2.8.43";
+ sha256 = "1bxn8d3g9w1a5q5vcz744yx019d2rd79i07qcjq4jqkjafni1bml";
libraryHaskellDepends = [
array base bytestring containers regex-base text
];
@@ -206264,8 +209232,8 @@ self: {
}:
mkDerivation {
pname = "relation";
- version = "0.5.1.0";
- sha256 = "0hsixpln8wf47cqan8yhx86n1k1vww35l4zzf0bjarqazd060pyv";
+ version = "0.5.2.0";
+ sha256 = "1sinb0rw2jq1xjy80rsxnjf5va33n2i67km55hxfls9w15wsg2yw";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [
base containers doctest doctest-discover hedgehog hspec
@@ -206442,22 +209410,20 @@ self: {
"releaser" = callPackage
({ mkDerivation, base, Cabal, pretty-terminal, process, regex-tdfa
- , regex-tdfa-text, text
+ , text
}:
mkDerivation {
pname = "releaser";
- version = "0.2.1.0";
- sha256 = "1nmbqilik3zdcyi7b5hq7xrk1f62g6lw0i8014zxqz56lcwkaj4z";
+ version = "0.3.0.0";
+ sha256 = "0fz8zlkdrk8pjyqxyfyhlvvn68yi9d299z50indyhdnwgd4g94lr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base Cabal pretty-terminal process regex-tdfa regex-tdfa-text text
+ base Cabal pretty-terminal process regex-tdfa text
];
executableHaskellDepends = [ base ];
description = "Automation of Haskell package release process";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"relevant-time" = callPackage
@@ -206544,6 +209510,28 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "relude_0_7_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, doctest
+ , gauge, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text
+ , transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "relude";
+ version = "0.7.0.0";
+ sha256 = "1gx1h3656wz80v72acqky88iv7a2shinfv6apzzyjxii8lc22jf7";
+ libraryHaskellDepends = [
+ base bytestring containers deepseq ghc-prim hashable mtl stm text
+ transformers unordered-containers
+ ];
+ testHaskellDepends = [
+ base bytestring containers doctest Glob hedgehog text
+ ];
+ benchmarkHaskellDepends = [ base gauge unordered-containers ];
+ description = "Safe, performant, user-friendly and lightweight Haskell Standard Library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"remark" = callPackage
({ mkDerivation, base, GenericPretty, tasty, tasty-golden
, tasty-hunit
@@ -207168,6 +210156,22 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
+ "replace-attoparsec_1_4_0_0" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, Cabal, parsers, text
+ }:
+ mkDerivation {
+ pname = "replace-attoparsec";
+ version = "1.4.0.0";
+ sha256 = "1w0dlwfipli94g3fbqh118pmwgyzgrcwp32s60sk7a78cbr5mic4";
+ libraryHaskellDepends = [ attoparsec base bytestring text ];
+ testHaskellDepends = [
+ attoparsec base bytestring Cabal parsers text
+ ];
+ description = "Find, replace, and split string patterns with Attoparsec parsers (instead of regex)";
+ license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"replace-megaparsec" = callPackage
({ mkDerivation, base, bytestring, Cabal, megaparsec, text }:
mkDerivation {
@@ -207180,15 +210184,15 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "replace-megaparsec_1_3_2_0" = callPackage
+ "replace-megaparsec_1_4_1_0" = callPackage
({ mkDerivation, base, bytestring, Cabal, megaparsec, text }:
mkDerivation {
pname = "replace-megaparsec";
- version = "1.3.2.0";
- sha256 = "0bhxjk2yc0h49i9b8irszhgg5041s63clrrcrd6l58s2nmfr3zw5";
+ version = "1.4.1.0";
+ sha256 = "0a51fsdmjq3iaamdnwslyrv99psh03qhqk8j0k3ikbjxqj3md3br";
libraryHaskellDepends = [ base bytestring megaparsec text ];
testHaskellDepends = [ base bytestring Cabal megaparsec text ];
- description = "Find, replace, and edit text patterns with Megaparsec parsers (instead of regex)";
+ description = "Find, replace, and split string patterns with Megaparsec parsers (instead of regex)";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -207544,30 +210548,31 @@ self: {
}) {};
"require" = callPackage
- ({ mkDerivation, base, bytestring, criterion, directory, inliterate
- , megaparsec, optparse-generic, relude, tasty, tasty-hspec, text
+ ({ mkDerivation, ansi-terminal, base, bytestring, criterion
+ , directory, dlist, megaparsec, mtl, optparse-generic, relude
+ , tasty, tasty-hspec, text
}:
mkDerivation {
pname = "require";
- version = "0.4.7";
- sha256 = "1h5y3rbvisvx2qdnwpcygd56x56fzddk8jy58y8xhyq7s0x4q2v0";
+ version = "0.4.9";
+ sha256 = "0f04cpgcgl5d0zj8j5d2wfg8m1g2zw5lw39qj8797y3shxh8jdih";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- relude text
+ ansi-terminal base bytestring directory dlist megaparsec mtl
+ optparse-generic relude text
];
executableHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- relude text
+ ansi-terminal base bytestring directory dlist megaparsec mtl
+ optparse-generic relude text
];
testHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- relude tasty tasty-hspec text
+ ansi-terminal base bytestring directory dlist megaparsec mtl
+ optparse-generic relude tasty tasty-hspec text
];
benchmarkHaskellDepends = [
- base bytestring criterion directory inliterate megaparsec
- optparse-generic relude text
+ ansi-terminal base bytestring criterion directory dlist megaparsec
+ mtl optparse-generic relude text
];
description = "Scrap your qualified import clutter";
license = stdenv.lib.licenses.asl20;
@@ -207921,8 +210926,8 @@ self: {
}:
mkDerivation {
pname = "resourcet";
- version = "1.2.3";
- sha256 = "1ig7a22i5hn0ya7d4bg3xq0yy9mqgwawx4sv88db0fvdsnzg868s";
+ version = "1.2.4";
+ sha256 = "017v0r9qk4d7dd04dc03ghghyk1d4qj82gligyzg5fdz2rkg8i8x";
libraryHaskellDepends = [
base containers exceptions mtl primitive transformers unliftio-core
];
@@ -208298,8 +211303,8 @@ self: {
pname = "rethinkdb-client-driver";
version = "0.0.25";
sha256 = "15l9z7ki81cv97lajxcbddavbd254c5adcdi8yw6df31rmbc378g";
- revision = "4";
- editedCabalFile = "1fjavc5gmz15za1yzj4b23gd50b2jj83l0d5pc2kmz8f6bs5nx9f";
+ revision = "5";
+ editedCabalFile = "051fgkx8zdlbpnsgvqm4jqk9a21xszz9sdhcmchx6h4ilyn7byjy";
libraryHaskellDepends = [
aeson base binary bytestring containers hashable mtl network
old-locale scientific stm template-haskell text time
@@ -208365,8 +211370,8 @@ self: {
}:
mkDerivation {
pname = "retrie";
- version = "0.1.0.1";
- sha256 = "01giwrn6cxkpcjflarpphyvbz6japjq6xjilpg29wfq40c64nzyn";
+ version = "0.1.1.0";
+ sha256 = "1nzanirprfhyrh4g2miin89z3vmqsk3zacsfylns1ihdpcnpva4b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -208394,28 +211399,8 @@ self: {
}:
mkDerivation {
pname = "retry";
- version = "0.8.1.0";
- sha256 = "02k03r86amg1vbrsvb644342ym13d9jwkzki9sk93pdg5l8j35dj";
- libraryHaskellDepends = [
- base exceptions ghc-prim random transformers
- ];
- testHaskellDepends = [
- base exceptions ghc-prim hedgehog HUnit mtl random stm tasty
- tasty-hedgehog tasty-hunit time transformers
- ];
- description = "Retry combinators for monadic actions that may fail";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "retry_0_8_1_1" = callPackage
- ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl
- , random, stm, tasty, tasty-hedgehog, tasty-hunit, time
- , transformers
- }:
- mkDerivation {
- pname = "retry";
- version = "0.8.1.1";
- sha256 = "0bvy7wh1x5r8c12rwcyf3ca0spw2bc82v42c7by0w053zfi3i4w9";
+ version = "0.8.1.2";
+ sha256 = "0nwyis42xpmxfw8nz8qn59r3v7q0dkfzkzkhllgn30cdjbbmwhf5";
libraryHaskellDepends = [
base exceptions ghc-prim random transformers
];
@@ -208425,7 +211410,6 @@ self: {
];
description = "Retry combinators for monadic actions that may fail";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"retryer" = callPackage
@@ -208581,8 +211565,8 @@ self: {
}:
mkDerivation {
pname = "rex";
- version = "0.6";
- sha256 = "024qxr75269l8j8bklxg7a98xvrymmnczcpflgqjiqn5kvdrn5yz";
+ version = "0.6.1";
+ sha256 = "1zdsdwagrcjlfy2qfvn1gr8z9xz41s2vwf2y4dwrlvh11xswxvhb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers haskell-src-exts haskell-src-meta
@@ -208855,15 +211839,16 @@ self: {
"rhine" = callPackage
({ mkDerivation, base, containers, deepseq, dunai, free
- , MonadRandom, random, time, transformers, vector-sized
+ , MonadRandom, random, simple-affine-space, time, transformers
+ , vector-sized
}:
mkDerivation {
pname = "rhine";
- version = "0.5.1.1";
- sha256 = "1f7sgdlnjf25znhnjdcq7yibxcfnjq7cldl6z9ydmg62az839ms2";
+ version = "0.6.0";
+ sha256 = "0dmdf1i1z5xj5l9p6vlln8yyy3pa1nd6m1b7spwm8kpfzzw3545f";
libraryHaskellDepends = [
- base containers deepseq dunai free MonadRandom random time
- transformers vector-sized
+ base containers deepseq dunai free MonadRandom random
+ simple-affine-space time transformers vector-sized
];
description = "Functional Reactive Programming with type-level clocks";
license = stdenv.lib.licenses.bsd3;
@@ -208875,8 +211860,8 @@ self: {
({ mkDerivation, base, dunai, gloss, rhine }:
mkDerivation {
pname = "rhine-gloss";
- version = "0.5.1.0";
- sha256 = "0nq5m74ivkdk15qcqpqs8bp816454k3k2big0av6lq2dzk8cjrll";
+ version = "0.6.0.1";
+ sha256 = "1j3sbdlfn6hkksfxa5nw874pm9yxmc8hy14msjfsl3g3y0d501bh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base dunai gloss rhine ];
@@ -208981,34 +211966,39 @@ self: {
"rib" = callPackage
({ mkDerivation, aeson, async, base-noprelude, binary, clay
, cmdargs, containers, dhall, directory, exceptions, filepath
- , foldl, fsnotify, lucid, megaparsec, mmark, mmark-ext, modern-uri
- , mtl, optparse-applicative, pandoc, pandoc-include-code
- , pandoc-types, path, path-io, relude, safe-exceptions, shake, text
- , time, wai, wai-app-static, warp
+ , foldl, fsnotify, hspec, lucid, megaparsec, mmark, mmark-ext
+ , modern-uri, mtl, optparse-applicative, pandoc
+ , pandoc-include-code, pandoc-types, QuickCheck, relude
+ , safe-exceptions, shake, text, time, wai, wai-app-static, warp
}:
mkDerivation {
pname = "rib";
- version = "0.8.0.0";
- sha256 = "0chiqb2qg4wc37wby8srakr6yaja9hdrjy9jf13bxc91q2z9k82z";
+ version = "0.10.0.0";
+ sha256 = "129riz7843x9h2c9iz9wdcngj74x3rrvlbmd9y7ymmrh5d2kq1qv";
libraryHaskellDepends = [
aeson async base-noprelude binary clay cmdargs containers dhall
directory exceptions filepath foldl fsnotify lucid megaparsec mmark
mmark-ext modern-uri mtl optparse-applicative pandoc
- pandoc-include-code pandoc-types path path-io relude
- safe-exceptions shake text time wai wai-app-static warp
+ pandoc-include-code pandoc-types relude safe-exceptions shake text
+ time wai wai-app-static warp
];
- description = "Static site generator using Shake";
+ testHaskellDepends = [
+ aeson async base-noprelude binary clay cmdargs containers dhall
+ directory exceptions filepath foldl fsnotify hspec lucid megaparsec
+ mmark mmark-ext modern-uri mtl optparse-applicative pandoc
+ pandoc-include-code pandoc-types QuickCheck relude safe-exceptions
+ shake text time wai wai-app-static warp
+ ];
+ description = "Static site generator based on Shake";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ribbit" = callPackage
({ mkDerivation, base, Only, postgresql-simple, text, time }:
mkDerivation {
pname = "ribbit";
- version = "1.1.0.0";
- sha256 = "1pmg7ii6mpl22hlgmripwp44cz4pwp2yqa4z32f21lfr0y9slz8j";
+ version = "1.1.0.1";
+ sha256 = "076m5w4w08z8migb0v8vb6lybs06x1bfvxqfi9g633lz464hyi9v";
libraryHaskellDepends = [ base Only postgresql-simple text time ];
description = "Type-level Relational DB combinators";
license = stdenv.lib.licenses.mit;
@@ -209125,8 +212115,8 @@ self: {
}:
mkDerivation {
pname = "ridley";
- version = "0.3.1.3";
- sha256 = "0j7wvzk2x3xpvwwfkz1bll9awfrlbn1lcl50hm582plnl2pgddq0";
+ version = "0.3.1.4";
+ sha256 = "120yqfrkp4ziz8yn6xgzzhdszrvq1dk1szzh3q2m8w36c0g2qdhy";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
async base containers ekg-core ekg-prometheus-adapter inline-c
@@ -209284,8 +212274,8 @@ self: {
}:
mkDerivation {
pname = "rio";
- version = "0.1.15.0";
- sha256 = "0171sgxysksyhpcnpqrlawp1zrb279a0lr9bp5j5f4g0ak59h4p6";
+ version = "0.1.15.1";
+ sha256 = "05mkxjwy9vp6ldzj5wci1frd2chvbg3l4vw1q8bpjdsj8svr2g5i";
libraryHaskellDepends = [
base bytestring containers deepseq directory exceptions filepath
hashable microlens mtl primitive process text time typed-process
@@ -209866,6 +212856,8 @@ self: {
];
description = "A build system for incremental, parallel, and demand-driven computations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rocksdb-haskell" = callPackage
@@ -209906,6 +212898,8 @@ self: {
];
description = "RocksDB database querying library for Haskell";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"roguestar" = callPackage
@@ -210500,10 +213494,8 @@ self: {
}:
mkDerivation {
pname = "roundtrip";
- version = "0.2.0.5";
- sha256 = "10b57yfcnsgrkx4djgiinnyh46hwbysskmlh27bajp82p91v7xfa";
- revision = "1";
- editedCabalFile = "1kxlgbgwlrln9pal7yq4i487yy6jyf04s6fpb63w7z16anxly4bs";
+ version = "0.2.0.7";
+ sha256 = "130ad9kryygd3gikzrqcvwkparbpn57hp257v5wwr35q9p6ndhbj";
libraryHaskellDepends = [
base containers pretty safe template-haskell text xml-types
];
@@ -210884,33 +213876,33 @@ self: {
}) {};
"rss-conduit" = callPackage
- ({ mkDerivation, atom-conduit, base, blaze-builder, bytestring
- , conduit, conduit-combinators, containers, data-default
- , dublincore-xml-conduit, filepath, lens-simple, mono-traversable
- , QuickCheck, quickcheck-instances, resourcet, safe
- , safe-exceptions, singletons, tasty, tasty-golden, tasty-hunit
- , tasty-quickcheck, text, time, timerep, uri-bytestring, vinyl
- , xml-conduit, xml-types
+ ({ mkDerivation, atom-conduit, base, base-compat-batteries
+ , blaze-builder, bytestring, conduit, conduit-combinators
+ , containers, data-default, dublincore-xml-conduit, filepath
+ , lens-simple, mono-traversable, QuickCheck, quickcheck-instances
+ , resourcet, safe, safe-exceptions, tasty, tasty-golden
+ , tasty-hunit, tasty-quickcheck, text, time, timerep
+ , uri-bytestring, xml-conduit, xml-types
}:
mkDerivation {
pname = "rss-conduit";
- version = "0.4.3.1";
- sha256 = "09bf66hk1kv5jn01wwqicmjvhzl4cvkn7qlf9bh5jyq3g17vybsq";
+ version = "0.5.1.0";
+ sha256 = "199l9ky1nb9ispl1gdn5wvn7c7sd89xa8qpk110w2k5nzi8hmsz5";
libraryHaskellDepends = [
- atom-conduit base conduit conduit-combinators containers
- dublincore-xml-conduit lens-simple safe safe-exceptions singletons
- text time timerep uri-bytestring vinyl xml-conduit xml-types
+ atom-conduit base base-compat-batteries conduit conduit-combinators
+ containers dublincore-xml-conduit lens-simple safe safe-exceptions
+ text time timerep uri-bytestring xml-conduit xml-types
];
testHaskellDepends = [
- atom-conduit base blaze-builder bytestring conduit
- conduit-combinators data-default dublincore-xml-conduit filepath
- lens-simple mono-traversable QuickCheck quickcheck-instances
- resourcet safe-exceptions singletons tasty tasty-golden tasty-hunit
- tasty-quickcheck text time uri-bytestring vinyl xml-conduit
+ atom-conduit base base-compat-batteries blaze-builder bytestring
+ conduit conduit-combinators data-default dublincore-xml-conduit
+ filepath lens-simple mono-traversable QuickCheck
+ quickcheck-instances resourcet safe-exceptions tasty tasty-golden
+ tasty-hunit tasty-quickcheck text time uri-bytestring xml-conduit
xml-types
];
description = "Streaming parser/renderer for the RSS standard";
- license = stdenv.lib.licenses.publicDomain;
+ license = stdenv.lib.licenses.cc0;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -211527,8 +214519,8 @@ self: {
pname = "safe-exceptions";
version = "0.1.7.0";
sha256 = "0sd0zfsm9pcll5bzzj523rbn45adjrnavdkz52hgmdjjgdcdrk8q";
- revision = "5";
- editedCabalFile = "0yghh99yg24pzhzrflvgi4ip56ln7a56871pl3q70sm8rszy8vbr";
+ revision = "6";
+ editedCabalFile = "0x82m44qwf3fls3ypbdca958l9hhfqyfip6rzzxi7648f0sasv21";
libraryHaskellDepends = [ base deepseq exceptions transformers ];
testHaskellDepends = [ base hspec void ];
description = "Safe, consistent, and easy exception handling";
@@ -211626,6 +214618,8 @@ self: {
pname = "safe-json";
version = "1.1.0";
sha256 = "18zsf2dccgf755a8g4ar3zc7ilmampsrvqa6f9p27zrayl7j87hw";
+ revision = "1";
+ editedCabalFile = "04bwgnv53acmiw50wj3k5lb791b4702mdzhsphshlwk2bc34ybqg";
libraryHaskellDepends = [
aeson base bytestring containers dlist hashable scientific tasty
tasty-hunit tasty-quickcheck text time unordered-containers
@@ -211827,8 +214821,8 @@ self: {
}:
mkDerivation {
pname = "safecopy";
- version = "0.10.2";
- sha256 = "0x8j27qmvqk009q2jhs1a6rdi81xvgp76bwnbp0y8yvzynjcaagk";
+ version = "0.10.3";
+ sha256 = "142ghv6pa3y0s7x141x9f9r5sn0315vvkfw6f7lgnndlncs5y354";
libraryHaskellDepends = [
array base bytestring cereal containers generic-data old-time
template-haskell text time transformers vector
@@ -212049,24 +215043,26 @@ self: {
}) {};
"sak" = callPackage
- ({ mkDerivation, base, bytestring, bz2, cpphs, directory, filepath
- , lz4-hs, lzlib, lzma, optparse-applicative, parallel-io, zlib
- , zstd
+ ({ mkDerivation, base, brotli, bytestring, bz2, cpphs, directory
+ , filepath, lz4-hs, lzlib, lzma, lzo, optparse-applicative
+ , parallel-io, snappy-lazy, zlib, zstd
}:
mkDerivation {
pname = "sak";
- version = "0.1.2.0";
- sha256 = "0a2qjiazk1wdq5yg535iyarw847v9n9j3v59qyg8px05kdrcxap1";
+ version = "0.1.2.5";
+ sha256 = "1xz3g7ksq1v8239xq2cddprlq4g8imid002w7wak15kv8aqvil1l";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
- base bytestring bz2 directory filepath lz4-hs lzlib lzma
- optparse-applicative parallel-io zlib zstd
+ base brotli bytestring bz2 directory filepath lz4-hs lzlib lzma lzo
+ optparse-applicative parallel-io snappy-lazy zlib zstd
];
executableToolDepends = [ cpphs ];
description = "Compression command-line tool";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sakuraio-platform" = callPackage
@@ -212381,6 +215377,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "sampling_0_3_4" = callPackage
+ ({ mkDerivation, base, containers, criterion, foldl, mwc-random
+ , primitive, vector
+ }:
+ mkDerivation {
+ pname = "sampling";
+ version = "0.3.4";
+ sha256 = "1cwx64llg6x6dnsld6lx6bmb4cljz8abqp0d6vmh4wk11vzjsly0";
+ libraryHaskellDepends = [
+ base containers foldl mwc-random primitive vector
+ ];
+ testHaskellDepends = [ base ];
+ benchmarkHaskellDepends = [ base criterion ];
+ description = "Sample values from collections";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"samtools" = callPackage
({ mkDerivation, base, bytestring, c2hs, seqloc, vector, zlib }:
mkDerivation {
@@ -213050,8 +216064,8 @@ self: {
}:
mkDerivation {
pname = "scalpel";
- version = "0.6.1";
- sha256 = "0cq9zslaqcs1vq85xznc11vis5bkvmhjsnwxrc2p01bsxbvwxsh6";
+ version = "0.6.2";
+ sha256 = "04hhvk0yjxha3yg6n9fxivrz97hpjjiiblnj0bvs5myax1ggkjch";
libraryHaskellDepends = [
base bytestring case-insensitive data-default http-client
http-client-tls scalpel-core tagsoup text
@@ -213062,16 +216076,16 @@ self: {
"scalpel-core" = callPackage
({ mkDerivation, base, bytestring, containers, criterion
- , data-default, fail, HUnit, pointedlist, regex-base, regex-tdfa
- , tagsoup, text, vector
+ , data-default, fail, HUnit, mtl, pointedlist, regex-base
+ , regex-tdfa, tagsoup, text, transformers, vector
}:
mkDerivation {
pname = "scalpel-core";
- version = "0.6.1";
- sha256 = "199g005ps5grjj3y7mxajck3ybyc60fs72p8jk859ji3svpqdfyn";
+ version = "0.6.2";
+ sha256 = "07mjff8aqwabx8yhq8bd7jpnarkkrjqss8h8s2wkfmfj808fllmf";
libraryHaskellDepends = [
- base bytestring containers data-default fail pointedlist regex-base
- regex-tdfa tagsoup text vector
+ base bytestring containers data-default fail mtl pointedlist
+ regex-base regex-tdfa tagsoup text transformers vector
];
testHaskellDepends = [ base HUnit regex-base regex-tdfa tagsoup ];
benchmarkHaskellDepends = [ base criterion tagsoup text ];
@@ -213344,6 +216358,8 @@ self: {
];
description = "Work stealing scheduler";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"schedyield" = callPackage
@@ -213371,18 +216387,20 @@ self: {
];
description = "Encoding-independent schemas for Haskell data types";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"schemas" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bifunctors, bytestring
, free, generic-lens, generics-sop, hashable, hspec, lens
, lens-aeson, mtl, pretty-simple, profunctors, QuickCheck
- , scientific, text, transformers, unordered-containers, vector
+ , scientific, syb, text, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "schemas";
- version = "0.4.0.1";
- sha256 = "13i7q7krahvmirb6ryqsygcckmjdkmnk8qxh1pxsnihkkn6dj22k";
+ version = "0.4.0.2";
+ sha256 = "0b05xjkpwx4a9hwxjaxk28v47d4c3xyy7wagc5nblqppxpvb9zqr";
libraryHaskellDepends = [
aeson base bifunctors bytestring free generics-sop hashable lens
lens-aeson mtl profunctors scientific text transformers
@@ -213390,11 +216408,13 @@ self: {
];
testHaskellDepends = [
aeson aeson-pretty base bytestring generic-lens generics-sop hspec
- lens mtl pretty-simple QuickCheck text transformers
+ lens mtl pretty-simple QuickCheck syb text transformers
unordered-containers
];
description = "schema guided serialization";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"schematic" = callPackage
@@ -213658,18 +216678,21 @@ self: {
}) {};
"scientific-notation" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, byteslice, bytesmith
- , bytestring, gauge, primitive, QuickCheck, run-st, scientific
- , tasty, tasty-hunit, tasty-quickcheck
+ ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice
+ , bytesmith, bytestring, gauge, natural-arithmetic, primitive
+ , QuickCheck, run-st, scientific, tasty, tasty-hunit
+ , tasty-quickcheck
}:
mkDerivation {
pname = "scientific-notation";
- version = "0.1.1.0";
- sha256 = "1s0iyj6dn0nbn8s31b5wwwlyfx5jcnwa3i9gp45idcwfsz5hmdvq";
- libraryHaskellDepends = [ base bytesmith ];
+ version = "0.1.2.0";
+ sha256 = "19yfg032ppiy70y28fbildxp4h6y4krs9ayh7a8sdbxibpqb82cx";
+ libraryHaskellDepends = [
+ base bytebuild bytesmith natural-arithmetic
+ ];
testHaskellDepends = [
- base byteslice bytesmith bytestring primitive QuickCheck tasty
- tasty-hunit tasty-quickcheck
+ base bytebuild byteslice bytesmith bytestring primitive QuickCheck
+ tasty tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [
aeson attoparsec base byteslice bytesmith bytestring gauge
@@ -213677,6 +216700,8 @@ self: {
];
description = "Scientific notation intended for tokenization";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"scion" = callPackage
@@ -214427,8 +217452,8 @@ self: {
}:
mkDerivation {
pname = "sdl2";
- version = "2.5.1.0";
- sha256 = "087df61fsmfsdc7pdn6sgsp5lf20nampa41illszii5jfr13s7gw";
+ version = "2.5.2.0";
+ sha256 = "18cgckkq4yj0xwj3pmsfsqxazl7rcmb3f7b45kv9nwvjwyqi0hcw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -214908,15 +217933,15 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {libsecp256k1 = null;};
- "secp256k1-haskell_0_2_0" = callPackage
+ "secp256k1-haskell_0_2_2" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, cereal
, deepseq, entropy, hashable, hspec, hspec-discover, HUnit
, libsecp256k1, mtl, QuickCheck, string-conversions
}:
mkDerivation {
pname = "secp256k1-haskell";
- version = "0.2.0";
- sha256 = "0875vc62r9y5lddnxq5s50xlagz464bnr4j89nz376jyrlg5db7v";
+ version = "0.2.2";
+ sha256 = "10yz62z5s23b0q4pla8047cv5ksrd78j9l8y156b0yjjnmlxd013";
libraryHaskellDepends = [
base base16-bytestring bytestring cereal deepseq entropy hashable
QuickCheck string-conversions
@@ -214985,14 +218010,14 @@ self: {
}:
mkDerivation {
pname = "secret-sharing";
- version = "1.0.1.0";
- sha256 = "16j4xz4kkcicqfl9r8831il310ns02kxwj7mga8pvssfnhzv9zpv";
+ version = "1.0.1.2";
+ sha256 = "0965nbzaiia0jbx1r149liyg8fsix7z5nlxybpavrkkn0b4ncn89";
libraryHaskellDepends = [
base binary bytestring dice-entropy-conduit finite-field vector
];
testHaskellDepends = [
- base bytestring QuickCheck test-framework
- test-framework-quickcheck2
+ base binary bytestring dice-entropy-conduit finite-field QuickCheck
+ test-framework test-framework-quickcheck2 vector
];
description = "Information-theoretic secure secret sharing";
license = stdenv.lib.licenses.lgpl21;
@@ -215438,6 +218463,8 @@ self: {
pname = "semialign-optics";
version = "1.1";
sha256 = "1ffibnk1hsdnny5jm85j07f05k81pzzai4jljlj12nn687rbb59y";
+ revision = "1";
+ editedCabalFile = "0l7wkq1s51k04dy815mqvwcf94r1l4a40ngzz958gi3vc07xyppx";
libraryHaskellDepends = [
base containers hashable optics-extra semialign these
unordered-containers vector
@@ -216211,8 +219238,8 @@ self: {
}:
mkDerivation {
pname = "serialise";
- version = "0.2.2.0";
- sha256 = "17m1xs3hdvbkba1b8qjcv58drhl2wgvjkp7a2m38mkwn6xxvpg1k";
+ version = "0.2.3.0";
+ sha256 = "0vp4wyxpximpx10pssfgdsir1pc23zb62fg3kj3iblpzqfrryy69";
libraryHaskellDepends = [
array base bytestring cborg containers ghc-prim half hashable
primitive text time unordered-containers vector
@@ -216231,6 +219258,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "serialise-uuid" = callPackage
+ ({ mkDerivation, base, bytestring, cborg, serialise, tasty
+ , tasty-hunit, tasty-quickcheck, uuid-types
+ }:
+ mkDerivation {
+ pname = "serialise-uuid";
+ version = "0.1";
+ sha256 = "0sw1vim04yflkznxkcdcljrns1nb6v0zjvwkx5spbb5dc0gk12v5";
+ libraryHaskellDepends = [
+ base bytestring cborg serialise uuid-types
+ ];
+ testHaskellDepends = [
+ base bytestring serialise tasty tasty-hunit tasty-quickcheck
+ uuid-types
+ ];
+ description = "Encode and decode UUID values in CBOR using uuid-types, cborg and serialise";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"serialize-instances" = callPackage
({ mkDerivation, base, cereal, hashable, semigroups
, unordered-containers
@@ -217205,6 +220251,28 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "servant-docs-simple" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, hspec
+ , hspec-core, ordered-containers, prettyprinter, raw-strings-qq
+ , servant, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "servant-docs-simple";
+ version = "0.2.0.1";
+ sha256 = "0r9lq4vv88fvh8dfw5z7kxsw57vr7877gixwjfmsy5q1yam91d9d";
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring ordered-containers prettyprinter
+ servant text unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring hspec hspec-core
+ ordered-containers prettyprinter raw-strings-qq servant text
+ unordered-containers
+ ];
+ description = "Generate endpoints overview for Servant API";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"servant-ede" = callPackage
({ mkDerivation, aeson, base, bytestring, ede, either, filepath
, http-media, http-types, semigroups, servant, servant-server, text
@@ -217263,8 +220331,8 @@ self: {
}:
mkDerivation {
pname = "servant-elm";
- version = "0.7.1";
- sha256 = "1r24hqv4xs1k280a0c3lcmfjrywh0663hh8xi8fpzlmsgmn2s464";
+ version = "0.7.2";
+ sha256 = "1hn7qkz4aw5snc4lbprbshzr3dagfry1bms0fx9bfif61312swqy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -217285,8 +220353,8 @@ self: {
}:
mkDerivation {
pname = "servant-errors";
- version = "0.1.3.1";
- sha256 = "120rl4adz54c3psb6qv8l6im4xv2649kwazvfr7h0l11jjfb6hni";
+ version = "0.1.4.0";
+ sha256 = "1qg8p69yhkkdqa51n4pp59y254a5q6rl255fh380z4kzh4vsdjcn";
libraryHaskellDepends = [
aeson base bytestring http-api-data http-media http-types
scientific servant string-conversions text unordered-containers wai
@@ -219110,8 +222178,8 @@ self: {
}:
mkDerivation {
pname = "serverless-haskell";
- version = "0.10.2";
- sha256 = "1iy69394dqv38dlh71m8sarcfps9gaaq90zpc4f169vnhpr59wak";
+ version = "0.10.5";
+ sha256 = "187pah3k88vp27k1imwj1mqxavd9zykms3is517xrp209ldx5kw1";
libraryHaskellDepends = [
aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
bytestring case-insensitive http-types iproute lens network
@@ -219128,6 +222196,34 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "serverless-haskell_0_11_3" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, amazonka-core
+ , amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive
+ , hspec, hspec-discover, http-client, http-types, iproute, lens
+ , raw-strings-qq, safe-exceptions, text, time, unix
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "serverless-haskell";
+ version = "0.11.3";
+ sha256 = "14jaykiwi5xzf9cvkkk35gqgk203yah1ln0skr7gi847bh95v7qf";
+ libraryHaskellDepends = [
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive http-client http-types iproute lens
+ safe-exceptions text time unix unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive hspec hspec-discover http-client
+ http-types iproute lens raw-strings-qq safe-exceptions text time
+ unix unordered-containers
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Deploying Haskell code onto AWS Lambda using Serverless";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"serversession" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, containers, data-default, hashable, hspec, nonce, path-pieces
@@ -219715,6 +222811,8 @@ self: {
pname = "sexp-grammar";
version = "2.1.0";
sha256 = "139sqr50bba74h2r6gdivzsgkqjwq1gcah54zw2jkwzhlfk03fm1";
+ revision = "1";
+ editedCabalFile = "07rjcyk1zz775znhibaaqwxfkb8vfdbr5qsd20g5ywld0302scb1";
libraryHaskellDepends = [
array base bytestring containers deepseq invertible-grammar
prettyprinter recursion-schemes scientific semigroups text
@@ -220149,15 +223247,15 @@ self: {
}) {};
"shake-bindist" = callPackage
- ({ mkDerivation, archive-sig, base, bytestring, bz2, lzlib, lzma
- , shake, zlib, zstd
+ ({ mkDerivation, archive-sig, base, bytestring, bz2, lzlib, shake
+ , zlib, zstd
}:
mkDerivation {
pname = "shake-bindist";
- version = "1.0.1.0";
- sha256 = "0rlbn367czab885l44k698wiyavs0jf1rbzn4hk48mfhqxpcihky";
+ version = "1.0.0.0";
+ sha256 = "0fzq62a8rjh9jc9dc7rfi6ypp0fax7fhlf632a30mrbpk1hqyfz8";
libraryHaskellDepends = [
- archive-sig base bytestring bz2 lzlib lzma shake zlib zstd
+ archive-sig base bytestring bz2 lzlib shake zlib zstd
];
description = "Rules for binary distributions";
license = stdenv.lib.licenses.bsd3;
@@ -220372,6 +223470,54 @@ self: {
broken = true;
}) {};
+ "shake-plus" = callPackage
+ ({ mkDerivation, base, comonad, extra, hashable, path, rio, shake
+ , within
+ }:
+ mkDerivation {
+ pname = "shake-plus";
+ version = "0.1.3.0";
+ sha256 = "1s7mx4xsl31y8j4cm0hv7xwj6hf4smfby86d38fxw3mw3pcjw385";
+ libraryHaskellDepends = [
+ base comonad extra hashable path rio shake within
+ ];
+ description = "Re-export of Shake using well-typed paths and ReaderT";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "shakebook" = callPackage
+ ({ mkDerivation, aeson, base, comonad, doctemplates, extra, feed
+ , free, lens, lens-aeson, mustache, optparse-applicative, pandoc
+ , pandoc-types, path, relude, rio, shake, shake-plus, slick, split
+ , tasty, tasty-golden, text-time, within, zipper-extra
+ }:
+ mkDerivation {
+ pname = "shakebook";
+ version = "0.2.2.0";
+ sha256 = "19aa021sl9k2q5im3nfh73rhydald8f7f3z7c1ncnqszbfkhf8xh";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base comonad doctemplates extra feed free lens lens-aeson
+ mustache pandoc pandoc-types path relude rio shake shake-plus slick
+ split text-time within zipper-extra
+ ];
+ executableHaskellDepends = [
+ aeson base comonad doctemplates extra feed free lens lens-aeson
+ mustache optparse-applicative pandoc pandoc-types path relude rio
+ shake shake-plus slick split text-time within zipper-extra
+ ];
+ testHaskellDepends = [
+ aeson base comonad doctemplates extra feed free lens lens-aeson
+ mustache pandoc pandoc-types path relude rio shake shake-plus slick
+ split tasty tasty-golden text-time within zipper-extra
+ ];
+ description = "Shake-based technical documentation generator; HTML & PDF";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"shaker" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, directory
, filepath, ghc, ghc-paths, haskeline, haskell-src, HUnit, mtl
@@ -220922,8 +224068,8 @@ self: {
}:
mkDerivation {
pname = "shellmet";
- version = "0.0.3.0";
- sha256 = "1i39zl8khsriadi7k28rn0w2y8wf6jmnz5x3nlkdd9spkdy1qz49";
+ version = "0.0.3.1";
+ sha256 = "099v8w3b6s66mz79igjh57v98b90il6zkqh5wnqi3rvagbs89w5r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base process text ];
@@ -221269,14 +224415,17 @@ self: {
}) {};
"shortcut-links" = callPackage
- ({ mkDerivation, base, text }:
+ ({ mkDerivation, base, doctest, text }:
mkDerivation {
pname = "shortcut-links";
- version = "0.5.0.0";
- sha256 = "0y5q3m5sqwwhahq8fx1alc2531jfgr4nng8yfpib8sg57n0wggwf";
+ version = "0.5.1.0";
+ sha256 = "0gi3w7hh261nc2bmcwvagbgdazllk50sxn4vpzdhc2wb046mcida";
libraryHaskellDepends = [ base text ];
+ testHaskellDepends = [ base doctest ];
description = "Link shortcuts for use in text markup";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shorten-strings" = callPackage
@@ -221337,6 +224486,8 @@ self: {
pname = "show-combinators";
version = "0.2.0.0";
sha256 = "07ds87ldl9165hj3k5h84iawc6vqlbggni3dg1nhbxww1spxn0n9";
+ revision = "1";
+ editedCabalFile = "1pczjf7z43nzfgza9fa29flbmvkj07p4dw16v9bjv36i8dv6cjc7";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "Combinators to write Show instances";
@@ -221367,6 +224518,8 @@ self: {
pname = "show-prettyprint";
version = "0.3.0.1";
sha256 = "030dzprz07ib41f8pg2409zdxymvkk8jq4m0vczvgaajq3gghkdk";
+ revision = "1";
+ editedCabalFile = "1sfspc1a5nhwap6mwx1wn75ar8csb2kx8r0rpampdrpk427idvzs";
libraryHaskellDepends = [
ansi-wl-pprint base prettyprinter trifecta
];
@@ -221587,7 +224740,7 @@ self: {
version = "0.1.0.1";
sha256 = "19zjwzh3i8ql5xz9rvmbz7n2l3z7dcq683ikrpvqx3wxnc06058m";
libraryHaskellDepends = [ base ];
- description = "Sieve is an implementation of the Sieve abstract data type";
+ description = "Sieve is an implementation of the Sieve abstract data type.";
license = stdenv.lib.licenses.gpl2;
}) {};
@@ -221817,8 +224970,8 @@ self: {
}:
mkDerivation {
pname = "simple";
- version = "0.11.3";
- sha256 = "0qifp6wacsmykb09ddx03yv4pbk7c1rhs16jjlfafm2wc2025rac";
+ version = "1.0.0";
+ sha256 = "18kzgs897xpvhxl68z49l850j3p4559r27i3sdp5nffyir32lwa5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -221866,16 +225019,14 @@ self: {
}:
mkDerivation {
pname = "simple-affine-space";
- version = "0.1";
- sha256 = "02cy4vnl3fy18dsfxazh60bqgk5c1gw2x460x6i1fb5qysw7q8nh";
+ version = "0.1.1";
+ sha256 = "172yn8kispqbn6zrdn610mh3l728ffb6lwa1zk5qgwm0lfpx3849";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
base directory filepath hlint process regex-posix
];
description = "A simple library for affine and vector spaces";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-atom" = callPackage
@@ -222390,8 +225541,8 @@ self: {
}:
mkDerivation {
pname = "simple-postgresql-orm";
- version = "0.9.0.1";
- sha256 = "0j1v64ywfchxjdidy5pb1dzab0qhn516vcy580incw1bminyh3rz";
+ version = "1.0.0";
+ sha256 = "0dl62x99j331371m8ailvk1pajnb43nsygl33j9vnq5alz7kpifp";
libraryHaskellDepends = [
base bytestring directory filepath postgresql-orm postgresql-simple
resource-pool simple transformers
@@ -222468,8 +225619,8 @@ self: {
}:
mkDerivation {
pname = "simple-session";
- version = "0.10.1.1";
- sha256 = "1hg7925p14hk1p8v65n5ysd41qyfsccrjm40192bd000m2vrr74a";
+ version = "1.0.0";
+ sha256 = "0lgs260wcqa796mw9vsg9dfgx0d8kd5m067cr4s7cp4fbssja0kp";
libraryHaskellDepends = [
base base64-bytestring blaze-builder byteable bytestring containers
cookie cryptohash http-types simple transformers wai wai-extra
@@ -222600,6 +225751,25 @@ self: {
license = stdenv.lib.licenses.lgpl3;
}) {};
+ "simple-templates_1_0_0" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, hspec, HUnit, scientific
+ , text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "simple-templates";
+ version = "1.0.0";
+ sha256 = "0vm30fdjm5fydv4ns3z2cvmqadyxb47kvj8nzwkk5jff35jaglrf";
+ libraryHaskellDepends = [
+ aeson attoparsec base scientific text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base hspec HUnit scientific vector
+ ];
+ description = "A basic template language for the Simple web framework";
+ license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"simple-text-format" = callPackage
({ mkDerivation, attoparsec, base, hspec, microlens-platform, text
, unordered-containers
@@ -222899,6 +226069,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "simplistic-generics_2_0_0" = callPackage
+ ({ mkDerivation, base, containers, deepseq, kind-apply, mtl
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "simplistic-generics";
+ version = "2.0.0";
+ sha256 = "178sy401xh8g4a7gs0iiwpcgqb9nif8yaa7rsr0ryjkhi5xpbb6q";
+ libraryHaskellDepends = [
+ base containers deepseq kind-apply mtl template-haskell
+ ];
+ description = "Generic programming without too many type classes";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"simseq" = callPackage
({ mkDerivation, base, bio, bytestring, random }:
mkDerivation {
@@ -222980,6 +226166,18 @@ self: {
broken = true;
}) {};
+ "singlethongs" = callPackage
+ ({ mkDerivation, base, template-haskell }:
+ mkDerivation {
+ pname = "singlethongs";
+ version = "0.1";
+ sha256 = "14f7nnlw4hwvv767qgm6cb3ywijm9gyzjprr0i4ffa04r283mm3q";
+ libraryHaskellDepends = [ base template-haskell ];
+ testHaskellDepends = [ base ];
+ description = "Like singletons, but much smaller";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"singleton-bool" = callPackage
({ mkDerivation, base, dec }:
mkDerivation {
@@ -223010,8 +226208,8 @@ self: {
({ mkDerivation, base, singletons }:
mkDerivation {
pname = "singleton-nats";
- version = "0.4.4";
- sha256 = "14am0aggfrnd2w5g8cjljx0vmmrhy6r36xpkfrxpralhkr7h52m8";
+ version = "0.4.5";
+ sha256 = "0qmkqfj8rch9qcczs05lm5l3sx29slmqw156g4hhr3d735xg4nk1";
libraryHaskellDepends = [ base singletons ];
description = "Unary natural numbers relying on the singletons infrastructure";
license = stdenv.lib.licenses.bsd3;
@@ -223655,8 +226853,8 @@ self: {
}:
mkDerivation {
pname = "skylighting";
- version = "0.8.3.4";
- sha256 = "1fqjz2s8i9i235mrp4364ycidax2zl7xrgcahsqpbr4cx7vgy9qz";
+ version = "0.8.4";
+ sha256 = "08fy9c3ms6xwzxispgksf1cji9mvcyy8swaj3dwvc2dc66h06xky";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -223676,8 +226874,8 @@ self: {
}:
mkDerivation {
pname = "skylighting-core";
- version = "0.8.3.4";
- sha256 = "0jcryl83873jjn6lximl1pnshf84nlln1hdvrdcybhrpjyd56qdc";
+ version = "0.8.4";
+ sha256 = "0wyhiark5d1r1hi04xiq14ykikr9yd4dmzqbr7qswl05b0bk7gam";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -223841,6 +227039,31 @@ self: {
broken = true;
}) {};
+ "slack-progressbar" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, interpolate, lens
+ , lens-aeson, mtl, network-uri, text, transformers, wreq
+ }:
+ mkDerivation {
+ pname = "slack-progressbar";
+ version = "0.1.0.0";
+ sha256 = "0jdjl8cs29jlk7likvvci4l435rgngj2a4fnj258rq2ws3c5zxgn";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring interpolate lens lens-aeson mtl network-uri
+ text transformers wreq
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring interpolate lens lens-aeson mtl network-uri
+ text transformers wreq
+ ];
+ testHaskellDepends = [
+ aeson base bytestring interpolate lens lens-aeson mtl network-uri
+ text transformers wreq
+ ];
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"slack-verify" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, cryptonite
, hspec
@@ -224048,8 +227271,8 @@ self: {
({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "slist";
- version = "0.1.0.0";
- sha256 = "0yvcy8v9qpg517njy3sr5vqr4jgpynii7lw8gqh9pwjk40q628wf";
+ version = "0.1.1.0";
+ sha256 = "046v580i8kxx9fpsvavwpydyfsffky3m735c45dafixrkbhjz55d";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob ];
description = "Sized list";
@@ -224164,29 +227387,26 @@ self: {
}) {};
"slynx" = callPackage
- ({ mkDerivation, async, base, bytestring, containers
- , data-memocombinators, elynx-seq, elynx-tools, elynx-tree, hmatrix
- , integration, math-functions, matrices, megaparsec, monad-logger
- , mwc-random, optparse-applicative, parallel, primitive, statistics
- , text, transformers, vector, vector-th-unbox, word8
+ ({ mkDerivation, async, base, bytestring, containers, elynx-markov
+ , elynx-seq, elynx-tools, elynx-tree, hmatrix, megaparsec
+ , monad-logger, mwc-random, optparse-applicative, scientific, text
+ , transformers, vector
}:
mkDerivation {
pname = "slynx";
- version = "0.1.0";
- sha256 = "0bxdjwwxzpl437a2fzjb8vazbsz16jk2szxhbr63y12hckgjpzrj";
+ version = "0.2.2";
+ sha256 = "0jja57dcalxd1qp7fj338jwbpaxm1l3ika2zyd9rv3dk2k1xn6rj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base bytestring containers data-memocombinators elynx-seq
- elynx-tools elynx-tree hmatrix integration math-functions matrices
- megaparsec monad-logger mwc-random optparse-applicative parallel
- primitive statistics text transformers vector vector-th-unbox word8
+ async base bytestring containers elynx-markov elynx-seq elynx-tools
+ elynx-tree hmatrix megaparsec monad-logger mwc-random
+ optparse-applicative scientific text transformers vector
];
executableHaskellDepends = [
- async base bytestring containers data-memocombinators elynx-seq
- elynx-tools hmatrix integration math-functions matrices megaparsec
- monad-logger mwc-random optparse-applicative parallel primitive
- statistics text transformers vector vector-th-unbox word8
+ async base bytestring containers elynx-seq elynx-tools hmatrix
+ megaparsec monad-logger mwc-random optparse-applicative scientific
+ text transformers vector
];
description = "Handle molecular sequences";
license = stdenv.lib.licenses.gpl3;
@@ -224763,6 +227983,8 @@ self: {
];
description = "A type-safe interface to communicate with an SMT solver";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"smtlib2-debug" = callPackage
@@ -224832,6 +228054,8 @@ self: {
libraryHaskellDepends = [ base dependent-sum mtl smtlib2 time ];
description = "Get timing informations for SMT queries";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"smtp-mail" = callPackage
@@ -225908,6 +229132,8 @@ self: {
pname = "snaplet-postgresql-simple";
version = "1.2.0.0";
sha256 = "0an9b72vfnb562k49bz5wh72s637r3vrbm4x9brwf483rrmlmvrf";
+ revision = "1";
+ editedCabalFile = "1zzidcr5j6i6xnzrlzxlmpj6fs60knkbkjbagawa3y1v1wg3vmq7";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -226323,6 +229549,20 @@ self: {
broken = true;
}) {};
+ "snappy-lazy" = callPackage
+ ({ mkDerivation, base, binary, bytestring, snappy, snappy-framing
+ }:
+ mkDerivation {
+ pname = "snappy-lazy";
+ version = "0.1.0.0";
+ sha256 = "02c2zxlzs5p29rsjj3vsnc2hdamr40is7fzybq6mf5rl9nkicggh";
+ libraryHaskellDepends = [
+ base binary bytestring snappy snappy-framing
+ ];
+ description = "Lazy bytestring compression and decompression";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"sndfile-enumerators" = callPackage
({ mkDerivation, base, binary, bytestring, containers, filepath
, iteratee, listlike-instances, MonadCatchIO-transformers
@@ -227192,19 +230432,22 @@ self: {
}) {};
"souffle-haskell" = callPackage
- ({ mkDerivation, base, hspec, mtl, souffle, template-haskell, text
+ ({ mkDerivation, base, deepseq, directory, filepath, hspec, mtl
+ , process, souffle, template-haskell, temporary, text
, type-errors-pretty, vector
}:
mkDerivation {
pname = "souffle-haskell";
- version = "0.1.0";
- sha256 = "0m8p9fx4avv4kf4hbr248rk9k3vixzkx4gqmcslfra3d79akjyad";
+ version = "0.2.2";
+ sha256 = "1835yq0prh42x9yakfx963hv1lzkhizz02ba344z099rx4fx9fji";
libraryHaskellDepends = [
- base mtl template-haskell text type-errors-pretty vector
+ base deepseq directory filepath mtl process template-haskell
+ temporary text type-errors-pretty vector
];
libraryToolDepends = [ souffle ];
testHaskellDepends = [
- base hspec mtl template-haskell text type-errors-pretty vector
+ base deepseq directory filepath hspec mtl process template-haskell
+ temporary text type-errors-pretty vector
];
testToolDepends = [ souffle ];
description = "Souffle Datalog bindings for Haskell";
@@ -227418,8 +230661,8 @@ self: {
}:
mkDerivation {
pname = "spacecookie";
- version = "0.2.1.1";
- sha256 = "0l3knzsqab58yyk6kafpxxh465ncgqr2gi388k89gxwrlcqkl8wr";
+ version = "0.2.1.2";
+ sha256 = "0cb51kji78vfg17mcnz3a5jlfbnyavh880x09b18y9syqwx4in7l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -227856,7 +231099,7 @@ self: {
aeson base blaze-markup bytestring cereal deepseq hashable
mwc-random path-pieces primitive safecopy text uuid
];
- description = "Simple data types that help me here and there";
+ description = "Simple data types that help me here and there.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -227930,8 +231173,8 @@ self: {
}:
mkDerivation {
pname = "spectral-clustering";
- version = "0.3.1.3";
- sha256 = "0izf0lvk989y4d04240hbnsr5lc5lbl9200c5km0p72lv1v07mgf";
+ version = "0.3.2.2";
+ sha256 = "03f4mdrrfdivf0ynk4rfl64mng4nd82k8a64p05b3bymvd8lsdhn";
libraryHaskellDepends = [
base clustering containers hmatrix hmatrix-svdlibc mwc-random safe
sparse-linear-algebra statistics vector
@@ -227946,21 +231189,6 @@ self: {
({ mkDerivation, base, cmdargs, containers, express, leancheck }:
mkDerivation {
pname = "speculate";
- version = "0.4.1";
- sha256 = "1fyj6kizwwb2vpvn17s7gx4swmzsziwmf6mmxaldbrzkha46y9hn";
- libraryHaskellDepends = [
- base cmdargs containers express leancheck
- ];
- testHaskellDepends = [ base express leancheck ];
- benchmarkHaskellDepends = [ base express leancheck ];
- description = "discovery of properties about Haskell functions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "speculate_0_4_2" = callPackage
- ({ mkDerivation, base, cmdargs, containers, express, leancheck }:
- mkDerivation {
- pname = "speculate";
version = "0.4.2";
sha256 = "01ahb1g7f19qxf8lz9afxbf2inywrsqkawx784gx3af1wlzj61d9";
libraryHaskellDepends = [
@@ -227970,7 +231198,6 @@ self: {
benchmarkHaskellDepends = [ base express leancheck ];
description = "discovery of properties about Haskell functions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"speculation" = callPackage
@@ -228854,11 +232081,11 @@ self: {
({ mkDerivation, base, logging, text, transformers, unixODBC }:
mkDerivation {
pname = "sqlcli";
- version = "0.2.0.1";
- sha256 = "09x9g3rjz1idyr0rh885y4pdddn08g7hwcspa47n6yf5wlx33gln";
+ version = "0.2.2.0";
+ sha256 = "1kscw8l14cx7q55vq72vg8ydfz19s41prdlbg9b11fhzv691iwgd";
libraryHaskellDepends = [ base logging text transformers ];
librarySystemDepends = [ unixODBC ];
- description = "Sql Call-Level Interface bindings for Haskell";
+ description = "Bindings for SQL/CLI (ODBC) C API";
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) unixODBC;};
@@ -228982,30 +232209,38 @@ self: {
}) {};
"squeal-postgresql" = callPackage
- ({ mkDerivation, aeson, async, base, binary-parser, bytestring
- , bytestring-strict-builder, deepseq, doctest, generics-sop, hspec
- , mmorph, mtl, network-ip, postgresql-binary, postgresql-libpq
+ ({ mkDerivation, aeson, async, base, binary, binary-parser
+ , bytestring, bytestring-strict-builder, deepseq, doctest
+ , free-categories, gauge, generic-random, generics-sop, hedgehog
+ , hspec, mmorph, monad-loops, mtl, network-ip, postgresql-binary
+ , postgresql-libpq, profunctors, QuickCheck, quickcheck-instances
, records-sop, resource-pool, scientific, text, time, transformers
- , unliftio, unliftio-pool, uuid-types, vector
+ , unliftio, unliftio-pool, uuid-types, vector, with-utf8
}:
mkDerivation {
pname = "squeal-postgresql";
- version = "0.5.2.0";
- sha256 = "09mmpk42lllrx69mkfnbj7pgy5iclrv22dy3cndfv8y0vk70nhr1";
+ version = "0.6.0.2";
+ sha256 = "0798aw0ahjdjczz5i8n1dwix8vzd0ccl7cbf473x5mxn549nh0qm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base binary-parser bytestring bytestring-strict-builder
- deepseq generics-sop mmorph mtl network-ip postgresql-binary
- postgresql-libpq records-sop resource-pool scientific text time
+ aeson base binary binary-parser bytestring
+ bytestring-strict-builder deepseq free-categories generics-sop
+ mmorph mtl network-ip postgresql-binary postgresql-libpq
+ profunctors records-sop resource-pool scientific text time
transformers unliftio unliftio-pool uuid-types vector
];
executableHaskellDepends = [
base bytestring generics-sop mtl text transformers vector
];
testHaskellDepends = [
- async base bytestring doctest generics-sop hspec text transformers
- vector
+ async base bytestring doctest generics-sop hedgehog hspec mtl
+ scientific text time vector with-utf8
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring deepseq gauge generic-random generics-sop
+ monad-loops mtl QuickCheck quickcheck-instances scientific text
+ with-utf8
];
description = "Squeal PostgreSQL Library";
license = stdenv.lib.licenses.bsd3;
@@ -229392,8 +232627,8 @@ self: {
({ mkDerivation, base, ghc-prim }:
mkDerivation {
pname = "stable-marriage";
- version = "0.1.2.0";
- sha256 = "1xm99zdgzdlaz48njpyl0ji9hmyxcf9zxjs0dg46si4lj64qavmz";
+ version = "0.1.3.0";
+ sha256 = "04nd7c34gsx6njiwqzzx14ff745naam1cxc0cr4s7yyr9h7ikdai";
libraryHaskellDepends = [ base ghc-prim ];
description = "algorithms around stable marriage";
license = stdenv.lib.licenses.bsd3;
@@ -229452,6 +232687,8 @@ self: {
pname = "stache";
version = "2.1.1";
sha256 = "06pn7pm5vgk9f4bsh3m29cik514nv5w655ip04k7p5jv9xgmn4ld";
+ revision = "1";
+ editedCabalFile = "1cs3pnbxmjpzizydncai7wr5aj454374wr1sc0h705c4cbxqlfs0";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@@ -229472,28 +232709,27 @@ self: {
"stack" = callPackage
({ mkDerivation, aeson, annotated-wl-pprint, ansi-terminal, array
, async, attoparsec, base, base64-bytestring, bytestring, Cabal
- , colour, conduit, conduit-extra, containers, cryptonite
- , cryptonite-conduit, deepseq, directory, echo, exceptions, extra
- , file-embed, filelock, filepath, fsnotify, generic-deriving
- , hackage-security, hashable, hi-file-parser, hpack, hpc, hspec
- , http-client, http-client-tls, http-conduit, http-download
- , http-types, memory, microlens, mintty, mono-traversable, mtl
- , mustache, neat-interpolation, network-uri, open-browser
- , optparse-applicative, pantry, path, path-io, persistent
- , persistent-sqlite, persistent-template, pretty, primitive
- , process, project-template, QuickCheck, raw-strings-qq
- , regex-applicative-text, resource-pool, resourcet, retry, rio
- , rio-prettyprint, semigroups, smallcheck, split, stm
- , streaming-commons, tar, template-haskell, temporary
- , terminal-size, text, text-metrics, th-reify-many, time, tls
+ , casa-client, casa-types, colour, conduit, conduit-extra
+ , containers, cryptonite, cryptonite-conduit, deepseq, directory
+ , echo, exceptions, extra, file-embed, filelock, filepath, fsnotify
+ , generic-deriving, hackage-security, hashable, hi-file-parser
+ , hpack, hpc, hspec, http-client, http-client-tls, http-conduit
+ , http-download, http-types, memory, microlens, mintty
+ , mono-traversable, mtl, mustache, neat-interpolation, network-uri
+ , open-browser, optparse-applicative, pantry, path, path-io
+ , persistent, persistent-sqlite, persistent-template, pretty
+ , primitive, process, project-template, QuickCheck, raw-strings-qq
+ , regex-applicative-text, retry, rio, rio-prettyprint, semigroups
+ , smallcheck, split, stm, streaming-commons, tar, template-haskell
+ , temporary, text, text-metrics, th-reify-many, time, tls
, transformers, typed-process, unicode-transforms, unix
, unix-compat, unliftio, unordered-containers, vector, yaml
, zip-archive, zlib
}:
mkDerivation {
pname = "stack";
- version = "2.1.3.1";
- sha256 = "1q2nagnc24fvyj3hwnpgyp3rqhxswhscyw4pw2dazqx34ad3d0zr";
+ version = "2.3.1";
+ sha256 = "1l17jdkr6ca3hwm4v8bshq2zbadqhb35hk2gfjy2dri1mdibcsdr";
configureFlags = [
"-fdisable-git-info" "-fhide-dependency-versions"
"-fsupported-build"
@@ -229503,55 +232739,53 @@ self: {
setupHaskellDepends = [ base Cabal filepath ];
libraryHaskellDepends = [
aeson annotated-wl-pprint ansi-terminal array async attoparsec base
- base64-bytestring bytestring Cabal colour conduit conduit-extra
- containers cryptonite cryptonite-conduit deepseq directory echo
- exceptions extra file-embed filelock filepath fsnotify
- generic-deriving hackage-security hashable hi-file-parser hpack hpc
- http-client http-client-tls http-conduit http-download http-types
- memory microlens mintty mono-traversable mtl mustache
- neat-interpolation network-uri open-browser optparse-applicative
- pantry path path-io persistent persistent-sqlite
- persistent-template pretty primitive process project-template
- regex-applicative-text resource-pool resourcet retry rio
- rio-prettyprint semigroups split stm streaming-commons tar
- template-haskell temporary terminal-size text text-metrics
- th-reify-many time tls transformers typed-process
- unicode-transforms unix unix-compat unliftio unordered-containers
- vector yaml zip-archive zlib
+ base64-bytestring bytestring Cabal casa-client casa-types colour
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ deepseq directory echo exceptions extra file-embed filelock
+ filepath fsnotify generic-deriving hackage-security hashable
+ hi-file-parser hpack hpc http-client http-client-tls http-conduit
+ http-download http-types memory microlens mintty mono-traversable
+ mtl mustache neat-interpolation network-uri open-browser
+ optparse-applicative pantry path path-io persistent
+ persistent-sqlite persistent-template pretty primitive process
+ project-template regex-applicative-text retry rio rio-prettyprint
+ semigroups split stm streaming-commons tar template-haskell
+ temporary text text-metrics th-reify-many time tls transformers
+ typed-process unicode-transforms unix unix-compat unliftio
+ unordered-containers vector yaml zip-archive zlib
];
executableHaskellDepends = [
aeson annotated-wl-pprint ansi-terminal array async attoparsec base
- base64-bytestring bytestring Cabal colour conduit conduit-extra
- containers cryptonite cryptonite-conduit deepseq directory echo
- exceptions extra file-embed filelock filepath fsnotify
- generic-deriving hackage-security hashable hi-file-parser hpack hpc
- http-client http-client-tls http-conduit http-download http-types
- memory microlens mintty mono-traversable mtl mustache
- neat-interpolation network-uri open-browser optparse-applicative
- pantry path path-io persistent persistent-sqlite
- persistent-template pretty primitive process project-template
- regex-applicative-text resource-pool resourcet retry rio
- rio-prettyprint semigroups split stm streaming-commons tar
- template-haskell temporary terminal-size text text-metrics
- th-reify-many time tls transformers typed-process
- unicode-transforms unix unix-compat unliftio unordered-containers
- vector yaml zip-archive zlib
+ base64-bytestring bytestring Cabal casa-client casa-types colour
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ deepseq directory echo exceptions extra file-embed filelock
+ filepath fsnotify generic-deriving hackage-security hashable
+ hi-file-parser hpack hpc http-client http-client-tls http-conduit
+ http-download http-types memory microlens mintty mono-traversable
+ mtl mustache neat-interpolation network-uri open-browser
+ optparse-applicative pantry path path-io persistent
+ persistent-sqlite persistent-template pretty primitive process
+ project-template regex-applicative-text retry rio rio-prettyprint
+ semigroups split stm streaming-commons tar template-haskell
+ temporary text text-metrics th-reify-many time tls transformers
+ typed-process unicode-transforms unix unix-compat unliftio
+ unordered-containers vector yaml zip-archive zlib
];
testHaskellDepends = [
aeson annotated-wl-pprint ansi-terminal array async attoparsec base
- base64-bytestring bytestring Cabal colour conduit conduit-extra
- containers cryptonite cryptonite-conduit deepseq directory echo
- exceptions extra file-embed filelock filepath fsnotify
- generic-deriving hackage-security hashable hi-file-parser hpack hpc
- hspec http-client http-client-tls http-conduit http-download
- http-types memory microlens mintty mono-traversable mtl mustache
- neat-interpolation network-uri open-browser optparse-applicative
- pantry path path-io persistent persistent-sqlite
- persistent-template pretty primitive process project-template
- QuickCheck raw-strings-qq regex-applicative-text resource-pool
- resourcet retry rio rio-prettyprint semigroups smallcheck split stm
- streaming-commons tar template-haskell temporary terminal-size text
- text-metrics th-reify-many time tls transformers typed-process
+ base64-bytestring bytestring Cabal casa-client casa-types colour
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ deepseq directory echo exceptions extra file-embed filelock
+ filepath fsnotify generic-deriving hackage-security hashable
+ hi-file-parser hpack hpc hspec http-client http-client-tls
+ http-conduit http-download http-types memory microlens mintty
+ mono-traversable mtl mustache neat-interpolation network-uri
+ open-browser optparse-applicative pantry path path-io persistent
+ persistent-sqlite persistent-template pretty primitive process
+ project-template QuickCheck raw-strings-qq regex-applicative-text
+ retry rio rio-prettyprint semigroups smallcheck split stm
+ streaming-commons tar template-haskell temporary text text-metrics
+ th-reify-many time tls transformers typed-process
unicode-transforms unix unix-compat unliftio unordered-containers
vector yaml zip-archive zlib
];
@@ -230980,8 +234214,8 @@ self: {
}:
mkDerivation {
pname = "staversion";
- version = "0.2.3.4";
- sha256 = "0b3hkk6m2wpcyj1zkl3az4v2m9cb7djxk7iz00rxz5j13ngxgfci";
+ version = "0.2.3.5";
+ sha256 = "1jm6cyql0zinw1bfs30986jpmb7ws4jmzfyxwmdfkdcz73bf1867";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -232066,15 +235300,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "stratosphere_0_51_0" = callPackage
+ "stratosphere_0_52_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
- version = "0.51.0";
- sha256 = "053q621zw2c0nf08qc232mnh1cn4qxyzshayis6siqabdnjlqnk2";
+ version = "0.52.0";
+ sha256 = "1js5rb5f0p7ryja5slpxjpvqfq4f72bw9f66ysd70cjvw3zf3hbh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -232397,7 +235631,7 @@ self: {
base containers directory doctest filepath streaming
streaming-commons tasty tasty-hunit
];
- description = "A resource management decorator for \"streaming\"";
+ description = "A resource management decorator for \"streaming\".";
license = stdenv.lib.licenses.mit;
}) {};
@@ -232807,15 +236041,14 @@ self: {
"streamly" = callPackage
({ mkDerivation, atomic-primops, base, containers, deepseq
- , directory, exceptions, fusion-plugin-types, gauge, ghc, ghc-prim
- , heaps, hspec, lockfree-queue, monad-control, mtl, network
- , primitive, QuickCheck, random, transformers, transformers-base
- , typed-process
+ , directory, exceptions, fusion-plugin-types, ghc, ghc-prim, heaps
+ , hspec, lockfree-queue, monad-control, mtl, network, primitive
+ , QuickCheck, random, transformers, transformers-base
}:
mkDerivation {
pname = "streamly";
- version = "0.7.1";
- sha256 = "0jzs2jaznjqrnzwqnjyg0zxggsrid3q8r5v4cnlzvkcn053yam3m";
+ version = "0.7.2";
+ sha256 = "007i3rfza0v8zy34lq9ipq2biarg82prmd1vxr5f2zz5xln37wrm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -232827,9 +236060,6 @@ self: {
base containers exceptions ghc hspec mtl QuickCheck random
transformers
];
- benchmarkHaskellDepends = [
- base deepseq gauge mtl random typed-process
- ];
description = "Beautiful Streaming, Concurrent and Reactive Composition";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -232900,15 +236130,15 @@ self: {
"streamly-posix" = callPackage
({ mkDerivation, base, bytestring, filepath, hpath-posix, hspec
, hspec-discover, safe-exceptions, streamly, streamly-bytestring
- , temporary, unix, word8
+ , temporary, transformers, unix, word8
}:
mkDerivation {
pname = "streamly-posix";
- version = "0.1.0.0";
- sha256 = "0pjrmpsm0925jhxnhqka3rlwllcww9xinyh1dg0k2g6b4pxr9gbx";
+ version = "0.1.0.1";
+ sha256 = "1z6hmnhgglr5zwsaakn7c6d0cgq32pwcdds8fkn28y9p3yc89bvv";
libraryHaskellDepends = [
base bytestring hpath-posix safe-exceptions streamly
- streamly-bytestring unix word8
+ streamly-bytestring transformers unix word8
];
testHaskellDepends = [
base filepath hpath-posix hspec hspec-discover temporary unix
@@ -233138,12 +236368,27 @@ self: {
pname = "strict-tuple";
version = "0.1.3";
sha256 = "0dyiwgkbr1d97jbri7a2q4by7g0wiszpw3hgfgqv4rfp25lsv39j";
+ revision = "1";
+ editedCabalFile = "1bkizfki8v5p0n8sy59s4zqjmv1mnv3s45327cig9cr081ibv9yy";
libraryHaskellDepends = [ base bifunctors deepseq hashable ];
testHaskellDepends = [ base ];
description = "Strict tuples";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "strict-tuple-lens" = callPackage
+ ({ mkDerivation, base, lens, strict-tuple }:
+ mkDerivation {
+ pname = "strict-tuple-lens";
+ version = "0.1.0.1";
+ sha256 = "1vvhbzbyfvkx76scygg8gwfp01cw6ks38hk0gb70xdl2lyzi80wg";
+ revision = "1";
+ editedCabalFile = "0875r7kva6ym17fdklh18vm4s04sd9pj0w55km8jv2kmbkmfja8k";
+ libraryHaskellDepends = [ base lens strict-tuple ];
+ description = "Optics for the `strict-tuple` library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"strict-types" = callPackage
({ mkDerivation, array, base, bytestring, containers, deepseq
, hashable, text, unordered-containers, vector
@@ -233289,29 +236534,28 @@ self: {
}) {};
"string-interpolate" = callPackage
- ({ mkDerivation, base, bytestring, criterion, formatting
- , haskell-src-meta, hspec, interpolate, interpolatedstring-perl6
+ ({ mkDerivation, base, bytestring, criterion, deepseq, formatting
+ , haskell-src-exts, haskell-src-meta, hspec, interpolate
, neat-interpolation, QuickCheck, quickcheck-instances
- , quickcheck-text, quickcheck-unicode, random-shuffle
- , template-haskell, text, text-conversions, unordered-containers
- , utf8-string
+ , quickcheck-text, quickcheck-unicode, split, template-haskell
+ , text, text-conversions, unordered-containers, utf8-string
}:
mkDerivation {
pname = "string-interpolate";
- version = "0.2.0.1";
- sha256 = "08izbllwik00iaxmakr5dhm2x0nsc1n5q2naa10awr2vz391x6v4";
+ version = "0.2.1.0";
+ sha256 = "0wply8lqfhc1xnqxq88xwygwqxbq86gjrwphygbn7nz66g2abgda";
libraryHaskellDepends = [
- base bytestring haskell-src-meta template-haskell text
- text-conversions utf8-string
+ base bytestring haskell-src-exts haskell-src-meta split
+ template-haskell text text-conversions utf8-string
];
testHaskellDepends = [
base bytestring hspec QuickCheck quickcheck-instances
- quickcheck-text quickcheck-unicode random-shuffle text
+ quickcheck-text quickcheck-unicode template-haskell text
unordered-containers
];
benchmarkHaskellDepends = [
- base bytestring criterion formatting interpolate
- interpolatedstring-perl6 neat-interpolation QuickCheck text
+ base bytestring criterion deepseq formatting interpolate
+ neat-interpolation QuickCheck text
];
description = "Haskell string/text/bytestring interpolation that just works";
license = stdenv.lib.licenses.bsd3;
@@ -233334,6 +236578,17 @@ self: {
broken = true;
}) {};
+ "string-like" = callPackage
+ ({ mkDerivation, base, bytestring, text }:
+ mkDerivation {
+ pname = "string-like";
+ version = "0.1.0.0";
+ sha256 = "1b87532fhv2wn6pnzsaw20lzj5j399smlfn7lai0h0ph2axb2dbi";
+ libraryHaskellDepends = [ base bytestring text ];
+ description = "A package that aims to provide a uniform interface to string-like types";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"string-qq" = callPackage
({ mkDerivation, base, HUnit, template-haskell, text }:
mkDerivation {
@@ -233578,8 +236833,8 @@ self: {
({ mkDerivation, base, bytestring, text }:
mkDerivation {
pname = "stripe-concepts";
- version = "1.0.2.0";
- sha256 = "0a8p4pm8v83kcgxm3jpmpl4811pdjjn2rmdl0mkq649rfnm3cg2k";
+ version = "1.0.2.2";
+ sha256 = "18dqw3fkviysazx1iy2ljnk6ngpck83ld0msnn8pn68l4qvvhl4r";
libraryHaskellDepends = [ base bytestring text ];
description = "Types for the Stripe API";
license = stdenv.lib.licenses.mit;
@@ -233665,10 +236920,8 @@ self: {
}:
mkDerivation {
pname = "stripe-scotty";
- version = "1.0.0.0";
- sha256 = "195v1a3sl5skz2jr71r1b4za033s6hib7ld59f4fdrfdr5658sbs";
- revision = "1";
- editedCabalFile = "0c3r39217650yjxxs1523ywvyiirrh2f209gl4hfznyigkx2kg41";
+ version = "1.0.0.2";
+ sha256 = "1dvmagbxgmlf7970rwf0cjdk8fcpxkl1isiki1bpq4zd07cjnsfv";
libraryHaskellDepends = [
aeson base bytestring http-types scotty stripe-concepts
stripe-signature text unordered-containers
@@ -233683,8 +236936,8 @@ self: {
}:
mkDerivation {
pname = "stripe-signature";
- version = "1.0.0.1";
- sha256 = "1l5gw1lv63mpi8f2z70wv4b5809ljsi2zzdgj2mwc2zrdqfnharn";
+ version = "1.0.0.2";
+ sha256 = "1jjn4znk22993dpzwdqndnsyn4k76v7zqgm7j7dhvlgiwak6yxh6";
libraryHaskellDepends = [
base base16-bytestring bytestring cryptonite memory stripe-concepts
text
@@ -233719,8 +236972,8 @@ self: {
}:
mkDerivation {
pname = "stripe-wreq";
- version = "1.0.1.0";
- sha256 = "0i5d0c9zha4v9361p92kq5bpma5dq5aqdkqdrghwpzx0pppfpx3y";
+ version = "1.0.1.2";
+ sha256 = "0hjk9d0xlg2a6nc2rmc19fmifcyrdj5m69100fy5xkq6brcqxjz1";
libraryHaskellDepends = [
aeson base bytestring lens stripe-concepts text
unordered-containers wreq
@@ -234170,8 +237423,8 @@ self: {
}:
mkDerivation {
pname = "stylist";
- version = "1.2.0.0";
- sha256 = "1b3kz8kp2dda4f0vghbaxc6y29r39k197fzphy4av8p6vxgp2ka0";
+ version = "2.2.0.0";
+ sha256 = "0pmyjxdg7m0fh9m0nrimi02q4lqk47kfbws65mb22rj7ckm7gw68";
libraryHaskellDepends = [
async base css-syntax hashable network-uri text
unordered-containers
@@ -234961,6 +238214,8 @@ self: {
pname = "supervisors";
version = "0.2.0.0";
sha256 = "0q6r211sbb9dyrplr61xajbwcfvz7z93401mhqxhw3pz55vyrg8i";
+ revision = "1";
+ editedCabalFile = "1p91gji7qgvash13d4c6av573czk70p89g9i4x8gnklzbrpz2qg7";
libraryHaskellDepends = [
async base containers safe-exceptions stm
];
@@ -235024,10 +238279,8 @@ self: {
}:
mkDerivation {
pname = "sv";
- version = "1.4";
- sha256 = "02ymnnknfppx59b922y62grkmarwsyy77iv6bmyp2bzm8vbvnvd5";
- revision = "2";
- editedCabalFile = "0kacp654mmj9h038mrxnq69ln5ipbbp2ifvyzqixgjask2bf9f41";
+ version = "1.4.0.1";
+ sha256 = "1ak58rqg9f8xh43sgflcqnvpc62580y3ip1sxdg9w2scr8fqc6y2";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring contravariant hw-dsv
semigroupoids sv-core transformers utf8-string validation
@@ -235079,8 +238332,8 @@ self: {
pname = "sv-core";
version = "0.5";
sha256 = "1x5gmv2pbn3hx1dhpkigivjkbg6n6xy7lc36wmccsw2qqn9r5qxa";
- revision = "2";
- editedCabalFile = "066kpnyvpzl6bvc11ng6xq4mdd84lxjiif83i265mkjc8hq21xd4";
+ revision = "3";
+ editedCabalFile = "0z077qfw5v6ar1jmlfgzjjj35zqpc77xzjqwihk5v5h6hifanp9d";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring containers contravariant
deepseq double-conversion lens mtl parsec profunctors readable
@@ -235103,8 +238356,8 @@ self: {
pname = "sv-svfactor";
version = "0.2";
sha256 = "1fjgryypq6i4r3w9zdb282aq5lqp4577mzzycafklphc0d2ancgb";
- revision = "2";
- editedCabalFile = "1igmg66d7zs8pcia4j7nhr7iivnbanqz34wcpfx967823vc2whpw";
+ revision = "3";
+ editedCabalFile = "1qvpbc5qhljmfaxlbfjddiq51dymd9zlp66ya99sypb0anydc5n2";
libraryHaskellDepends = [
base bytestring lens profunctors sv-core svfactor validation
];
@@ -235418,6 +238671,39 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "swagger2_2_6" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
+ , bytestring, Cabal, cabal-doctest, containers, cookie, doctest
+ , generics-sop, Glob, hashable, hspec, hspec-discover, http-media
+ , HUnit, insert-ordered-containers, lens, mtl, network, optics-core
+ , optics-th, QuickCheck, quickcheck-instances, scientific
+ , template-haskell, text, time, transformers, transformers-compat
+ , unordered-containers, utf8-string, uuid-types, vector
+ }:
+ mkDerivation {
+ pname = "swagger2";
+ version = "2.6";
+ sha256 = "0vkhikxf1gpspc9qjgnvz3glb01bd54bnc5kraac7dyn8cxzwak8";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ aeson aeson-pretty base base-compat-batteries bytestring containers
+ cookie generics-sop hashable http-media insert-ordered-containers
+ lens mtl network optics-core optics-th QuickCheck scientific
+ template-haskell text time transformers transformers-compat
+ unordered-containers uuid-types vector
+ ];
+ testHaskellDepends = [
+ aeson base base-compat-batteries bytestring containers doctest Glob
+ hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
+ quickcheck-instances template-haskell text time
+ unordered-containers utf8-string vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Swagger 2.0 data model";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"swapper" = callPackage
({ mkDerivation, base, binary, bytestring, deepseq, happstack-data
, happstack-state, parallel, tokyocabinet
@@ -235509,7 +238795,7 @@ self: {
base containers hashable HUnit network-uri old-locale semigroups
test-framework test-framework-hunit text time
];
- description = "A semantic web toolkit";
+ description = "A semantic web toolkit.";
license = stdenv.lib.licenses.lgpl21;
}) {};
@@ -236949,6 +240235,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "systemd_2_3_0" = callPackage
+ ({ mkDerivation, base, bytestring, network, transformers, unix }:
+ mkDerivation {
+ pname = "systemd";
+ version = "2.3.0";
+ sha256 = "1fa65j996snrdq83kh3jzzs2dsf2ddsscx596p03ykgknz1q1f16";
+ libraryHaskellDepends = [
+ base bytestring network transformers unix
+ ];
+ testHaskellDepends = [ base network unix ];
+ description = "Systemd facilities (Socket activation, Notify)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"systemstats" = callPackage
({ mkDerivation, base, micrologger, optparse-applicative, statgrab
, text, text-format, transformers
@@ -237060,7 +240361,7 @@ self: {
libraryHaskellDepends = [
base containers ghc-prim mtl Takusen template-haskell time
];
- description = "Transito Abierto: convenience library when using Takusen and Oracle";
+ description = "Transito Abierto: convenience library when using Takusen and Oracle.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -238185,14 +241486,12 @@ self: {
}:
mkDerivation {
pname = "tart";
- version = "0.1.2";
- sha256 = "1ik86xbai9513gr9k60m55xf5pj5bdw3wbjc0gd260j9k9j4p73k";
- revision = "1";
- editedCabalFile = "04xkrc0xfbx2kk6f8b41zf611s4k848ahczbbs85pd9lqqpkbhzj";
+ version = "0.2";
+ sha256 = "03pi46lr5b9qcc35ffwxwzv9ll51cyv526kjcvaags3ky917rxxn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- array base binary bytestring microlens-platform mtl vty
+ array base binary bytestring microlens-platform mtl text vty
];
executableHaskellDepends = [
base brick containers directory microlens-platform microlens-th mtl
@@ -238319,10 +241618,8 @@ self: {
}:
mkDerivation {
pname = "taskwarrior";
- version = "0.1.2.2";
- sha256 = "0iy2fxgxhjdhi62zbd7iwbvblgr9shlqwg4a92k7b3cd9mqwskv6";
- revision = "1";
- editedCabalFile = "0fyidh845imi20r9h5sh4nvhnzylj5wg1rkfp9zpml7ifvpv609v";
+ version = "0.2.1.0";
+ sha256 = "1ladijvlvr6w35y1qlxbp0y34bby58a9bfyhqiynn0s4m5bj55c6";
libraryHaskellDepends = [
aeson base bytestring process random text time unordered-containers
uuid
@@ -238353,6 +241650,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "tasty_1_3" = callPackage
+ ({ mkDerivation, ansi-terminal, async, base, clock, containers, mtl
+ , optparse-applicative, stm, tagged, unbounded-delays, unix
+ , wcwidth
+ }:
+ mkDerivation {
+ pname = "tasty";
+ version = "1.3";
+ sha256 = "0c9vmy31z6i4ligrsk0lcn8ir9qajc2yp3zdn8nnjd0myzddzf3b";
+ libraryHaskellDepends = [
+ ansi-terminal async base clock containers mtl optparse-applicative
+ stm tagged unbounded-delays unix wcwidth
+ ];
+ description = "Modern and extensible testing framework";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"tasty-ant-xml" = callPackage
({ mkDerivation, base, containers, directory, filepath
, generic-deriving, ghc-prim, mtl, stm, tagged, tasty, transformers
@@ -238396,13 +241711,25 @@ self: {
({ mkDerivation, base, dejafu, random, tagged, tasty }:
mkDerivation {
pname = "tasty-dejafu";
- version = "2.0.0.1";
- sha256 = "19cgzr1gcy1khvw2a6bfd620zmrc4szkdwyf3rfyacxgbgqy1b1z";
+ version = "2.0.0.3";
+ sha256 = "02qzyrn33ylfbk2mgwj08lphprxvzh85c0dz2540qp1j6xa5zxpn";
libraryHaskellDepends = [ base dejafu random tagged tasty ];
description = "Deja Fu support for the Tasty test framework";
license = stdenv.lib.licenses.mit;
}) {};
+ "tasty-dejafu_2_0_0_4" = callPackage
+ ({ mkDerivation, base, dejafu, random, tagged, tasty }:
+ mkDerivation {
+ pname = "tasty-dejafu";
+ version = "2.0.0.4";
+ sha256 = "0jryp6kndaaxfjd4vsws18igx9ivd36iqyqdbjpxmxbx34d1h6kn";
+ libraryHaskellDepends = [ base dejafu random tagged tasty ];
+ description = "Deja Fu support for the Tasty test framework";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"tasty-discover" = callPackage
({ mkDerivation, base, containers, directory, filepath, Glob
, hedgehog, tasty, tasty-hedgehog, tasty-hspec, tasty-hunit
@@ -238463,23 +241790,47 @@ self: {
"tasty-golden" = callPackage
({ mkDerivation, async, base, bytestring, containers, deepseq
, directory, filepath, mtl, optparse-applicative, process, tagged
- , tasty, tasty-hunit, temporary
+ , tasty, tasty-hunit, temporary, text
}:
mkDerivation {
pname = "tasty-golden";
- version = "2.3.3";
- sha256 = "07sk9hw41am2xcpfkzy1jv43wlyxkdd4ajwk8rw2jabva91kv68x";
+ version = "2.3.3.2";
+ sha256 = "19dif84p71hks8czmaff6nlylsz34bqy0nki7mclr4ysawz1hdm9";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base bytestring containers deepseq directory filepath mtl
+ optparse-applicative process tagged tasty temporary text
+ ];
+ testHaskellDepends = [
+ base directory filepath process tasty tasty-hunit temporary
+ ];
+ description = "Golden tests support for tasty";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "tasty-golden_2_3_3_3" = callPackage
+ ({ mkDerivation, async, base, bytestring, containers, deepseq
+ , directory, filepath, mtl, optparse-applicative, process, tagged
+ , tasty, tasty-hunit, temporary, text, unix-compat
+ }:
+ mkDerivation {
+ pname = "tasty-golden";
+ version = "2.3.3.3";
+ sha256 = "1h0nz276fxhdxjiqnrkpmsndrsfvbd13r7i6i8arxgldl1n86h24";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async base bytestring containers deepseq directory filepath mtl
- optparse-applicative process tagged tasty temporary
+ optparse-applicative process tagged tasty temporary text
+ unix-compat
];
testHaskellDepends = [
base directory filepath process tasty tasty-hunit temporary
];
description = "Golden tests support for tasty";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tasty-groundhog-converters" = callPackage
@@ -238510,8 +241861,8 @@ self: {
pname = "tasty-hedgehog";
version = "1.0.0.2";
sha256 = "1vsv3m6brhshpqm8qixz97m7h0nx67cj6ira4cngbk7mf5rqylv5";
- revision = "1";
- editedCabalFile = "0r4mijgy1z9rdi3as2a1a02xykwyqalhg5vahsjzgdgmf7bmmc6h";
+ revision = "2";
+ editedCabalFile = "1v4jp3xk5ikik638vkyf2jxkhaf2n6fsw8zxqxxjv65x60082kl7";
libraryHaskellDepends = [ base hedgehog tagged tasty ];
testHaskellDepends = [
base hedgehog tasty tasty-expected-failure
@@ -238552,8 +241903,8 @@ self: {
pname = "tasty-hspec";
version = "1.1.5.1";
sha256 = "0i9kdzjpk750sa078jj3iyhp72k0177zk7vxl131r6dkyz09x27y";
- revision = "5";
- editedCabalFile = "1ramy5jn7a6xvxc6s8bvn34m1vzniks05277s3i80cp4qprwx8ri";
+ revision = "6";
+ editedCabalFile = "0xa7h0p5r41m2a3l5r9ggmm4bc2a6wzgb4qvcqfl0dd2yb922bkz";
libraryHaskellDepends = [
base hspec hspec-core QuickCheck tasty tasty-quickcheck
tasty-smallcheck
@@ -238666,6 +242017,21 @@ self: {
broken = true;
}) {};
+ "tasty-json" = callPackage
+ ({ mkDerivation, base, bytestring, containers, stm, tagged, tasty
+ , text
+ }:
+ mkDerivation {
+ pname = "tasty-json";
+ version = "0.1.0.0";
+ sha256 = "0k6zzi2w675pghxfv5y6m67n2cv8bb22dq9zgb5yfwycfj3va4bp";
+ libraryHaskellDepends = [
+ base bytestring containers stm tagged tasty text
+ ];
+ description = "JSON reporter for the tasty testing framework";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"tasty-kat" = callPackage
({ mkDerivation, base, bytestring, mtl, tasty, tasty-hunit
, tasty-quickcheck
@@ -238802,6 +242168,8 @@ self: {
pname = "tasty-rerun";
version = "1.1.17";
sha256 = "0hiafrknk700gi8rm675akz8q6abk8iwlmygwnlx1fy3znalkqad";
+ revision = "2";
+ editedCabalFile = "0jkkydcq8fx3ia92pn9dnbfhx18wz70366y7xlv9yj9zysqcr8yl";
libraryHaskellDepends = [
base containers mtl optparse-applicative split stm tagged tasty
transformers
@@ -238962,8 +242330,8 @@ self: {
pname = "tasty-wai";
version = "0.1.1.0";
sha256 = "1ix1ksibdkqrycrcnyi6vablp17kg3ajw5kghff1ia7wd2nb9fbk";
- revision = "1";
- editedCabalFile = "1zwfdad5kp3l1lysz9x5hxwp0yphsdbhgbp33yczw8c8sai3l7xb";
+ revision = "2";
+ editedCabalFile = "18p5lk4p1ppq5ascykf7b89sc8c8g013w5j5i4q74iwxmah1va2g";
libraryHaskellDepends = [
base bytestring http-types tasty wai wai-extra
];
@@ -239210,8 +242578,8 @@ self: {
pname = "tdigest";
version = "0.2.1";
sha256 = "0kmqmzjcs406hv2fv9bkfayxpsd41dbry8bpkhy4y1jdgh33hvnl";
- revision = "4";
- editedCabalFile = "0830zzgbf5xffa1yqwcvy4xm1wzzydvy5wmy3sqk3a5n85v295by";
+ revision = "5";
+ editedCabalFile = "1crjfhxhs8ihbl2xn1dqr5w19g7w74mcf2w889my6zb935l7lyjs";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base base-compat binary deepseq reducers semigroupoids transformers
@@ -239233,8 +242601,8 @@ self: {
pname = "tdigest-Chart";
version = "0.2";
sha256 = "1ciq7d187as9sk1dpccm2s02b6jdhij1l477wff0a7labgw21l0l";
- revision = "2";
- editedCabalFile = "07fg2pnj06vz2cwyxqyx40ghd0d7p9byazds7lhim4z397gngk0f";
+ revision = "3";
+ editedCabalFile = "0y7248myrk6zn4bbbi1v6vv4hmrbqr3wb47xl7q1akrcfi687033";
libraryHaskellDepends = [
base base-compat Chart colour lens semigroupoids tdigest
];
@@ -239408,10 +242776,8 @@ self: {
}:
mkDerivation {
pname = "telegram-bot-simple";
- version = "0.2.0";
- sha256 = "1aafj27zj69hvzxv58cz7h8pjbc9c74hmg92swg2sy8ai1rcb34a";
- revision = "1";
- editedCabalFile = "1li6b3m9glhfg8agr9h0mrbxpr8zr46l57mzjfdqndm248ddbklv";
+ version = "0.3.0";
+ sha256 = "196zb03nj37qfmxgn5lagjdl759bgmnr1vsh26dbbv1zsmlp0pva";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -239432,6 +242798,55 @@ self: {
broken = true;
}) {};
+ "telegram-raw-api" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, deriving-aeson
+ , generic-lens, hashable, http-client, http-client-tls, http-media
+ , lens, servant, servant-client, servant-client-core
+ , servant-multipart, telegram-types, text, time
+ }:
+ mkDerivation {
+ pname = "telegram-raw-api";
+ version = "0.3.0";
+ sha256 = "0dlazp70jpffpbpdlbyzv7s33jr1ff8z4xjhvkgqyhs23mzi46rc";
+ libraryHaskellDepends = [
+ aeson base bytestring deriving-aeson generic-lens hashable
+ http-media lens servant servant-client servant-multipart
+ telegram-types text time
+ ];
+ testHaskellDepends = [
+ aeson base bytestring deriving-aeson generic-lens hashable
+ http-client http-client-tls http-media lens servant servant-client
+ servant-client-core servant-multipart telegram-types text time
+ ];
+ description = "Servant bindings to the Telegram bot API";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "telegram-types" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, deriving-aeson, filepath
+ , generic-lens, lens, mime-types, open-union, servant
+ , servant-multipart, text, time
+ }:
+ mkDerivation {
+ pname = "telegram-types";
+ version = "0.4.0";
+ sha256 = "1giv1d713rfdc8svcba2ws8mv6g957f7v1dm3qr9p8082nry2llm";
+ libraryHaskellDepends = [
+ aeson base bytestring deriving-aeson filepath generic-lens lens
+ mime-types open-union servant servant-multipart text time
+ ];
+ testHaskellDepends = [
+ aeson base bytestring deriving-aeson filepath generic-lens lens
+ mime-types open-union servant servant-multipart text time
+ ];
+ description = "Types used in Telegram bot API";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"teleport" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring
, configurator, optparse-applicative, system-filepath, text, turtle
@@ -239524,11 +242939,13 @@ self: {
({ mkDerivation, base, time }:
mkDerivation {
pname = "tempi";
- version = "1.0.0.0";
- sha256 = "14sap7m01f0l8hkh63qidkivji3y3ivhfkvyq881dn5zs9iajq2l";
+ version = "1.0.2.0";
+ sha256 = "08hjgs32cx3vcm6sga4xc7ijcj3lbjlg133vkri06xfi0v3hjgnp";
libraryHaskellDepends = [ base time ];
description = "For representing musical tempi";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"template" = callPackage
@@ -239555,13 +242972,13 @@ self: {
broken = true;
}) {};
- "template-haskell_2_15_0_0" = callPackage
- ({ mkDerivation, base, ghc-boot-th, pretty }:
+ "template-haskell_2_16_0_0" = callPackage
+ ({ mkDerivation, base, ghc-boot-th, ghc-prim, pretty }:
mkDerivation {
pname = "template-haskell";
- version = "2.15.0.0";
- sha256 = "16p8szb5by7gyk5r5cnrdp3b613vp5wasqj8dz63my17l2lsp2wl";
- libraryHaskellDepends = [ base ghc-boot-th pretty ];
+ version = "2.16.0.0";
+ sha256 = "1nk1cv35szp80qkhbyh5gn6vn194zzl0wz186qrqdrdx3a9r9w4g";
+ libraryHaskellDepends = [ base ghc-boot-th ghc-prim pretty ];
description = "Support library for Template Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -240065,8 +243482,6 @@ self: {
];
description = "Code generation for TensorFlow operations";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tensorflow-ops" = callPackage
@@ -240115,8 +243530,6 @@ self: {
libraryToolDepends = [ protobuf ];
description = "TensorFlow protocol buffers";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) protobuf;};
"tensorflow-records" = callPackage
@@ -240504,22 +243917,24 @@ self: {
"tesla" = callPackage
({ mkDerivation, aeson, base, bytestring, casing, containers
- , generic-deriving, HUnit, lens, lens-aeson, mtl, tasty
- , tasty-hunit, tasty-quickcheck, template-haskell, text, time
- , vector, wreq
+ , exceptions, generic-deriving, HUnit, lens, lens-aeson
+ , monad-logger, mtl, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, text, time, unliftio-core, vector, wreq
}:
mkDerivation {
pname = "tesla";
- version = "0.1.0.1";
- sha256 = "0rk1i9pl6x6f58hbij287aaab7ac3iy3ngs2bqb2990zqfh12ir4";
+ version = "0.2.0.0";
+ sha256 = "0gpzkrh5238n42h158np1k14a28y11kgicwbv6w4br6h0rnbr9d3";
libraryHaskellDepends = [
- aeson base bytestring casing containers generic-deriving lens
- lens-aeson mtl template-haskell text time vector wreq
+ aeson base bytestring casing containers exceptions generic-deriving
+ lens lens-aeson monad-logger mtl template-haskell text time
+ unliftio-core vector wreq
];
testHaskellDepends = [
- aeson base bytestring casing containers generic-deriving HUnit lens
- lens-aeson mtl tasty tasty-hunit tasty-quickcheck template-haskell
- text time vector wreq
+ aeson base bytestring casing containers exceptions generic-deriving
+ HUnit lens lens-aeson monad-logger mtl tasty tasty-hunit
+ tasty-quickcheck template-haskell text time unliftio-core vector
+ wreq
];
description = "Tesla API client";
license = stdenv.lib.licenses.bsd3;
@@ -241220,8 +244635,8 @@ self: {
}:
mkDerivation {
pname = "texmath";
- version = "0.12.0.1";
- sha256 = "1halp1vn2334ym3j3fxfbrpkr15nc201c7vfwmzimya6vnyknsxs";
+ version = "0.12.0.2";
+ sha256 = "116i1f1qnkraygf05lpw7vg3h6zk8lh14k4i2yx6prb649d2iv1g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -241434,8 +244849,6 @@ self: {
];
description = "Text formatting";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"text-format-heavy" = callPackage
@@ -242689,29 +246102,8 @@ self: {
}:
mkDerivation {
pname = "th-lift-instances";
- version = "0.1.14";
- sha256 = "0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78";
- revision = "1";
- editedCabalFile = "1jsh3vz8kkzwhfm3m9ji5am8lmv2x7l8g0kkyh3ffngpr4xpswwc";
- libraryHaskellDepends = [
- base bytestring containers template-haskell text th-lift
- transformers vector
- ];
- testHaskellDepends = [
- base bytestring containers QuickCheck template-haskell text vector
- ];
- description = "Lift instances for template-haskell for common data types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "th-lift-instances_0_1_15" = callPackage
- ({ mkDerivation, base, bytestring, containers, QuickCheck
- , template-haskell, text, th-lift, transformers, vector
- }:
- mkDerivation {
- pname = "th-lift-instances";
- version = "0.1.15";
- sha256 = "07x8rclsn355zsacgh9xk97j6n13d3457rwcpbwrw5lmq8qz3c13";
+ version = "0.1.16";
+ sha256 = "08ivlz37ir2xyl8ch5x4n2gb34rgk5ryaybfr2xbfc4ah4zfjfav";
libraryHaskellDepends = [
base bytestring containers template-haskell text th-lift
transformers vector
@@ -242721,7 +246113,6 @@ self: {
];
description = "Lift instances for template-haskell for common data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-nowq" = callPackage
@@ -242743,10 +246134,8 @@ self: {
}:
mkDerivation {
pname = "th-orphans";
- version = "0.13.9";
- sha256 = "1xj1gssv77hdx1r3ndg8k49v3ipj3a6r7crkyvx13jrps3m6ng1z";
- revision = "1";
- editedCabalFile = "100gpi0np50vxlapyl6d05w8ss9l2gqacn28i228hsvhvrxxwjdy";
+ version = "0.13.10";
+ sha256 = "0a69jrvialwg9g1h3j729jahl47h9ar5xxjqbi3pxyfc94v5fcs4";
libraryHaskellDepends = [
base mtl template-haskell th-lift th-lift-instances th-reify-many
];
@@ -242867,6 +246256,8 @@ self: {
pname = "th-test-utils";
version = "1.0.1";
sha256 = "1qbxj4zarw1nm0c2shrr4wrrkmqlxx2qdh9q3q9arkic4lwgsxcx";
+ revision = "1";
+ editedCabalFile = "0x4kwp1lj663dd4nfr348y2z5qq1hkly5r289wmqhy5dxlx7cb9n";
libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [
base tasty tasty-hunit template-haskell transformers
@@ -243157,8 +246548,8 @@ self: {
pname = "these-optics";
version = "1";
sha256 = "0gmsykzcjx5h6dbfny4dw3jrm33ykcw6rpngf5awwdpg3a4cfgi7";
- revision = "2";
- editedCabalFile = "04iahn4y52qj3q99r20zp0cgj764m7k073jmkf66qf819133afl8";
+ revision = "3";
+ editedCabalFile = "0nmn7gkq9gx1zfs6sbib3m7zrrjhndfhx2m6sw68nkmc1baipg33";
libraryHaskellDepends = [ base optics-core these ];
description = "Optics for These";
license = stdenv.lib.licenses.bsd3;
@@ -243856,8 +247247,8 @@ self: {
}:
mkDerivation {
pname = "tidal";
- version = "1.4.8";
- sha256 = "163ndsx6spicipsy52iqsrm97z6pfr4mm93d2dz7ffckbzsklmdb";
+ version = "1.4.9";
+ sha256 = "0np32jnvqmnnqy166a17i367c5j5xc9mniqzr0x76wk7mb5zlwzj";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bifunctors bytestring clock colour containers deepseq hosc
@@ -244870,6 +248261,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "timezone-olson_0_2_0" = callPackage
+ ({ mkDerivation, base, binary, bytestring, extensible-exceptions
+ , time, timezone-series
+ }:
+ mkDerivation {
+ pname = "timezone-olson";
+ version = "0.2.0";
+ sha256 = "0b9vh27b9nz803yhd93d5z63bs370lvn4vkdajxaak9clxlw6mwg";
+ libraryHaskellDepends = [
+ base binary bytestring extensible-exceptions time timezone-series
+ ];
+ description = "A pure Haskell parser and renderer for binary Olson timezone files";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"timezone-olson-th" = callPackage
({ mkDerivation, base, template-haskell, time, timezone-olson
, timezone-series
@@ -245256,7 +248663,7 @@ self: {
sha256 = "1snw5cdkyqyninqqqwa6qfndfmwfr4lkdg0v94267g7xbwcqjj8h";
libraryHaskellDepends = [ base containers network-uri text ];
testHaskellDepends = [ base HUnit network-uri text ];
- description = "This project separates subdomains, domains, and top-level-domains from URLs";
+ description = "This project separates subdomains, domains, and top-level-domains from URLs.";
license = stdenv.lib.licenses.mit;
}) {};
@@ -245368,29 +248775,29 @@ self: {
}) {};
"tlynx" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, elynx-seq
- , elynx-tools, elynx-tree, lifted-async, math-functions, megaparsec
- , monad-logger, MonadRandom, mwc-random, optparse-applicative
- , parallel, primitive, QuickCheck, quickcheck-instances, statistics
- , text, transformers, vector
+ ({ mkDerivation, aeson, array, base, bytestring, comonad
+ , containers, elynx-tools, elynx-tree, gnuplot, lifted-async
+ , megaparsec, monad-logger, mwc-random, optparse-applicative
+ , parallel, primitive, scientific, statistics, text, transformers
+ , vector
}:
mkDerivation {
pname = "tlynx";
- version = "0.1.0";
- sha256 = "0l4i4hyyw0m8kj2fqy4arcfyn9vnl4zdsbicz191hlc1nx935byn";
+ version = "0.2.2";
+ sha256 = "0hf70zvcndjmlwbd2n2ncbl89xi2xmkr7ymq48hmdlg3vp0bdz62";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- array base bytestring containers elynx-seq elynx-tools elynx-tree
- lifted-async math-functions megaparsec monad-logger MonadRandom
- mwc-random optparse-applicative parallel primitive QuickCheck
- quickcheck-instances statistics text transformers vector
+ aeson array base bytestring comonad containers elynx-tools
+ elynx-tree gnuplot lifted-async megaparsec monad-logger mwc-random
+ optparse-applicative parallel primitive scientific statistics text
+ transformers vector
];
executableHaskellDepends = [
- array base bytestring containers elynx-tools elynx-tree
- lifted-async math-functions megaparsec monad-logger MonadRandom
- mwc-random optparse-applicative parallel primitive QuickCheck
- quickcheck-instances statistics text transformers vector
+ aeson array base bytestring comonad containers elynx-tools gnuplot
+ lifted-async megaparsec monad-logger mwc-random
+ optparse-applicative parallel primitive scientific statistics text
+ transformers vector
];
description = "Handle phylogenetic trees";
license = stdenv.lib.licenses.gpl3;
@@ -245846,13 +249253,17 @@ self: {
}) {};
"tokyocabinet-haskell" = callPackage
- ({ mkDerivation, base, bytestring, mtl, tokyocabinet }:
+ ({ mkDerivation, base, bytestring, directory, HUnit, mtl
+ , tokyocabinet
+ }:
mkDerivation {
pname = "tokyocabinet-haskell";
- version = "0.0.5";
- sha256 = "1v6s39q8a6cnc0ggpspz9i0xw6aih4ixn9bhn4hwf9kwgcspardg";
+ version = "0.0.6";
+ sha256 = "1cav27hnl49ghl6f7mhyaqmvfdqib6s76z251vai4vih9psis8rk";
libraryHaskellDepends = [ base bytestring mtl ];
librarySystemDepends = [ tokyocabinet ];
+ testHaskellDepends = [ base bytestring directory HUnit mtl ];
+ testSystemDepends = [ tokyocabinet ];
description = "Haskell binding of Tokyo Cabinet";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -246125,8 +249536,8 @@ self: {
}:
mkDerivation {
pname = "too-many-cells";
- version = "0.2.2.1";
- sha256 = "17g9pr25jhki9r3jfvgbx8avpjikcglb9hg45rfkvk9y50wxrk15";
+ version = "0.2.2.2";
+ sha256 = "091hqg4wxki8v7xkrzmnh1hpm81pif936pbmrzvr5p84sbbyyj91";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -246324,8 +249735,8 @@ self: {
({ mkDerivation, base, void }:
mkDerivation {
pname = "total";
- version = "1.0.5";
- sha256 = "0kv9jb2d8mh4p9b91jg5367ar4p837xclzlwgjrjgvxl62z7h84j";
+ version = "1.0.6";
+ sha256 = "0zr3b83pwjbarxsl9kva6va3cp9b4npfp77yp0nh9q1za00344vk";
libraryHaskellDepends = [ base void ];
description = "Exhaustive pattern matching using lenses, traversals, and prisms";
license = stdenv.lib.licenses.bsd3;
@@ -246739,29 +250150,6 @@ self: {
"tracing" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
- , case-insensitive, containers, hspec, http-client, ip, mtl
- , network, random, stm, text, time, transformers, unliftio
- }:
- mkDerivation {
- pname = "tracing";
- version = "0.0.4.0";
- sha256 = "1l0sh9rmbysjysh169902hzx86dahiffgss8wnac8vcz95kc5qjb";
- libraryHaskellDepends = [
- aeson base base16-bytestring bytestring case-insensitive containers
- http-client ip mtl network random stm text time transformers
- unliftio
- ];
- testHaskellDepends = [
- base containers hspec mtl stm text unliftio
- ];
- description = "Distributed tracing";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "tracing_0_0_5_1" = callPackage
- ({ mkDerivation, aeson, base, base16-bytestring, bytestring
, case-insensitive, containers, hspec, http-client, mtl, network
, random, stm, text, time, transformers, unliftio
}:
@@ -248633,8 +252021,8 @@ self: {
}:
mkDerivation {
pname = "ttc";
- version = "0.2.0.0";
- sha256 = "1vl3fp0d9v674gg6zbmafvrb97zqxcjlpp5j77msjn1kl7ki6xs7";
+ version = "0.2.1.0";
+ sha256 = "1cx2v2rjb3d3qifa6ssnvxwd70cm3qacsr0i1ndrm1mrl8j1ffqp";
libraryHaskellDepends = [ base bytestring template-haskell text ];
testHaskellDepends = [
base bytestring tasty tasty-hunit template-haskell text
@@ -249082,8 +252470,8 @@ self: {
}:
mkDerivation {
pname = "turtle";
- version = "1.5.18";
- sha256 = "0xdkn6vhmir7sxazi5sxrgvwsi8zqyqbcyvjnqvckz0ac5d8zj68";
+ version = "1.5.19";
+ sha256 = "06hxmhz1i6f5r8k3bf5h54g4ahjsvxhv44sa4xiy52rz6qp0211g";
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions foldl hostname managed optional-args
@@ -249201,6 +252589,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion megaparsec ];
description = "Command-line tool for twitter";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"twentefp" = callPackage
@@ -249280,7 +252670,7 @@ self: {
libraryHaskellDepends = [
base twentefp-eventloop-graphics twentefp-number
];
- description = "RoseTree type and show functions for lab assignment of University of Twente";
+ description = "RoseTree type and show functions for lab assignment of University of Twente.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -249604,31 +252994,28 @@ self: {
"twitter-conduit" = callPackage
({ mkDerivation, aeson, attoparsec, authenticate-oauth, base
- , bytestring, Cabal, cabal-doctest, case-insensitive, conduit
- , conduit-extra, containers, data-default, doctest, exceptions
- , hlint, hspec, hspec-discover, http-client, http-conduit
- , http-types, lens, lens-aeson, network-uri, resourcet
- , template-haskell, text, time, transformers, transformers-base
+ , bytestring, Cabal, cabal-doctest, conduit, conduit-extra
+ , containers, data-default, doctest, exceptions, ghc-prim, hlint
+ , hspec, hspec-discover, http-client, http-conduit, http-types
+ , lens, lens-aeson, resourcet, text, time, transformers
, twitter-types, twitter-types-lens
}:
mkDerivation {
pname = "twitter-conduit";
- version = "0.4.0";
- sha256 = "1i1ppwha497vhbj0z9gdspg9anqsikrix3j9vzpz0pcn9ij5rwrg";
+ version = "0.5.0";
+ sha256 = "1rh68ll9dv0axql5npvk547ykqbarak3frpwdflblfm3hrfnwfgf";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
aeson attoparsec authenticate-oauth base bytestring conduit
- conduit-extra containers data-default exceptions http-client
- http-conduit http-types lens lens-aeson resourcet template-haskell
- text time transformers transformers-base twitter-types
- twitter-types-lens
+ conduit-extra containers data-default exceptions ghc-prim
+ http-client http-conduit http-types lens lens-aeson resourcet text
+ time transformers twitter-types twitter-types-lens
];
testHaskellDepends = [
- aeson attoparsec authenticate-oauth base bytestring
- case-insensitive conduit conduit-extra containers data-default
- doctest hlint hspec http-client http-conduit http-types lens
- lens-aeson network-uri resourcet template-haskell text time
- twitter-types twitter-types-lens
+ aeson attoparsec authenticate-oauth base bytestring conduit
+ conduit-extra containers data-default doctest hlint hspec
+ http-client http-conduit http-types lens lens-aeson resourcet text
+ time twitter-types twitter-types-lens
];
testToolDepends = [ hspec-discover ];
description = "Twitter API package with conduit interface and Streaming API support";
@@ -250039,8 +253426,8 @@ self: {
({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "type-errors-pretty";
- version = "0.0.1.0";
- sha256 = "1xp72vsmqamgg9k8w7pimy6q3dn73ammg7zda98a0hb4q9pdcrml";
+ version = "0.0.1.1";
+ sha256 = "1z6rqah3qnvnlckcw3xhsp4yyfd21harw6kzqbz20y6k7a22jlf0";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob ];
description = "Combinators for writing pretty type errors easily";
@@ -250630,6 +254017,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "typed-encoding" = callPackage
+ ({ mkDerivation, base, base64-bytestring, bytestring, doctest
+ , doctest-discover, hspec, QuickCheck, quickcheck-instances
+ , symbols, text
+ }:
+ mkDerivation {
+ pname = "typed-encoding";
+ version = "0.2.1.0";
+ sha256 = "0z5wp666293d5nsajqa3c8b03n1s85kr3v5hrkvsqv9lq3s49jnp";
+ libraryHaskellDepends = [
+ base base64-bytestring bytestring symbols text
+ ];
+ testHaskellDepends = [
+ base base64-bytestring bytestring doctest doctest-discover hspec
+ QuickCheck quickcheck-instances symbols text
+ ];
+ description = "Type safe string transformations";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"typed-process" = callPackage
({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
, process, stm, temporary, transformers, unliftio-core
@@ -250707,6 +254116,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "typed-uuid_0_1_0_0" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, deepseq, hashable
+ , http-api-data, random, text, uuid, validity, validity-uuid
+ , yamlparse-applicative
+ }:
+ mkDerivation {
+ pname = "typed-uuid";
+ version = "0.1.0.0";
+ sha256 = "1smwrjn63wsvy7lickdapgfqbvndypvy1qlnfrn5iymi2mg1kyxi";
+ libraryHaskellDepends = [
+ aeson base binary bytestring deepseq hashable http-api-data random
+ text uuid validity validity-uuid yamlparse-applicative
+ ];
+ description = "Phantom-Typed version of UUID";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"typed-wire" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, filepath, gitrev, HTF, http-types, mtl, optparse-applicative
@@ -250821,6 +254248,8 @@ self: {
pname = "typelevel-rewrite-rules";
version = "0.1";
sha256 = "1gm3xbsi90dgppwhhhlmq1rwwnx9bxhm7zv9x4yr0952fwxrm8x8";
+ revision = "1";
+ editedCabalFile = "0wgryhys24671j46s58prbh7agrlxdcbains6qv37kp6xly726nj";
libraryHaskellDepends = [
base ghc ghc-prim ghc-tcplugins-extra term-rewriting transformers
];
@@ -250916,30 +254345,25 @@ self: {
"typerep-map" = callPackage
({ mkDerivation, base, containers, criterion, deepseq
, dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat
- , hedgehog, primitive, QuickCheck, tasty, tasty-discover
- , tasty-hedgehog, tasty-hspec, vector
+ , hedgehog, hspec, hspec-hedgehog, primitive, vector
}:
mkDerivation {
pname = "typerep-map";
- version = "0.3.2";
- sha256 = "0s77hj0m9jiqgybccdfl1x88j05fx7grkg16q6kldd1lgqrvrgb0";
- revision = "3";
- editedCabalFile = "032y3parcz7ffmsqichmshczk7zxkg66dciwvr5d7fznqvy3sg1s";
+ version = "0.3.3.0";
+ sha256 = "0j7f7k0knpdsh41p0bzg7yv32nz684s3vrxc8pig5ckmmadc4mh4";
libraryHaskellDepends = [
base containers deepseq ghc-prim primitive vector
];
testHaskellDepends = [
- base ghc-typelits-knownnat hedgehog QuickCheck tasty tasty-discover
- tasty-hedgehog tasty-hspec
+ base ghc-typelits-knownnat hedgehog hspec hspec-hedgehog
];
- testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
base criterion deepseq dependent-map dependent-sum
ghc-typelits-knownnat
];
doHaddock = false;
description = "Efficient implementation of a dependent map with types as keys";
- license = stdenv.lib.licenses.mit;
+ license = stdenv.lib.licenses.mpl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -251733,8 +255157,8 @@ self: {
}:
mkDerivation {
pname = "unbound-generics";
- version = "0.4.0";
- sha256 = "04amv54wrabzdmlig1mxi51ikq1lmfcm504184y0nm0xjahfssmx";
+ version = "0.4.1";
+ sha256 = "02wwn78fccb37lx95jvr0v2n55kv35nilllb0gj75y8bplya5blb";
libraryHaskellDepends = [
ansi-wl-pprint base containers contravariant deepseq exceptions mtl
profunctors template-haskell transformers transformers-compat
@@ -251807,6 +255231,8 @@ self: {
pname = "unboxed-containers";
version = "0.0.2.4";
sha256 = "0yahavqjjnlf4ps8kd41s9s64nbhx2hf7qzk2xxkmq0i3b91d123";
+ revision = "1";
+ editedCabalFile = "16j16v36jabr9lpmjm52zbfz82m0ckd4p0f3z8123aawvzcvayji";
libraryHaskellDepends = [ base containers ];
description = "Self-optimizing unboxed sets using view patterns and data families";
license = stdenv.lib.licenses.bsd3;
@@ -251930,8 +255356,8 @@ self: {
}:
mkDerivation {
pname = "unexceptionalio";
- version = "0.5.0";
- sha256 = "04jrmv075cas6qs58m3j0q9h4w14kd4b87bp42k3x3v6hcl62xi9";
+ version = "0.5.1";
+ sha256 = "07py2nffdgxpz8sryvqcghzb2kiiagpdf5ja1dia4z0rpwi79smh";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit
@@ -251947,6 +255373,8 @@ self: {
pname = "unexceptionalio-trans";
version = "0.5.1";
sha256 = "100sfbrpaldz37a176qpfkk1nx5acyh8pchjmb8g5vhzbhyrqniz";
+ revision = "1";
+ editedCabalFile = "0f15n8hqqczwjrcqxwjp2mrd9iycv53sylv407c95nb6d4hw93ci";
libraryHaskellDepends = [ base transformers unexceptionalio ];
description = "A wrapper around UnexceptionalIO using monad transformers";
license = "unknown";
@@ -251972,10 +255400,10 @@ self: {
}:
mkDerivation {
pname = "unfoldable";
- version = "0.9.6";
- sha256 = "18gaay37mjgyd5rfpfs84p4q7vqdnv4lcjabaprgm315pblym46d";
- revision = "2";
- editedCabalFile = "08rx8ci2jpa77q1dl4lghlyhd27if990ic9kaz30hczsazlzi44b";
+ version = "1.0";
+ sha256 = "0ilzv4ks76f9fx12ilsam0v232fm2mvvsz6s50p0nllldwgkgm6a";
+ revision = "1";
+ editedCabalFile = "167jqv6cw9d1c9n0j2sxp5asaaqbh6ay3g8nyg8ndy96jnjb34zb";
libraryHaskellDepends = [
base containers ghc-prim one-liner QuickCheck random transformers
];
@@ -252246,12 +255674,16 @@ self: {
}) {};
"unicode-tricks" = callPackage
- ({ mkDerivation, base, QuickCheck, text }:
+ ({ mkDerivation, base, data-default, hspec, hspec-discover
+ , QuickCheck, text
+ }:
mkDerivation {
pname = "unicode-tricks";
- version = "0.4.0.0";
- sha256 = "1gjhdai87prws1dg6hl23r3p6xrisn7jranf50kmfwir4zmxqdl4";
- libraryHaskellDepends = [ base QuickCheck text ];
+ version = "0.7.0.0";
+ sha256 = "0lwpdqzprm0s7dgn5pvb6plklr45s4qqa0cbash296zcx8195imx";
+ libraryHaskellDepends = [ base data-default QuickCheck text ];
+ testHaskellDepends = [ base hspec ];
+ testToolDepends = [ hspec-discover ];
description = "Functions to work with unicode blocks more convenient";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -252602,8 +256034,8 @@ self: {
({ mkDerivation, base, template-haskell, units }:
mkDerivation {
pname = "units-defs";
- version = "2.1.0.1";
- sha256 = "1ck50r8mhcvjyfx3wdkn8s89rrzjkxpn439zarg5s2vqmqji7gyy";
+ version = "2.2";
+ sha256 = "1g55hnhd9bgqp649jgmq41s5i5j0gfpn3iwqaxvmikwaasyr69ki";
libraryHaskellDepends = [ base template-haskell units ];
description = "Definitions for use with the units package";
license = stdenv.lib.licenses.bsd3;
@@ -252911,8 +256343,8 @@ self: {
pname = "unix";
version = "2.7.2.2";
sha256 = "1b6ygkasn5bvmdci8g3zjkahl34kfqhf5jrayibvnrcdnaqlxpcq";
- revision = "3";
- editedCabalFile = "1bbn41bx46b9h8hbri50rw69996h75nfhm9zgyvnr8lzgfhnk4p6";
+ revision = "4";
+ editedCabalFile = "092d2qzfk4wm7xaa5wjyxgb97knilsh86vhk420j8rd0qlygk4wy";
libraryHaskellDepends = [ base bytestring time ];
description = "POSIX functionality";
license = stdenv.lib.licenses.bsd3;
@@ -253057,8 +256489,8 @@ self: {
}:
mkDerivation {
pname = "unjson";
- version = "0.15.2.1";
- sha256 = "1zx66qjx4rikbs8f2j1vazasin5fr6pxks3j5b7fkpriyxk49khs";
+ version = "0.15.3";
+ sha256 = "1p2bk9j5ww0zbkaw1wvl2122h763zn4ddjzg5rka948q3d6zivvi";
libraryHaskellDepends = [
aeson attoparsec base bytestring containers free hashable invariant
pretty primitive scientific semigroups text time
@@ -253992,8 +257424,8 @@ self: {
pname = "uri-templater";
version = "0.3.1.0";
sha256 = "1hj93jgn8xch9bw9fs76qsfqarb15csfy0ddnr1dxcq04vznbri1";
- revision = "1";
- editedCabalFile = "0vl1nv40yzns9fnaz6h34x72vpfaaws8f0zm8qlr82333pxg2scw";
+ revision = "2";
+ editedCabalFile = "1fc0agzm3qasslhns64qbyhml31s1akib0mfaj2298iqm8075jyg";
libraryHaskellDepends = [
ansi-wl-pprint base bytestring charset containers dlist HTTP mtl
parsers template-haskell text time trifecta unordered-containers
@@ -254218,6 +257650,8 @@ self: {
];
description = "Communicate with USB devices";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"usb-enumerator" = callPackage
@@ -254459,6 +257893,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "utf8-conversions" = callPackage
+ ({ mkDerivation, base, bytestring, charsetdetect-ae, hspec, text
+ , text-short, utf8-string
+ }:
+ mkDerivation {
+ pname = "utf8-conversions";
+ version = "0.1.0.4";
+ sha256 = "0j5jskj35njz5c9yqs3sc0a8zmmjmnil8996pwr8akghj282b4wz";
+ libraryHaskellDepends = [
+ base bytestring text text-short utf8-string
+ ];
+ testHaskellDepends = [
+ base bytestring charsetdetect-ae hspec text text-short utf8-string
+ ];
+ description = "A string conversion library that assumes utf8";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"utf8-env" = callPackage
({ mkDerivation, base, mtl, utf8-string }:
mkDerivation {
@@ -254951,8 +258403,8 @@ self: {
}:
mkDerivation {
pname = "uuid-orphans";
- version = "1.4.4";
- sha256 = "1qmlnzqdm9wrczlknw53y91yvdzfjbxs10szxvg9xaa4bj7gs5rw";
+ version = "1.4.5";
+ sha256 = "14d7gyf3sa2874r0dhj3ydvmb1iz174kp4pxz7aq984zb4m6d87z";
libraryHaskellDepends = [
base safecopy text th-lift uuid-types web-routes
];
@@ -255347,8 +258799,8 @@ self: {
}:
mkDerivation {
pname = "validation-selective";
- version = "0.0.0.0";
- sha256 = "01awbhfday2j0jcfgqq074yqxxasqddwxhlwigsbjgv94b4c55bd";
+ version = "0.1.0.0";
+ sha256 = "0ia3g2c1137pa0ns97yf8vbfvwmjhqnqhzn9lzgxvxwzchvwpnf7";
libraryHaskellDepends = [ base deepseq selective ];
testHaskellDepends = [
base doctest hedgehog hspec hspec-hedgehog selective text
@@ -255423,18 +258875,32 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "validity_0_11_0_0" = callPackage
+ ({ mkDerivation, base, hspec }:
+ mkDerivation {
+ pname = "validity";
+ version = "0.11.0.0";
+ sha256 = "1jawa7d37al29zp2b5hba9w348g926ckbxp51l9bprii5v47lyln";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec ];
+ description = "Validity typeclass";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"validity-aeson" = callPackage
- ({ mkDerivation, aeson, base, validity, validity-scientific
+ ({ mkDerivation, aeson, base, hspec, validity, validity-scientific
, validity-text, validity-unordered-containers, validity-vector
}:
mkDerivation {
pname = "validity-aeson";
- version = "0.2.0.3";
- sha256 = "0rvhlbnm27yfywavp46iyhvkbwxzcnwl8p82k8xpncy4gc2493b7";
+ version = "0.2.0.4";
+ sha256 = "1k0x6va9mmz0z9hgd1is71ks4fgbziw53rm7r6jsidp4ksszdzm0";
libraryHaskellDepends = [
aeson base validity validity-scientific validity-text
validity-unordered-containers validity-vector
];
+ testHaskellDepends = [ aeson base hspec validity ];
description = "Validity instances for aeson";
license = stdenv.lib.licenses.mit;
}) {};
@@ -255454,8 +258920,8 @@ self: {
({ mkDerivation, base, containers, validity }:
mkDerivation {
pname = "validity-containers";
- version = "0.5.0.1";
- sha256 = "1rhr3ibxj94gipdqq2ar1qkklpavs2yj53n3qrnfawhs2sih9kpd";
+ version = "0.5.0.3";
+ sha256 = "064sd52y3cmfz9j1yhfz6wsm3993mnh9xgyzy6jzd4cdfmh19sdd";
libraryHaskellDepends = [ base containers validity ];
description = "Validity instances for containers";
license = stdenv.lib.licenses.mit;
@@ -255733,21 +259199,6 @@ self: {
}:
mkDerivation {
pname = "vault";
- version = "0.3.1.3";
- sha256 = "0vdm472vn734xa27jjm2mjacl37mxiqaaahvm4hzqjgyh4cqq377";
- libraryHaskellDepends = [
- base containers hashable semigroups unordered-containers
- ];
- description = "a persistent store for values of arbitrary types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "vault_0_3_1_4" = callPackage
- ({ mkDerivation, base, containers, hashable, semigroups
- , unordered-containers
- }:
- mkDerivation {
- pname = "vault";
version = "0.3.1.4";
sha256 = "0na31n56p6713az0vfhdrv53n03bb3yrnyszf3vxsjlgvrax472v";
libraryHaskellDepends = [
@@ -255755,7 +259206,6 @@ self: {
];
description = "a persistent store for values of arbitrary types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vault-tool" = callPackage
@@ -256047,6 +259497,8 @@ self: {
pname = "vec-optics";
version = "0.3";
sha256 = "13g0j9hn27jfjlrm7c6bdsb2lhwrg016cal7hdic8azdxgdp8n0a";
+ revision = "1";
+ editedCabalFile = "10abn334qhbik8s8lx1r54vcbj3d2s091j2w98mq3cllksa8dmv0";
libraryHaskellDepends = [ base fin optics-core vec ];
description = "Vec: length-indexed (sized) list: optics support";
license = stdenv.lib.licenses.bsd3;
@@ -256462,8 +259914,8 @@ self: {
}:
mkDerivation {
pname = "vector-sized";
- version = "1.4.0.0";
- sha256 = "1rh8jjbpw8c6mprwqzd8x7n1kcm5kld3ajrrsahnm91aaw9z1cy6";
+ version = "1.4.1.0";
+ sha256 = "14l6c8l8l29f6kdffknd70kkccfjcf105i1zd0kchgsgjnr9p6l1";
libraryHaskellDepends = [
adjunctions base binary comonad deepseq distributive
finite-typelits hashable indexed-list-literals primitive vector
@@ -256910,6 +260362,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "versions_3_5_4" = callPackage
+ ({ mkDerivation, base, deepseq, hashable, megaparsec, microlens
+ , QuickCheck, tasty, tasty-hunit, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "versions";
+ version = "3.5.4";
+ sha256 = "1n6mayi2qinlv12bf83qskiazwzgl37d4nxvglmwmddb7lpyxbrw";
+ libraryHaskellDepends = [ base deepseq hashable megaparsec text ];
+ testHaskellDepends = [
+ base megaparsec microlens QuickCheck tasty tasty-hunit
+ tasty-quickcheck text
+ ];
+ description = "Types and parsers for software version numbers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"vflow-types" = callPackage
({ mkDerivation, aeson, base, bytestring, ip, json-alt
, json-autotype, neat-interpolation, QuickCheck, quickcheck-classes
@@ -257105,8 +260575,8 @@ self: {
}:
mkDerivation {
pname = "viewprof";
- version = "0.0.0.32";
- sha256 = "0kij1cscfjg6bvh0gm6avsrd2n225dwg2pn8wk3xydvxq1wpcg2b";
+ version = "0.0.0.33";
+ sha256 = "1xj9b2b3wi0sr75fafcjh054aqs4g9sdqryc4w5lwr7wndi0qjgr";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -257126,7 +260596,7 @@ self: {
version = "1.0";
sha256 = "0kzwp58lki3jvx09n6w8rc97idhy947xqik72p2fqjyigkymv04h";
libraryHaskellDepends = [ base mtl ];
- description = "Views allow you to run a State monad on part of a state";
+ description = "Views allow you to run a State monad on part of a state.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -257261,10 +260731,8 @@ self: {
}:
mkDerivation {
pname = "vinyl";
- version = "0.12.1";
- sha256 = "0bwy1814762vy2din5i73h4d6mmf4hw71ix5c1mnnzmbmjnmbqc0";
- revision = "1";
- editedCabalFile = "0v5rhc9xxb1q8z1kj1y2c0zy5ijx044fggvvk1844hz2z93f5x83";
+ version = "0.12.2";
+ sha256 = "1h5q5y3ni7vx48rmammf66nzjmbclwh5n1c41gln8fm98n6n96yn";
libraryHaskellDepends = [ array base ghc-prim ];
testHaskellDepends = [
aeson base doctest hspec lens lens-aeson microlens mtl
@@ -257554,6 +261022,8 @@ self: {
libraryHaskellDepends = [ base mtl profunctors ];
description = "Profunctor optics via the profunctor representation theorem";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vivid" = callPackage
@@ -257977,18 +261447,12 @@ self: {
}) {};
"vulkan" = callPackage
- ({ mkDerivation, base, bytestring, transformers, vector
- , vector-sized, vulkan
- }:
+ ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
mkDerivation {
pname = "vulkan";
- version = "3.1.0.0";
- sha256 = "0g2avnjizgn6qb7vp4zy71db2pd9d1s16k0nagcc0fsyx5mnhh49";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring transformers vector vector-sized
- ];
+ version = "3.3";
+ sha256 = "18xch9fs4xnknfvxx867yg3mbp2y9fv4lldrlk7nkqp8hlsgzh1k";
+ libraryHaskellDepends = [ base bytestring transformers vector ];
librarySystemDepends = [ vulkan ];
description = "Bindings to the Vulkan graphics API";
license = stdenv.lib.licenses.bsd3;
@@ -258669,8 +262133,8 @@ self: {
}:
mkDerivation {
pname = "wai-log";
- version = "0.1.0.0";
- sha256 = "1a0fs008nj47pbr8cjf8wh5j4dqqpgrp0dg75k2x5gx8v28d6q3n";
+ version = "0.2.0.0";
+ sha256 = "02lsvkh7mkqd6p69qffrl62pdxzn5h1a4wnqflb3sycifi8dmj9b";
libraryHaskellDepends = [
aeson base http-types log-base string-conversions text time wai
];
@@ -258774,31 +262238,32 @@ self: {
, blaze-builder, blaze-html, bytestring, case-insensitive, cereal
, clientsession, cookie, exceptions, hedgehog, hoauth2, http-client
, http-client-tls, http-conduit, http-reverse-proxy, http-types
- , optparse-simple, regex-posix, safe-exceptions, shakespeare, text
- , time, unix-compat, unordered-containers, uri-bytestring, vault
- , wai, wai-app-static, wai-extra, warp, yaml
+ , jose, microlens, mtl, optparse-simple, regex-posix
+ , safe-exceptions, shakespeare, tasty, tasty-hedgehog, tasty-hunit
+ , text, time, unix-compat, unordered-containers, uri-bytestring
+ , vault, wai, wai-app-static, wai-extra, warp, yaml
}:
mkDerivation {
pname = "wai-middleware-auth";
- version = "0.2.1.0";
- sha256 = "16gm0r4jlmzx5qd4s03whqlc8siy139fwrb6q26a053c85n5lw0f";
- revision = "1";
- editedCabalFile = "14aicx9vvp5p77hxmx0zqmqmz4qgv7adr7rsvxy76k0rszz8s8d6";
+ version = "0.2.3.0";
+ sha256 = "0cah1g4j8vzncp00x0im5clhq198z8k4bq2q4hxcz9n7libz7l3r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base base64-bytestring binary blaze-builder blaze-html
bytestring case-insensitive cereal clientsession cookie exceptions
hoauth2 http-client http-client-tls http-conduit http-reverse-proxy
- http-types regex-posix safe-exceptions shakespeare text time
- unix-compat unordered-containers uri-bytestring vault wai
- wai-app-static wai-extra yaml
+ http-types jose microlens mtl regex-posix safe-exceptions
+ shakespeare text time unix-compat unordered-containers
+ uri-bytestring vault wai wai-app-static wai-extra yaml
];
executableHaskellDepends = [
- base bytestring cereal clientsession optparse-simple warp
+ base bytestring cereal clientsession optparse-simple wai-extra warp
];
testHaskellDepends = [
- base binary bytestring hedgehog hoauth2 text
+ aeson base binary bytestring clientsession cookie hedgehog hoauth2
+ http-types jose microlens mtl tasty tasty-hedgehog tasty-hunit text
+ time uri-bytestring wai wai-extra warp
];
description = "Authentication middleware that secures WAI application";
license = stdenv.lib.licenses.mit;
@@ -260013,8 +263478,8 @@ self: {
}:
mkDerivation {
pname = "warp";
- version = "3.3.9";
- sha256 = "1hb8984sp0dri2a65sql0j310x47063dn4mbpmax0bkn13l4b6j3";
+ version = "3.3.10";
+ sha256 = "0i2pmcqni2j00jff634ajlngixfkz3fvdfhncwzzc4k2zqbnazpz";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
@@ -260036,7 +263501,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "warp_3_3_10" = callPackage
+ "warp_3_3_11" = callPackage
({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
, bytestring, case-insensitive, containers, directory, gauge
, ghc-prim, hashable, hspec, http-client, http-date, http-types
@@ -260046,8 +263511,8 @@ self: {
}:
mkDerivation {
pname = "warp";
- version = "3.3.10";
- sha256 = "0i2pmcqni2j00jff634ajlngixfkz3fvdfhncwzzc4k2zqbnazpz";
+ version = "3.3.11";
+ sha256 = "09jqdgxpgkch3i9b8mqjp10dljidgmgyg5as72r9c908m75n7a21";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
@@ -260834,8 +264299,8 @@ self: {
}:
mkDerivation {
pname = "web3";
- version = "0.8.3.2";
- sha256 = "1yk24r1pbavvp8si8yxk4p5n4s80h1klz5rav49sgrw8zj69n3x7";
+ version = "0.8.4.0";
+ sha256 = "1sib2s0zkn8a26y4mfyyy7vjxj3b5x4nmanj27zijnh2aa8rr51c";
libraryHaskellDepends = [
aeson async base basement bytestring cereal cryptonite data-default
exceptions generics-sop http-client http-client-tls machines memory
@@ -261264,8 +264729,6 @@ self: {
];
description = "webfont generator";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"webkit" = callPackage
@@ -261439,8 +264902,8 @@ self: {
}:
mkDerivation {
pname = "websockets";
- version = "0.12.7.0";
- sha256 = "11jz0d7hgbl449dvz789gyf85gdwm6h0klq05vilmplpdx61h4az";
+ version = "0.12.7.1";
+ sha256 = "1jqlvgw1ffw0236y4g7li188m9ac37a2yp07vkvcmbz63rmhfmnk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -261838,8 +265301,6 @@ self: {
libraryHaskellDepends = [ base shelly template-haskell text ];
description = "Determine the full path to an executable";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"while-lang-parser" = callPackage
@@ -262343,15 +265804,20 @@ self: {
}) {};
"with-utf8" = callPackage
- ({ mkDerivation, base, deepseq, hedgehog, HUnit, safe-exceptions
- , tasty, tasty-discover, tasty-hedgehog, tasty-hunit, temporary
- , text, unix
+ ({ mkDerivation, base, deepseq, directory, filepath, hedgehog
+ , HUnit, process, safe-exceptions, tasty, tasty-discover
+ , tasty-hedgehog, tasty-hunit, temporary, text, th-env, unix
}:
mkDerivation {
pname = "with-utf8";
- version = "1.0.0.0";
- sha256 = "06xznaszw7d6rznvzhzw3y4z31b4vx4djms85rq4qsbpfbdrh2zc";
+ version = "1.0.2.0";
+ sha256 = "0zb2xrxf1as38iykljm62kdq6in02miw8xvckh86sfn79csggjvg";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [ base safe-exceptions text ];
+ executableHaskellDepends = [
+ base directory filepath process safe-exceptions th-env
+ ];
testHaskellDepends = [
base deepseq hedgehog HUnit safe-exceptions tasty tasty-hedgehog
tasty-hunit temporary text unix
@@ -262411,6 +265877,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "within" = callPackage
+ ({ mkDerivation, base, comonad, exceptions, free, hashable, path }:
+ mkDerivation {
+ pname = "within";
+ version = "0.1.1.0";
+ sha256 = "107gi32zsp7srb2lgmbmrdzry2irgshnznkf81sw3f1n07qhci40";
+ libraryHaskellDepends = [
+ base comonad exceptions free hashable path
+ ];
+ description = "A value within another path";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"witness" = callPackage
({ mkDerivation, base, constraints, semigroupoids, transformers }:
mkDerivation {
@@ -263391,6 +266870,46 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "wreq-patchable" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, attoparsec
+ , authenticate-oauth, base, base16-bytestring, base64-bytestring
+ , bytestring, Cabal, cabal-doctest, case-insensitive, containers
+ , cryptonite, directory, doctest, exceptions, filepath, ghc-prim
+ , hashable, http-client, http-client-tls, http-types, HUnit, lens
+ , lens-aeson, memory, mime-types, network-info, psqueues
+ , QuickCheck, snap-core, snap-server, template-haskell, temporary
+ , test-framework, test-framework-hunit, test-framework-quickcheck2
+ , text, time, time-locale-compat, transformers, unix-compat
+ , unordered-containers, uuid, vector
+ }:
+ mkDerivation {
+ pname = "wreq-patchable";
+ version = "1.0.0.0";
+ sha256 = "0dj1cq8jmvwk12r5b5hmlj5m9hbhkhjz8bm3zxahwqap5kbi7c1c";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ aeson attoparsec authenticate-oauth base base16-bytestring
+ bytestring case-insensitive containers cryptonite exceptions
+ ghc-prim hashable http-client http-client-tls http-types lens
+ lens-aeson memory mime-types psqueues template-haskell text time
+ time-locale-compat unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base base64-bytestring bytestring
+ case-insensitive containers directory doctest filepath hashable
+ http-client http-types HUnit lens lens-aeson network-info
+ QuickCheck snap-core snap-server temporary test-framework
+ test-framework-hunit test-framework-quickcheck2 text time
+ transformers unix-compat unordered-containers uuid vector
+ ];
+ description = "An easy-to-use HTTP client library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"wreq-sb" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec
, authenticate-oauth, base, base16-bytestring, base64-bytestring
@@ -263755,6 +267274,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "wstunnel" = callPackage
+ ({ mkDerivation, async, base, base64-bytestring, binary, bytestring
+ , classy-prelude, cmdargs, connection, hslogger, hspec, iproute
+ , mtl, network, network-conduit-tls, streaming-commons, text
+ , unordered-containers, websockets
+ }:
+ mkDerivation {
+ pname = "wstunnel";
+ version = "0.3.0.1";
+ sha256 = "17qbf9sy82lrnqz8aa3brggdps7adlizm75x3x5byib769v1k1pa";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base base64-bytestring binary bytestring classy-prelude
+ connection hslogger iproute mtl network network-conduit-tls
+ streaming-commons text unordered-containers websockets
+ ];
+ executableHaskellDepends = [
+ async base bytestring classy-prelude cmdargs hslogger text
+ ];
+ testHaskellDepends = [
+ async base binary bytestring classy-prelude hspec network
+ network-conduit-tls streaming-commons text
+ ];
+ description = "Initial project template from stack";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"wtk" = callPackage
({ mkDerivation, base, old-locale, time, transformers }:
mkDerivation {
@@ -263828,7 +267377,7 @@ self: {
revision = "1";
editedCabalFile = "1jszf2hdipr9iry6pcdhhk42aglcq6m3zvg9rgmnickfdzd4k71h";
libraryHaskellDepends = [ base containers time vector-space ];
- description = "Pure Haskell PostScript and SVG generation";
+ description = "Pure Haskell PostScript and SVG generation.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -265090,8 +268639,10 @@ self: {
}:
mkDerivation {
pname = "xml-conduit-stylist";
- version = "1.1.0.0";
- sha256 = "0bj6mcd4k6wlrzizf3j2mnmbbl624k0xcsfrz9c3wpvdxb9iyqsr";
+ version = "2.2.0.0";
+ sha256 = "0zd7irwy8fl9zkpzj85lg9xv4m01cr4dzvlxyz8nh6l1rwvhqang";
+ revision = "2";
+ editedCabalFile = "0h20v462sfq4cli5b9d574qjhxs1vgzh5yb2spgj6w9pmf7ydf61";
libraryHaskellDepends = [
base containers css-syntax network-uri stylist text
unordered-containers xml-conduit
@@ -266917,8 +270468,8 @@ self: {
}:
mkDerivation {
pname = "yaml";
- version = "0.11.3.0";
- sha256 = "01lafh83rp0v49f052vyv4gcbdgzcf42cmg0iqlykk6c586ksvh4";
+ version = "0.11.4.0";
+ sha256 = "0v69d10ni6ydj4g63ajcmnx6a2j3kbl91vpz678l7k5mkd3chkns";
configureFlags = [ "-fsystem-libyaml" ];
isLibrary = true;
isExecutable = true;
@@ -267136,6 +270687,33 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "yamlparse-applicative" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers
+ , genvalidity-aeson, genvalidity-containers, genvalidity-hspec
+ , genvalidity-scientific, genvalidity-text
+ , genvalidity-unordered-containers, hspec, optparse-applicative
+ , path, path-io, prettyprinter, QuickCheck, scientific, text
+ , unordered-containers, validity, validity-text, vector, yaml
+ }:
+ mkDerivation {
+ pname = "yamlparse-applicative";
+ version = "0.1.0.1";
+ sha256 = "089s5f3i3yz833g7q2rd55v9hn93cdzprhniymw37qdmhv5jw960";
+ libraryHaskellDepends = [
+ aeson base bytestring containers optparse-applicative path path-io
+ prettyprinter scientific text unordered-containers validity
+ validity-text vector yaml
+ ];
+ testHaskellDepends = [
+ aeson base containers genvalidity-aeson genvalidity-containers
+ genvalidity-hspec genvalidity-scientific genvalidity-text
+ genvalidity-unordered-containers hspec QuickCheck scientific text
+ unordered-containers
+ ];
+ description = "Declaritive configuration parsing with free docs";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"yampa-canvas" = callPackage
({ mkDerivation, base, blank-canvas, stm, time, Yampa }:
mkDerivation {
@@ -267445,8 +271023,8 @@ self: {
}:
mkDerivation {
pname = "yaya";
- version = "0.2.1.2";
- sha256 = "179mq32b5gjlwfpldm4msqnxv316gb2gj3s0kzhkcyk0l3i3y8fi";
+ version = "0.3.0.0";
+ sha256 = "0jwk4pym5rclgk080lwc3ww1wa42xpzlnf31i8clwg1b9h05c8f2";
libraryHaskellDepends = [
base bifunctors comonad constraints containers distributive either
errors free kan-extensions lens profunctors template-haskell
@@ -267460,21 +271038,38 @@ self: {
({ mkDerivation, base, deriving-compat, hedgehog, yaya }:
mkDerivation {
pname = "yaya-hedgehog";
- version = "0.1.2.1";
- sha256 = "18lyhb7fqdbp2p71y5jydcb8xzbahqzy1jmsnsb4hym8v8ax71cv";
+ version = "0.2.0.0";
+ sha256 = "1pc87r0angyg8mym450hwkswnkf3jv8gmxmyalrxwrf5dwh0029y";
libraryHaskellDepends = [ base deriving-compat hedgehog yaya ];
description = "Hedgehog testing support for the Yaya recursion scheme library";
license = stdenv.lib.licenses.agpl3;
}) {};
+ "yaya-test" = callPackage
+ ({ mkDerivation, base, deriving-compat, hedgehog, yaya
+ , yaya-hedgehog
+ }:
+ mkDerivation {
+ pname = "yaya-test";
+ version = "0.3.0.0";
+ sha256 = "1jbj9z5bxf1r5c8sdsyrc66rwlf1pgw2xs7iy4bxs5h37l74bqg6";
+ isLibrary = false;
+ isExecutable = false;
+ testHaskellDepends = [
+ base deriving-compat hedgehog yaya yaya-hedgehog
+ ];
+ description = "Test suites for `yaya`";
+ license = stdenv.lib.licenses.agpl3;
+ }) {};
+
"yaya-unsafe" = callPackage
({ mkDerivation, base, bifunctors, comonad, either, free, lens
, yaya
}:
mkDerivation {
pname = "yaya-unsafe";
- version = "0.1.1.2";
- sha256 = "0cvfrzqx5d56nld60p1n5qmwn4j4gbsvy7jf5lk4ar5da4w8a90c";
+ version = "0.2.0.0";
+ sha256 = "0j4cf7v5pzp4cck2mvs56xpsim7z3z9b8hgpivhp64g529wnzszr";
libraryHaskellDepends = [
base bifunctors comonad either free lens yaya
];
@@ -267482,6 +271077,22 @@ self: {
license = stdenv.lib.licenses.agpl3;
}) {};
+ "yaya-unsafe-test" = callPackage
+ ({ mkDerivation, base, hedgehog, yaya, yaya-hedgehog, yaya-unsafe
+ }:
+ mkDerivation {
+ pname = "yaya-unsafe-test";
+ version = "0.1.1.2";
+ sha256 = "0qfhgb3mzm6s04y4rxlba9yz2yr37z5qmqwp1p6hkdbr38z5z9p5";
+ isLibrary = false;
+ isExecutable = false;
+ testHaskellDepends = [
+ base hedgehog yaya yaya-hedgehog yaya-unsafe
+ ];
+ description = "Test suites for `yaya-unsafe`";
+ license = stdenv.lib.licenses.agpl3;
+ }) {};
+
"ycextra" = callPackage
({ mkDerivation, base, containers, csv, mtl, uniplate, yhccore }:
mkDerivation {
@@ -271040,6 +274651,30 @@ self: {
broken = true;
}) {};
+ "zeolite-lang" = callPackage
+ ({ mkDerivation, base, containers, directory, filepath, hashable
+ , mtl, parsec, regex-tdfa, transformers, unix
+ }:
+ mkDerivation {
+ pname = "zeolite-lang";
+ version = "0.6.0.0";
+ sha256 = "12g5dsyvc47r236yr4lqa9dzkjqcn646xszw92559w9j555a74lf";
+ isLibrary = false;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ base containers directory filepath hashable mtl parsec regex-tdfa
+ transformers unix
+ ];
+ executableHaskellDepends = [
+ base containers directory filepath unix
+ ];
+ testHaskellDepends = [ base directory filepath ];
+ doHaddock = false;
+ description = "Zeolite is a statically-typed, general-purpose programming language";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"zephyr" = callPackage
({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base
, base-compat, boxes, bytestring, containers, directory, filepath
@@ -271520,7 +275155,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "zip_1_4_1" = callPackage
+ "zip_1_5_0" = callPackage
({ mkDerivation, base, bytestring, bzlib-conduit, case-insensitive
, cereal, conduit, conduit-extra, containers, digest, directory
, dlist, exceptions, filepath, hspec, monad-control, mtl
@@ -271529,8 +275164,8 @@ self: {
}:
mkDerivation {
pname = "zip";
- version = "1.4.1";
- sha256 = "0jnvqss17zjfs91flsammlx4flw527iddlav37jzqihi6j65aqp2";
+ version = "1.5.0";
+ sha256 = "00lqf0bw6abxdj9rs658blbhabzr1fd1w9dh0qflyxqkd8fqj7h5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -271674,6 +275309,20 @@ self: {
broken = true;
}) {};
+ "zipper-extra" = callPackage
+ ({ mkDerivation, base, comonad, comonad-extras, exceptions, split
+ }:
+ mkDerivation {
+ pname = "zipper-extra";
+ version = "0.1.1.0";
+ sha256 = "1hmbn4vs1k4w24szq8m1qkvsa042d19xvvxiaj4chj39w2wc9gjr";
+ libraryHaskellDepends = [
+ base comonad comonad-extras exceptions split
+ ];
+ description = "Zipper utils that weren't in Control.Comonad.Store.Zipper";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"zippers" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, criterion, doctest
, fail, lens, profunctors, semigroupoids, semigroups
@@ -272047,35 +275696,54 @@ self: {
}) {};
"zre" = callPackage
- ({ mkDerivation, async, attoparsec, base, binary, binary-strict
- , bytestring, config-ini, containers, data-default, lifted-async
- , monad-control, mtl, network, network-info, network-multicast
- , optparse-applicative, process, random, repline, sockaddr, stm
+ ({ mkDerivation, async, attoparsec, base, binary, bytestring
+ , config-ini, containers, data-default, directory, filepath
+ , lifted-async, monad-control, mtl, network, network-bsd
+ , network-info, network-multicast, optparse-applicative, process
+ , QuickCheck, quickcheck-instances, random, repline, sockaddr, stm
, text, time, transformers-base, uuid, zeromq4-haskell
}:
mkDerivation {
pname = "zre";
- version = "0.1.0.1";
- sha256 = "0ddd7ppx8ivgrcvaj1d74vxjrgly8y5k5yr181dmi0z0jfkkkfx4";
+ version = "0.1.0.2";
+ sha256 = "09h1vsnm9p4yds8k4k7c5ixn8q6cikwkiw6wxf7srl9bbrwxhj9l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async attoparsec base binary binary-strict bytestring config-ini
- containers data-default monad-control mtl network network-info
- network-multicast optparse-applicative process random sockaddr stm
- text time transformers-base uuid zeromq4-haskell
+ async attoparsec base binary bytestring config-ini containers
+ data-default directory filepath monad-control mtl network
+ network-bsd network-info network-multicast optparse-applicative
+ process random sockaddr stm text time transformers-base uuid
+ zeromq4-haskell
];
executableHaskellDepends = [
async base bytestring lifted-async monad-control mtl repline stm
time
];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base bytestring QuickCheck quickcheck-instances uuid
+ ];
description = "ZRE protocol implementation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
+ "zsdd" = callPackage
+ ({ mkDerivation, base, containers, hashable, mtl
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "zsdd";
+ version = "0.2.1.0";
+ sha256 = "107mw1xyx1imi2w0lz5f768yj8r9plamz7f988yhw89i8l51wx80";
+ libraryHaskellDepends = [
+ base containers hashable mtl unordered-containers
+ ];
+ description = "Zero-Suppressed and Reduced Decision Diagrams";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"zsh-battery" = callPackage
({ mkDerivation, base, directory, filepath, mtl }:
mkDerivation {
@@ -272150,21 +275818,21 @@ self: {
}) {};
"ztar" = callPackage
- ({ mkDerivation, base, bytestring, bytestring-arbitrary, deepseq
- , directory, filepath, path, path-io, process, QuickCheck, tasty
+ ({ mkDerivation, base, bytestring, deepseq, directory, filepath
+ , path, path-io, process, QuickCheck, quickcheck-instances, tasty
, tasty-quickcheck, text, unix-compat, zip, zlib
}:
mkDerivation {
pname = "ztar";
- version = "1.0.1";
- sha256 = "13nqbl1bakyw0nn7nihs49qfqz3lx78h3nvq8d9pxm2jvp9x32j9";
+ version = "1.0.2";
+ sha256 = "081ip4fmkavrwhlqa8jwv4pdf40dvhfd7d4w3iqk3p9qpdnbjm3j";
libraryHaskellDepends = [
base bytestring deepseq directory filepath path process text
unix-compat zip zlib
];
testHaskellDepends = [
- base bytestring bytestring-arbitrary filepath path path-io
- QuickCheck tasty tasty-quickcheck
+ base bytestring filepath path path-io QuickCheck
+ quickcheck-instances tasty tasty-quickcheck
];
description = "Creating and extracting arbitrary archives";
license = stdenv.lib.licenses.bsd3;
@@ -272239,6 +275907,8 @@ self: {
];
description = "Password strength estimation based on zxcvbn";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"zxcvbn-hs" = callPackage
@@ -272277,6 +275947,8 @@ self: {
];
description = "Password strength estimation based on zxcvbn";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
}