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.nix6368
1 files changed, 4288 insertions, 2080 deletions
diff --git a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
index d1217ea37df..1b95375eb85 100644
--- a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
@@ -264,25 +264,27 @@ self: {
}) {};
"ADPfusion" = callPackage
- ({ mkDerivation, base, bits, containers, DPutils, mmorph, mtl
- , OrderedBits, primitive, PrimitiveArray, QuickCheck, strict, tasty
- , tasty-quickcheck, tasty-th, template-haskell, th-orphans
- , transformers, tuple, vector
+ ({ mkDerivation, base, bits, containers, deepseq, DPutils, ghc-prim
+ , mmorph, mtl, OrderedBits, primitive, PrimitiveArray, QuickCheck
+ , singletons, strict, tasty, tasty-quickcheck, tasty-th
+ , template-haskell, th-orphans, transformers, tuple, vector
}:
mkDerivation {
pname = "ADPfusion";
- version = "0.5.2.2";
- sha256 = "1r87pbwhghxyk4ivbyivrs8iwrzyvhy5lp0cy4c7kmvh50w0swlh";
+ version = "0.6.0.0";
+ sha256 = "093gg9s2rk2sqjpkyy9z4smlsjlxnn5afnasj1bklf09d2z324gn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bits containers DPutils mmorph mtl OrderedBits primitive
- PrimitiveArray QuickCheck strict template-haskell th-orphans
- transformers tuple vector
+ base bits containers deepseq DPutils ghc-prim mmorph mtl
+ OrderedBits primitive PrimitiveArray QuickCheck singletons strict
+ template-haskell th-orphans transformers tuple vector
];
testHaskellDepends = [
- base bits OrderedBits PrimitiveArray QuickCheck strict tasty
- tasty-quickcheck tasty-th vector
+ base bits containers deepseq DPutils ghc-prim mmorph mtl
+ OrderedBits primitive PrimitiveArray QuickCheck singletons strict
+ tasty tasty-quickcheck tasty-th template-haskell th-orphans
+ transformers tuple vector
];
description = "Efficient, high-level dynamic programming";
license = stdenv.lib.licenses.bsd3;
@@ -2966,8 +2968,8 @@ self: {
}:
mkDerivation {
pname = "ChasingBottoms";
- version = "1.3.1.6";
- sha256 = "17lw2mdzrn2f4w0byfdkyd7h7pcnjzv3n3giapcjg6bza5xjqfbd";
+ version = "1.3.1.7";
+ sha256 = "0ziiqfsvv1ypdra6kd0bhbsl852i0wqn43jkfii38yl879cdacan";
libraryHaskellDepends = [
base containers mtl QuickCheck random syb
];
@@ -5999,8 +6001,8 @@ self: {
}:
mkDerivation {
pname = "FontyFruity";
- version = "0.5.3.4";
- sha256 = "0gavpjv83vg5q2x254d3zi3kw5aprl6z8ifcn0vs6hymaj0qgls3";
+ version = "0.5.3.5";
+ sha256 = "16hafvgfmxjv6bl67f3691n2ci3k89pbh0296vfwf9jk7ah5psrd";
libraryHaskellDepends = [
base binary bytestring containers deepseq directory filepath text
vector xml
@@ -6096,28 +6098,23 @@ self: {
"FormalGrammars" = callPackage
({ mkDerivation, ADPfusion, ansi-wl-pprint, base, bytestring
- , cmdargs, containers, data-default, HaTeX, lens, mtl, parsers
- , PrimitiveArray, QuickCheck, semigroups, smallcheck, tasty
- , tasty-quickcheck, tasty-smallcheck, tasty-th, template-haskell
- , text, transformers, trifecta, unordered-containers, vector
+ , containers, data-default, lens, mtl, parsers, PrimitiveArray
+ , semigroups, template-haskell, text, transformers, trifecta
+ , unordered-containers, vector
}:
mkDerivation {
pname = "FormalGrammars";
- version = "0.3.1.2";
- sha256 = "02c80cjn4cprkcyd6vyjp7d0q9180cv0ajf6gj4x7ai5n4z2fl1q";
- isLibrary = true;
- isExecutable = true;
+ version = "0.4.0.0";
+ sha256 = "1gl0z40g8vc52zhjzdysrzgjyj5qrwhh6dnzkpfj83m13zahhy1p";
libraryHaskellDepends = [
ADPfusion ansi-wl-pprint base bytestring containers data-default
- HaTeX lens mtl parsers PrimitiveArray semigroups template-haskell
- text transformers trifecta unordered-containers vector
- ];
- executableHaskellDepends = [
- ansi-wl-pprint base cmdargs trifecta
+ lens mtl parsers PrimitiveArray semigroups template-haskell text
+ transformers trifecta unordered-containers vector
];
testHaskellDepends = [
- base QuickCheck smallcheck tasty tasty-quickcheck tasty-smallcheck
- tasty-th
+ ADPfusion ansi-wl-pprint base bytestring containers data-default
+ lens mtl parsers PrimitiveArray semigroups template-haskell text
+ transformers trifecta unordered-containers vector
];
description = "(Context-free) grammars in formal language theory";
license = stdenv.lib.licenses.gpl3;
@@ -6302,15 +6299,13 @@ self: {
}:
mkDerivation {
pname = "Frames-map-reduce";
- version = "0.1.0.1";
- sha256 = "1m3ifx867hn4zhrj9xlars44w3sv1sp6ja38kb6f3lnhr86nf8g2";
- isLibrary = true;
- isExecutable = true;
+ version = "0.2.0.0";
+ sha256 = "1gdp4xi90vq6rdcvwk2b18ip6ba4rhkn8cv737w0m8j77vvb5plx";
libraryHaskellDepends = [
base containers foldl Frames hashable map-reduce-folds newtype
profunctors vinyl
];
- executableHaskellDepends = [ base foldl Frames random text vinyl ];
+ testHaskellDepends = [ base foldl Frames random text vinyl ];
description = "Frames wrapper for map-reduce-folds and some extra folds helpers";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -7263,8 +7258,8 @@ self: {
}:
mkDerivation {
pname = "GrammarProducts";
- version = "0.1.1.3";
- sha256 = "1mr5pdm0nprs997vq7xdk7f5m85pdyncgs8qnfy2fjcs5zl8zzr0";
+ version = "0.2.0.0";
+ sha256 = "15iqga816zkc9fwfb4aiab6xjs84z56v9fm2jxbhvigvadd153bj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -7272,6 +7267,7 @@ self: {
FormalGrammars lens newtype parsers PrimitiveArray semigroups
template-haskell transformers trifecta
];
+ testHaskellDepends = [ base ];
description = "Grammar products and higher-dimensional grammars";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -7751,8 +7747,8 @@ self: {
}:
mkDerivation {
pname = "HDBC";
- version = "2.4.0.2";
- sha256 = "0nnvfyivmw5pykbna953yb6z4al1ak5vsd308lpsyv2bczymf1v7";
+ version = "2.4.0.3";
+ sha256 = "0vv2l99wpm2azm1wmbiqvra5aw708rsldd8y4fdf660q7lgvqqqy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -7800,15 +7796,16 @@ self: {
}) {inherit (pkgs) unixODBC;};
"HDBC-postgresql" = callPackage
- ({ mkDerivation, base, bytestring, convertible, HDBC, mtl, old-time
- , parsec, postgresql, time, utf8-string
+ ({ mkDerivation, base, bytestring, Cabal, convertible, HDBC, mtl
+ , old-time, parsec, postgresql, time, utf8-string
}:
mkDerivation {
pname = "HDBC-postgresql";
- version = "2.3.2.6";
- sha256 = "1kas80zv3vbqq9cd73w87fj4mwxcphfmf7ycfnl4jwdzpqjzr0yj";
+ version = "2.3.2.7";
+ sha256 = "0mfx172lrhwxx6gbqfqji8m14llng76x0mxksm3s556kakvv1cgg";
isLibrary = true;
isExecutable = true;
+ setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
base bytestring convertible HDBC mtl old-time parsec time
utf8-string
@@ -9451,6 +9448,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "HaTeX_3_22_0_0" = callPackage
+ ({ mkDerivation, base, bibtex, bytestring, containers, hashable
+ , matrix, parsec, prettyprinter, QuickCheck, tasty
+ , tasty-quickcheck, text, transformers
+ }:
+ mkDerivation {
+ pname = "HaTeX";
+ version = "3.22.0.0";
+ sha256 = "06n5r66giqwg9235fdzlky181ll1n7qlqhc9nv8gsb8dv9a6a6yv";
+ libraryHaskellDepends = [
+ base bibtex bytestring containers hashable matrix parsec
+ prettyprinter QuickCheck text transformers
+ ];
+ testHaskellDepends = [
+ base parsec QuickCheck tasty tasty-quickcheck text
+ ];
+ description = "The Haskell LaTeX library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"HaTeX-meta" = callPackage
({ mkDerivation, base, Cabal, containers, directory, filepath, ghc
, haddock, haskell-src-exts, mtl, parsec
@@ -10637,14 +10655,14 @@ self: {
license = stdenv.lib.licenses.gpl2;
}) {};
- "HsYAML_0_2_0_0" = callPackage
+ "HsYAML_0_2_1_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, mtl, parsec
, QuickCheck, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "HsYAML";
- version = "0.2.0.0";
- sha256 = "1x8zrnaqvfkap4q2gldj0y4q63kbjka8383s5k4mb0ka1n3dfqhq";
+ version = "0.2.1.0";
+ sha256 = "10qzhsg789h37q22hm9p27dx4rhbykcbxp7p3pvkws8fr7ajgxv0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -10660,16 +10678,16 @@ self: {
}) {};
"HsYAML-aeson" = callPackage
- ({ mkDerivation, aeson, base, bytestring, HsYAML, mtl, text, vector
+ ({ mkDerivation, aeson, base, bytestring, containers, HsYAML, mtl
+ , scientific, text, unordered-containers, vector
}:
mkDerivation {
pname = "HsYAML-aeson";
- version = "0.1.0.0";
- sha256 = "1hf1gwa89ghd4aaim6g8dx9wppp6d1y0w1xiddm1r8lpfidca1nw";
- revision = "1";
- editedCabalFile = "1kf35mnvc2syly35c2ffl8xxcw4h6lxv9kqirzj2in1ms19df41y";
+ version = "0.2.0.0";
+ sha256 = "12sxww260pc0bbpiyirm7911haxhljdi2f08a9ddpbgw8d5n7ffg";
libraryHaskellDepends = [
- aeson base bytestring HsYAML mtl text vector
+ aeson base bytestring containers HsYAML mtl scientific text
+ unordered-containers vector
];
description = "JSON to YAML Adapter";
license = stdenv.lib.licenses.gpl2Plus;
@@ -11041,6 +11059,20 @@ self: {
broken = true;
}) {};
+ "IntFormats" = callPackage
+ ({ mkDerivation, base, hspec, parsec, QuickCheck }:
+ mkDerivation {
+ pname = "IntFormats";
+ version = "0.1.0.0";
+ sha256 = "1w8frx6w29lxwq094vx7bk1pxi48m3qva3h2wxyl4f6w2k0l3hck";
+ libraryHaskellDepends = [ base parsec QuickCheck ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Convert integers in various bases to and from strings";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"IntGraph" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@@ -11053,6 +11085,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "InternedData" = callPackage
+ ({ mkDerivation, aeson, base, bimaps, binary, bytestring, cereal
+ , cereal-text, compact, containers, criterion, deepseq, hashable
+ , QuickCheck, string-conversions, tasty, tasty-quickcheck, tasty-th
+ , text, text-binary, utf8-string, vector-th-unbox
+ }:
+ mkDerivation {
+ pname = "InternedData";
+ version = "0.0.0.1";
+ sha256 = "0wyxh6hzhxgia66knwbpbkjhx4zk3fw6dswqzfxir0i4bqdn35xx";
+ libraryHaskellDepends = [
+ aeson base bimaps binary bytestring cereal cereal-text compact
+ deepseq hashable string-conversions text text-binary utf8-string
+ vector-th-unbox
+ ];
+ testHaskellDepends = [
+ aeson base binary cereal QuickCheck string-conversions tasty
+ tasty-quickcheck tasty-th
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion deepseq text
+ ];
+ description = "Data interning (with compact regions where possible)";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"Interpolation" = callPackage
({ mkDerivation, base, haskell-src-meta, syb, template-haskell }:
mkDerivation {
@@ -11378,8 +11436,8 @@ self: {
}:
mkDerivation {
pname = "JuicyPixels";
- version = "3.3.3.1";
- sha256 = "1zwp78zk4ybaqg57njhww67x3bb75h1i3rdliz40q4p4050gn6mf";
+ version = "3.3.4";
+ sha256 = "0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x";
libraryHaskellDepends = [
base binary bytestring containers deepseq mtl primitive
transformers vector zlib
@@ -13345,18 +13403,20 @@ self: {
}) {};
"Monadoro" = callPackage
- ({ mkDerivation, ansi-terminal, base, doctest, time }:
+ ({ mkDerivation, ansi-terminal, base, doctest, process, time }:
mkDerivation {
pname = "Monadoro";
- version = "0.2.1.5";
- sha256 = "1k4f7ks0cbyqz2g6y5kdzrlbx2j3xz7mrvj79k2m3lbhs4hcik6l";
+ version = "0.2.1.8";
+ sha256 = "19xnj9hcb3dk3igkwzh5vfvkixyya84r1jxrh1x1k663fapcnkp5";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ ansi-terminal base time ];
- executableHaskellDepends = [ ansi-terminal base time ];
- testHaskellDepends = [ ansi-terminal base doctest time ];
+ libraryHaskellDepends = [ ansi-terminal base process time ];
+ executableHaskellDepends = [ ansi-terminal base process time ];
+ testHaskellDepends = [ ansi-terminal base doctest process time ];
description = "A minimalistic CLI Pomodoro timer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Monaris" = callPackage
@@ -13774,25 +13834,28 @@ self: {
}) {};
"NaturalLanguageAlphabets" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, binary, cereal
- , containers, criterion, deepseq, file-embed, hashtables
- , LinguisticsTypes, mwc-random, QuickCheck, random, tasty
- , tasty-quickcheck, tasty-th, text, unordered-containers, vector
+ ({ mkDerivation, aeson, ansi-wl-pprint, base, binary, bytestring
+ , cereal, containers, criterion, deepseq, errors, file-embed
+ , hashable, hashtables, InternedData, lens, mtl, mwc-random
+ , parsers, QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-th, text, transformers, trifecta, unordered-containers
+ , utf8-string, vector
}:
mkDerivation {
pname = "NaturalLanguageAlphabets";
- version = "0.1.1.0";
- sha256 = "12yv4fp9wd8crlz17kfa4h6ccv1amgk0an51g2r8vx6nrgvnkl7z";
+ version = "0.2.1.0";
+ sha256 = "11iybvgzzpaxlwgq71hqpl24f5xymzvnbb7m530wwg3fb9wdkd1y";
libraryHaskellDepends = [
- aeson attoparsec base file-embed LinguisticsTypes text
- unordered-containers
+ aeson ansi-wl-pprint base bytestring containers errors file-embed
+ hashable InternedData lens mtl parsers text transformers trifecta
+ unordered-containers utf8-string
];
testHaskellDepends = [
- aeson base binary cereal LinguisticsTypes QuickCheck tasty
- tasty-quickcheck tasty-th text unordered-containers
+ aeson base binary cereal InternedData mtl QuickCheck tasty
+ tasty-hunit tasty-quickcheck tasty-th text unordered-containers
];
benchmarkHaskellDepends = [
- base containers criterion deepseq hashtables LinguisticsTypes
+ base containers criterion deepseq hashtables InternedData
mwc-random random unordered-containers vector
];
description = "Simple scoring schemes for word alignments";
@@ -15816,8 +15879,6 @@ self: {
testToolDepends = [ python3 ];
description = "Quasiquotations for a python like interpolated string formater";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) python3;};
"QIO" = callPackage
@@ -15961,8 +16022,8 @@ self: {
({ mkDerivation, base, mtl, QuickCheck, random }:
mkDerivation {
pname = "QuickCheck-GenT";
- version = "0.2.0";
- sha256 = "0vbc4zw9f03hm6mnlkiymp75yi9knar12zyyrchlr8792acwlcrd";
+ version = "0.2.1";
+ sha256 = "1bf3vx2szdb0svnmhn0k7vfkv86vhfxgcfklzlf5w7y49s4369k0";
libraryHaskellDepends = [ base mtl QuickCheck random ];
description = "A GenT monad transformer for QuickCheck library";
license = stdenv.lib.licenses.mit;
@@ -17473,8 +17534,8 @@ self: {
pname = "SecureHash-SHA3";
version = "0.1.1.0";
sha256 = "0dva3bzfzyzh8kxljyipd041a2w1zhxjvxmhnw2mlv2jcywnk2hz";
- revision = "1";
- editedCabalFile = "034vwq9cfqjj6hj2nf5g8n2p5gsxpdgp6gwgsmi40klracl5ps5s";
+ revision = "2";
+ editedCabalFile = "0rvalvvjadb0i0rh9z5lgw2hca4a9yw3cg2f6gcx7h30f5dp8x1j";
libraryHaskellDepends = [ base bytestring ];
description = "simple static linked SHA3 using private symbols and the ref impl";
license = stdenv.lib.licenses.bsd2;
@@ -18457,8 +18518,8 @@ self: {
pname = "Strafunski-StrategyLib";
version = "5.0.1.0";
sha256 = "15d2m7ahb3jwriariaff0yz93mmrhpv579wink9838w9091cf650";
- revision = "1";
- editedCabalFile = "1hngxq1f7fybg6ixkdhmvgsw608mhnxkwbw04ql5zspcfl78v6l2";
+ revision = "2";
+ editedCabalFile = "1g9ksfgcz8fjasn78zq7w1yw9wk87i4gd5i0pf31gnf4l3963yz8";
libraryHaskellDepends = [ base directory mtl syb transformers ];
description = "Library for strategic programming";
license = stdenv.lib.licenses.bsd3;
@@ -20510,8 +20571,8 @@ self: {
}:
mkDerivation {
pname = "X11";
- version = "1.9";
- sha256 = "1f8dy6ckkyvpcv7zlniyv01cqjb9lgqscm8pml58cvwc7n38w4qh";
+ version = "1.9.1";
+ sha256 = "0gg6852mrlgl8zng1j84fismz7k81jr5fk92glgkscf8q6ryg0bm";
libraryHaskellDepends = [ base data-default ];
librarySystemDepends = [
libX11 libXext libXinerama libXrandr libXrender libXScrnSaver
@@ -21186,12 +21247,14 @@ self: {
({ mkDerivation, base, comonad, tasty, tasty-quickcheck }:
mkDerivation {
pname = "abides";
- version = "0.0.0";
- sha256 = "0bksprm776xqxvizmwxaq996kvwj4gvd4ckwalr72aa2082vzs17";
+ version = "0.0.1";
+ sha256 = "0qw4zlbz92j9m5wnnckmyc7vr5naq41zv1g648b02kb8zp94l7hf";
libraryHaskellDepends = [ base comonad ];
testHaskellDepends = [ base comonad tasty tasty-quickcheck ];
description = "Simple boolean tests to see if a value abides by certain properties";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"abnf" = callPackage
@@ -21851,8 +21914,8 @@ self: {
}:
mkDerivation {
pname = "acid-state";
- version = "0.15.1";
- sha256 = "0dhzi1f951q2csi8rk393rg81jpd8w9vxwlmg638dknh4i35zg35";
+ version = "0.15.2";
+ sha256 = "08v807yxkd13m1zffw1yryifjgn7w28a31hb0sg0n3yw7vzk9ny3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -23340,8 +23403,8 @@ self: {
}:
mkDerivation {
pname = "aeson-gadt-th";
- version = "0.2.1.1";
- sha256 = "18lkf75pw8lp03bj4b8vknj7ysvbhpix6zkzd86qaq0z3yh6s6jv";
+ version = "0.2.1.2";
+ sha256 = "1azms3ilfkqvyxxm2zjr55wali8vxx294lv924wn4ni5rqxhmjcq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -23355,6 +23418,8 @@ self: {
];
description = "Derivation of Aeson instances for GADTs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aeson-generic-compat" = callPackage
@@ -23464,10 +23529,8 @@ self: {
}:
mkDerivation {
pname = "aeson-optics";
- version = "1.1";
- sha256 = "0cyhlhks1zq1h7f49qi1xk094j7zhqfz8p0dpyg18qghppzhlyd8";
- revision = "1";
- editedCabalFile = "1ql2zqjcwy744qzydj3gk4qgnj4nzba6j2d5fvi31i5va7vqad2d";
+ version = "1.1.0.1";
+ sha256 = "1pfi84cl7w5bp7dwdhcyi8kchvbfjybqcp0sifqrn70dj2b50mf7";
libraryHaskellDepends = [
aeson attoparsec base base-compat bytestring optics-core
optics-extra scientific text unordered-containers vector
@@ -23561,8 +23624,8 @@ self: {
}:
mkDerivation {
pname = "aeson-pretty";
- version = "0.8.7";
- sha256 = "1m977gs0s9gf3lwzlbs5y7bl6ansc5pywmn2qjk09l5bwg2yrhf1";
+ version = "0.8.8";
+ sha256 = "09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -23655,8 +23718,8 @@ self: {
}:
mkDerivation {
pname = "aeson-schemas";
- version = "1.0.2";
- sha256 = "1f75fk4775gri6qvgkcsfx9v7f832zy76z61wl63q8h0yh6lapxl";
+ version = "1.0.3";
+ sha256 = "0fmhqibw6mw9shxh94riqq465njbgjsv539xb6sx7qpkhcck2csi";
libraryHaskellDepends = [
aeson base bytestring first-class-families megaparsec
template-haskell text unordered-containers
@@ -23839,6 +23902,31 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "aeson-yaml" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, string-qq, tasty
+ , tasty-discover, tasty-hunit, text, unordered-containers, vector
+ , yaml
+ }:
+ mkDerivation {
+ pname = "aeson-yaml";
+ version = "1.0.0.0";
+ sha256 = "1d9ijcd9vry7fx5ks0qcq5q6pmncibg3m9k798i4vnl8ahncjqcq";
+ revision = "2";
+ editedCabalFile = "1zvil7w7a8j4d6dxkpdizs63qm8ylz18nvz6s2hjs5kgnfjd3dxm";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring string-qq tasty tasty-discover tasty-hunit
+ unordered-containers yaml
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Output any Aeson value as YAML (pure Haskell library)";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"affection" = callPackage
({ mkDerivation, base, bytestring, clock, containers, glib, linear
, monad-loops, monad-parallel, mtl, OpenGL, sdl2, stm, text, uuid
@@ -24061,6 +24149,8 @@ self: {
pname = "aig";
version = "0.2.6";
sha256 = "1xcwchzsz6kxd6b0bqqmfhyrjsmqyikrf5qdry81y6p5bphk098i";
+ revision = "1";
+ editedCabalFile = "03i6jnmzjkzh7hwfy2r93dcz2b5vw5s9x3z8nzcicr729rp7mydp";
libraryHaskellDepends = [ base base-compat mtl QuickCheck vector ];
testHaskellDepends = [
base QuickCheck tasty tasty-ant-xml tasty-quickcheck
@@ -24601,8 +24691,8 @@ self: {
({ mkDerivation, base, util }:
mkDerivation {
pname = "alg";
- version = "0.2.10.0";
- sha256 = "1zpr3knnj37fwi6h7mlxdlm88iy47srx1nkhgkix3f81ig9hlzd9";
+ version = "0.2.11.0";
+ sha256 = "0wvv5sa5imsl272k8nnbbyq9kjv7l9iwyr7mqf7m9yimknm2lnaf";
libraryHaskellDepends = [ base util ];
description = "Algebraic structures";
license = stdenv.lib.licenses.bsd3;
@@ -25357,6 +25447,8 @@ self: {
pname = "amazonka";
version = "1.6.1";
sha256 = "104ifvmwdc1w3y42qcbq57v579zcnmlfv3f0bsazbcqdxnvr9dzd";
+ revision = "1";
+ editedCabalFile = "0xn4wy5gb1h4f4wd2h5ic17nb6ilikmsp1qip6xxc3img5rmaqyq";
libraryHaskellDepends = [
amazonka-core base bytestring conduit conduit-extra directory
exceptions http-client http-conduit http-types ini mmorph
@@ -25977,6 +26069,8 @@ self: {
pname = "amazonka-core";
version = "1.6.1";
sha256 = "0hx250dja1l4n4y5115w0qngzlqj8f6p861sdaykh0yjm4nzb621";
+ revision = "1";
+ editedCabalFile = "1656dyw6fk3gvph6v3xzvdp3p8xny3ji0gxg7qxvmvn60gj9ricv";
libraryHaskellDepends = [
aeson attoparsec base bifunctors bytestring case-insensitive
conduit conduit-extra cryptonite deepseq exceptions hashable
@@ -27296,8 +27390,8 @@ self: {
}:
mkDerivation {
pname = "amazonka-s3-streaming";
- version = "1.0.0.2";
- sha256 = "1k7l49h3zdqw3va70mr4rrmsyjpbzgbnr3bhj7yl24np77r6cs99";
+ version = "1.1.0.0";
+ sha256 = "0w5jqqc6m1cnhwdhyfb2k5kc9fzn499y2s9jkpsfqxpqynsivlwa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -28461,12 +28555,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ansi-terminal_0_10" = callPackage
+ "ansi-terminal_0_10_1" = callPackage
({ mkDerivation, base, colour }:
mkDerivation {
pname = "ansi-terminal";
- version = "0.10";
- sha256 = "0l96g8m88qbyhp6mvm895b102jc5z3b85i0fvb4w99x2zj4pnv7y";
+ version = "0.10.1";
+ sha256 = "1b168z688b1lg4d2bmbxmm2mj51mwm2wv0smfb1vcwjp2vzpqf9i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base colour ];
@@ -28650,8 +28744,8 @@ self: {
}:
mkDerivation {
pname = "antiope-athena";
- version = "7.4.2";
- sha256 = "0mbxg2d5hwd7v17wdqdg61rkhag30pvp84a12bwhjr5ijqhfwbf8";
+ version = "7.4.4";
+ sha256 = "15pwsqa9slqrz0b74id040fc6mv15x2fjixxc5i289yf7asd06hb";
libraryHaskellDepends = [
amazonka amazonka-athena amazonka-core base lens resourcet text
unliftio-core
@@ -28671,8 +28765,8 @@ self: {
({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }:
mkDerivation {
pname = "antiope-contract";
- version = "7.4.2";
- sha256 = "0p5lahs7vmah0ww87wxrd7pp579zijyb9n2wh4mys8i0qiqq7fq0";
+ version = "7.4.4";
+ sha256 = "045nfhi0vp2vkh73ihflnaznk4jqqb800la1gdibv2i9wsjh0ghq";
libraryHaskellDepends = [
aeson antiope-s3 avro base bytestring text
];
@@ -28690,8 +28784,8 @@ self: {
}:
mkDerivation {
pname = "antiope-core";
- version = "7.4.2";
- sha256 = "13s6shrhm2d17dialmpyi40vrdq5qw1zy960hl0g8d1fyg954ipx";
+ version = "7.4.4";
+ sha256 = "135cfx2af0srmwqarg6n28ir0mw7zz6lvbsf2n913ldx29sxfy7f";
libraryHaskellDepends = [
aeson amazonka amazonka-core base bytestring exceptions
generic-lens http-client http-types lens mtl resourcet text
@@ -28717,8 +28811,8 @@ self: {
}:
mkDerivation {
pname = "antiope-dynamodb";
- version = "7.4.2";
- sha256 = "1wmxq228wr18j4qpxqhrnv8y3yzhy3gpa1daa2zbq5zflbkxjcvf";
+ version = "7.4.4";
+ sha256 = "1i45gqb4x471j9r2dffj91glnyqmbq31p8h6x0yysqqdaz4pg88r";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-dynamodb antiope-core base
generic-lens lens text unliftio-core unordered-containers
@@ -28734,6 +28828,25 @@ self: {
broken = true;
}) {};
+ "antiope-es" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core
+ , amazonka-elasticsearch, base, bytestring, hspec, hspec-discover
+ , json-stream, lens, thyme, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "antiope-es";
+ version = "7.4.4";
+ sha256 = "1gqs3vgmzgxl28m5yqyd2asrm5gaclpk6kipyw28a6mqg07n4q5m";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-elasticsearch base bytestring
+ json-stream lens thyme unordered-containers vector
+ ];
+ testHaskellDepends = [ base hspec ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"antiope-messages" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, base, bytestring
, generic-lens, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
@@ -28742,8 +28855,8 @@ self: {
}:
mkDerivation {
pname = "antiope-messages";
- version = "7.4.2";
- sha256 = "0xlzz9dr06s03pqfra8agy80a3r8593kjcfs0w7b1v6m0ahwi9ip";
+ version = "7.4.4";
+ sha256 = "1d8illnm016md52x7w1sv6iy1w2csmd5wr3qag7m35l7kcss2wpk";
libraryHaskellDepends = [
aeson amazonka amazonka-core base bytestring generic-lens lens
lens-aeson monad-loops network-uri text unliftio-core
@@ -28767,8 +28880,8 @@ self: {
}:
mkDerivation {
pname = "antiope-optparse-applicative";
- version = "7.4.2";
- sha256 = "0nvmv0db1v0iw446cy2hfczpsll2if3w0cjmhgr5zgj9l5ja9x1c";
+ version = "7.4.4";
+ sha256 = "0zf95m46ad1dm6kmcjcpm8rn839826f548bidgbpxhb5zn0hn2bj";
libraryHaskellDepends = [
amazonka amazonka-core amazonka-s3 base optparse-applicative text
];
@@ -28786,19 +28899,19 @@ self: {
"antiope-s3" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
, antiope-core, antiope-messages, attoparsec, base, bytestring
- , conduit, conduit-extra, exceptions, generic-lens, hedgehog, hspec
- , hspec-discover, http-types, hw-hspec-hedgehog, lens, mtl
+ , conduit, conduit-extra, dlist, exceptions, generic-lens, hedgehog
+ , hspec, hspec-discover, http-types, hw-hspec-hedgehog, lens, mtl
, network-uri, resourcet, text, time, unliftio-core
}:
mkDerivation {
pname = "antiope-s3";
- version = "7.4.2";
- sha256 = "1gpsc6y18h63wwkawvzwz8qmpw21pqhgpvgnb7apl9jc06xp2v0h";
+ version = "7.4.4";
+ sha256 = "19bp9311zf88zqk34xxc82337adv3j65jc39hmx6y07bclzcm71r";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core
antiope-messages attoparsec base bytestring conduit conduit-extra
- exceptions generic-lens http-types lens mtl network-uri resourcet
- text time unliftio-core
+ dlist exceptions generic-lens http-types lens mtl network-uri
+ resourcet text time unliftio-core
];
testHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core attoparsec
@@ -28823,8 +28936,8 @@ self: {
}:
mkDerivation {
pname = "antiope-shell";
- version = "7.4.2";
- sha256 = "1xg98dg52qmp8sz2r4b0srh7kasvd411i6wl3cj9m3nngignbab8";
+ version = "7.4.4";
+ sha256 = "0fyww095sny1aax3dmij352s40hlpcdjl0qmfijcbbjdpgs8dxdj";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core
antiope-messages antiope-s3 attoparsec base bytestring exceptions
@@ -28851,8 +28964,8 @@ self: {
}:
mkDerivation {
pname = "antiope-sns";
- version = "7.4.2";
- sha256 = "09g6jsdi20xa43ipb31y5i3afn75gldm0xyr2mqkfyhb8ay6simx";
+ version = "7.4.4";
+ sha256 = "05k9wrwj18vp87zg2942lwrqzj0mq236jryx7bwh0y7k27znh5aq";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-sns base bytestring
generic-lens lens text time unliftio-core
@@ -28878,8 +28991,8 @@ self: {
}:
mkDerivation {
pname = "antiope-sqs";
- version = "7.4.2";
- sha256 = "044sa2skvbr492bal52ncbsybr9wrkkq5kcvsdaiqwvkpfwq66v0";
+ version = "7.4.4";
+ sha256 = "0a0lk22afk7ww32d2hqq419v2vd7wyxqsv2402z54pmg6xx0qhra";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-sqs base bytestring conduit
generic-lens lens lens-aeson monad-loops mtl network-uri split text
@@ -28903,8 +29016,8 @@ self: {
}:
mkDerivation {
pname = "antiope-swf";
- version = "7.4.2";
- sha256 = "1zp63q8dd400ll6cl9wsp6rhghzm56rsak8sh5p860adlk49y9il";
+ version = "7.4.4";
+ sha256 = "0b0wlbpn2bq1xwpb6j0knh4aa85a3rri1fhx5v3dqy5w4hy8vn0z";
libraryHaskellDepends = [ amazonka-swf base lens text ];
testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
testToolDepends = [ hspec-discover ];
@@ -30176,18 +30289,19 @@ self: {
}) {};
"arbor-lru-cache" = callPackage
- ({ mkDerivation, base, containers, generic-lens, hedgehog, hspec
- , hw-hspec-hedgehog, lens, stm
+ ({ mkDerivation, base, containers, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, stm
}:
mkDerivation {
pname = "arbor-lru-cache";
- version = "0.1.1.0";
- sha256 = "0npyc9knih4qpxayz6wpsgw83rlv4bdw6d2jksrsh7rdxhidyiwg";
- libraryHaskellDepends = [ base containers generic-lens lens stm ];
+ version = "0.1.1.1";
+ sha256 = "0ayr6d5p7x2b2ggck56skbbzsmf44vrsr5jf3bzhnqwcm1lljbv0";
+ libraryHaskellDepends = [ base containers stm ];
testHaskellDepends = [
- base containers generic-lens hedgehog hspec hw-hspec-hedgehog lens
- stm
+ base containers hedgehog hspec hw-hspec-hedgehog stm
];
+ testToolDepends = [ hspec-discover ];
+ description = "LRU cache based on STM";
license = stdenv.lib.licenses.mit;
}) {};
@@ -30217,6 +30331,8 @@ self: {
pname = "arbor-monad-logger";
version = "0.1.1.1";
sha256 = "13lgpr2j2vq2d4mbxl72h86iw5n028m5q0n2hbiz4hgk2yn2f2hs";
+ revision = "1";
+ editedCabalFile = "1ga2dl721zi4qz5f1qb6vqnjw7fa5x862xz2636jnidl03jh4rwv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -30379,14 +30495,30 @@ self: {
broken = true;
}) {debian-mirror = null; help = null;};
+ "archive-libarchive" = callPackage
+ ({ mkDerivation, base, bytestring, composition-prelude, libarchive
+ }:
+ mkDerivation {
+ pname = "archive-libarchive";
+ version = "0.2.0.0";
+ sha256 = "0gy52dw00b110f5nc6gbnfgs5nssv7r8az1vy8xr1xj1dnpjwb74";
+ libraryHaskellDepends = [
+ base bytestring composition-prelude libarchive
+ ];
+ description = "Common interface using libarchive";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"archive-sig" = callPackage
({ mkDerivation, base, bytestring, composition-prelude
, dir-traverse
}:
mkDerivation {
pname = "archive-sig";
- version = "0.2.0.1";
- sha256 = "1x7kpyxfhn4i9c9wrxwda53qyj4jgw9vd3wfrzxvdfj5wdrdn79d";
+ version = "0.2.0.2";
+ sha256 = "0pfznlkw0vj8y1ahsmiy904hkhkf76qgqlp6h3hlgzrmhdy5yz9d";
libraryHaskellDepends = [
base bytestring composition-prelude dir-traverse
];
@@ -30683,6 +30815,36 @@ self: {
broken = true;
}) {};
+ "arion-compose" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, async, base, bytestring
+ , directory, hspec, lens, lens-aeson, optparse-applicative, process
+ , protolude, QuickCheck, temporary, text, unix
+ }:
+ mkDerivation {
+ pname = "arion-compose";
+ version = "0.1.0.0";
+ sha256 = "11jg7y6gcgsm7pidqnpxi4smd5dbm7fnqw79pcqx60z32b0b99iz";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty async base bytestring directory lens lens-aeson
+ process protolude temporary text unix
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty async base bytestring directory lens lens-aeson
+ optparse-applicative process protolude temporary text unix
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty async base bytestring directory hspec lens
+ lens-aeson process protolude QuickCheck temporary text unix
+ ];
+ description = "Run docker-compose with help from Nix/NixOS";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"arith-encode" = callPackage
({ mkDerivation, arithmoi, array, base, binary, Cabal, containers
, fgl, hashable, HUnit-Plus, unordered-containers
@@ -30723,8 +30885,8 @@ self: {
}:
mkDerivation {
pname = "arithmetic";
- version = "1.4";
- sha256 = "1qydk2sxrm0xfv23b354lfilyl2cnc0gc0842rz3672j3xwzrrfa";
+ version = "1.5";
+ sha256 = "0angjp341sfij8lqns74k6pwazdc679bd19fxphqab91cj9p9s56";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -30810,8 +30972,8 @@ self: {
pname = "armor";
version = "0.1";
sha256 = "0jmq6lhi1byhjzgkvnn4p481z8wik93angx7sf6cjfj5j0kqzv71";
- revision = "3";
- editedCabalFile = "1aksr6s5hcvxjjxd95z4n0xadhdpvz8l75906v5f18p7gkk6sjm7";
+ revision = "4";
+ editedCabalFile = "1vnjq91pawr4r7parg2kxs01d47b3lp8jpsji270bbmimqa0nql9";
libraryHaskellDepends = [
base bytestring containers directory filepath HUnit lens
];
@@ -31408,15 +31570,15 @@ self: {
"asif" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, conduit
, conduit-combinators, conduit-extra, containers, cpu, directory
- , either, exceptions, foldl, generic-lens, hedgehog, hspec, hw-bits
- , hw-hspec-hedgehog, hw-ip, lens, network, old-locale
- , optparse-applicative, profunctors, resourcet, temporary-resourcet
- , text, thyme, transformers, vector
+ , either, exceptions, foldl, generic-lens, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-ip, lens, network
+ , old-locale, optparse-applicative, profunctors, resourcet
+ , temporary-resourcet, text, thyme, transformers, vector
}:
mkDerivation {
pname = "asif";
- version = "6.0.1";
- sha256 = "1lbz2i0ijr23vsc3b064khz3kzj1jwikwxcmjlnzkqvgnbr70grw";
+ version = "6.0.3";
+ sha256 = "14c77hvghh6116ca29xzj1l7j95557mcfx0j9s73wxc82hl14wjg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -31439,6 +31601,7 @@ self: {
old-locale profunctors resourcet temporary-resourcet text thyme
transformers vector
];
+ testToolDepends = [ hspec-discover ];
description = "Library for creating and querying segmented feeds";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -31525,18 +31688,17 @@ self: {
"asn1-encoding" = callPackage
({ mkDerivation, asn1-types, base, bytestring, hourglass, mtl
- , tasty, tasty-quickcheck, text
+ , tasty, tasty-quickcheck
}:
mkDerivation {
pname = "asn1-encoding";
- version = "0.9.5";
- sha256 = "0adgbamyq0mj1l1hdq4zyyllay714bac1wl0rih3fv1z6vykp1hy";
+ version = "0.9.6";
+ sha256 = "02nsr30h5yic1mk7znf0q4z3n560ip017n60hg7ya25rsfmxxy6r";
revision = "1";
- editedCabalFile = "0vsw8rd6fxd87rx3jyh3bb96sjd7ag0mrlylhkcmgaps2ma8sw5b";
+ editedCabalFile = "19nq8g1v323p47cqlc4m9r6li35dd3cmcd7k486jw24cijkdjm9n";
libraryHaskellDepends = [ asn1-types base bytestring hourglass ];
testHaskellDepends = [
asn1-types base bytestring hourglass mtl tasty tasty-quickcheck
- text
];
description = "ASN1 data reader and writer in RAW, BER and DER forms";
license = stdenv.lib.licenses.bsd3;
@@ -31546,8 +31708,8 @@ self: {
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring }:
mkDerivation {
pname = "asn1-parse";
- version = "0.9.4";
- sha256 = "025prsihk5g6rdv9xlfmj0zpa0wa3qjzj5i4ilzvg7f6f3sji8y6";
+ version = "0.9.5";
+ sha256 = "17pk8y3nwv9b9i5j15qlmwi7fmq9ab2z4kfpjk2rvcrh9lsf27wg";
libraryHaskellDepends = [
asn1-encoding asn1-types base bytestring
];
@@ -31661,8 +31823,8 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "asset-bundle";
- version = "0.1.0.1";
- sha256 = "0wf0xnf4ljihzvbz8pkaiqwhvp00bwnyx0334s4757z6lsc2hsrw";
+ version = "0.1.0.2";
+ sha256 = "1c0678qjkr1q3pi20ch05k8ri4zxcc1drc4j44fvb1sz7b8y260c";
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "A build-time Cabal library that bundles executables with assets";
license = stdenv.lib.licenses.bsd3;
@@ -32176,8 +32338,8 @@ self: {
}:
mkDerivation {
pname = "atlassian-connect-descriptor";
- version = "0.4.9.0";
- sha256 = "1wgfgdimfp2fnd630s8288dciip26ysl7p0lmvm321migm22idq9";
+ version = "0.4.10.0";
+ sha256 = "0nixj6cv367b6a2xa0pf37z6fcmrnwmngc27ps9qy85hc4nnl3cy";
libraryHaskellDepends = [
aeson base cases network network-uri text time-units
unordered-containers
@@ -32477,8 +32639,8 @@ self: {
}:
mkDerivation {
pname = "ats-format";
- version = "0.2.0.30";
- sha256 = "19i3g3njmmhkhyx02q37r7n373n6h0yha6g5hrx0ix5nn8bp4k4w";
+ version = "0.2.0.31";
+ sha256 = "085087vkwzzy2qiv5iqicpr71zkfkvy9falicr3pbaj4dkwcd5mq";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [ base Cabal cli-setup filepath ];
@@ -32497,15 +32659,15 @@ self: {
({ mkDerivation, ansi-wl-pprint, base, binary, bytestring, bzlib
, Cabal, cli-setup, composition-prelude, containers, cpphs
, dependency, dhall, directory, file-embed, filemanip, filepath
- , http-client, http-client-tls, lzma, microlens, mtl
+ , http-client, http-client-tls, language-ats, lzma, microlens, mtl
, optparse-applicative, parallel-io, process, shake, shake-ats
, shake-c, shake-ext, tar, temporary, text, unix, unix-compat
, zip-archive, zlib
}:
mkDerivation {
pname = "ats-pkg";
- version = "3.2.6.0";
- sha256 = "1jxs3rfv9nrigwnshanc90dm3nzimr7zmfln1la5nv098prdkakr";
+ version = "3.2.6.1";
+ sha256 = "00l2v1vvfvpqq2yzx0lc3pnc8q72sdb71c3zdwrwx97x86kfifa1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -32518,8 +32680,9 @@ self: {
];
libraryToolDepends = [ cpphs ];
executableHaskellDepends = [
- base bytestring cli-setup dependency directory microlens
- optparse-applicative parallel-io shake shake-ats temporary text
+ base bytestring cli-setup dependency dhall directory language-ats
+ microlens optparse-applicative parallel-io shake shake-ats
+ temporary text
];
doHaddock = false;
description = "A build tool for ATS";
@@ -32653,6 +32816,8 @@ self: {
pname = "attoparsec";
version = "0.13.2.3";
sha256 = "1ngjn9h5n0vyki0m2jir4mg85875ysswy9hznpmj1r856mqwc6ix";
+ revision = "1";
+ editedCabalFile = "164n392qrgyb8mg3xxaxym0ffvqyjr4ny4lfrr81y7hk3947yw9q";
libraryHaskellDepends = [
array base bytestring containers deepseq scientific text
transformers
@@ -33484,8 +33649,8 @@ self: {
pname = "avers";
version = "0.0.17.1";
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
- revision = "32";
- editedCabalFile = "0p4jhc8rxvm82cp3zaibazb5jnjs33vl4f71pvgvzf31xd7immyy";
+ revision = "34";
+ editedCabalFile = "0mj6881npk0xdkf4nkcy52sn6y4414wdpysbw03kkb5vx6cgjws9";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock containers cryptonite
filepath inflections memory MonadRandom mtl network network-uri
@@ -33636,8 +33801,8 @@ self: {
}:
mkDerivation {
pname = "avro";
- version = "0.4.5.2";
- sha256 = "0cy2r8jrnyxwsxpd6mah4g56xh8n93f6gd613a4bwg8kqvykrpgq";
+ version = "0.4.5.3";
+ sha256 = "0az1mlil8h7scpma16f52zwkbi5iw6mdl6r7vywqhlgsdd2xl9kx";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail hashable mtl scientific
@@ -34435,49 +34600,49 @@ self: {
"axel" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
- , directory, filepath, freer-simple, ghcid, hashable
+ , directory, extra, filepath, freer-simple, ghcid, hashable
, haskell-src-exts, hedgehog, hpack, lens, lens-aeson, megaparsec
, mono-traversable, optparse-applicative, polysemy, polysemy-plugin
- , prettyprinter, process, profunctors, random, singletons, split
- , tasty, tasty-discover, tasty-golden, tasty-hedgehog, tasty-hspec
+ , prettyprinter, process, profunctors, random, split, tasty
+ , tasty-discover, tasty-golden, tasty-hedgehog, tasty-hspec
, tasty-hunit, template-haskell, text, time, transformers
, typed-process, uniplate, vector, yaml
}:
mkDerivation {
pname = "axel";
- version = "0.0.11";
- sha256 = "1qygq82v70lizbpxmvj1c81qhb9jrmzgi603g03wa41las0sfamy";
+ version = "0.0.12";
+ sha256 = "1136rnh5j47qxyciwmpgcdqy3j4f4pwcgb89wgkl8wixzxjxj6i1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson ansi-terminal base bytestring containers directory filepath
- freer-simple ghcid hashable haskell-src-exts hedgehog hpack lens
- lens-aeson megaparsec mono-traversable optparse-applicative
- polysemy polysemy-plugin prettyprinter process profunctors random
- singletons split tasty tasty-discover tasty-golden tasty-hedgehog
- tasty-hspec tasty-hunit template-haskell text time transformers
- typed-process uniplate vector yaml
+ aeson ansi-terminal base bytestring containers directory extra
+ filepath freer-simple ghcid hashable haskell-src-exts hedgehog
+ hpack lens lens-aeson megaparsec mono-traversable
+ optparse-applicative polysemy polysemy-plugin prettyprinter process
+ profunctors random split tasty tasty-discover tasty-golden
+ tasty-hedgehog tasty-hspec tasty-hunit template-haskell text time
+ transformers typed-process uniplate vector yaml
];
libraryToolDepends = [ hpack tasty-discover ];
executableHaskellDepends = [
- aeson ansi-terminal base bytestring containers directory filepath
- freer-simple ghcid hashable haskell-src-exts hedgehog hpack lens
- lens-aeson megaparsec mono-traversable optparse-applicative
- polysemy polysemy-plugin prettyprinter process profunctors random
- singletons split tasty tasty-discover tasty-golden tasty-hedgehog
- tasty-hspec tasty-hunit template-haskell text time transformers
- typed-process uniplate vector yaml
+ aeson ansi-terminal base bytestring containers directory extra
+ filepath freer-simple ghcid hashable haskell-src-exts hedgehog
+ hpack lens lens-aeson megaparsec mono-traversable
+ optparse-applicative polysemy polysemy-plugin prettyprinter process
+ profunctors random split tasty tasty-discover tasty-golden
+ tasty-hedgehog tasty-hspec tasty-hunit template-haskell text time
+ transformers typed-process uniplate vector yaml
];
executableToolDepends = [ hpack tasty-discover ];
testHaskellDepends = [
- aeson ansi-terminal base bytestring containers directory filepath
- freer-simple ghcid hashable haskell-src-exts hedgehog hpack lens
- lens-aeson megaparsec mono-traversable optparse-applicative
- polysemy polysemy-plugin prettyprinter process profunctors random
- singletons split tasty tasty-discover tasty-golden tasty-hedgehog
- tasty-hspec tasty-hunit template-haskell text time transformers
- typed-process uniplate vector yaml
+ aeson ansi-terminal base bytestring containers directory extra
+ filepath freer-simple ghcid hashable haskell-src-exts hedgehog
+ hpack lens lens-aeson megaparsec mono-traversable
+ optparse-applicative polysemy polysemy-plugin prettyprinter process
+ profunctors random split tasty tasty-discover tasty-golden
+ tasty-hedgehog tasty-hspec tasty-hunit template-haskell text time
+ transformers typed-process uniplate vector yaml
];
testToolDepends = [ hpack tasty-discover ];
description = "The Axel programming language";
@@ -35203,8 +35368,7 @@ self: {
];
description = "Create status bar menus for macOS from executables";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ platforms = [ "x86_64-darwin" ];
}) {};
"barchart" = callPackage
@@ -35651,6 +35815,29 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "base62" = callPackage
+ ({ mkDerivation, base, byteslice, doctest, natural-arithmetic
+ , primitive, small-bytearray-builder, tasty, tasty-hunit
+ , tasty-quickcheck, wide-word
+ }:
+ mkDerivation {
+ pname = "base62";
+ version = "0.1.0.0";
+ sha256 = "1ns8hr9xjmrlq5lgi47630gpn8xdglk33ncqw4kjvdrb1x90iz0p";
+ libraryHaskellDepends = [
+ base byteslice natural-arithmetic primitive small-bytearray-builder
+ wide-word
+ ];
+ testHaskellDepends = [
+ base byteslice doctest primitive tasty tasty-hunit tasty-quickcheck
+ wide-word
+ ];
+ description = "Base62 encoding and decoding";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"base64-bytestring" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq
, HUnit, QuickCheck, split, test-framework, test-framework-hunit
@@ -35762,6 +35949,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "basen" = callPackage
+ ({ mkDerivation, base, bytestring, quickcheck-instances, tasty
+ , tasty-discover, tasty-hspec, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "basen";
+ version = "0.2.0.0";
+ sha256 = "0m5vrj7p8cbjc4wc3i0h8fgj7hy8818aq4ivshq4l1n3v134p8kb";
+ libraryHaskellDepends = [ base bytestring text ];
+ testHaskellDepends = [
+ base bytestring quickcheck-instances tasty tasty-discover
+ tasty-hspec tasty-quickcheck text
+ ];
+ testToolDepends = [ tasty-discover ];
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"basen-bytestring" = callPackage
({ mkDerivation, base, bytestring, QuickCheck }:
mkDerivation {
@@ -36536,13 +36741,15 @@ self: {
({ mkDerivation, base, dunai, MonadRandom, mtl, transformers }:
mkDerivation {
pname = "bearriver";
- version = "0.10.4.4";
- sha256 = "14aqp6jqca5b4z0bf5q18pq5l9q43bzz18zjwn3j0ns1fakrq5bb";
+ version = "0.10.4.6";
+ sha256 = "1m038d6brzp2h2fbwmxvwazm9d59sf5r2nlnw2csmdkck11zzw3j";
libraryHaskellDepends = [
base dunai MonadRandom mtl transformers
];
description = "A replacement of Yampa based on Monadic Stream Functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beautifHOL" = callPackage
@@ -36560,6 +36767,28 @@ self: {
broken = true;
}) {};
+ "bech32" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, deepseq
+ , extra, hspec, hspec-discover, QuickCheck, text, vector
+ }:
+ mkDerivation {
+ pname = "bech32";
+ version = "1.0.0";
+ sha256 = "1pq0izcjsnyrwjik7p6xw1y8b5g3x4rxi95jh08x81lfp53pr9bn";
+ revision = "1";
+ editedCabalFile = "0xkdidn53amg5ihbiwjw44yc87rnw6wivcgx84nimmhi9az3mlkb";
+ libraryHaskellDepends = [
+ array base bytestring containers extra text
+ ];
+ testHaskellDepends = [
+ base bytestring containers deepseq extra hspec QuickCheck text
+ vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"bed-and-breakfast" = callPackage
({ mkDerivation, array, base, binary, cpphs, deepseq, QuickCheck
, template-haskell
@@ -38895,8 +39124,8 @@ self: {
}:
mkDerivation {
pname = "bins";
- version = "0.1.1.1";
- sha256 = "1v585ppm5g424jn2bkq7ydsdd6bds7gak53288vn4vclnw2rswr8";
+ version = "0.1.2.0";
+ sha256 = "03pzpf8vw7d8cg8raqjpq9dz78r5qqczmjmyc2q5ax3ghcdzx0wa";
libraryHaskellDepends = [
base containers finite-typelits ghc-typelits-knownnat
ghc-typelits-natnormalise math-functions profunctors reflection
@@ -39059,27 +39288,27 @@ self: {
, bytestring-lexing, case-insensitive, clustering, conduit
, conduit-combinators, conduit-extra, containers, criterion
, data-default-class, data-ordlist, double-conversion, hexpat
- , HsHTSLib, http-conduit, IntervalMap, lens, math-functions
- , matrices, mtl, parallel, primitive, random, split, statistics
- , tasty, tasty-golden, tasty-hunit, text, transformers
+ , HsHTSLib, http-conduit, IntervalMap, math-functions, matrices
+ , microlens, microlens-th, mtl, parallel, primitive, random, split
+ , statistics, tasty, tasty-golden, tasty-hunit, text, transformers
, unordered-containers, vector, vector-algorithms, word8
}:
mkDerivation {
pname = "bioinformatics-toolkit";
- version = "0.8.0";
- sha256 = "0mkcxqnszkr9r8w2rqb79501wxfpgd2g17rn2lrjcqllmxdvkgwk";
+ version = "0.9.0";
+ sha256 = "035j0f3ay16ndqv7vcmq8rc6ah1ia56w6axglh9v4yk3n0cd2zvj";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty attoparsec base bytestring bytestring-lexing
case-insensitive clustering conduit conduit-extra containers
data-default-class data-ordlist double-conversion hexpat HsHTSLib
- http-conduit IntervalMap lens math-functions matrices mtl parallel
- primitive split statistics text transformers unordered-containers
- vector vector-algorithms word8
+ http-conduit IntervalMap math-functions matrices microlens
+ microlens-th mtl parallel primitive split statistics text
+ transformers unordered-containers vector vector-algorithms word8
];
testHaskellDepends = [
- base bytestring conduit conduit-combinators data-default-class lens
- matrices mtl random tasty tasty-golden tasty-hunit
+ base bytestring conduit conduit-combinators data-default-class
+ matrices microlens mtl random tasty tasty-golden tasty-hunit
unordered-containers vector
];
benchmarkHaskellDepends = [
@@ -39181,8 +39410,8 @@ self: {
}:
mkDerivation {
pname = "birch-beer";
- version = "0.1.4.5";
- sha256 = "1yyb897yg2ipvz6jsc6np1jwlckyi41jq94dwxlpyj2sigawzvwh";
+ version = "0.2.1.0";
+ sha256 = "0630cs2sfr5w4yva7a5cz9b5ms4cwqp7a027qhgz634sb4ih5q4k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -39190,9 +39419,9 @@ self: {
diagrams-cairo diagrams-graphviz diagrams-gtk diagrams-lib
diversity fgl foldl graphviz gtk hierarchical-clustering
hierarchical-spectral-clustering lens matrix-market-attoparsec mtl
- palette plots safe scientific sparse-linear-algebra
- spectral-clustering split statistics SVGFonts temporary text
- text-show typed-spreadsheet vector
+ optparse-generic palette plots safe scientific
+ sparse-linear-algebra spectral-clustering split statistics SVGFonts
+ temporary text text-show typed-spreadsheet vector
];
executableHaskellDepends = [
aeson base bytestring cassava colour containers diagrams
@@ -39736,8 +39965,8 @@ self: {
}:
mkDerivation {
pname = "bits-extra";
- version = "0.0.1.3";
- sha256 = "1vdgj5zz5q7y4n11bsn4v53x5yi0fckj13vbfyrgb454x6rhhav9";
+ version = "0.0.1.4";
+ sha256 = "1hkl71661hh8czd7hrfwj48blav4g3jdy3nl06bw2iw8bkl00nz2";
libraryHaskellDepends = [ base ghc-prim vector ];
testHaskellDepends = [
base ghc-prim hedgehog hspec hw-hedgehog hw-hspec-hedgehog
@@ -39914,25 +40143,28 @@ self: {
}) {};
"bitvec" = callPackage
- ({ mkDerivation, base, containers, gauge, ghc-prim, primitive
- , quickcheck-classes, random, tasty, tasty-hunit, tasty-quickcheck
- , vector
+ ({ mkDerivation, base, containers, deepseq, gauge, ghc-prim, gmp
+ , integer-gmp, primitive, quickcheck-classes, random, tasty
+ , tasty-hunit, tasty-quickcheck, vector
}:
mkDerivation {
pname = "bitvec";
- version = "1.0.0.1";
- sha256 = "1b3cf8f3a2xx4m80699p63id26dj61d7lgz38n5kv0vskq1zfcsp";
- revision = "1";
- editedCabalFile = "0q8hc4i62l43kpg8q3nqqzz03cdcv36ins2741sw3956sj92xfh4";
- libraryHaskellDepends = [ base ghc-prim primitive vector ];
+ version = "1.0.1.2";
+ sha256 = "1nhsdq3c96kb2id8ilmglmd5zyq9nhywb4jix7ks2dfb1k9xmsbm";
+ libraryHaskellDepends = [
+ base deepseq ghc-prim integer-gmp primitive vector
+ ];
+ librarySystemDepends = [ gmp ];
testHaskellDepends = [
- base primitive quickcheck-classes tasty tasty-hunit
+ base integer-gmp primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck vector
];
- benchmarkHaskellDepends = [ base containers gauge random vector ];
+ benchmarkHaskellDepends = [
+ base containers gauge integer-gmp random vector
+ ];
description = "Space-efficient bit vectors";
license = stdenv.lib.licenses.bsd3;
- }) {};
+ }) {inherit (pkgs) gmp;};
"bitwise" = callPackage
({ mkDerivation, array, base, bytestring, criterion, QuickCheck }:
@@ -40442,8 +40674,8 @@ self: {
}:
mkDerivation {
pname = "blaze-html";
- version = "0.9.1.1";
- sha256 = "06xv8fqhclfjj61z74cgggn4lmx1s7diakxg84mnkgfvk11983pa";
+ version = "0.9.1.2";
+ sha256 = "0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30";
libraryHaskellDepends = [
base blaze-builder blaze-markup bytestring text
];
@@ -40532,10 +40764,8 @@ self: {
}:
mkDerivation {
pname = "blaze-markup";
- version = "0.8.2.2";
- sha256 = "1qc2mn2zb2sdj3xvv73asibqnb11l7b5l30ff05qrfh7sy7wzw66";
- revision = "1";
- editedCabalFile = "0ivspcxz0b2r7kcas5hlw0fh92883r8ghwz9lck7nyqn6wn5i8zx";
+ version = "0.8.2.3";
+ sha256 = "1g9m7ansj7fdyzhz1wqkbzn5amjm50vjgjdwkbjc5qqhagnv1y3j";
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base blaze-builder bytestring containers HUnit QuickCheck tasty
@@ -41474,8 +41704,8 @@ self: {
}:
mkDerivation {
pname = "boolector";
- version = "0.0.0.8";
- sha256 = "09zhrg6zrf3viigjdw4q4c1i0x4ww467m9ghapdfwq4d01cr0c43";
+ version = "0.0.0.9";
+ sha256 = "1f4lnshc4b3r9qyc6y476qpkcl3hkripqsd2vfyg9q0xbyg9pxq6";
libraryHaskellDepends = [
base containers directory mtl temporary time
];
@@ -41760,8 +41990,8 @@ self: {
pname = "boring";
version = "0.1.2";
sha256 = "0978dq53rpb7clz1ydjm6x38nrx0vkp3safqcbjp2kq6jlaz29jr";
- revision = "2";
- editedCabalFile = "1qdgv5zanglhhx3hs4a7qlvfivsv82hnppj8lpyamfl4xw4x8vp1";
+ revision = "3";
+ editedCabalFile = "1d7xl2dxm4v33j1bd5450x1mh86x8kb24qjvad8nk98dmgf63ah2";
libraryHaskellDepends = [
adjunctions base base-compat constraints dec fin generics-sop
singleton-bool streams tagged transformers transformers-compat vec
@@ -42484,8 +42714,8 @@ self: {
}:
mkDerivation {
pname = "brittany";
- version = "0.12.0.0";
- sha256 = "058ffj00x374iaz75zzd9l0ab4crdsq2zjrq1r8lvcpp63fmsa7h";
+ version = "0.12.1.0";
+ sha256 = "1r5nbw63hv5nq02lx6igin70lbzbdglldb2lf1m52jpiwwz5j0i4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -43343,30 +43573,36 @@ self: {
broken = true;
}) {};
- "bulletproofs_1_0_1" = callPackage
- ({ mkDerivation, arithmoi, base, containers, criterion, cryptonite
- , galois-field, memory, MonadRandom, protolude, QuickCheck
- , random-shuffle, tasty, tasty-discover, tasty-hunit
+ "bulletproofs_1_1_0" = callPackage
+ ({ mkDerivation, arithmoi, base, bytestring, containers, criterion
+ , cryptonite, elliptic-curve, galois-field, memory, MonadRandom
+ , protolude, QuickCheck, SHA, tasty, tasty-discover, tasty-hunit
, tasty-quickcheck, text
}:
mkDerivation {
pname = "bulletproofs";
- version = "1.0.1";
- sha256 = "1c23dppl851a1ga9x8axkl27bswb0hlwql0mfabsd9ydclmipzf0";
+ version = "1.1.0";
+ sha256 = "1sj38m2x4y9483nwnk61jk4jphsyllgv5bgrx26nqlph45a9222a";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- arithmoi base containers cryptonite galois-field memory MonadRandom
- protolude QuickCheck random-shuffle text
+ arithmoi base bytestring containers elliptic-curve galois-field
+ memory MonadRandom protolude QuickCheck SHA text
+ ];
+ executableHaskellDepends = [
+ arithmoi base bytestring containers elliptic-curve galois-field
+ memory MonadRandom protolude QuickCheck SHA text
];
testHaskellDepends = [
- arithmoi base containers cryptonite galois-field memory MonadRandom
- protolude QuickCheck random-shuffle tasty tasty-discover
- tasty-hunit tasty-quickcheck text
+ arithmoi base bytestring containers cryptonite elliptic-curve
+ galois-field memory MonadRandom protolude QuickCheck SHA tasty
+ tasty-discover tasty-hunit tasty-quickcheck text
];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
- arithmoi base containers criterion cryptonite galois-field memory
- MonadRandom protolude QuickCheck random-shuffle tasty tasty-hunit
- tasty-quickcheck text
+ arithmoi base bytestring containers criterion elliptic-curve
+ galois-field memory MonadRandom protolude QuickCheck SHA tasty
+ tasty-hunit tasty-quickcheck text
];
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -43576,6 +43812,8 @@ self: {
pname = "butcher";
version = "1.3.2.3";
sha256 = "0lpicayq9k59m2ydz989xsypr653xwhp6mmhlp7nmjzk6jwpq5q5";
+ revision = "1";
+ editedCabalFile = "06vy9018ia6sncgxdmv4ili2krkqn1b6r7xz4raa18kdvgnl100v";
libraryHaskellDepends = [
base bifunctors containers deque extra free microlens microlens-th
mtl multistate pretty transformers unsafe void
@@ -43685,6 +43923,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bv-little_1_1_1" = callPackage
+ ({ mkDerivation, base, criterion, deepseq, hashable, integer-gmp
+ , keys, mono-traversable, mono-traversable-keys, primitive
+ , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-smallcheck, text-show
+ }:
+ mkDerivation {
+ pname = "bv-little";
+ version = "1.1.1";
+ sha256 = "034riqlgkccyl5lvc593v3dyszvqy2vqikk80qm6lw30pkmbcdnr";
+ libraryHaskellDepends = [
+ base deepseq hashable integer-gmp keys mono-traversable
+ mono-traversable-keys primitive QuickCheck text-show
+ ];
+ testHaskellDepends = [
+ base deepseq hashable mono-traversable mono-traversable-keys
+ QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck
+ tasty-smallcheck text-show
+ ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq hashable mono-traversable QuickCheck
+ smallcheck
+ ];
+ description = "Efficient little-endian bit vector library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bv-sized" = callPackage
({ mkDerivation, base, containers, lens, mtl, parameterized-utils
, pretty, QuickCheck, random
@@ -43874,13 +44140,23 @@ self: {
}) {};
"bytesmith" = callPackage
- ({ mkDerivation, base, byteslice, primitive }:
+ ({ mkDerivation, base, byteslice, bytestring, contiguous, gauge
+ , primitive, run-st, tasty, tasty-hunit, tasty-quickcheck
+ , text-short
+ }:
mkDerivation {
pname = "bytesmith";
- version = "0.1.0.0";
- sha256 = "1jj2shy510r83r8nahf6lwjhwp73kbmla6mly4fzjza81syrwrm4";
- libraryHaskellDepends = [ base byteslice primitive ];
- testHaskellDepends = [ base byteslice primitive ];
+ version = "0.3.0.0";
+ sha256 = "0zwa0klj1slazsvd37l33p5j2ii3ab114ic5fvd10aic37y6w82s";
+ libraryHaskellDepends = [
+ base byteslice bytestring contiguous primitive run-st text-short
+ ];
+ testHaskellDepends = [
+ base byteslice primitive tasty tasty-hunit tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ base byteslice bytestring gauge primitive
+ ];
description = "Nonresumable byte parser";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -44939,8 +45215,8 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "cabal-doctest";
- version = "1.0.7";
- sha256 = "1v5dlwsxd9kdll07x5apnf76j2g2pqfp138pacc64j6agrgyv00h";
+ version = "1.0.8";
+ sha256 = "03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0";
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "A Setup.hs helper for doctests running";
license = stdenv.lib.licenses.bsd3;
@@ -44979,6 +45255,8 @@ self: {
];
description = "Generate a FlatPak manifest from a Cabal package description";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-fmt" = callPackage
@@ -45374,20 +45652,19 @@ self: {
"cabal-rpm" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, filepath
- , http-client, http-client-tls, http-conduit, process, simple-cmd
- , time, unix
+ , http-client, http-client-tls, http-conduit, process, simple-cabal
+ , simple-cmd, simple-cmd-args, time, unix
}:
mkDerivation {
pname = "cabal-rpm";
- version = "0.13.3";
- sha256 = "04d5m74i0r6livhkhmccrwhshpa2aizyb77i2qcqhxradw0lkvl4";
- revision = "1";
- editedCabalFile = "1ngw9afzplbz4q707nak9zcjmk9fdynw0jvis4lgjq02y4i14hj6";
+ version = "1.0.1";
+ sha256 = "0p0z5yar9dzbssqy1flwvj15gnfyi708n9pf8ij8h15bya9qrg3a";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring Cabal directory filepath http-client
- http-client-tls http-conduit process simple-cmd time unix
+ http-client-tls http-conduit process simple-cabal simple-cmd
+ simple-cmd-args time unix
];
description = "RPM packaging tool for Haskell Cabal-based packages";
license = stdenv.lib.licenses.gpl3;
@@ -45670,8 +45947,8 @@ self: {
}:
mkDerivation {
pname = "cabal2nix";
- version = "2.14.4";
- sha256 = "0pxqdwxqc5siqrp7mqvz6g380wx4xn3y3mph8vjywvycvpqg2gqh";
+ version = "2.15.0";
+ sha256 = "1xfskgmwr75f1lk8a6mllp2h62jdl7hkwb01r74gpi0n6h17p3nm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -45963,10 +46240,10 @@ self: {
}) {};
"cachix" = callPackage
- ({ mkDerivation, async, base, base64-bytestring, boost_context
- , bytestring, cachix-api, conduit, conduit-extra, containers
- , cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify
- , here, hnix-store-core, hspec, hspec-discover, http-client
+ ({ mkDerivation, async, base, base64-bytestring, boost, bytestring
+ , cachix-api, conduit, conduit-extra, containers, cookie
+ , cryptonite, dhall, directory, ed25519, filepath, fsnotify, here
+ , hnix-store-core, hspec, hspec-discover, http-client
, http-client-tls, http-conduit, http-types, inline-c, inline-c-cpp
, lzma-conduit, megaparsec, memory, mmorph, netrc, nix
, optparse-applicative, process, protolude, resourcet, retry
@@ -45976,8 +46253,8 @@ self: {
}:
mkDerivation {
pname = "cachix";
- version = "0.3.2";
- sha256 = "0i0p5cp6g5ai2xxdkr0bbdlf469b52lp3fh37rq075zaw94f6qr8";
+ version = "0.3.4";
+ sha256 = "1zafbwy0pbdnaybf7q9izrwi6w1l0df6l5628i6m9j9d82k75iqx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -45990,7 +46267,7 @@ self: {
servant-auth-client servant-client servant-client-core
servant-conduit text unix uri-bytestring versions
];
- librarySystemDepends = [ boost_context ];
+ librarySystemDepends = [ boost ];
libraryPkgconfigDepends = [ nix ];
executableHaskellDepends = [ base cachix-api ];
executableToolDepends = [ hspec-discover ];
@@ -45999,7 +46276,7 @@ self: {
];
description = "Command line client for Nix binary cache hosting https://cachix.org";
license = stdenv.lib.licenses.asl20;
- }) {boost_context = null; inherit (pkgs) nix;};
+ }) {inherit (pkgs) boost; inherit (pkgs) nix;};
"cachix-api" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
@@ -46549,14 +46826,14 @@ self: {
}) {};
"can-i-haz" = callPackage
- ({ mkDerivation, base, deepseq, hspec, should-not-typecheck }:
+ ({ mkDerivation, base, deepseq, hspec, HUnit }:
mkDerivation {
pname = "can-i-haz";
- version = "0.1.0.1";
- sha256 = "1nay2hrvf8cxazsy5ha3affwxayirznjf0zlir0n7vbyl5w92im0";
+ version = "0.2.0.1";
+ sha256 = "0qpa6qkqih2hcl8xad33mvri1xw3q45sb2n8rhi27q03nfjx5zl5";
libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base deepseq hspec should-not-typecheck ];
- description = "Generic implementation of the Has pattern";
+ testHaskellDepends = [ base deepseq hspec HUnit ];
+ description = "Generic implementation of the Has and CoHas patterns";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -46738,8 +47015,8 @@ self: {
pname = "cantor-pairing";
version = "0.1.1.0";
sha256 = "03vl7qd5962kr0mi4ymgmh667948rzqiq9f1ixcvycyjz8hz0yqw";
- revision = "1";
- editedCabalFile = "1rl4zjxwiys9mf75bvw363ydpr3nwvi6d77p19rwnmxc9k5spap6";
+ revision = "2";
+ editedCabalFile = "0vl4b3v7qzbsd93vb0flyd6xkpayji49il97d2a6v35cliph5yw2";
libraryHaskellDepends = [
arithmoi base containers integer-gmp integer-logarithms
];
@@ -48764,8 +49041,8 @@ self: {
pname = "cgi";
version = "3001.4.0.0";
sha256 = "1d0nh5ymkqskkp4yn0gfz4mff8i0cxyw1wws8xxp6k1mg1ywa25k";
- revision = "1";
- editedCabalFile = "0q1s49hglw0zjcqsi7ba8nminywxgn6b83xds2lfp0r12q2h00xr";
+ revision = "2";
+ editedCabalFile = "1y0gh51qzdkmvla5r02vab8i9r90m4qqglb0iyy888yc4lw2v6jj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -48776,6 +49053,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "cgi_3001_5_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, exceptions, mtl
+ , multipart, network-uri, parsec, time, xhtml
+ }:
+ mkDerivation {
+ pname = "cgi";
+ version = "3001.5.0.0";
+ sha256 = "09wvp9vkqasns4flw9z46nhcy96r4qxjv6h47d5f90drz77pmm8a";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring containers exceptions mtl multipart network-uri
+ parsec time xhtml
+ ];
+ description = "A library for writing CGI programs";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"cgi-undecidable" = callPackage
({ mkDerivation, base, cgi, mtl }:
mkDerivation {
@@ -49444,8 +49740,6 @@ self: {
];
description = "A simple and intuitive library for automated testing";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"chell-hunit" = callPackage
@@ -49457,8 +49751,6 @@ self: {
libraryHaskellDepends = [ base chell HUnit ];
description = "HUnit support for the Chell testing library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"chell-quickcheck" = callPackage
@@ -49591,17 +49883,15 @@ self: {
}) {};
"chiphunk" = callPackage
- ({ mkDerivation, base, c2hs, safe-exceptions, StateVar
+ ({ mkDerivation, base, c2hs, hashable, safe-exceptions, StateVar
, vector-space
}:
mkDerivation {
pname = "chiphunk";
- version = "0.1.0.3";
- sha256 = "0a39x0v5pswaz4b9nbq1cmi172qglcfk54f5w7sb0ldx88qqi9d3";
- isLibrary = true;
- isExecutable = true;
+ version = "0.1.2.0";
+ sha256 = "0bdmvsspbnyqqf4bp8g8xggly1xs2yglh60y63633h27qdy2062b";
libraryHaskellDepends = [
- base safe-exceptions StateVar vector-space
+ base hashable safe-exceptions StateVar vector-space
];
libraryToolDepends = [ c2hs ];
description = "Haskell bindings for Chipmunk2D physics engine";
@@ -49991,6 +50281,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "chs-cabal" = callPackage
+ ({ mkDerivation, base, Cabal, chs-deps }:
+ mkDerivation {
+ pname = "chs-cabal";
+ version = "0.1.0.1";
+ sha256 = "0s734zls7gjihw0l27mfxyzbphq4n443vy08d47s3znri4fn6r58";
+ libraryHaskellDepends = [ base Cabal chs-deps ];
+ description = "Cabal with c2hs dependencies";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "chs-deps" = callPackage
+ ({ mkDerivation, alex, array, base, bytestring, criterion, tasty
+ , tasty-hunit
+ }:
+ mkDerivation {
+ pname = "chs-deps";
+ version = "0.1.0.0";
+ sha256 = "0mgi44nvsbmfxj2xr7ja7yslsxvbnznd9xbprz967705nhbs2cqb";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ array base bytestring ];
+ libraryToolDepends = [ alex ];
+ testHaskellDepends = [ base bytestring tasty tasty-hunit ];
+ benchmarkHaskellDepends = [ base bytestring criterion ];
+ description = "c2hs dependency analyzer";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"chu2" = callPackage
({ mkDerivation, base, bytestring, data-default, hack2
, hack2-handler-snap-server, utf8-string
@@ -53260,6 +53580,40 @@ self: {
broken = true;
}) {};
+ "coinbase-pro" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, async, base, binary
+ , bytestring, containers, cryptonite, HsOpenSSL, http-api-data
+ , http-client, http-client-tls, http-streams, http-types
+ , io-streams, memory, network, servant, servant-client
+ , servant-client-core, text, time, transformers, unagi-streams
+ , unordered-containers, vector, websockets, wuss
+ }:
+ mkDerivation {
+ pname = "coinbase-pro";
+ version = "0.5.0.0";
+ sha256 = "1zwxim2kn4vcf49n3zff4avwlimlm20m6mggxjaw0r7bv1vn7ad8";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-casing async base binary bytestring containers
+ cryptonite HsOpenSSL http-api-data http-client http-client-tls
+ http-streams http-types io-streams memory network servant
+ servant-client servant-client-core text time transformers
+ unagi-streams unordered-containers vector websockets wuss
+ ];
+ executableHaskellDepends = [
+ aeson aeson-casing async base binary bytestring containers
+ cryptonite HsOpenSSL http-api-data http-client http-client-tls
+ http-streams http-types io-streams memory network servant
+ servant-client servant-client-core text time transformers
+ unagi-streams unordered-containers vector websockets wuss
+ ];
+ description = "Client for Coinbase Pro";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"coincident-root-loci" = callPackage
({ mkDerivation, array, base, combinat, containers, random, tasty
, tasty-hunit, transformers
@@ -53359,17 +53713,13 @@ self: {
}) {};
"collada-types" = callPackage
- ({ mkDerivation, base, containers, enumerable, OpenGL, tuple
- , tuple-gen, vector
- }:
+ ({ mkDerivation, base, containers, OpenGL, tuple, vector }:
mkDerivation {
pname = "collada-types";
- version = "0.3";
- sha256 = "0aw1y3ylcnpj3wwh6w8168a4mmkiayav6swyh2fq3vfjlds91xc8";
- libraryHaskellDepends = [
- base containers enumerable OpenGL tuple tuple-gen vector
- ];
- description = "Data exchange between graphic applications";
+ version = "0.4";
+ sha256 = "1qs1bxxkjb6clszv8mahbmwdwbqpdr5hcxwn3nq5d6wc2xgb4y6r";
+ libraryHaskellDepends = [ base containers OpenGL tuple vector ];
+ description = "Data exchange between graphics applications";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -53693,6 +54043,8 @@ self: {
pname = "colour-space";
version = "0.1.5.0";
sha256 = "13xmn8l11r06xna575sw6sdhp2rj25q8qd9ljbjpl37fr1qbc8xs";
+ revision = "1";
+ editedCabalFile = "0vz6yxwllvrcw6dbrpam8rbadzwzk3nab9skzigcnrkqi4y068wz";
libraryHaskellDepends = [
base call-stack colour constrained-categories JuicyPixels lens
linear linearmap-category manifolds semigroups vector-space
@@ -55361,6 +55713,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "concurrency_1_8_0_0" = callPackage
+ ({ mkDerivation, array, atomic-primops, base, exceptions
+ , monad-control, mtl, stm, transformers
+ }:
+ mkDerivation {
+ pname = "concurrency";
+ version = "1.8.0.0";
+ sha256 = "091nv78c4cfcrg4hwxhn97l0xr5x2n4pfh802ysxmn2zvnm9fbf4";
+ libraryHaskellDepends = [
+ array atomic-primops base exceptions monad-control mtl stm
+ transformers
+ ];
+ description = "Typeclasses, functions, and data types for concurrency and STM";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"concurrency-benchmarks" = callPackage
({ mkDerivation, async, base, bench-graph, bytestring, Chart
, Chart-diagrams, csv, deepseq, directory, gauge, getopt-generics
@@ -55498,8 +55867,8 @@ self: {
}:
mkDerivation {
pname = "concurrent-output";
- version = "1.10.10";
- sha256 = "1wnjxnwbc3l853kiiijagzjyb6fmhz3lmkwls24plbximl1qrr22";
+ version = "1.10.11";
+ sha256 = "1d1aaqg5814k59b0iws3fh06p3g2siaj922gkhs75qgncj0my2p3";
libraryHaskellDepends = [
ansi-terminal async base directory exceptions process stm
terminal-size text transformers unix
@@ -55770,41 +56139,6 @@ self: {
}:
mkDerivation {
pname = "conduit-algorithms";
- version = "0.0.10.1";
- sha256 = "0lil9krb1gj4lckyfqlf9jmdb21n3wrf00kiiwcv1qc277p39z6y";
- libraryHaskellDepends = [
- async base bytestring bzlib-conduit conduit conduit-combinators
- conduit-extra conduit-zstd containers deepseq exceptions
- lzma-conduit monad-control mtl pqueue resourcet stm stm-conduit
- streaming-commons transformers unliftio-core vector
- ];
- testHaskellDepends = [
- async base bytestring bzlib-conduit conduit conduit-combinators
- conduit-extra conduit-zstd containers deepseq directory exceptions
- HUnit lzma-conduit monad-control mtl pqueue resourcet stm
- stm-conduit streaming-commons test-framework test-framework-hunit
- test-framework-th transformers unliftio-core vector
- ];
- benchmarkHaskellDepends = [
- async base bytestring bzlib-conduit conduit conduit-combinators
- conduit-extra conduit-zstd containers criterion deepseq exceptions
- lzma-conduit monad-control mtl pqueue resourcet stm stm-conduit
- streaming-commons transformers unliftio-core vector
- ];
- description = "Conduit-based algorithms";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "conduit-algorithms_0_0_11_0" = callPackage
- ({ mkDerivation, async, base, bytestring, bzlib-conduit, conduit
- , conduit-combinators, conduit-extra, conduit-zstd, containers
- , criterion, deepseq, directory, exceptions, HUnit, lzma-conduit
- , monad-control, mtl, pqueue, resourcet, stm, stm-conduit
- , streaming-commons, test-framework, test-framework-hunit
- , test-framework-th, transformers, unliftio-core, vector
- }:
- mkDerivation {
- pname = "conduit-algorithms";
version = "0.0.11.0";
sha256 = "0c1jwz30kkvimx7lb61782yk0kyfamrf5bqc3g1h7g51lk8bbv9i";
libraryHaskellDepends = [
@@ -55828,7 +56162,6 @@ self: {
];
description = "Conduit-based algorithms";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"conduit-audio" = callPackage
@@ -56342,8 +56675,8 @@ self: {
({ mkDerivation, base, conferer, hspec, hspec-core, text }:
mkDerivation {
pname = "conferer-hspec";
- version = "0.1.0.1";
- sha256 = "1wjn4my0grb62vkswvxa4674s0fid6kskvxz1qll14gqw6wlkx19";
+ version = "0.1.0.2";
+ sha256 = "1hbvqnp1cdhxg3hcywyygby7z56q2xq1c7qgqhi8n7v89dsza27x";
libraryHaskellDepends = [ base conferer hspec-core text ];
testHaskellDepends = [ base conferer hspec hspec-core text ];
description = "conferer's FromConfig instances for hspec Config";
@@ -56351,22 +56684,22 @@ self: {
}) {};
"conferer-provider-json" = callPackage
- ({ mkDerivation, aeson, base, bytestring, conferer, directory
- , hspec, text, unordered-containers, vector
+ ({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
+ , directory, hspec, text, unordered-containers, vector
}:
mkDerivation {
pname = "conferer-provider-json";
- version = "0.1.0.2";
- sha256 = "1iww8w6d7710b58yqiap10jkbgb08ah3szc259p7wn4lnv96cic0";
+ version = "0.1.0.5";
+ sha256 = "1fsqmp48809fygxg1gz9g9ihm46zr98bbqihw72xr938cq0hazbf";
libraryHaskellDepends = [
aeson base bytestring conferer directory text unordered-containers
vector
];
testHaskellDepends = [
- aeson base bytestring conferer directory hspec text
+ aeson aeson-qq base bytestring conferer directory hspec text
unordered-containers vector
];
- description = "Configuration for reading json files";
+ description = "conferer's provider for reading json files";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -56376,8 +56709,8 @@ self: {
}:
mkDerivation {
pname = "conferer-snap";
- version = "0.1.0.3";
- sha256 = "07x1grjqq5dsz7w8vrkzdaknfvqkvjqkmjwjiixn51jxfg6011zq";
+ version = "0.1.0.4";
+ sha256 = "1928k3h6sfgyjs56xvwzkx7fax5larwv7a130gqng8q12w5pblns";
libraryHaskellDepends = [
base conferer snap-core snap-server text
];
@@ -56393,8 +56726,8 @@ self: {
}:
mkDerivation {
pname = "conferer-warp";
- version = "0.1.0.1";
- sha256 = "1alzbcm4bkp2a5p53b3vpnl0zgnz8bm2rpn2aljs24wz3vapgzsa";
+ version = "0.1.0.2";
+ sha256 = "16i84kyhhwy3nm863zf3ap9kv800r8hmn277r5y8gxx7jcqa6caq";
libraryHaskellDepends = [ base conferer http-types text wai warp ];
testHaskellDepends = [
base conferer hspec http-types text wai warp
@@ -56552,6 +56885,8 @@ self: {
pname = "config-value";
version = "0.7.0.1";
sha256 = "0r7qylqmdvif75ylb0d0zryl2ghxl3ip9a2jhyq70aqxwdjh18g4";
+ revision = "1";
+ editedCabalFile = "10rdyg984dkd0xq9z54300wkkgl7zfj4l8bi4vlplvw6jh65v36c";
libraryHaskellDepends = [ array base pretty text ];
libraryToolDepends = [ alex happy ];
testHaskellDepends = [ base text ];
@@ -56570,6 +56905,8 @@ self: {
libraryHaskellDepends = [ base config-value text ];
description = "Interface between config-value and System.GetOpt";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"configifier" = callPackage
@@ -57166,8 +57503,8 @@ self: {
}:
mkDerivation {
pname = "constraints-deriving";
- version = "1.1.0.0";
- sha256 = "15rspwn8i2rwmqsxb505087ars0i10licwj4adsgm89ajhgrqvp9";
+ version = "1.1.1.0";
+ sha256 = "1phgcib4bxbci2n4kh3r1iyp31bbzs6qpnvmxf373hglwyvj9pjy";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal ];
@@ -57201,8 +57538,8 @@ self: {
({ mkDerivation, aeson, base, constraints, template-haskell }:
mkDerivation {
pname = "constraints-extras";
- version = "0.3.0.1";
- sha256 = "0majx5yrddpyvymfl84dqwrqf4bf91jskgaki4ia0h8vhzqfcivx";
+ version = "0.3.0.2";
+ sha256 = "1n3k5ld6qzq7vlwsqwrm3gsg4z7mk11ah3amazzbvbmxwz8wviys";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base constraints template-haskell ];
@@ -57868,25 +58205,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "control-monad-omega";
- version = "0.3.1";
- sha256 = "11hirysr76i01qj8rm22xjcrv2qwxgwjlrqqyd1dsnnvypn9hfrq";
- revision = "1";
- editedCabalFile = "029v5j0mnlzzn6my7jgw26gdm5fbs2h7y395zk1q7r5bfar00q58";
- libraryHaskellDepends = [ base ];
- description = "A breadth-first list monad";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "control-monad-omega_0_3_2" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "control-monad-omega";
version = "0.3.2";
sha256 = "1zx92zyvv10w61rzwhn1d4kggzmi9hggsyjcdav424280x31wb7n";
libraryHaskellDepends = [ base ];
description = "A breadth-first list monad";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"control-monad-queue" = callPackage
@@ -58878,10 +59201,8 @@ self: {
}:
mkDerivation {
pname = "cpkg";
- version = "0.2.3.2";
- sha256 = "0dwcahc8m2mj3jm0hwx13wzhlnyiby4sds8pc70fv54zp0ccbq6r";
- revision = "1";
- editedCabalFile = "1c38aadl6lfnid8ipmpvm78mlvb0rgqr5sdjg86y1ks4q45nqw3g";
+ version = "0.2.3.5";
+ sha256 = "0n2sig9wqpfd182sxxsiadqi7hw6s88a531xhw49jv4hf43982rw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -58893,11 +59214,13 @@ self: {
];
libraryToolDepends = [ cpphs ];
executableHaskellDepends = [
- base directory optparse-applicative text
+ base dhall directory optparse-applicative text
];
testHaskellDepends = [ base hspec hspec-megaparsec megaparsec ];
description = "Build tool for C";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cplex-hs" = callPackage
@@ -59570,8 +59893,8 @@ self: {
}:
mkDerivation {
pname = "crdt";
- version = "10.4";
- sha256 = "182lnbci8vdp7mc6mihap00ffv59xdnjhbbbx5pwjjhxwpavfvv6";
+ version = "10.5";
+ sha256 = "06ndalfz2j722ifblzz3pamb0fdyhs9pa0286kmx2dcrvw7kq1vy";
libraryHaskellDepends = [
base binary bytestring containers Diff hashable mtl network-info
safe stm time vector
@@ -59797,8 +60120,8 @@ self: {
}:
mkDerivation {
pname = "criterion";
- version = "1.5.6.0";
- sha256 = "1p8rw70k69bz33a8amn1ibdf6104hjphglyjlzsxa4w949d0ahp2";
+ version = "1.5.6.1";
+ sha256 = "0m2k323r00q3x5fk8gfcd2y39kmj35nzb8fwqmxjlg7kiz3nkyx5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -60230,6 +60553,27 @@ self: {
pname = "crypto-enigma";
version = "0.1.1.5";
sha256 = "001kl84ngfwr644v7dyk5shkqfw606bpza8b61bv4p4lqyfk96l2";
+ revision = "1";
+ editedCabalFile = "0ld72k1zq13vg1xh75qj1zrrrc4w5fzj0jv7idrynybjwmhvq92n";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base containers split text ];
+ executableHaskellDepends = [
+ ansi-terminal base containers optparse-applicative split text
+ ];
+ testHaskellDepends = [ base HUnit QuickCheck ];
+ description = "An Enigma machine simulator with display";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "crypto-enigma_0_1_1_6" = callPackage
+ ({ mkDerivation, ansi-terminal, base, containers, HUnit
+ , optparse-applicative, QuickCheck, split, text
+ }:
+ mkDerivation {
+ pname = "crypto-enigma";
+ version = "0.1.1.6";
+ sha256 = "07qxrpwg9r2w2l0d2nrvn703vzsfhchznly93bnr2pfpbwj4iv2z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers split text ];
@@ -60239,6 +60583,7 @@ self: {
testHaskellDepends = [ base HUnit QuickCheck ];
description = "An Enigma machine simulator with display";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"crypto-multihash" = callPackage
@@ -60396,8 +60741,8 @@ self: {
}:
mkDerivation {
pname = "crypto-rng";
- version = "0.1.0.2";
- sha256 = "1h7ilx91jbnlmax0z74kvk6f3yr4f14pk15bi9qvhn8kj13i7qf1";
+ version = "0.1.1.0";
+ sha256 = "1h7pqps4f25sn28dhbs1jd58gl4ml9scc1s4dixbz8mvyv5aslkf";
libraryHaskellDepends = [
base bytestring crypto-api DRBG exceptions monad-control mtl
transformers-base
@@ -61132,8 +61477,8 @@ self: {
}:
mkDerivation {
pname = "csv-conduit";
- version = "0.7.0.0";
- sha256 = "1rzshr0py23xi1cfgsghnhgy65hyhlxhlnb6qyfzfsqqshmy13s7";
+ version = "0.7.1.0";
+ sha256 = "01wmf2kzy483k3dbmcmf1mziwwrchdj7nxl63wakynsddh1zjv9v";
libraryHaskellDepends = [
array attoparsec base blaze-builder bytestring conduit
conduit-extra containers data-default exceptions ghc-prim mmorph
@@ -61776,8 +62121,8 @@ self: {
}:
mkDerivation {
pname = "cursor";
- version = "0.1.0.1";
- sha256 = "1ipwk9lnazhkzy4fxdc4y0hqa1vdlgda43jdjnp9j00q5fgrhldz";
+ version = "0.2.0.0";
+ sha256 = "1haikdgyj7m6c7ihwvl4wy0za0nvrhh2bvqm1afa5465mcm5ynnw";
libraryHaskellDepends = [
base containers microlens text validity validity-containers
validity-text
@@ -61804,8 +62149,8 @@ self: {
}:
mkDerivation {
pname = "cursor-gen";
- version = "0.1.0.0";
- sha256 = "1f9s1da9vf8sr27aidk3rgvkn594pv94w4gqqyi6ikl5dx8yzqxn";
+ version = "0.2.0.0";
+ sha256 = "1i9ad6gmd4sqs3nbgij4jm509m6gx4v0pghsf4d3qn71hbxbxipc";
libraryHaskellDepends = [
base containers cursor genvalidity genvalidity-containers
genvalidity-text QuickCheck text
@@ -64316,6 +64661,8 @@ self: {
pname = "data-tree-print";
version = "0.1.0.2";
sha256 = "00jh37anim8qsn553467gmfhajcz1c61zrgh1ypkqsll0gc29vy3";
+ revision = "1";
+ editedCabalFile = "1r6dnvc7d50q5p9fdqqwfvi7kwn7r89319plj7v284sjai9b6ld4";
libraryHaskellDepends = [ base pretty syb ];
description = "Print Data instances as a nested tree";
license = stdenv.lib.licenses.bsd3;
@@ -65023,7 +65370,7 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
- "dbus_1_2_9" = callPackage
+ "dbus_1_2_11" = callPackage
({ mkDerivation, base, bytestring, cereal, conduit, containers
, criterion, deepseq, directory, exceptions, extra, filepath, lens
, network, parsec, process, QuickCheck, random, resourcet, split
@@ -65032,8 +65379,8 @@ self: {
}:
mkDerivation {
pname = "dbus";
- version = "1.2.9";
- sha256 = "1q9qhl6hjbr9yxmr62md4ycadv04nqdkvsa8l5c0p724rz3faqw3";
+ version = "1.2.11";
+ sha256 = "150agli4ialryxcv6nd3y90pi5ikls8bn9my3fp2j5fwir27abns";
libraryHaskellDepends = [
base bytestring cereal conduit containers deepseq exceptions
filepath lens network parsec random split template-haskell text
@@ -65656,8 +66003,8 @@ self: {
}:
mkDerivation {
pname = "debian-build";
- version = "0.10.1.2";
- sha256 = "0h8nxk9pir6ic65vh5y29jnlz7jrnq8inqg22h7nvlphk7qbblqw";
+ version = "0.10.2.0";
+ sha256 = "1yqswr5cvv2yzl15nylvnf2x7cshz482fgfi1nnm22vq71zszn2x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -65731,8 +66078,8 @@ self: {
}:
mkDerivation {
pname = "debug-me";
- version = "1.20181208";
- sha256 = "0gnnhgqzhbhgc49y3md7440plgfv1wry8fk73f81s2f1c1agqh1i";
+ version = "1.20190926";
+ sha256 = "0qy2ianwal4v4s0m13yjszk032dp3y6k4p61whwmlp49xmqvwjyb";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@@ -66311,8 +66658,8 @@ self: {
}:
mkDerivation {
pname = "dejafu";
- version = "2.1.0.0";
- sha256 = "19jvcfkwavmvf08dwsch3izk9qzw8ldrghpvjgv2vh5dxr7wr9xq";
+ version = "2.1.0.1";
+ sha256 = "08rm5f4kxwd46si0qkaf2yzsffpndhb3l4x639k11l6n28165nhg";
libraryHaskellDepends = [
base concurrency containers contravariant deepseq exceptions
leancheck profunctors random transformers
@@ -66617,6 +66964,8 @@ self: {
pname = "dependent-map";
version = "0.2.4.0";
sha256 = "0il2naf6gdkvkhscvqd8kg9v911vdhqp9h10z5546mninnyrdcsx";
+ revision = "1";
+ editedCabalFile = "0a5f35d1sgfq1cl1r5bgb5pwfjniiycxiif4ycxglaizp8g5rlr1";
libraryHaskellDepends = [ base containers dependent-sum ];
description = "Dependent finite maps (partial dependent products)";
license = "unknown";
@@ -67130,15 +67479,20 @@ self: {
}) {};
"describe" = callPackage
- ({ mkDerivation, base, bytestring, cereal, QuickCheck }:
+ ({ mkDerivation, base, bytestring, cereal, fixed-vector, QuickCheck
+ }:
mkDerivation {
pname = "describe";
- version = "0.1.2.1";
- sha256 = "1k2ik717ab2wnffmkfqm7akp3irp3jsfsb8l49gqgn30wgrx3nk7";
- libraryHaskellDepends = [ base bytestring cereal ];
- testHaskellDepends = [ base bytestring cereal QuickCheck ];
+ version = "0.2.0.6";
+ sha256 = "01g3wa8wzb7aary9mskgljak2cgn7wk0bycwil5g32510hpwvfbv";
+ libraryHaskellDepends = [ base bytestring cereal fixed-vector ];
+ testHaskellDepends = [
+ base bytestring cereal fixed-vector QuickCheck
+ ];
description = "Combinators for describing binary data structures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"descrilo" = callPackage
@@ -67527,7 +67881,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall_1_26_0" = callPackage
+ "dhall_1_26_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
@@ -67544,8 +67898,8 @@ self: {
}:
mkDerivation {
pname = "dhall";
- version = "1.26.0";
- sha256 = "1jk8zfdbvgp2ipkmhx5m1n467c1k6g24kgi295lcbyvlwahv9l7j";
+ version = "1.26.1";
+ sha256 = "1g0ynl3b1bgjwp1zk3xj9nr0x9m0n29vg82jabn01rl6z6vrw9pn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -67677,6 +68031,8 @@ self: {
pname = "dhall-json";
version = "1.4.1";
sha256 = "1widvpgrswj6bz9330i2xyxv1h6asw0pm5rrwdhyf926qgag83pp";
+ revision = "1";
+ editedCabalFile = "0vwr27ikw0y39za9jc91g3xbd7vb745zkkni0x3k73944w0w47n3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -68537,6 +68893,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "dialogflow-fulfillment" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
+ , directory, hspec, hspec-discover, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "dialogflow-fulfillment";
+ version = "0.1.0.0";
+ sha256 = "0pz5qyz6sf00c5155mrraya7jr8sp99hmfm1642hv4zhj08ky0j7";
+ libraryHaskellDepends = [
+ aeson base bytestring containers text unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring containers directory hspec
+ hspec-discover
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "A Dialogflow Fulfillment library for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"dib" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, cereal
, containers, digest, directory, filepath, mtl, process, text, time
@@ -69258,13 +69634,13 @@ self: {
}) {};
"dimensions" = callPackage
- ({ mkDerivation, base, Cabal, constraints-deriving, ghc, QuickCheck
- }:
+ ({ mkDerivation, base, Cabal, constraints-deriving, QuickCheck }:
mkDerivation {
pname = "dimensions";
- version = "2.0.0.0";
- sha256 = "1k0j8lcshscs5cd18i6qqiwb7sjy55mcfha5kl5f4x9nxrnn6xa8";
- libraryHaskellDepends = [ base constraints-deriving ghc ];
+ version = "2.1.0.0";
+ sha256 = "08jkcr1lbjb8n4n9pmfy1jg5djaxn4fs6f1jk4dbpk4paxp3psc9";
+ setupHaskellDepends = [ base Cabal ];
+ libraryHaskellDepends = [ base constraints-deriving ];
testHaskellDepends = [
base Cabal constraints-deriving QuickCheck
];
@@ -69689,8 +70065,8 @@ self: {
}:
mkDerivation {
pname = "dirtree";
- version = "0.1.0";
- sha256 = "0hyvaf17rfaqjag6qg3pfhbhjnhrd4xdknvn0k494vi3wd1ddzap";
+ version = "0.1.1";
+ sha256 = "18iahbw6hzjxsnmr3yi80w0xvf6iphdxb2yg5kpnww26lmlgk6dc";
libraryHaskellDepends = [
base bytestring containers deepseq directory filepath lens unix
zip-archive
@@ -69780,8 +70156,8 @@ self: {
}:
mkDerivation {
pname = "discord-haskell";
- version = "1.1.2";
- sha256 = "1dwsg3q9jdq58pchc0aylg8acshfjmdidpr09818jr4aawvdn3xr";
+ version = "1.1.3";
+ sha256 = "0q04qh6ia7rlrg0mlbch3n7ai81jn20avrgxlyn9xggdryi5vkb6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -70755,8 +71131,8 @@ self: {
}:
mkDerivation {
pname = "distribution-nixpkgs";
- version = "1.3.0";
- sha256 = "192r9aizcjvnm0s57v056x42mvlq79fk8630g73ps6qqnb2mjy9h";
+ version = "1.3.1";
+ sha256 = "1113qizh931inpim0ajfwihcvlp26n1l4bf36v0jakd34k70mm8g";
libraryHaskellDepends = [
aeson base bytestring Cabal containers deepseq language-nix lens
pretty process split
@@ -71006,23 +71382,21 @@ self: {
broken = true;
}) {};
- "dl-fedora_0_7" = callPackage
+ "dl-fedora_0_7_1" = callPackage
({ mkDerivation, base, bytestring, directory, filepath
, http-directory, http-types, optparse-applicative, regex-posix
- , simple-cmd, simple-cmd-args, text, unix, xdg-userdirs
+ , simple-cmd, simple-cmd-args, text, time, unix, xdg-userdirs
}:
mkDerivation {
pname = "dl-fedora";
- version = "0.7";
- sha256 = "00fkjlggax5l9qk2dlgh3plkqrvxrwfipdcfpq8d5kfw7l5wdxsv";
- revision = "1";
- editedCabalFile = "1njib3nnknqpa4kmrrrfabkrh1iaqx8xsw7jn4qrhlnqhh0mqwqd";
+ version = "0.7.1";
+ sha256 = "1wn4pmksamy3nqriv9c4fim2vwylf6x1n7r767lqdr637jww8yd4";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring directory filepath http-directory http-types
optparse-applicative regex-posix simple-cmd simple-cmd-args text
- unix xdg-userdirs
+ time unix xdg-userdirs
];
description = "Fedora image download tool";
license = stdenv.lib.licenses.gpl3;
@@ -71205,6 +71579,8 @@ self: {
pname = "dns";
version = "4.0.0";
sha256 = "0gq0y8pw4x8fja0f3hhwpbxh4rg2i8nzfnp2rxh2py49qfhg38mj";
+ revision = "1";
+ editedCabalFile = "0cg5jhn5g28qspkinx44zyz0yn08ddcsylhmvlpp4clyb9zlz1si";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
array async attoparsec auto-update base base16-bytestring
@@ -71519,6 +71895,28 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "docrecords" = callPackage
+ ({ mkDerivation, aeson, base, data-default, doctest, lens
+ , optparse-applicative, text, unordered-containers, vinyl, yaml
+ }:
+ mkDerivation {
+ pname = "docrecords";
+ version = "0.1.0.0";
+ sha256 = "1b8lavhm3iiz0w0b581yn88kaydwiimvj5j9sayx5gq04aa20jvj";
+ libraryHaskellDepends = [
+ aeson base data-default lens optparse-applicative text
+ unordered-containers vinyl yaml
+ ];
+ testHaskellDepends = [
+ aeson base data-default doctest lens optparse-applicative text
+ unordered-containers vinyl yaml
+ ];
+ description = "Vinyl-based records with hierarchical field names, default values and documentation";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"docstrings" = callPackage
({ mkDerivation, base, containers, heredoc, template-haskell }:
mkDerivation {
@@ -71551,7 +71949,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "doctemplates_0_6" = callPackage
+ "doctemplates_0_6_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, doclayout, filepath, Glob, mtl, parsec, safe, scientific, tasty
, tasty-golden, tasty-hunit, temporary, text, unordered-containers
@@ -71559,8 +71957,8 @@ self: {
}:
mkDerivation {
pname = "doctemplates";
- version = "0.6";
- sha256 = "1bimvksijpz3czx0si9wwiigi4knc3d4i7rl6fssmz3z9qs6rhxg";
+ version = "0.6.1";
+ sha256 = "0zarj24mq8qgj1b2njhwssqfhv652c1zi6xj0pcq0pazyj9n95d2";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base containers doclayout filepath mtl parsec safe scientific
@@ -73200,6 +73598,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "dunai_0_5_2_1" = callPackage
+ ({ mkDerivation, base, MonadRandom, transformers, transformers-base
+ }:
+ mkDerivation {
+ pname = "dunai";
+ version = "0.5.2.1";
+ sha256 = "18ccvjmr03v4fghlv2hcb3g4c9zrq0ccasr2i9r71dp07mhrpaba";
+ libraryHaskellDepends = [
+ base MonadRandom transformers transformers-base
+ ];
+ description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"dunai-core" = callPackage
({ mkDerivation, base, MonadRandom, transformers, transformers-base
}:
@@ -74053,8 +74466,9 @@ self: {
}:
mkDerivation {
pname = "easytensor";
- version = "2.0.1.0";
- sha256 = "018g738yq7ac386ahbl18jnkjzd25jbgb744fg0kxz90734iwwdv";
+ version = "2.1.0.0";
+ sha256 = "1d11i3g0rhcl43jd2pklbagazv2az73ns9sfkky8yx078cf79xyd";
+ setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base constraints-deriving dimensions ];
testHaskellDepends = [
base Cabal constraints-deriving dimensions QuickCheck
@@ -74071,8 +74485,8 @@ self: {
({ mkDerivation, base, dimensions, easytensor, vulkan-api }:
mkDerivation {
pname = "easytensor-vulkan";
- version = "2.0.1.0";
- sha256 = "0j3np8b24kr30bc2lcrvgpnv440a0mzcksjiyf37sp6l9fml65m5";
+ version = "2.0.2.0";
+ sha256 = "0gi8p76x7h78frv3yrg6a7qnzjczx3j7warqclc36pkwv050dn3i";
libraryHaskellDepends = [ base dimensions easytensor vulkan-api ];
description = "Use easytensor with vulkan-api";
license = stdenv.lib.licenses.bsd3;
@@ -75397,25 +75811,25 @@ self: {
}) {};
"elliptic-curve" = callPackage
- ({ mkDerivation, arithmoi, base, criterion, galois-field
- , MonadRandom, protolude, tasty, tasty-hunit, tasty-quickcheck
- , text, wl-pprint-text
+ ({ mkDerivation, base, criterion, galois-field, groups, MonadRandom
+ , protolude, tasty, tasty-hunit, tasty-quickcheck, text
+ , wl-pprint-text
}:
mkDerivation {
pname = "elliptic-curve";
- version = "0.2.2";
- sha256 = "082q01xqfqa73c0wasmh8v0hgf76gsfg8jzd78n9vgrp69zali1n";
+ version = "0.3.0";
+ sha256 = "1rvil4va3dy04474kiihadsplhqbpbrkjsqnmaykw23lqgzp32iq";
libraryHaskellDepends = [
- base galois-field MonadRandom protolude tasty-quickcheck text
- wl-pprint-text
+ base galois-field groups MonadRandom protolude tasty-quickcheck
+ text wl-pprint-text
];
testHaskellDepends = [
- arithmoi base galois-field MonadRandom protolude tasty tasty-hunit
+ base galois-field groups MonadRandom protolude tasty tasty-hunit
tasty-quickcheck text wl-pprint-text
];
benchmarkHaskellDepends = [
- base criterion galois-field MonadRandom protolude tasty-quickcheck
- text wl-pprint-text
+ base criterion galois-field groups MonadRandom protolude
+ tasty-quickcheck text wl-pprint-text
];
description = "Elliptic curve library";
license = stdenv.lib.licenses.mit;
@@ -75940,6 +76354,8 @@ self: {
];
description = "Handle molecular sequences";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"elynx-tools" = callPackage
@@ -75986,6 +76402,8 @@ self: {
];
description = "Handle phylogenetic trees";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"emacs-keys" = callPackage
@@ -76091,8 +76509,8 @@ self: {
}:
mkDerivation {
pname = "email-validate";
- version = "2.3.2.11";
- sha256 = "051h1l6x4dpk2jg1bsxy32zswf8ridlix3k78k0h237gcassrfpb";
+ version = "2.3.2.12";
+ sha256 = "0ar3cfjia3x11chb7w60mi7hp5djanms883ddk875l6lifr2lyqf";
libraryHaskellDepends = [
attoparsec base bytestring template-haskell
];
@@ -76268,6 +76686,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "emd_0_1_8_1" = callPackage
+ ({ mkDerivation, array, base, binary, carray, containers, criterion
+ , data-default-class, deepseq, fft, finite-typelits
+ , ghc-typelits-knownnat, ghc-typelits-natnormalise, HUnit
+ , mwc-random, statistics, transformers, typelits-witnesses, vector
+ , vector-sized
+ }:
+ mkDerivation {
+ pname = "emd";
+ version = "0.1.8.1";
+ sha256 = "1dijiqcql8n6an1hl8jvm487jqi7v9ji27lgas3ychc65lw7xwca";
+ libraryHaskellDepends = [
+ array base binary carray containers data-default-class deepseq fft
+ finite-typelits ghc-typelits-knownnat ghc-typelits-natnormalise
+ transformers typelits-witnesses vector vector-sized
+ ];
+ testHaskellDepends = [ base containers HUnit ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq ghc-typelits-knownnat mwc-random statistics
+ vector vector-sized
+ ];
+ description = "Empirical Mode Decomposition and Hilbert-Huang Transform";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"emgm" = callPackage
({ mkDerivation, base, HUnit, QuickCheck, syb }:
mkDerivation {
@@ -77897,6 +78341,8 @@ self: {
];
description = "General purpose live coding framework";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"essence-of-live-coding-gloss" = callPackage
@@ -77912,6 +78358,8 @@ self: {
];
description = "General purpose live coding framework - Gloss backend";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"essence-of-live-coding-pulse" = callPackage
@@ -77927,6 +78375,8 @@ self: {
];
description = "General purpose live coding framework - pulse backend";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"essence-of-live-coding-quickcheck" = callPackage
@@ -77943,6 +78393,8 @@ self: {
];
description = "General purpose live coding framework - QuickCheck integration";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"estimator" = callPackage
@@ -78421,6 +78873,27 @@ self: {
broken = true;
}) {};
+ "evdev" = callPackage
+ ({ mkDerivation, base, bytestring, c2hs, composition, containers
+ , either, evdev, extra, hinotify, posix-paths, process, rawfilepath
+ , streamly, time, unix
+ }:
+ mkDerivation {
+ pname = "evdev";
+ version = "0.1.0.1";
+ sha256 = "17y1rg6p8inzf3zdakfxwp4f3yrak83lqfdjiwg786x4f0ab3jaq";
+ libraryHaskellDepends = [
+ base bytestring composition containers either extra hinotify
+ posix-paths process rawfilepath streamly time unix
+ ];
+ librarySystemDepends = [ evdev ];
+ libraryToolDepends = [ c2hs ];
+ description = "Bindings to libevdev";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {evdev = null;};
+
"eve" = callPackage
({ mkDerivation, base, containers, data-default, free, hspec
, hspec-core, lens, mtl
@@ -78699,18 +79172,18 @@ self: {
({ mkDerivation, aeson, array, attoparsec, base, blaze-html
, bytestring, containers, file-embed, filepath, ghc-events
, hashtables, hvega, mtl, optparse-applicative, semigroups, text
- , time, vector
+ , time, trie-simple, vector
}:
mkDerivation {
pname = "eventlog2html";
- version = "0.4.0";
- sha256 = "09gsxzqrbjksi5gnwf7b4d2ry0cj4gqzzbpbrb404lkd5v0z1sh1";
+ version = "0.5.0";
+ sha256 = "0f0ipqixbiy1niza0kv4bsx26hcjypwlpp4y2qrig7javzfa48nm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson array attoparsec base blaze-html bytestring containers
file-embed filepath ghc-events hashtables hvega mtl
- optparse-applicative semigroups text time vector
+ optparse-applicative semigroups text time trie-simple vector
];
executableHaskellDepends = [ aeson base filepath text ];
description = "Visualise an eventlog";
@@ -78854,8 +79327,8 @@ self: {
}:
mkDerivation {
pname = "eventstore";
- version = "1.3.1";
- sha256 = "1mpwd6bwyzzmg2mzbkllf2f05dsi17da5i3clvakjj9yv8dpxj3q";
+ version = "1.3.2";
+ sha256 = "1a5nxx9w56x1ddnncnc576x9282jlmksqn6gscmavmaj7i9nfplg";
libraryHaskellDepends = [
aeson array base bifunctors bytestring cereal clock connection
containers dns dotnet-timespan ekg-core exceptions fast-logger
@@ -79104,10 +79577,8 @@ self: {
}:
mkDerivation {
pname = "exception-transformers";
- version = "0.4.0.7";
- sha256 = "1vzjy6mz6y9jacpwq2bax86nwzq9mk4b9y3r3r98l50r7pmn2nwj";
- revision = "1";
- editedCabalFile = "0sahi93f75acvmqagkjc1lcwx31crja6z9hyww9abj85x45pqa6f";
+ version = "0.4.0.8";
+ sha256 = "079vwd0lkv7y5cijpjxsxn6wyba1y22fw9mfirzgjpiswx46isrr";
libraryHaskellDepends = [
base stm transformers transformers-compat
];
@@ -80565,8 +81036,8 @@ self: {
pname = "fake";
version = "0.1.1.2";
sha256 = "0jwndfsyc5p7da97658j14x5gynbifkx7ikg8k09ym9gizkrmdd2";
- revision = "1";
- editedCabalFile = "0gpqpb6vmskw7l6k3q18cfb670azxldiirj9sapz043sqd5wc3di";
+ revision = "2";
+ editedCabalFile = "17ggg7m04xr42353b2gyx965c8qgymd4nvlzcm5zyx2v7q9zwy8f";
libraryHaskellDepends = [
base containers generics-sop random text time
];
@@ -80612,7 +81083,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "fakedata_0_3_0" = callPackage
+ "fakedata_0_3_1" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, directory
, exceptions, filepath, gauge, hashable, hspec, hspec-discover
, random, template-haskell, text, time, unordered-containers
@@ -80620,8 +81091,8 @@ self: {
}:
mkDerivation {
pname = "fakedata";
- version = "0.3.0";
- sha256 = "11g3vja4kw7ms5bvccl4hpzvd59v2m60sk6ycx9calw13b65ix4p";
+ version = "0.3.1";
+ sha256 = "0y5gnqjgn3n2px80xbpqx0kaxrdkaqhw8n9ah4ry310j80m9z8ma";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers directory exceptions filepath hashable
@@ -80780,11 +81251,12 @@ self: {
}:
mkDerivation {
pname = "fast-arithmetic";
- version = "0.6.4.2";
- sha256 = "1jfdwhbw6g435p7waspg19viykqlqqqc7n8m75j34a8vwqyh5zpa";
- libraryHaskellDepends = [ base hgmp ];
+ version = "0.6.4.3";
+ sha256 = "08fwfk6k081gasfpvil9hhzcc85b6xlpflp2kqi9kwza3pfi3d0s";
+ libraryHaskellDepends = [ base combinat hgmp ];
testHaskellDepends = [ arithmoi base combinat hspec QuickCheck ];
benchmarkHaskellDepends = [ arithmoi base combinat criterion ];
+ doHaddock = false;
description = "Fast functions on integers";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -80798,26 +81270,6 @@ self: {
}:
mkDerivation {
pname = "fast-builder";
- version = "0.1.1.0";
- sha256 = "024n5q1zsmd1va662sjdnc42w4qj6pmqg64fsfcn0jx5zvmg62d9";
- libraryHaskellDepends = [ base bytestring ghc-prim ];
- testHaskellDepends = [ base bytestring process QuickCheck stm ];
- benchmarkHaskellDepends = [
- aeson base bytestring containers criterion deepseq ghc-prim
- scientific template-haskell text true-name unordered-containers
- vector
- ];
- description = "Fast ByteString Builder";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "fast-builder_0_1_2_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, criterion
- , deepseq, ghc-prim, process, QuickCheck, scientific, stm
- , template-haskell, text, true-name, unordered-containers, vector
- }:
- mkDerivation {
- pname = "fast-builder";
version = "0.1.2.0";
sha256 = "1aa3v14nlcq4ql3f07lan9kg21dqp009yzgb96bxznyigxwf67rp";
libraryHaskellDepends = [ base bytestring ghc-prim ];
@@ -80829,7 +81281,6 @@ self: {
];
description = "Fast ByteString Builder";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fast-combinatorics" = callPackage
@@ -80906,6 +81357,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "fast-logger_3_0_0" = callPackage
+ ({ mkDerivation, array, auto-update, base, bytestring, directory
+ , easy-file, filepath, hspec, hspec-discover, text, unix-compat
+ , unix-time
+ }:
+ mkDerivation {
+ pname = "fast-logger";
+ version = "3.0.0";
+ sha256 = "0jgzl4gsxb2xf51k2n8m19db3mk4l9pppir2h7cckdr596zy3x83";
+ libraryHaskellDepends = [
+ array auto-update base bytestring directory easy-file filepath text
+ unix-compat unix-time
+ ];
+ testHaskellDepends = [ base bytestring directory hspec ];
+ testToolDepends = [ hspec-discover ];
+ description = "A fast logging system";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"fast-math" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -80942,27 +81413,26 @@ self: {
}) {};
"fast-tags" = callPackage
- ({ mkDerivation, alex, array, async, base, bytestring, containers
- , cpphs, deepseq, directory, filepath, mtl, tasty, tasty-hunit
- , text, utf8-string
+ ({ mkDerivation, alex, array, async, base, bytestring, Cabal
+ , containers, deepseq, directory, filepath, mtl, tasty, tasty-hunit
+ , text, transformers, vector, void
}:
mkDerivation {
pname = "fast-tags";
- version = "1.5.0";
- sha256 = "0cchakbbs7sfjrsg6p45kv9bv1dsxp5mj6q3900v0hf8n7is3qqb";
+ version = "2.0.0";
+ sha256 = "0q2ijh1pdxzm57557vln195mmxs15wra9159vpsjvjda4gnd7bs6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- array async base bytestring containers cpphs deepseq directory
- filepath mtl text utf8-string
+ array base bytestring Cabal containers deepseq filepath mtl text
+ transformers vector void
];
libraryToolDepends = [ alex ];
executableHaskellDepends = [
- async base bytestring containers deepseq directory filepath text
+ async base deepseq directory filepath text
];
testHaskellDepends = [
- async base bytestring containers directory filepath tasty
- tasty-hunit text
+ base bytestring tasty tasty-hunit text void
];
description = "Fast incremental vi and emacs tags";
license = stdenv.lib.licenses.bsd3;
@@ -81542,8 +82012,8 @@ self: {
pname = "fclabels";
version = "2.0.3.3";
sha256 = "1q62p41bj991s7i15ciayw1v1xq8szn4bls50p65lfy2dnj7554s";
- revision = "3";
- editedCabalFile = "1wncfnvh4mv87gh0ddhiqf839d63rqs1qzi3y386y6r8hfnvra0l";
+ revision = "4";
+ editedCabalFile = "09pn1q4gjlhw956asmhzva1rhrafmn69xmd1sc80fh3c8vjd3icz";
libraryHaskellDepends = [ base mtl template-haskell transformers ];
testHaskellDepends = [
base HUnit mtl template-haskell transformers
@@ -81809,8 +82279,8 @@ self: {
}:
mkDerivation {
pname = "feed";
- version = "1.2.0.0";
- sha256 = "0cakrlq1ra2gwyqmdhss4clkj0xxrwy3pc4xjzgqz4w3yd1czjg7";
+ version = "1.2.0.1";
+ sha256 = "004lwdng4slj6yl8mgscr3cgj0zzc8hzkf4450dby2l6cardg4w0";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base base-compat bytestring old-locale old-time safe text time
@@ -83305,6 +83775,8 @@ self: {
];
description = "A better, more type-safe Enum";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"finitary-derive" = callPackage
@@ -83470,8 +83942,8 @@ self: {
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "first-class-patterns";
- version = "0.3.2.4";
- sha256 = "1dc24hgmxyhg7jrij3f3x46ra96y5fw047828f8ahxvj14ljix1v";
+ version = "0.3.2.5";
+ sha256 = "1bh8ndf77pfh851d7szx0q2lpima6zm1d652s9j7jzchr7icyjvs";
libraryHaskellDepends = [ base transformers ];
description = "First class patterns and pattern matching, using type families";
license = stdenv.lib.licenses.bsd3;
@@ -84243,6 +84715,41 @@ self: {
license = stdenv.lib.licenses.gpl2;
}) {};
+ "flatbuffers" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring
+ , containers, criterion, directory, filepath, hedgehog, hspec
+ , hspec-core, hspec-expectations-pretty-diff, hspec-megaparsec
+ , http-client, http-types, HUnit, hw-hspec-hedgehog, megaparsec
+ , mtl, parser-combinators, process, raw-strings-qq, scientific
+ , template-haskell, text, text-manipulate, th-pprint, utf8-string
+ , vector
+ }:
+ mkDerivation {
+ pname = "flatbuffers";
+ version = "0.1.0.0";
+ sha256 = "0rmcq2wknsffvb5mzb7rin9wiksislm5gll4srkaijpz6mian2b0";
+ libraryHaskellDepends = [
+ base binary bytestring containers directory filepath megaparsec mtl
+ parser-combinators scientific template-haskell text text-manipulate
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base binary bytestring containers directory
+ filepath hedgehog hspec hspec-core hspec-expectations-pretty-diff
+ hspec-megaparsec http-client http-types HUnit hw-hspec-hedgehog
+ megaparsec mtl parser-combinators process raw-strings-qq scientific
+ template-haskell text text-manipulate th-pprint utf8-string
+ ];
+ benchmarkHaskellDepends = [
+ aeson base binary bytestring containers criterion directory
+ filepath megaparsec mtl parser-combinators scientific
+ template-haskell text text-manipulate vector
+ ];
+ description = "Haskell implementation of the FlatBuffers protocol";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"flay" = callPackage
({ mkDerivation, base, constraints, tasty, tasty-quickcheck
, transformers
@@ -84562,8 +85069,8 @@ self: {
({ mkDerivation, base, doctest, QuickCheck, template-haskell }:
mkDerivation {
pname = "flow";
- version = "1.0.18";
- sha256 = "1cyac1la7pg7hkpdd2lhk4clh6g1zd2n0f479xvgn14ibs6ki3ph";
+ version = "1.0.19";
+ sha256 = "00pfsyfn7wpgghsw9xgakrxa3n04lizfhrxkg9jbyw0gvd5w6hi9";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest QuickCheck template-haskell ];
description = "Write more understandable Haskell";
@@ -85189,8 +85696,8 @@ self: {
}:
mkDerivation {
pname = "fold-debounce";
- version = "0.2.0.8";
- sha256 = "1j7v11nq2q7p50z27lbmprwqrhvcf9qa5zy2hql68zsi53q3wszw";
+ version = "0.2.0.9";
+ sha256 = "032vk4bpmsd7ix00kpfb2vnabivg9vkkfy3nbazdgm8x01jix4wq";
libraryHaskellDepends = [
base data-default-class stm stm-delay time
];
@@ -85370,8 +85877,8 @@ self: {
}:
mkDerivation {
pname = "folds";
- version = "0.7.4";
- sha256 = "0wj5fd3icj05w3lziv4rmqahsh42kzckxybjacyvwb45kiy6yvjw";
+ version = "0.7.5";
+ sha256 = "17a8xggx17m59hiwd2lxd2379sw4xblgyv1pk9g5h93w3m8wgq1r";
configureFlags = [ "-f-test-hlint" ];
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
@@ -86436,6 +86943,28 @@ self: {
broken = true;
}) {};
+ "franz" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, containers, cpu
+ , directory, fast-builder, filepath, fsnotify, network, process
+ , sendfile, stm, stm-delay, transformers, unordered-containers
+ , vector
+ }:
+ mkDerivation {
+ pname = "franz";
+ version = "0.2.1";
+ sha256 = "0azkvqy4xgrs4wac6rd23rqc051hmm2r3nmdhgk8p2fs5cdkhncx";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring cereal containers cpu directory fast-builder
+ filepath fsnotify network process sendfile stm stm-delay
+ transformers unordered-containers vector
+ ];
+ executableHaskellDepends = [ base bytestring network stm ];
+ description = "Append-only database";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"fraxl" = callPackage
({ mkDerivation, async, base, dependent-map, dependent-sum
, exceptions, fastsum, free, mtl, time, transformers, type-aligned
@@ -86494,26 +87023,36 @@ self: {
}) {};
"free-algebras" = callPackage
- ({ mkDerivation, base, constraints, containers, data-fix, dlist
- , free, groups, hedgehog, kan-extensions, mtl, natural-numbers
- , transformers
+ ({ mkDerivation, base, containers, data-fix, dlist, free, groups
+ , hedgehog, kan-extensions, mtl, transformers
}:
mkDerivation {
pname = "free-algebras";
- version = "0.0.7.2";
- sha256 = "0hljd9wsv516jcqp7pkacmadjchkd9sxq42pj5j1my95hvc5apfd";
+ version = "0.0.8.0";
+ sha256 = "0hwvjvly1ab7bnb4knqxz0gpxkw8pn1x5xbqf3g0k98cqr0zpsj7";
libraryHaskellDepends = [
- base constraints containers data-fix dlist free groups
- kan-extensions mtl natural-numbers transformers
+ base containers data-fix dlist free groups kan-extensions mtl
+ transformers
];
testHaskellDepends = [
- base constraints containers data-fix dlist free groups hedgehog
- kan-extensions mtl natural-numbers transformers
+ base containers data-fix dlist free groups hedgehog kan-extensions
+ mtl transformers
];
description = "Free algebras in Haskell";
license = stdenv.lib.licenses.mpl20;
}) {};
+ "free-categories" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "free-categories";
+ version = "0.1.0.0";
+ sha256 = "0lzal6vbh1zjcag4dwmhnsv4j66n00gkl0cmf0pssdjwwywxgpwx";
+ libraryHaskellDepends = [ base ];
+ description = "free categories";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"free-category" = callPackage
({ mkDerivation, base, free-algebras }:
mkDerivation {
@@ -86523,6 +87062,8 @@ self: {
libraryHaskellDepends = [ base free-algebras ];
description = "Free category";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"free-concurrent" = callPackage
@@ -86920,8 +87461,8 @@ self: {
}:
mkDerivation {
pname = "freer-simple";
- version = "1.2.1.0";
- sha256 = "199cg3y4wx1kh2mrdzf7qswi0jnx9nbgj0a6z75y7ql639lqya5c";
+ version = "1.2.1.1";
+ sha256 = "0vqbri72xxk6is0kk2yxfpqxixq3h047rn153i16hhpppsp3xk17";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -87686,17 +88227,17 @@ self: {
"ftp-client" = callPackage
({ mkDerivation, attoparsec, base, bytestring, connection
- , containers, exceptions, network, transformers
+ , containers, exceptions, network, tasty, tasty-hspec, transformers
}:
mkDerivation {
pname = "ftp-client";
- version = "0.5.1.1";
- sha256 = "01f8d32f2nkqrf21p38zgzwmvl2pkpl9rx0c8a8ch6h56flzhck4";
+ version = "0.5.1.3";
+ sha256 = "1alk8l8i5izdy5rk5qnig4wn0wd08pgnaixqq874mxwxhpak4c3f";
libraryHaskellDepends = [
attoparsec base bytestring connection containers exceptions network
transformers
];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [ base bytestring tasty tasty-hspec ];
description = "Transfer files with FTP and FTPS";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -87709,8 +88250,8 @@ self: {
}:
mkDerivation {
pname = "ftp-client-conduit";
- version = "0.5.0.4";
- sha256 = "0w4sfa4qyclcfixxlam5djhv9hx0hzhfsvf2cabs6m8mgks8zidi";
+ version = "0.5.0.5";
+ sha256 = "0f5168z4k4j267whr0r5xlaqi8zzg1ihqfls6fjqicyqv37k8sj2";
libraryHaskellDepends = [
base bytestring conduit connection exceptions ftp-client resourcet
];
@@ -88278,15 +88819,16 @@ self: {
, containers, contravariant, cryptonite, data-default, directory
, exceptions, filepath, ghc-prim, Glob, hashable, hedis, hinotify
, hostname, integer-gmp, katip, lens, lifted-async, memory
- , monad-control, mtl, optparse-applicative, path, path-io, pretty
- , process, random, safe-exceptions, scientific, sqlite-simple, stm
- , store, tasty, tasty-hunit, template-haskell, temporary, text
- , time, transformers, unix, unordered-containers, vector, yaml
+ , monad-control, mtl, network, optparse-applicative, path, path-io
+ , pretty, process, random, safe-exceptions, scientific
+ , sqlite-simple, stm, store, tar, tasty, tasty-hunit
+ , template-haskell, temporary, text, time, transformers, unix
+ , unordered-containers, vector, yaml
}:
mkDerivation {
pname = "funflow";
- version = "1.4.0";
- sha256 = "1pd690y41bf6lrk6bzl730hvpaaazya927nslwp8ii5rcn6wjx7f";
+ version = "1.5.0";
+ sha256 = "0mvv78jjiq3bglqpynl90155mwm7k8m7qv127cxi31n0xmzpw4ky";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -88295,11 +88837,11 @@ self: {
ghc-prim Glob hashable hedis hinotify hostname integer-gmp katip
lens lifted-async memory monad-control mtl path path-io pretty
process random safe-exceptions scientific sqlite-simple stm store
- template-haskell text time transformers unix unordered-containers
- vector yaml
+ tar template-haskell text time transformers unix
+ unordered-containers vector yaml
];
executableHaskellDepends = [
- base bytestring clock hedis optparse-applicative path
+ base bytestring clock hedis network optparse-applicative path
safe-exceptions text unix
];
testHaskellDepends = [
@@ -88904,26 +89446,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "galois-field_0_4_1" = callPackage
- ({ mkDerivation, base, criterion, integer-gmp, MonadRandom, poly
- , protolude, semirings, tasty, tasty-quickcheck, vector
+ "galois-field_1_0_0" = callPackage
+ ({ mkDerivation, base, criterion, groups, integer-gmp, MonadRandom
+ , poly, protolude, semirings, tasty, tasty-quickcheck, vector
, wl-pprint-text
}:
mkDerivation {
pname = "galois-field";
- version = "0.4.1";
- sha256 = "1q577m518gb3q7z7l84pf2ghw786p86sjx7b5mr3xhrvplwdvhcl";
+ version = "1.0.0";
+ sha256 = "0afmqavxca8p1zfmqibn9kh1xigq9y1s8wail6rdmq9ci1gzd90y";
libraryHaskellDepends = [
- base integer-gmp MonadRandom poly protolude semirings
+ base groups integer-gmp MonadRandom poly protolude semirings
tasty-quickcheck vector wl-pprint-text
];
testHaskellDepends = [
- base integer-gmp MonadRandom poly protolude semirings tasty
+ base groups integer-gmp MonadRandom poly protolude semirings tasty
tasty-quickcheck vector wl-pprint-text
];
benchmarkHaskellDepends = [
- base criterion integer-gmp MonadRandom poly protolude semirings
- tasty-quickcheck vector wl-pprint-text
+ base criterion groups integer-gmp MonadRandom poly protolude
+ semirings tasty-quickcheck vector wl-pprint-text
];
description = "Galois field library";
license = stdenv.lib.licenses.mit;
@@ -89268,6 +89810,8 @@ self: {
libraryToolDepends = [ gtk2hs-buildtools ];
description = "Binding to the GNOME configuration database system";
license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs.gnome2) GConf;};
"gd" = callPackage
@@ -90024,14 +90568,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "generic-lens_1_2_0_0" = callPackage
+ "generic-lens_1_2_0_1" = callPackage
({ mkDerivation, base, criterion, deepseq, doctest, HUnit
, inspection-testing, lens, profunctors, QuickCheck, tagged, text
}:
mkDerivation {
pname = "generic-lens";
- version = "1.2.0.0";
- sha256 = "0qf49s01xkbhlfclc4a3ybhhf65g6mmigkkqj2psdjndgjdaxhb2";
+ version = "1.2.0.1";
+ sha256 = "0dl7xrrrrbcsz6m69liiz6r8jaa7yi1h8ppgxj94r2zi7pjmwvwf";
libraryHaskellDepends = [ base profunctors tagged text ];
testHaskellDepends = [
base doctest HUnit inspection-testing lens profunctors
@@ -90099,6 +90643,8 @@ self: {
pname = "generic-monoid";
version = "0.1.0.0";
sha256 = "0jzhmy6vi38p3cnlvi4hw59zga239y67nszzl7zscx263wsk7q0w";
+ revision = "1";
+ editedCabalFile = "1xsgnb87k80p3gn0jyiv3a1c6g77q8sqml6bmbpppfa24z8paa1p";
libraryHaskellDepends = [ base ];
description = "Derive monoid instances for product types";
license = stdenv.lib.licenses.bsd3;
@@ -90278,15 +90824,32 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "generics-mrsop_2_2_0" = callPackage
+ ({ mkDerivation, base, containers, mtl, sop-core, template-haskell
+ }:
+ mkDerivation {
+ pname = "generics-mrsop";
+ version = "2.2.0";
+ sha256 = "0ni0pvwgpb1a8irgxn20hv2pxn2mx0d40s3raz9v38vyiyb6l05x";
+ libraryHaskellDepends = [
+ base containers mtl sop-core template-haskell
+ ];
+ description = "Generic Programming with Mutually Recursive Sums of Products";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"generics-mrsop-gdiff" = callPackage
({ mkDerivation, base, generics-mrsop }:
mkDerivation {
pname = "generics-mrsop-gdiff";
- version = "0.0.0";
- sha256 = "0a60q7g5x7kwd864dc7yz83kz83fxf4gpj7q5lj4f2fg69ih0ybm";
+ version = "0.0.1";
+ sha256 = "0r5i9m07bl3m0m0vkzf38dddp0bjwg4lpyiyhjysb0s5sw4djrnh";
libraryHaskellDepends = [ base generics-mrsop ];
description = "Reimplementation of the `gdiff` algorithm for `generics-mrsop`";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generics-sop" = callPackage
@@ -90597,6 +91160,19 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity_0_9_0_1" = callPackage
+ ({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
+ mkDerivation {
+ pname = "genvalidity";
+ version = "0.9.0.1";
+ sha256 = "1f0jhahgh0kyyk74g2vmjb3vcv4qvg2xhib1n92r8yyggxih3msl";
+ libraryHaskellDepends = [ base QuickCheck 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
@@ -90657,6 +91233,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity-containers_0_8_0_0" = callPackage
+ ({ mkDerivation, base, containers, genvalidity, genvalidity-hspec
+ , genvalidity-property, hspec, QuickCheck, validity
+ , validity-containers
+ }:
+ mkDerivation {
+ pname = "genvalidity-containers";
+ version = "0.8.0.0";
+ sha256 = "1397i50dzd7jhq2ymzs2msgbgkih9dfn74bhl2va2rrgjhnypnw6";
+ libraryHaskellDepends = [
+ base containers genvalidity QuickCheck validity validity-containers
+ ];
+ testHaskellDepends = [
+ base containers genvalidity genvalidity-hspec genvalidity-property
+ hspec validity
+ ];
+ description = "GenValidity support for containers";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-hspec" = callPackage
({ mkDerivation, base, doctest, genvalidity, genvalidity-property
, hspec, hspec-core, QuickCheck, transformers, validity
@@ -90677,6 +91274,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity-hspec_0_7_0_2" = callPackage
+ ({ mkDerivation, base, doctest, genvalidity, genvalidity-property
+ , hspec, hspec-core, QuickCheck, transformers, validity
+ }:
+ mkDerivation {
+ pname = "genvalidity-hspec";
+ version = "0.7.0.2";
+ sha256 = "0xdp8wr5l4hhqa7p50i37jd9sgns9vlwsivz5ds6x4b86wnw8h4v";
+ libraryHaskellDepends = [
+ base genvalidity genvalidity-property hspec hspec-core QuickCheck
+ transformers validity
+ ];
+ testHaskellDepends = [
+ base doctest genvalidity genvalidity-property hspec hspec-core
+ QuickCheck validity
+ ];
+ description = "Standard spec's for GenValidity instances";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-hspec-aeson" = callPackage
({ mkDerivation, aeson, base, bytestring, deepseq, doctest
, genvalidity, genvalidity-aeson, genvalidity-hspec
@@ -90785,8 +91403,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-mergeful";
- version = "0.0.0.0";
- sha256 = "07j3dczqxmwri458r8nml3rn31ii14fdz3b2sc8g41f2czr6fa75";
+ version = "0.1.0.0";
+ sha256 = "04vk1jrn69i61l445y3nyw8pklfgbfcja30ghjvcrxxdf9nlmciy";
libraryHaskellDepends = [
base containers genvalidity genvalidity-containers genvalidity-time
mergeful QuickCheck
@@ -90858,6 +91476,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "genvalidity-property_0_5_0_1" = callPackage
+ ({ mkDerivation, base, directory, doctest, filepath, genvalidity
+ , hspec, pretty-show, QuickCheck, validity
+ }:
+ mkDerivation {
+ pname = "genvalidity-property";
+ version = "0.5.0.1";
+ sha256 = "0cvzc4z4771vpycwfgcj0yswyglzl6cl1h2wrfhs224nrcmk5a7z";
+ libraryHaskellDepends = [
+ base genvalidity hspec pretty-show QuickCheck validity
+ ];
+ testHaskellDepends = [ base directory doctest filepath ];
+ description = "Standard properties for functions on `Validity` types";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"genvalidity-scientific" = callPackage
({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec
, QuickCheck, scientific, validity, validity-scientific
@@ -91588,8 +92223,8 @@ self: {
}:
mkDerivation {
pname = "ghc-events";
- version = "0.9.1";
- sha256 = "1phq4jxhm05xj42y7aqpjj43vj5mixi3hhf3h5c0dh1vmsz9w3z1";
+ version = "0.10.0";
+ sha256 = "153rivbk7zma04hk7hqd2ra051jrh372mh1sfrjyw7x5crh07ac7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -91730,8 +92365,8 @@ self: {
}:
mkDerivation {
pname = "ghc-heap-view";
- version = "0.6.0";
- sha256 = "1j2ygig1m7xq1y5gsaaxbgywv382yzlp1nbf3cp98yias0s61vcr";
+ version = "0.6.1";
+ sha256 = "04lmj3ihdwcz483w2cpjs4zcpld8yk3aslkw2gl4mal3fpwf0vhx";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal filepath ];
libraryHaskellDepends = [
@@ -91898,26 +92533,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-lib-parser_8_8_0_20190723" = 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.8.0.20190723";
- sha256 = "0szrv98h2c1db3400cbb7vbhqnwagqncgpllzd9jiw74rq6y8mjq";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- array base binary bytestring containers deepseq directory filepath
- ghc-prim hpc pretty process time transformers unix
- ];
- libraryToolDepends = [ alex happy ];
- description = "The GHC API, decoupled from GHC versions";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"ghc-lib-parser_8_8_1" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
@@ -92085,8 +92700,8 @@ self: {
({ mkDerivation, base, cpphs, ghc, happy }:
mkDerivation {
pname = "ghc-parser";
- version = "0.2.0.3";
- sha256 = "0j0injpah571chhgm2gzrim7908l859mgppvxp966bwla3i7j1aj";
+ version = "0.2.1.0";
+ sha256 = "0z6gr3zs89agyc2iw2lv8rddw78yn6wxzyzkip7gfca1n9f7xwd9";
libraryHaskellDepends = [ base ghc ];
libraryToolDepends = [ cpphs happy ];
description = "Haskell source parser from GHC";
@@ -92336,13 +92951,14 @@ self: {
}) {};
"ghc-syntax-highlighter" = callPackage
- ({ mkDerivation, base, ghc, hspec, hspec-discover, text }:
+ ({ mkDerivation, base, ghc, ghc-boot, hspec, hspec-discover, text
+ }:
mkDerivation {
pname = "ghc-syntax-highlighter";
- version = "0.0.4.0";
- sha256 = "1kw1h7n4ydn1klzll24nwwg405j23wry9hg8g96vba51vah0wc47";
+ version = "0.0.4.1";
+ sha256 = "0glsfz2sn6a161m3sy08nf739ndgslqd8s7fawyas9ziqg06lvjg";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [ base ghc text ];
+ libraryHaskellDepends = [ base ghc ghc-boot text ];
testHaskellDepends = [ base hspec text ];
testToolDepends = [ hspec-discover ];
description = "Syntax highlighter for Haskell using lexer of GHC itself";
@@ -92451,17 +93067,15 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "ghc-typelits-knownnat_0_7" = callPackage
+ "ghc-typelits-knownnat_0_7_1" = callPackage
({ mkDerivation, base, ghc, ghc-prim, ghc-tcplugins-extra
, ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-knownnat";
- version = "0.7";
- sha256 = "00f8m3kmp572r8jr246m8r6lwzxmiqj4hml06w09l9n3lzvjwv7b";
- revision = "1";
- editedCabalFile = "1jgwa66dbhqsav7764cfcmzs3p0f3csbdjbrnbilhv1bpqyhz8sm";
+ version = "0.7.1";
+ sha256 = "00pfkb6iw4isfmp0jmcqsqyb84xf6b4xnljn3bmax2x8ci9vpm0c";
libraryHaskellDepends = [
base ghc ghc-prim ghc-tcplugins-extra ghc-typelits-natnormalise
template-haskell transformers
@@ -92834,10 +93448,8 @@ self: {
}:
mkDerivation {
pname = "ghcjs-base-stub";
- version = "0.2.0.0";
- sha256 = "05k59a6jg1a5s8zvqfah5rvm5kg34sqpv2zx4chczihx3n9prfv7";
- revision = "1";
- editedCabalFile = "0hvmgwyhv28d39was8bm52anwqh6x4mbd1mzzqxazlm0d0l8bpwp";
+ version = "0.3.0.2";
+ sha256 = "1v5kw7aqrjpi33annd12lp14q97i2yxjlr65cjjznqldyryjdbkm";
libraryHaskellDepends = [
aeson attoparsec base containers deepseq ghc-prim primitive
scientific text transformers unordered-containers vector
@@ -93988,6 +94600,8 @@ self: {
libraryPkgconfigDepends = [ libsecret ];
description = "Libsecret bindings";
license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) libsecret;};
"gi-soup" = callPackage
@@ -94312,8 +94926,8 @@ self: {
}:
mkDerivation {
pname = "giphy-api";
- version = "0.6.0.1";
- sha256 = "0146813vcnjgb8clyczlz8g6ngm9l702gib60f2m6rf2bc0bbpwd";
+ version = "0.7.0.0";
+ sha256 = "140d3k9c1jz6byvars1d1h66gwy1045nxnj0xqxn5kdq60gfp5a1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -94408,14 +95022,15 @@ self: {
, resourcet, rsync, SafeSemaphore, sandi, securemem, shakespeare
, socks, split, stm, stm-chans, tagsoup, tasty, tasty-hunit
, tasty-quickcheck, tasty-rerun, template-haskell, text, time
- , torrent, transformers, unix, unix-compat, unordered-containers
- , utf8-string, uuid, vector, wai, wai-extra, warp, warp-tls, wget
- , which, yesod, yesod-core, yesod-form, yesod-static
+ , torrent, transformers, unix, unix-compat, unliftio-core
+ , unordered-containers, utf8-string, uuid, vector, wai, wai-extra
+ , warp, warp-tls, wget, which, yesod, yesod-core, yesod-form
+ , yesod-static
}:
mkDerivation {
pname = "git-annex";
- version = "7.20190912";
- sha256 = "1a3jvl5cx32v78s3015i10cx00jprm1391rpww4mzkk1vskzn9cv";
+ version = "7.20191009";
+ sha256 = "10ycvjl9b3aa81zdz239ngjbbambfjrzds1a23wdlbjkn12nsg4g";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@@ -94441,8 +95056,8 @@ self: {
SafeSemaphore sandi securemem shakespeare socks split stm stm-chans
tagsoup tasty tasty-hunit tasty-quickcheck tasty-rerun
template-haskell text time torrent transformers unix unix-compat
- unordered-containers utf8-string uuid vector wai wai-extra warp
- warp-tls yesod yesod-core yesod-form yesod-static
+ unliftio-core unordered-containers utf8-string uuid vector wai
+ wai-extra warp warp-tls yesod yesod-core yesod-form yesod-static
];
executableSystemDepends = [
bup curl git gnupg lsof openssh perl rsync wget which
@@ -94656,8 +95271,8 @@ self: {
}:
mkDerivation {
pname = "git-lfs";
- version = "1.0.0";
- sha256 = "0ryxi43sng5nwb9brdirvvxcs2j6bmg1x9vdx9fq5r4dch62b1zy";
+ version = "1.1.0";
+ sha256 = "1llg50517xw4nccjik63gsg0nwkb4lhp0fs0lbi3q38xv9a3imyz";
libraryHaskellDepends = [
aeson base bytestring case-insensitive containers http-client
http-types network-uri text
@@ -94900,25 +95515,6 @@ self: {
}:
mkDerivation {
pname = "githash";
- version = "0.1.3.2";
- sha256 = "0wn0pr7idx6nb6d7nkjx6dfncz15c9wbhpg6s5395pa1s8q7fx3j";
- libraryHaskellDepends = [
- base bytestring directory filepath process template-haskell
- ];
- testHaskellDepends = [
- base bytestring directory filepath hspec process template-haskell
- temporary unliftio
- ];
- description = "Compile git revision info into Haskell projects";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "githash_0_1_3_3" = callPackage
- ({ mkDerivation, base, bytestring, directory, filepath, hspec
- , process, template-haskell, temporary, unliftio
- }:
- mkDerivation {
- pname = "githash";
version = "0.1.3.3";
sha256 = "19xhs2nzm1myyjx3nkc3invy15c19cfx790vbcrl050n9sb330jr";
libraryHaskellDepends = [
@@ -94930,7 +95526,6 @@ self: {
];
description = "Compile git revision info into Haskell projects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"github" = callPackage
@@ -94944,8 +95539,8 @@ self: {
}:
mkDerivation {
pname = "github";
- version = "0.22";
- sha256 = "15py79qcpj0k331i42njgwkirwyiacbc5razmxnm4672dvvip2qk";
+ version = "0.23";
+ sha256 = "1d08m0kajl6zaralz1rbm4miv2a5zrbm6asjyrl75n915l56m9mb";
libraryHaskellDepends = [
aeson base base-compat base16-bytestring binary binary-instances
bytestring containers cryptohash-sha1 deepseq deepseq-generics
@@ -95287,16 +95882,22 @@ self: {
"gitlab-haskell" = callPackage
({ mkDerivation, aeson, base, bytestring, connection, http-conduit
- , http-types, text, transformers, unliftio, unliftio-core
+ , http-types, optparse-applicative, text, transformers, unliftio
+ , unliftio-core
}:
mkDerivation {
pname = "gitlab-haskell";
- version = "0.1.0.2";
- sha256 = "16dj3m038fgxf8w69g8qldnsk2xrk83lkkgdapwv7qz9c9jd0nh1";
+ version = "0.1.2";
+ sha256 = "0m5gxf7799ds3ff46bz7j3rxycwnbaaik7lffyh22ipp3wlxjxpn";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring connection http-conduit http-types text
transformers unliftio unliftio-core
];
+ executableHaskellDepends = [
+ base http-types optparse-applicative text
+ ];
description = "A Haskell library for the GitLab web API";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -95931,14 +96532,13 @@ self: {
, bytestring, Cabal, config-schema, config-value, containers
, directory, filepath, free, gitrev, hashable, hookup, HsOpenSSL
, HUnit, irc-core, kan-extensions, lens, network, process, psqueues
- , regex-tdfa, regex-tdfa-text, semigroupoids, split, stm
- , template-haskell, text, time, transformers, unix
- , unordered-containers, vector, vty
+ , regex-tdfa, semigroupoids, split, stm, template-haskell, text
+ , time, transformers, unix, unordered-containers, vector, vty
}:
mkDerivation {
pname = "glirc";
- version = "2.33";
- sha256 = "14znjbgy67mh68hpbr2xxl1aff1b0bzmrwkknp402zq0y9p81iwy";
+ version = "2.33.1";
+ sha256 = "0vzrx0904s8r7srld4c3wkw3j0rx3l6jszz3m5friwkdwfs60a83";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@@ -95946,14 +96546,15 @@ self: {
async attoparsec base base64-bytestring bytestring config-schema
config-value containers directory filepath free gitrev hashable
hookup HsOpenSSL irc-core kan-extensions lens network process
- psqueues regex-tdfa regex-tdfa-text semigroupoids split stm
- template-haskell text time transformers unix unordered-containers
- vector vty
+ psqueues regex-tdfa semigroupoids split stm template-haskell text
+ time transformers unix unordered-containers vector vty
];
executableHaskellDepends = [ base lens text vty ];
testHaskellDepends = [ base HUnit ];
description = "Console IRC client";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gll" = callPackage
@@ -96104,23 +96705,6 @@ self: {
}:
mkDerivation {
pname = "gloss";
- version = "1.13.0.1";
- sha256 = "1f19vlx32nkgply25p83n7498lwdpshiibqg7nzkhb2kv7n0y71q";
- revision = "1";
- editedCabalFile = "1nyg324icnlky647zq4c21sqxv2bgnwnzgh2hz5d5ys6ba69j59h";
- libraryHaskellDepends = [
- base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL
- ];
- description = "Painless 2D vector graphics, animations and simulations";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "gloss_1_13_1_1" = callPackage
- ({ mkDerivation, base, bmp, bytestring, containers, ghc-prim
- , gloss-rendering, GLUT, OpenGL
- }:
- mkDerivation {
- pname = "gloss";
version = "1.13.1.1";
sha256 = "1bmjwd2vfbxfypr2g23810yyp921m30wxbb6f3m0wkk65iypjnls";
libraryHaskellDepends = [
@@ -96128,7 +96712,6 @@ self: {
];
description = "Painless 2D vector graphics, animations and simulations";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gloss-accelerate" = callPackage
@@ -96265,21 +96848,6 @@ self: {
}:
mkDerivation {
pname = "gloss-raster";
- version = "1.13.0.2";
- sha256 = "1k4l19c1fn1s14phq2qml5ibsli3jmkk6748k9y96lbrgj5nfp49";
- libraryHaskellDepends = [
- base containers ghc-prim gloss gloss-rendering repa
- ];
- description = "Parallel rendering of raster images";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "gloss-raster_1_13_1_1" = callPackage
- ({ mkDerivation, base, containers, ghc-prim, gloss, gloss-rendering
- , repa
- }:
- mkDerivation {
- pname = "gloss-raster";
version = "1.13.1.1";
sha256 = "199b1avi4mils3x9xpk66992id40hdyk0lpjnyyxy8c22s0adgb9";
libraryHaskellDepends = [
@@ -96287,7 +96855,6 @@ self: {
];
description = "Parallel rendering of raster images";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gloss-raster-accelerate" = callPackage
@@ -99273,8 +99840,8 @@ self: {
}:
mkDerivation {
pname = "google-maps-geocoding";
- version = "0.5.0.0";
- sha256 = "07myy4q56lnapjxjfiz8skh2h32k5i132mi9sn68aad03a6rx6k1";
+ version = "0.5.0.1";
+ sha256 = "0cc7hhw4bqls6bckpahck5ad2pv6fzw2qkp8iym7y4cylsxvnamq";
libraryHaskellDepends = [
aeson base google-static-maps http-client servant servant-client
text
@@ -99403,8 +99970,8 @@ self: {
}:
mkDerivation {
pname = "google-static-maps";
- version = "0.6.0.0";
- sha256 = "0h2vm6yk076n4xcwlqcl7m786bqrk0vgpcx0h3j04bq2qik88sq5";
+ version = "0.6.0.1";
+ sha256 = "0hvkxdwfbn352q642v4n8wj4ikfp97sll87cwkgr3vb23qwmlbyy";
libraryHaskellDepends = [
aeson base base64-bytestring bytedump bytestring cryptonite
double-conversion http-client JuicyPixels memory network-uri
@@ -100028,8 +100595,8 @@ self: {
}:
mkDerivation {
pname = "grammatical-parsers";
- version = "0.4.0.1";
- sha256 = "049xz8gscqxn5k5vy34zc97w4in4scv89jvd71kxf24yvxblzayz";
+ version = "0.4.1";
+ sha256 = "1hnn3k78hl7kd6dxv45l5lljva1jzv9akpa7jgr22a3mjccf65sr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -101006,8 +101573,8 @@ self: {
}:
mkDerivation {
pname = "greskell";
- version = "0.2.3.0";
- sha256 = "0q15cifn34p0biwwrmkhhgzps2k7d0i8mdb2vazbbf7bshqs2ld8";
+ version = "0.2.3.1";
+ sha256 = "0byg8f4m5n2l81y1l6lnd6zyskk1y7wj1983ziw29jkpyckjbpgl";
libraryHaskellDepends = [
aeson base exceptions greskell-core semigroups text transformers
unordered-containers vector
@@ -101027,8 +101594,8 @@ self: {
}:
mkDerivation {
pname = "greskell-core";
- version = "0.1.2.6";
- sha256 = "0p68kwcwccmqn58dx1vyy4k1sc9zk2n2l8hiligik6zpbv4vmkdz";
+ version = "0.1.2.7";
+ sha256 = "1q7schkwv832wk4yc831q7z6nmnvzsgh9hfscb27hbfdrw0lafd7";
libraryHaskellDepends = [
aeson base containers hashable scientific semigroups text
unordered-containers uuid vector
@@ -101806,6 +102373,8 @@ self: {
libraryToolDepends = [ gtk2hs-buildtools ];
description = "Binding to the GStreamer open source multimedia framework";
license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) gst-plugins-base; inherit (pkgs) gstreamer;};
"gt-tools" = callPackage
@@ -102048,8 +102617,8 @@ self: {
}:
mkDerivation {
pname = "gtk2hs-buildtools";
- version = "0.13.5.0";
- sha256 = "01a3q7ciinrwa6xjk0qwpyjabdjzfsy8qqfkp0iir2h8i8prnpz4";
+ version = "0.13.5.1";
+ sha256 = "0b941qm4rj9xd5g04hzagdhn5i30n542izr15x89giardr8f95iz";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -102542,23 +103111,25 @@ self: {
}) {};
"h2048" = callPackage
- ({ mkDerivation, base, HUnit, MonadRandom, mtl, text, transformers
- , vty, vty-ui
+ ({ mkDerivation, base, brick, hspec, lens, MonadRandom, mtl, text
+ , vty
}:
mkDerivation {
pname = "h2048";
- version = "0.2.0.1";
- sha256 = "1s8r476bhvmhpj914n4sjsa1z6dgf26m872rpzhlsyhw1rsxgcfr";
+ version = "0.3.0.0";
+ sha256 = "1jsb2lh22x99rhbzhh76nx97vrnw3p281nfdv18gn8mrzw13mbmm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base MonadRandom mtl text transformers vty vty-ui
+ base brick lens MonadRandom mtl text vty
];
executableHaskellDepends = [
- base MonadRandom mtl text transformers vty vty-ui
+ base brick lens MonadRandom mtl text vty
];
- testHaskellDepends = [ base HUnit MonadRandom mtl transformers ];
- description = "a haskell implementation of Game 2048";
+ testHaskellDepends = [
+ base brick hspec lens MonadRandom mtl text vty
+ ];
+ description = "An Implementation of Game 2048";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -103574,8 +104145,8 @@ self: {
pname = "hackage-db";
version = "2.0.1";
sha256 = "13ggj72i8dxwh3qwznnqxbr00nvsbapyyhzx5zybfacddnpw3aph";
- revision = "1";
- editedCabalFile = "0l2zdajacqibwkjs5pif6a3mxns9jpc6iry7xxqcfis4n9ks404a";
+ revision = "2";
+ editedCabalFile = "0qscq4d3xwvjhqi1fiky7g12iwbkwn9qrypwzg9lx4p3c5xlwlvn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -103988,8 +104559,8 @@ self: {
}:
mkDerivation {
pname = "hackport";
- version = "0.6";
- sha256 = "1fi3f90jd7s10iw1lcqhy8vfv27794sfsp7bjlb9rgab7jqf3wqv";
+ version = "0.6.1";
+ sha256 = "1r4n23da767gkcg1s8sjk359kaz9y8sr1pxpdm1lfb7v43rymf5m";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -104040,35 +104611,16 @@ self: {
broken = true;
}) {};
- "haddock_2_16_1" = callPackage
- ({ mkDerivation, base, Cabal, directory, filepath, haddock-api
- , process
- }:
- mkDerivation {
- pname = "haddock";
- version = "2.16.1";
- sha256 = "1mnnvc5jqp6n6rj7xw8wdm0z2xp9fndkz11c8p3vbljsrcqd3v26";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [ base haddock-api ];
- testHaskellDepends = [ base Cabal directory filepath process ];
- 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_2_17_5" = callPackage
- ({ mkDerivation, base, filepath, haddock-api, hspec }:
+ "haddock_2_22_0" = callPackage
+ ({ mkDerivation, base, filepath, haddock-api }:
mkDerivation {
pname = "haddock";
- version = "2.17.5";
- sha256 = "1qxy6yxpxgpqpwcs76ydpal45cz4a3hyq3rq07cwma1cs4p034ql";
+ version = "2.22.0";
+ sha256 = "1k42z2zh550rl93c8pa9cg2xsanp6wvb031xvan6cmngnplmdib6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base haddock-api ];
- testHaskellDepends = [ base filepath hspec ];
+ testHaskellDepends = [ base filepath ];
doCheck = false;
preCheck = "unset GHC_PACKAGE_PATH";
description = "A documentation-generation tool for Haskell libraries";
@@ -104080,8 +104632,8 @@ self: {
({ mkDerivation, base, filepath, haddock-api }:
mkDerivation {
pname = "haddock";
- version = "2.22.0";
- sha256 = "1k42z2zh550rl93c8pa9cg2xsanp6wvb031xvan6cmngnplmdib6";
+ version = "2.23.0";
+ sha256 = "1f7n4l1kkq1msl8csnvzg2xh3i5a056dzmcf40gib0im91wcwl0x";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base haddock-api ];
@@ -104092,85 +104644,50 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "haddock-api_2_15_0_2" = callPackage
- ({ mkDerivation, array, base, bytestring, Cabal, containers
- , deepseq, directory, filepath, ghc, ghc-paths, haddock-library
- , xhtml
- }:
- mkDerivation {
- pname = "haddock-api";
- version = "2.15.0.2";
- sha256 = "1gdmwid3qg86ql0828bp8g121psvmz11s0xivrzhiv8knxbqj8l7";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- array base bytestring Cabal containers deepseq directory filepath
- ghc ghc-paths haddock-library xhtml
- ];
- description = "A documentation-generation tool for Haskell libraries";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
- "haddock-api_2_16_1" = callPackage
+ "haddock-api_2_22_0" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, containers
- , deepseq, directory, filepath, ghc, ghc-paths, haddock-library
+ , deepseq, directory, filepath, ghc, ghc-boot, ghc-paths
+ , haddock-library, hspec, hspec-discover, QuickCheck, transformers
, xhtml
}:
mkDerivation {
pname = "haddock-api";
- version = "2.16.1";
- sha256 = "1spd5axg1pdjv4dkdb5gcwjsc8gg37qi4mr2k2db6ayywdkis1p2";
+ version = "2.22.0";
+ sha256 = "149q4zlf4m7wcrr4af2n2flh0jxjsypshbc229vsj1m0kmz4z014";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base bytestring Cabal containers deepseq directory filepath
- ghc ghc-paths haddock-library xhtml
+ ghc ghc-boot ghc-paths haddock-library transformers xhtml
];
- description = "A documentation-generation tool for Haskell libraries";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
- "haddock-api_2_17_4" = callPackage
- ({ mkDerivation, array, base, bytestring, Cabal, containers
- , deepseq, directory, filepath, ghc, ghc-boot, ghc-paths
- , haddock-library, hspec, QuickCheck, transformers, xhtml
- }:
- mkDerivation {
- pname = "haddock-api";
- version = "2.17.4";
- sha256 = "00fn6pzgg8xjbaw12d76jdqh2dbc5xy7miyz0x6kidvvar7i35ss";
- revision = "1";
- editedCabalFile = "0saa5ksmvxyvwi2nrzh7m4ha1kwh31pkpa79yrppvw7sm39klpyw";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
+ testHaskellDepends = [
array base bytestring Cabal containers deepseq directory filepath
- ghc ghc-boot ghc-paths haddock-library transformers xhtml
+ ghc ghc-boot ghc-paths haddock-library hspec QuickCheck
+ transformers xhtml
];
- testHaskellDepends = [ base containers ghc hspec QuickCheck ];
+ testToolDepends = [ hspec-discover ];
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haddock-api" = callPackage
- ({ mkDerivation, array, base, bytestring, Cabal, containers
- , deepseq, directory, filepath, ghc, ghc-boot, ghc-paths
- , haddock-library, hspec, hspec-discover, QuickCheck, transformers
- , xhtml
+ ({ 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.0";
+ sha256 = "0fbk458qr7iw1j8vh6455n2819c0pfdw1m3gy1y3fs6fdpj9qbjj";
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";
@@ -104208,58 +104725,47 @@ self: {
broken = true;
}) {};
- "haddock-library_1_2_1" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, deepseq, hspec
- , QuickCheck, transformers
+ "haddock-library" = callPackage
+ ({ mkDerivation, base, base-compat, bytestring, containers, deepseq
+ , hspec, hspec-discover, parsec, QuickCheck, text, transformers
}:
mkDerivation {
pname = "haddock-library";
- version = "1.2.1";
- sha256 = "0mhh2ppfhrvvi9485ipwbkv2fbgj35jvz3la02y3jlvg5ffs1c8g";
- libraryHaskellDepends = [ base bytestring deepseq transformers ];
- testHaskellDepends = [
- base base-compat bytestring deepseq hspec QuickCheck transformers
+ version = "1.7.0";
+ sha256 = "04fhcjk0pvsaqvsgp2w06cv2qvshq1xs1bwc157q4lmkgr57khp7";
+ libraryHaskellDepends = [
+ base bytestring containers parsec text transformers
];
- description = "Library exposing some functionality of Haddock";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
- "haddock-library_1_4_3" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, deepseq, hspec
- , QuickCheck, transformers
- }:
- mkDerivation {
- pname = "haddock-library";
- version = "1.4.3";
- sha256 = "0ns4bpf6whmcfl0cm2gx2c73if416x4q3ac4l4qm8w84h0zpcr7p";
- libraryHaskellDepends = [ base bytestring deepseq transformers ];
testHaskellDepends = [
- base base-compat bytestring deepseq hspec QuickCheck transformers
+ base base-compat bytestring containers deepseq hspec parsec
+ QuickCheck text transformers
];
+ testToolDepends = [ hspec-discover ];
description = "Library exposing some functionality of Haddock";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "haddock-library" = callPackage
+ "haddock-library_1_8_0" = callPackage
({ mkDerivation, base, base-compat, bytestring, containers, deepseq
- , hspec, hspec-discover, parsec, QuickCheck, text, transformers
+ , directory, filepath, hspec, hspec-discover, optparse-applicative
+ , parsec, QuickCheck, text, transformers, tree-diff
}:
mkDerivation {
pname = "haddock-library";
- version = "1.7.0";
- sha256 = "04fhcjk0pvsaqvsgp2w06cv2qvshq1xs1bwc157q4lmkgr57khp7";
+ version = "1.8.0";
+ sha256 = "15xpv29yh3kb9qq9gmws2l8m64i7phvf47y08vxc2j55101sg4vh";
libraryHaskellDepends = [
base bytestring containers parsec text transformers
];
testHaskellDepends = [
- base base-compat bytestring containers deepseq hspec parsec
- QuickCheck text transformers
+ base base-compat bytestring containers deepseq directory filepath
+ hspec optparse-applicative parsec QuickCheck text transformers
+ tree-diff
];
testToolDepends = [ hspec-discover ];
description = "Library exposing some functionality of Haddock";
- license = stdenv.lib.licenses.bsd3;
+ license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haddock-test" = callPackage
@@ -104328,8 +104834,6 @@ self: {
];
description = "Dockerfile Linter JavaScript API";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hadoop-formats" = callPackage
@@ -104491,8 +104995,8 @@ self: {
}:
mkDerivation {
pname = "haiji";
- version = "0.3.0.0";
- sha256 = "079q3m3c39ip86hpirq9c5l3b9hw030zd5slwi2bssbmq2bhfv5i";
+ version = "0.3.1.0";
+ sha256 = "0z0f6w4krfs220342v8sa2ylfk1qnd695pn0i9qxr7k0pwbph2wg";
libraryHaskellDepends = [
aeson attoparsec base data-default mtl scientific tagged
template-haskell text transformers unordered-containers vector
@@ -104973,6 +105477,8 @@ self: {
pname = "hakyll-dhall";
version = "0.2.3.0";
sha256 = "1a8aq1gmj6mwpv43s2vr7asp6v6bflms1vhd9dvs04jfnw3jbvpz";
+ revision = "1";
+ editedCabalFile = "1r2v4s90c3g9lhbrb9ps4za3k836brd0s41q8jimbiz7wrd0amy1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -105176,6 +105682,24 @@ self: {
broken = true;
}) {};
+ "hakyll-typescript" = callPackage
+ ({ mkDerivation, base, bytestring, directory, hakyll, hjsmin, tasty
+ , tasty-hunit, typed-process
+ }:
+ mkDerivation {
+ pname = "hakyll-typescript";
+ version = "0.0.1.0";
+ sha256 = "1vhkhbmy0pflcnzfhb9gck436rr5wr6hfpcb3sz8r27l1fml26ji";
+ libraryHaskellDepends = [
+ base bytestring hakyll hjsmin typed-process
+ ];
+ testHaskellDepends = [ base directory hakyll tasty tasty-hunit ];
+ description = "Typescript and javascript hakyll compilers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hal" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, envy
, exceptions, http-conduit, http-types, mtl, text, time
@@ -106465,8 +106989,8 @@ self: {
}:
mkDerivation {
pname = "happstack-server";
- version = "7.5.3";
- sha256 = "05ki6j3cc9pfqaf7qbr2g4z4kdn4zjrqd3n0n02n9297bcvcschp";
+ version = "7.5.4";
+ sha256 = "0i7csvmwv7n68gkwqzi985p2mjdgzipjnlj873sdiknhx9pfmq70";
libraryHaskellDepends = [
base base64-bytestring blaze-html bytestring containers directory
exceptions extensible-exceptions filepath hslogger html
@@ -108286,8 +108810,8 @@ self: {
}:
mkDerivation {
pname = "haskell-formatter";
- version = "2.0.1";
- sha256 = "17cwpvc8yfflzvlhyvdk2kgqpi2k3s55kz1435axgn02ajvdlr75";
+ version = "2.0.2";
+ sha256 = "0rnx34nkgw4zsyagl38vqd322fzp3kfi16p60dhffadga8v4gajd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -110586,8 +111110,34 @@ self: {
}:
mkDerivation {
pname = "haskoin-core";
- version = "0.9.0";
- sha256 = "1kwk3ycb4hjybsj43fg5khg2i5rgfrlwcmp7hknyzgzyshmwj1bx";
+ version = "0.9.1";
+ sha256 = "1jpq7dz6gfpgvjgrss4cwgrjmicw9yyfrsfnfq980cjw7h0inc41";
+ libraryHaskellDepends = [
+ aeson array base base16-bytestring bytestring cereal conduit
+ containers cryptonite entropy hashable memory mtl murmur3 network
+ QuickCheck scientific secp256k1-haskell split string-conversions
+ text time transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring cereal containers hspec HUnit mtl QuickCheck
+ safe split string-conversions text unordered-containers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Bitcoin & Bitcoin Cash library for Haskell";
+ license = stdenv.lib.licenses.publicDomain;
+ }) {};
+
+ "haskoin-core_0_9_2" = callPackage
+ ({ mkDerivation, aeson, array, base, base16-bytestring, bytestring
+ , cereal, conduit, containers, cryptonite, 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.9.2";
+ sha256 = "18iscx2pzc80p1d6b3lrm5hvv877lsk7ay4iyknd091v8dw9lgm9";
libraryHaskellDepends = [
aeson array base base16-bytestring bytestring cereal conduit
containers cryptonite entropy hashable memory mtl murmur3 network
@@ -110601,6 +111151,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Bitcoin & Bitcoin Cash library for Haskell";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskoin-crypto" = callPackage
@@ -110637,8 +111188,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-node";
- version = "0.9.10";
- sha256 = "05pnj7caia2ifr793pryfdc8q8p203rii4agrgy4i123mcfmxqjq";
+ version = "0.9.13";
+ sha256 = "15z6qnaj5lk6kd151nl6ddjza0ngpgx8j29ayd5pcwr59r40hl95";
libraryHaskellDepends = [
base bytestring cereal conduit conduit-extra containers
data-default hashable haskoin-core monad-logger mtl network nqe
@@ -110711,12 +111262,13 @@ self: {
, haskoin-node, hspec, hspec-discover, http-types, monad-logger
, mtl, network, nqe, optparse-applicative, random, resourcet
, rocksdb-haskell, rocksdb-query, scotty, string-conversions, text
- , time, transformers, unliftio, unordered-containers, wai
+ , time, transformers, unliftio, unordered-containers, vector, wai
+ , warp
}:
mkDerivation {
pname = "haskoin-store";
- version = "0.17.1";
- sha256 = "19vzwxy27xkkkx3lmq554kkyh6iclrxdhbp901vb0rh9v8l3cc74";
+ version = "0.18.4";
+ sha256 = "1ga42lqi2yly18cyqivgpq9amz1fxfibsmr1vh79d6q6l8i8iwgl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -110724,21 +111276,21 @@ self: {
hashable haskoin-core haskoin-node http-types monad-logger mtl
network nqe random resourcet rocksdb-haskell rocksdb-query scotty
string-conversions text time transformers unliftio
- unordered-containers wai
+ unordered-containers vector wai warp
];
executableHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
filepath hashable haskoin-core haskoin-node http-types monad-logger
mtl network nqe optparse-applicative random resourcet
rocksdb-haskell rocksdb-query scotty string-conversions text time
- transformers unliftio unordered-containers wai
+ transformers unliftio unordered-containers vector wai warp
];
testHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
hashable haskoin-core haskoin-node hspec http-types monad-logger
mtl network nqe random resourcet rocksdb-haskell rocksdb-query
scotty string-conversions text time transformers unliftio
- unordered-containers wai
+ unordered-containers vector wai warp
];
testToolDepends = [ hspec-discover ];
description = "Storage and index for Bitcoin and Bitcoin Cash";
@@ -110975,8 +111527,8 @@ self: {
}:
mkDerivation {
pname = "haskseg";
- version = "0.1.0.2";
- sha256 = "0p9z71gbrgssjs1zgbjfqn2g4k4i6ahs9lj1x82mjqppvc4gr0n3";
+ version = "0.1.0.3";
+ sha256 = "1az5gj51wr3bfalbm6nq50cgzv02x48c68qrmd7y9dji4865vnya";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -111303,6 +111855,8 @@ self: {
pname = "haskus-binary";
version = "1.4";
sha256 = "0riqgfy9ai1vb7555l1w9rfcp10ylg7sbk46ph1f2y00pjbxsmv3";
+ revision = "1";
+ editedCabalFile = "1b1dxsrl6iq97dbjsw90jpy6s37dik245w4jgaj2pgqsw1w1vz5h";
libraryHaskellDepends = [
base bytestring cereal directory filepath ghc-prim haskus-utils
haskus-utils-data haskus-utils-types megaparsec mtl primitive
@@ -112465,8 +113019,8 @@ self: {
pname = "haxr";
version = "3000.11.3";
sha256 = "1ab422ngg63w91a71j17swzzdxk0y2053fijml0illarcrd77cnj";
- revision = "2";
- editedCabalFile = "1spv34kjfnpk0j8wap73qwkkqzshb2lvwrg7c3rfpy712ndbsl2h";
+ revision = "3";
+ editedCabalFile = "1jycnkzcxk6ny3ql5mv438xwmcifxprsrsaxqnbmslm6m43d6yxf";
libraryHaskellDepends = [
array base base-compat base64-bytestring blaze-builder bytestring
HaXml HsOpenSSL http-streams http-types io-streams mtl mtl-compat
@@ -113360,8 +113914,8 @@ self: {
}:
mkDerivation {
pname = "hdiff";
- version = "0.0.0";
- sha256 = "0vs55wrcip9djhdwd5wz44d8w5hfafdck4abhc488b23chdxxxi9";
+ version = "0.0.1";
+ sha256 = "09a4vp80ik7fza2qzv9n3zddkk1phm0yd3f9v1r5zp3i8s38aa89";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -113500,8 +114054,8 @@ self: {
}:
mkDerivation {
pname = "hdocs";
- version = "0.5.3.2";
- sha256 = "0x899pa5dw1jrc0vcw8aa1f3cx2xz8z0zqhplivji81lpjnajfgv";
+ version = "0.5.4.0";
+ sha256 = "1qj7kcpfwpsgzbmhiix22n66173kgxqgf3fb6mc2ybdc4zmkfa29";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -113845,35 +114399,6 @@ self: {
broken = true;
}) {};
- "hedgehog_0_6_1" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, bytestring
- , concurrent-output, containers, directory, exceptions
- , lifted-async, mmorph, monad-control, mtl, pretty-show, primitive
- , random, resourcet, semigroups, stm, template-haskell, text
- , th-lift, time, transformers, transformers-base, unix
- , wl-pprint-annotated
- }:
- mkDerivation {
- pname = "hedgehog";
- version = "0.6.1";
- sha256 = "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj";
- revision = "5";
- editedCabalFile = "0kwmxjb1y3gk85njacw5wcvmq3bzp1649dbjzgzpiba2w342f7il";
- libraryHaskellDepends = [
- ansi-terminal async base bytestring concurrent-output containers
- directory exceptions lifted-async mmorph monad-control mtl
- pretty-show primitive random resourcet semigroups stm
- template-haskell text th-lift time transformers transformers-base
- unix wl-pprint-annotated
- ];
- testHaskellDepends = [
- base containers pretty-show semigroups text transformers
- ];
- description = "Hedgehog will eat all your bugs";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"hedgehog" = callPackage
({ mkDerivation, ansi-terminal, async, base, bytestring
, concurrent-output, containers, directory, exceptions, fail
@@ -113883,33 +114408,6 @@ self: {
}:
mkDerivation {
pname = "hedgehog";
- version = "1.0";
- sha256 = "1np9xg58x20kalfci9dxbd4wsg0sl3ka56ragzy3i9p0nx29pmns";
- revision = "2";
- editedCabalFile = "0sbw4hwcza5pb02cndl5f30cyqjl44mn5y3i72n4x8s8mknsy3a4";
- libraryHaskellDepends = [
- ansi-terminal async base bytestring concurrent-output containers
- directory exceptions fail lifted-async mmorph monad-control mtl
- pretty-show primitive random resourcet semigroups stm
- template-haskell text time transformers transformers-base
- wl-pprint-annotated
- ];
- testHaskellDepends = [
- base containers mmorph mtl pretty-show semigroups text transformers
- ];
- description = "Release with confidence";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hedgehog_1_0_1" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, bytestring
- , concurrent-output, containers, directory, exceptions, fail
- , lifted-async, mmorph, monad-control, mtl, pretty-show, primitive
- , random, resourcet, semigroups, stm, template-haskell, text, time
- , transformers, transformers-base, wl-pprint-annotated
- }:
- mkDerivation {
- pname = "hedgehog";
version = "1.0.1";
sha256 = "1qc7hkqbnsk3f5r26wc35r3qiy941nmcxhfqgcq9027kw4gs0bi0";
revision = "1";
@@ -113926,7 +114424,6 @@ self: {
];
description = "Release with confidence";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hedgehog-checkers" = callPackage
@@ -114207,6 +114704,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hedn_0_3_0_0" = callPackage
+ ({ mkDerivation, base, containers, deepseq, deriving-compat
+ , hedgehog, megaparsec, parser-combinators, prettyprinter
+ , scientific, template-haskell, text, time, uuid-types, vector
+ }:
+ mkDerivation {
+ pname = "hedn";
+ version = "0.3.0.0";
+ sha256 = "1gx8bw2l1qpb4jgh5d1zzgfm2rnwavg5shmp4wq2mqrih11r3f3y";
+ libraryHaskellDepends = [
+ base containers deepseq deriving-compat megaparsec
+ parser-combinators prettyprinter scientific template-haskell text
+ time uuid-types vector
+ ];
+ testHaskellDepends = [
+ base containers hedgehog megaparsec text time uuid-types vector
+ ];
+ description = "EDN parsing and encoding";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hedn-functor" = callPackage
({ mkDerivation, base, containers, hedn, recursion-schemes, text
, vector
@@ -114271,6 +114790,8 @@ self: {
pname = "heist";
version = "1.1.0.1";
sha256 = "1j4h9fwny4hl2m5lgsd257lvm9057fb0hmnaqjw8a9k4hyx7hmqq";
+ revision = "1";
+ editedCabalFile = "08ihm07rqkhaxgnxr4ix08chxpqs0gps2b5xv79lzbl6cn6rj63c";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html bytestring
containers directory directory-tree dlist filepath hashable
@@ -116187,8 +116708,8 @@ self: {
}:
mkDerivation {
pname = "hhp";
- version = "0.0.1";
- sha256 = "0b3hliz1ags0c17kjwvsvl56ms4ga8wvaf5c7nmfiyzf0s6h0lp0";
+ version = "0.0.2";
+ sha256 = "0c9hcxvkrsz750r7hqviwn19r1slad4y5cj5m8ip84yiww44bfz4";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -116481,8 +117002,8 @@ self: {
}:
mkDerivation {
pname = "hierarchical-clustering-diagrams";
- version = "0.3.2";
- sha256 = "06ncyzhql74ni746a9hzma1v0grw99vas4xglmyvgd6yhdwl08sr";
+ version = "0.4";
+ sha256 = "0msb10qbqppwk3vspjz2w714srawbzgfsgml4ylhvyzrylpp6awr";
libraryHaskellDepends = [
base diagrams-lib hierarchical-clustering
];
@@ -116513,21 +117034,21 @@ self: {
({ mkDerivation, aeson, aeson-pretty, base, bytestring, cassava
, clustering, containers, directory, fgl, filepath
, hierarchical-clustering, hmatrix, lens, managed, modularity, mtl
- , optparse-generic, safe, sparse-linear-algebra
+ , mwc-random, optparse-generic, safe, sparse-linear-algebra
, spectral-clustering, streaming, streaming-bytestring
, streaming-cassava, streaming-with, text, text-show, tree-fun
, vector
}:
mkDerivation {
pname = "hierarchical-spectral-clustering";
- version = "0.4.1.3";
- sha256 = "1vhndwkny2sjh7c7m8qym6iasqacsaim0rkihdq3x58mdm2848n7";
+ version = "0.5.0.1";
+ sha256 = "08pz68vw8pbm70iqgrq6h9jhmq4zpg801byjlgkr2rvx6x8d1ghv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base cassava clustering containers fgl
- hierarchical-clustering hmatrix managed modularity mtl safe
- sparse-linear-algebra spectral-clustering streaming
+ hierarchical-clustering hmatrix managed modularity mtl mwc-random
+ safe sparse-linear-algebra spectral-clustering streaming
streaming-bytestring streaming-cassava streaming-with text tree-fun
vector
];
@@ -117167,8 +117688,8 @@ self: {
}:
mkDerivation {
pname = "hint";
- version = "0.9.0.1";
- sha256 = "15cnam704p7ynk70lqz3nvy91src5bd9amfdknvkfzpi5yf2825b";
+ version = "0.9.0.2";
+ sha256 = "06xnlfpf9h7i4fvm3p69accm18h7hblh7173040vlk5qvjywblhf";
libraryHaskellDepends = [
base directory exceptions filepath ghc ghc-boot ghc-paths mtl
random temporary unix
@@ -117228,8 +117749,8 @@ self: {
}:
mkDerivation {
pname = "hinterface";
- version = "0.10.0";
- sha256 = "0a89h3vn8arms93fj3p3ip208wamljkdxikkg7dlrf143iymcs8n";
+ version = "0.11.0";
+ sha256 = "1p878194kl4dma6xmp73j4m87yjs7lprjqm3pb81li222fcylz88";
libraryHaskellDepends = [
array async base binary bytestring containers cryptonite deepseq
exceptions lifted-async lifted-base memory monad-control
@@ -117731,6 +118252,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hjsmin_0_2_0_3" = callPackage
+ ({ mkDerivation, base, bytestring, directory, extra, filepath
+ , language-javascript, optparse-applicative, process, text, unix
+ }:
+ mkDerivation {
+ pname = "hjsmin";
+ version = "0.2.0.3";
+ sha256 = "0ag5r8qq305rgddr5ggl9c543ahjhy4026yjvjc5wfdxl4syyzvv";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring language-javascript text
+ ];
+ executableHaskellDepends = [
+ base bytestring language-javascript optparse-applicative text
+ ];
+ testHaskellDepends = [
+ base directory extra filepath process unix
+ ];
+ description = "Haskell implementation of a javascript minifier";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hjson" = callPackage
({ mkDerivation, base, containers, parsec }:
mkDerivation {
@@ -117923,8 +118468,8 @@ self: {
}:
mkDerivation {
pname = "hkgr";
- version = "0.2.2";
- sha256 = "1wz2yy3fiwy4601p0ir24dvv7yzfrqf99z07m8whc6gr2ypsnfjc";
+ version = "0.2.4";
+ sha256 = "09mvprpywxxfx2x0fm895k27qhsrhk8n00a5lgc4vglrvr0hyfdq";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -118230,17 +118775,18 @@ self: {
}) {};
"hledger-irr" = callPackage
- ({ mkDerivation, base, Cabal, Decimal, hledger-lib, statistics
- , text, time
+ ({ mkDerivation, base, Cabal, data-default-class, Decimal
+ , hledger-lib, math-functions, text, time
}:
mkDerivation {
pname = "hledger-irr";
- version = "0.1.1.15";
- sha256 = "06fbahn3pp73an5xxn0qnh8h7hkjvvl5z4z52vgcpxh13frd65hx";
+ version = "0.1.1.16";
+ sha256 = "1zvr4yrl0s1hiz0k76dmkkx89656jlamdmdi7y2cmsw1m5cf97v4";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base Cabal Decimal hledger-lib statistics text time
+ base Cabal data-default-class Decimal hledger-lib math-functions
+ text time
];
description = "computes the internal rate of return of an investment";
license = stdenv.lib.licenses.bsd3;
@@ -118456,21 +119002,21 @@ self: {
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, filepath
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
- , process, refact, text, transformers, uniplate
+ , mtl, process, refact, syb, text, transformers, uniplate
, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "hlint";
- version = "2.2.2";
- sha256 = "1v10xcz4vdzk1a3gjlvqbdckldax2643sg7s3xkm3dnlj5hg05yp";
+ version = "2.2.3";
+ sha256 = "0amkk315mpqc1b2pf5mngfzmzfx4bad4pzcg4h0120825909zpz6";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal base bytestring cmdargs containers cpphs
data-default directory extra filepath ghc-lib-parser
- haskell-src-exts haskell-src-exts-util hscolour process refact text
- transformers uniplate unordered-containers vector yaml
+ haskell-src-exts haskell-src-exts-util hscolour mtl process refact
+ syb text transformers uniplate unordered-containers vector yaml
];
executableHaskellDepends = [ base ];
description = "Source code suggestions";
@@ -119445,6 +119991,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hnock" = callPackage
+ ({ mkDerivation, base, parsec, text }:
+ mkDerivation {
+ pname = "hnock";
+ version = "0.4.0";
+ sha256 = "1d3w6lmvsanzwjs3r424fhalv19ia6k4w6m37jaqkq60lmzkfp5d";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base parsec text ];
+ executableHaskellDepends = [ base text ];
+ testHaskellDepends = [ base ];
+ description = "A Nock interpreter";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"hnop" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -120029,6 +120590,19 @@ self: {
broken = true;
}) {};
+ "homotuple" = callPackage
+ ({ mkDerivation, base, OneTuple, Only, single-tuple }:
+ mkDerivation {
+ pname = "homotuple";
+ version = "0.1.0.0";
+ sha256 = "0m72srmxqp8834ir08b5n9jk20yimmn5vwqyhpdxiyq4akbmb1w1";
+ revision = "2";
+ editedCabalFile = "0kn941gr9j6li1lnynx3fd652kvcbm1j4y8jd9qd6ynrcqd2hpia";
+ libraryHaskellDepends = [ base OneTuple Only single-tuple ];
+ description = "Homotuple, all whose elements are the same type";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"homplexity" = callPackage
({ mkDerivation, base, containers, cpphs, deepseq, directory
, filepath, happy, haskell-src-exts, hflags, pqueue
@@ -120523,8 +121097,8 @@ self: {
}:
mkDerivation {
pname = "hopencc";
- version = "0.1.0.0";
- sha256 = "1ygldh3r09qzpws28mnmhm3ai7h162gsafdc7nwl2f10kjnpjhyw";
+ version = "0.2.0.0";
+ sha256 = "0bzx6l7j9qjc1dvcaicgayb05n4klb4dg64m1xlfi187jxcnz7jb";
libraryHaskellDepends = [ base bytestring utf8-string ];
libraryPkgconfigDepends = [ opencc ];
libraryToolDepends = [ c2hs ];
@@ -120680,8 +121254,8 @@ self: {
}:
mkDerivation {
pname = "hoppy-docs";
- version = "0.5.0";
- sha256 = "08i15jbn7k21qfmmi1f8151bakqivbk440gi44jjnndhkdj8lwwa";
+ version = "0.6.0";
+ sha256 = "0wgzjzjnj1f9mw1099l5h2fh8y91v45a243paksb5dp76y27baxg";
libraryHaskellDepends = [
base haskell-src hoppy-generator hoppy-runtime
];
@@ -120692,15 +121266,16 @@ self: {
}) {};
"hoppy-generator" = callPackage
- ({ mkDerivation, base, containers, directory, filepath, haskell-src
- , mtl
+ ({ mkDerivation, base, bytestring, containers, directory, filepath
+ , haskell-src, mtl, process, temporary, text
}:
mkDerivation {
pname = "hoppy-generator";
- version = "0.5.2";
- sha256 = "0ifk7ja1nynbgcf7q8v2dl4sn5ivif9rbd2d7pjp9lx43di9axfc";
+ version = "0.6.0";
+ sha256 = "1y10s0lbc0k7vir2h7bgghxmjh3zgja764i6w1j056rr0qh9v5bj";
libraryHaskellDepends = [
- base containers directory filepath haskell-src mtl
+ base bytestring containers directory filepath haskell-src mtl
+ process temporary text
];
description = "C++ FFI generator - Code generator";
license = stdenv.lib.licenses.agpl3;
@@ -120712,8 +121287,8 @@ self: {
({ mkDerivation, base, Cabal, containers, directory, filepath }:
mkDerivation {
pname = "hoppy-runtime";
- version = "0.5.1";
- sha256 = "0gh6kjfy9wcdppbq9ml5i2iz7bi12pbvnzqhj25sg9dy77iwc7cp";
+ version = "0.6.0";
+ sha256 = "0zlh84ibyvyl9wxmiyjgm26s6avjvqphg17bmsls69pqawzzgphy";
libraryHaskellDepends = [
base Cabal containers directory filepath
];
@@ -120727,8 +121302,8 @@ self: {
({ mkDerivation, base, filepath, haskell-src, hoppy-generator }:
mkDerivation {
pname = "hoppy-std";
- version = "0.5.0";
- sha256 = "1x4a4z434nhkgd5nndwrj3y9zm3pf4mln1mccsclf8kkyaj4hyqd";
+ version = "0.6.0";
+ sha256 = "0z7jmhv9xkmky8gn0qgk6f3l3w943qvfhwlq18p1gf6x7iq1ijdg";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base filepath haskell-src hoppy-generator
@@ -121190,7 +121765,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "hpack_0_32_0" = callPackage
+ "hpack_0_33_0" = callPackage
({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
, containers, cryptonite, deepseq, directory, filepath, Glob, hspec
, hspec-discover, http-client, http-client-tls, http-types, HUnit
@@ -121200,8 +121775,8 @@ self: {
}:
mkDerivation {
pname = "hpack";
- version = "0.32.0";
- sha256 = "11qfqyhcwihmx1z9pg5fhza1ww8wapr04wzyx8sknwpxs3hacm4z";
+ version = "0.33.0";
+ sha256 = "1w49rjcviy4vyj1b45ifpva4bgwc0xd305si148rkxa65378ranj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -123991,7 +124566,7 @@ self: {
broken = true;
}) {};
- "hsdev_0_3_3_4" = callPackage
+ "hsdev_0_3_3_5" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec
, base, bytestring, Cabal, containers, cpphs, data-default, deepseq
, direct-sqlite, directory, exceptions, filepath, fsnotify, ghc
@@ -124005,8 +124580,8 @@ self: {
}:
mkDerivation {
pname = "hsdev";
- version = "0.3.3.4";
- sha256 = "1hj2krdq4ybs1vcy9gw6p56sznzi7wrhkaaya4560kjyijvvfdml";
+ version = "0.3.3.5";
+ sha256 = "0zfamx0mqr6vjfm4cnpi7wm6g7lcanjaj2ljja6symxwhly7sx3k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -124554,18 +125129,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "hslogger_1_3_0_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, HUnit, network
- , network-bsd, old-locale, time, unix
+ "hslogger_1_3_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, HUnit
+ , network, network-bsd, old-locale, time, unix
}:
mkDerivation {
pname = "hslogger";
- version = "1.3.0.0";
- sha256 = "1gnnqyd5hr59agqjcbim3kys5zarwsj7b1kfdbhy5qmjjwnpyzs8";
- revision = "1";
- editedCabalFile = "0hvlixqc7vr66qq96flnh3l2p7a6pfmzxf9sn8f243yvsq867yah";
+ version = "1.3.1.0";
+ sha256 = "0nyar9xcblx5jwks85y8f4jfy9k1h4ss6rvj4mdbiidrq3v688vz";
libraryHaskellDepends = [
- base bytestring containers network network-bsd old-locale time unix
+ base bytestring containers deepseq network network-bsd old-locale
+ time unix
];
testHaskellDepends = [ base HUnit ];
description = "Versatile logging framework";
@@ -125142,6 +125716,8 @@ self: {
pname = "hspec-core";
version = "2.7.1";
sha256 = "08vk8588lap00hsln8zl64dazbb28lzk4b4h5vnm7xvhg7r21k1c";
+ revision = "1";
+ editedCabalFile = "0aw68sgz2p63y0vg07c1jx2pr8lmhp5c1ck60dlipyxsa00455i6";
libraryHaskellDepends = [
ansi-terminal array base call-stack clock deepseq directory
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
@@ -126948,8 +127524,8 @@ self: {
}:
mkDerivation {
pname = "html-conduit";
- version = "1.3.2";
- sha256 = "0l5hc7bf57p5jiqh3wvnqapc27ibnlv00zm6szc0nqbvknzvvz85";
+ version = "1.3.2.1";
+ sha256 = "196c8zcnjp1pc5qvqxd8arx3xkw0a90rvg9mmiw2l4zwnx65709n";
libraryHaskellDepends = [
attoparsec base bytestring conduit conduit-extra containers
resourcet text transformers xml-conduit xml-types
@@ -127560,8 +128136,8 @@ self: {
}:
mkDerivation {
pname = "http-client-overrides";
- version = "0.1.0.0";
- sha256 = "1s6qblbw4z9afzdy43hk8rfhgxj3k60x03p3y0dmp1l2i712x89g";
+ version = "0.1.1.0";
+ sha256 = "15asl6xksr7qmjbm64my3h1x3sx7558vdidx7zlkl8lf1k0w0kcl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -127729,10 +128305,8 @@ self: {
}:
mkDerivation {
pname = "http-conduit";
- version = "2.3.7.1";
- sha256 = "1xnjbwvil1an5crffcwapdqyinbvvss25rcdra05isqixcs26h39";
- revision = "1";
- editedCabalFile = "0mmlaxnpxpgm4kzxid3xlwwqd53djx8n9a07nhvk5awyql1h9yj5";
+ version = "2.3.7.2";
+ sha256 = "16w77zm1pacs2qgz8sr0g935jjd3gmkhrw0gm9pijalaqbliffn9";
libraryHaskellDepends = [
aeson attoparsec base bytestring conduit conduit-extra http-client
http-client-tls http-types mtl resourcet transformers unliftio-core
@@ -127749,6 +128323,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "http-conduit_2_3_7_3" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
+ , case-insensitive, conduit, conduit-extra, connection, cookie
+ , data-default-class, hspec, http-client, http-client-tls
+ , http-types, HUnit, mtl, network, resourcet, streaming-commons
+ , temporary, text, time, transformers, unliftio, unliftio-core
+ , utf8-string, wai, wai-conduit, warp, warp-tls
+ }:
+ mkDerivation {
+ pname = "http-conduit";
+ version = "2.3.7.3";
+ sha256 = "00rshi1y0h8y4rvsnnad0bppxgpvp40sk7lw1kxmdwy8pi8xrvbs";
+ libraryHaskellDepends = [
+ aeson attoparsec base bytestring conduit conduit-extra http-client
+ http-client-tls http-types mtl resourcet transformers unliftio-core
+ ];
+ testHaskellDepends = [
+ aeson base blaze-builder bytestring case-insensitive conduit
+ conduit-extra connection cookie data-default-class hspec
+ http-client http-types HUnit network resourcet streaming-commons
+ temporary text time transformers unliftio utf8-string wai
+ wai-conduit warp warp-tls
+ ];
+ doCheck = false;
+ description = "HTTP client package with conduit interface and HTTPS support";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"http-conduit-browser" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring
, case-insensitive, conduit, containers, cookie, data-default
@@ -128061,6 +128664,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "http-mock" = callPackage
+ ({ mkDerivation, async, base, directory, filepath, http-client
+ , network, random, wai, warp
+ }:
+ mkDerivation {
+ pname = "http-mock";
+ version = "0.1.0.0";
+ sha256 = "1zba8dyn6ww6qy7l1qxq5vh53l9jx5w7xb258lj0bwwqc32bks2y";
+ libraryHaskellDepends = [
+ async base directory filepath http-client network random wai warp
+ ];
+ testHaskellDepends = [ base ];
+ description = "HTTP mocking and expectations library for Haskell";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"http-monad" = callPackage
({ mkDerivation, base, bytestring, containers, explicit-exception
, HTTP, lazyio, network, network-uri, parsec, semigroups
@@ -129287,14 +129906,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "hvega_0_4_1_0" = callPackage
+ "hvega_0_4_1_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, filepath, tasty, tasty-golden, text, unordered-containers, vector
}:
mkDerivation {
pname = "hvega";
- version = "0.4.1.0";
- sha256 = "1qjswpgn1ass1x4bk5zjv6vvw7vvsbzh00qc6jjfq3bnljrl4i75";
+ version = "0.4.1.1";
+ sha256 = "1dmb5w250l11p7hyzi7v9b286s4qdalg41bz1ckahrwaaaz8qa1d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -129324,8 +129943,8 @@ self: {
({ mkDerivation, aeson, base, hedgehog, hspec, text }:
mkDerivation {
pname = "hw-aeson";
- version = "0.1.0.1";
- sha256 = "0ymjsadvwmbxc1lk913z31vcr50i88dx29i3g0x8zvm6vj6m96g0";
+ version = "0.1.0.2";
+ sha256 = "11i0w0w5mi9k94p14c4pi1lsgwbr2cnnyhl7fbmxc7lqwr2a7k3s";
libraryHaskellDepends = [ aeson base text ];
testHaskellDepends = [ aeson base hedgehog hspec ];
description = "Convenience functions for Aeson";
@@ -129357,7 +129976,7 @@ self: {
broken = true;
}) {};
- "hw-balancedparens_0_3_0_0" = callPackage
+ "hw-balancedparens_0_3_0_2" = callPackage
({ mkDerivation, base, criterion, deepseq, hedgehog, hspec
, hspec-discover, hw-bits, hw-excess, hw-fingertree
, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, transformers
@@ -129365,10 +129984,8 @@ self: {
}:
mkDerivation {
pname = "hw-balancedparens";
- version = "0.3.0.0";
- sha256 = "1xb2pyhmcwl927v4hc7nfi31bf9lvlz9mnqdbb7mzpl6bdlg7xc7";
- revision = "1";
- editedCabalFile = "1a8zs7j05vxbamcc63fi1xf6vvz7bg1zf0a72930xh4y4bd2m0qk";
+ version = "0.3.0.2";
+ sha256 = "1x961b5jq5hal5k3dc98xpldpsillxf4vkbc4m7yw05bmas0smia";
libraryHaskellDepends = [
base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-prim
hw-rankselect-base vector
@@ -129391,16 +130008,14 @@ self: {
"hw-bits" = callPackage
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
, hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim
- , hw-string-parse, QuickCheck, safe, vector
+ , hw-string-parse, QuickCheck, vector
}:
mkDerivation {
pname = "hw-bits";
- version = "0.7.0.6";
- sha256 = "0c3bfr4x52fvvp3yin54xbfxz7nq936v2ac89vcim1gscyw51hvm";
- revision = "2";
- editedCabalFile = "1lp2kbmdc5lq7xqi2ix7jccw1gmjxl1q01bflj8fzr2f713m9yrr";
+ version = "0.7.0.7";
+ sha256 = "11j43d8fxi3s6mfhnx2kcj03gpxj7gxmi00vbbnxnwby66vvbbib";
libraryHaskellDepends = [
- base bytestring hw-int hw-prim hw-string-parse safe vector
+ base bytestring hw-int hw-prim hw-string-parse vector
];
testHaskellDepends = [
base bytestring hedgehog hspec hw-hspec-hedgehog hw-prim QuickCheck
@@ -129414,6 +130029,29 @@ self: {
broken = true;
}) {};
+ "hw-bits_0_7_0_8" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
+ , hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim
+ , hw-string-parse, vector
+ }:
+ mkDerivation {
+ pname = "hw-bits";
+ version = "0.7.0.8";
+ sha256 = "1yrck20adphrqai9nq8qxyi3l5y7gx9gjvr4vgdzg39mnl6057s4";
+ libraryHaskellDepends = [
+ base bytestring hw-int hw-prim hw-string-parse vector
+ ];
+ testHaskellDepends = [
+ base bytestring hedgehog hspec hw-hspec-hedgehog hw-prim vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [ base criterion vector ];
+ description = "Bit manipulation";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-ci-assist" = callPackage
({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog
, hw-hspec-hedgehog, optparse-applicative
@@ -129458,6 +130096,29 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "hw-conduit_0_2_0_6" = callPackage
+ ({ mkDerivation, array, base, bytestring, conduit
+ , conduit-combinators, criterion, hspec, hspec-discover, mmap, time
+ , transformers, unliftio-core, vector, word8
+ }:
+ mkDerivation {
+ pname = "hw-conduit";
+ version = "0.2.0.6";
+ sha256 = "0z90nslvvd5lkzkivklln3kbpgpwn4l6b45bdn7nhn9qa50ii1rc";
+ libraryHaskellDepends = [
+ array base bytestring conduit conduit-combinators time transformers
+ unliftio-core word8
+ ];
+ testHaskellDepends = [ base bytestring conduit hspec ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring conduit criterion mmap vector
+ ];
+ description = "Conduits for tokenizing streams";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-conduit-merges" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-extra, hspec
, mtl, QuickCheck
@@ -129528,28 +130189,69 @@ self: {
broken = true;
}) {};
+ "hw-dsv_0_3_6" = callPackage
+ ({ mkDerivation, base, bits-extra, bytestring, cassava, criterion
+ , deepseq, directory, generic-lens, ghc-prim, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim
+ , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap
+ , optparse-applicative, resourcet, text, vector, weigh
+ }:
+ mkDerivation {
+ pname = "hw-dsv";
+ version = "0.3.6";
+ sha256 = "0gjpx6yvx25g239imqqg8dbx7jwhamqcz435cikl0dvrid25asy5";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim
+ hw-rankselect hw-rankselect-base hw-simd vector
+ ];
+ executableHaskellDepends = [
+ base bits-extra bytestring deepseq generic-lens ghc-prim hedgehog
+ hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd lens
+ optparse-applicative resourcet vector
+ ];
+ testHaskellDepends = [
+ base bits-extra bytestring cassava deepseq directory ghc-prim
+ hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim hw-rankselect
+ hw-rankselect-base hw-simd text vector weigh
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bits-extra bytestring cassava criterion deepseq directory
+ ghc-prim hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd
+ mmap vector
+ ];
+ 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, hedgehog
- , hspec, hw-bits, hw-hspec-hedgehog, hw-prim, lens
- , optparse-applicative, QuickCheck, safe, vector
+ ({ mkDerivation, base, bits-extra, bytestring, criterion
+ , 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.0.0.1";
- sha256 = "0sxw0fgrq83ahil1sa2mqndwxw7bjxya42sxym6jjsky9jr0mygl";
+ version = "0.1.0.1";
+ sha256 = "0iswbvvviaj1j34zvm04nzpjicwyzs5imc4rc8vkwmx41nlypxdv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bits-extra bytestring hw-bits hw-prim safe vector
];
executableHaskellDepends = [
- base bits-extra bytestring hw-bits hw-prim lens
+ base bits-extra bytestring generic-lens hw-bits hw-prim lens
optparse-applicative vector
];
testHaskellDepends = [
base bits-extra bytestring hedgehog hspec hw-bits hw-hspec-hedgehog
hw-prim QuickCheck vector
];
+ testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
base bits-extra bytestring criterion hw-bits hw-prim vector
];
@@ -129597,6 +130299,43 @@ self: {
broken = true;
}) {};
+ "hw-eliasfano_0_1_1_1" = 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
+ }:
+ mkDerivation {
+ pname = "hw-eliasfano";
+ version = "0.1.1.1";
+ sha256 = "0fmbcddw13m49xvw8gnpjh246mw4k9h3hr94k956bi1vdvywyqv7";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base deepseq hw-bits hw-int hw-packed-vector hw-prim hw-rankselect
+ hw-rankselect-base temporary-resourcet vector
+ ];
+ executableHaskellDepends = [
+ base binary bytestring generic-lens hw-bits hw-packed-vector
+ hw-prim hw-rankselect hw-rankselect-base lens optparse-applicative
+ 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
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion hedgehog hspec hw-bits hw-hedgehog
+ hw-hspec-hedgehog hw-int hw-packed-vector hw-prim mmap vector
+ ];
+ description = "Elias-Fano";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-excess" = callPackage
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
, hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim
@@ -129606,6 +130345,34 @@ self: {
pname = "hw-excess";
version = "0.2.2.0";
sha256 = "07d6q5m98z6r7p4hhzzm8ihn9sbd05hhf40a0hcq3ixxrdz7yyrb";
+ revision = "1";
+ editedCabalFile = "13k4fm6cyqmsh3wbqh76jn8r0rw9z1nw65zb061smgkk1v9ii3j7";
+ libraryHaskellDepends = [
+ base hw-bits hw-prim hw-rankselect-base safe vector
+ ];
+ testHaskellDepends = [
+ base hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim QuickCheck
+ vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion hw-prim vector
+ ];
+ description = "Excess";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "hw-excess_0_2_2_1" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
+ , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim
+ , hw-rankselect-base, QuickCheck, safe, vector
+ }:
+ mkDerivation {
+ pname = "hw-excess";
+ version = "0.2.2.1";
+ sha256 = "1n4qgnwf61gdwai163sqkc4lzhni65f94r5hcmq0im502596iy9b";
libraryHaskellDepends = [
base hw-bits hw-prim hw-rankselect-base safe vector
];
@@ -129640,22 +130407,61 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-fingertree_0_1_1_1" = callPackage
+ ({ mkDerivation, base, deepseq, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, hw-prim
+ }:
+ mkDerivation {
+ pname = "hw-fingertree";
+ version = "0.1.1.1";
+ sha256 = "01ghnnnbbrdy9s84rcw37v3yvlrw5awgdmcrzh0xd5dxpw557psf";
+ libraryHaskellDepends = [ base deepseq hw-prim ];
+ testHaskellDepends = [
+ base deepseq hedgehog hspec hw-hspec-hedgehog
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Generic finger-tree structure, with example instances";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-fingertree-strict" = callPackage
- ({ mkDerivation, base, deepseq, hedgehog, hspec, HUnit
- , hw-hspec-hedgehog, QuickCheck, test-framework
+ ({ mkDerivation, base, deepseq, 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.1";
- sha256 = "0s0jz6lynxiaz2h8hr78j05vhswrl6vwhmvdra9a46c3yg7vf9qi";
+ version = "0.1.1.2";
+ sha256 = "0zgm5x67kmxm1l1c5605rcs3g5kyfcqz5d8lj6b055ysqqcpr14l";
+ libraryHaskellDepends = [ base deepseq ];
+ testHaskellDepends = [
+ base hedgehog hspec HUnit hw-hspec-hedgehog QuickCheck
+ test-framework test-framework-hunit test-framework-quickcheck2
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Generic strict finger-tree structure";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "hw-fingertree-strict_0_1_1_3" = callPackage
+ ({ mkDerivation, base, deepseq, 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";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
base hedgehog hspec HUnit hw-hspec-hedgehog QuickCheck
test-framework test-framework-hunit test-framework-quickcheck2
];
+ testToolDepends = [ hspec-discover ];
description = "Generic strict finger-tree structure";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-hedgehog" = callPackage
@@ -129672,6 +130478,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-hedgehog_0_1_0_4" = callPackage
+ ({ mkDerivation, base, hedgehog, vector }:
+ mkDerivation {
+ pname = "hw-hedgehog";
+ version = "0.1.0.4";
+ sha256 = "0aps3h6ajrkl9nbrf66rxigya17jf7d0fs5yn7bbzfwqknik12n8";
+ libraryHaskellDepends = [ base hedgehog vector ];
+ testHaskellDepends = [ base ];
+ description = "Extra hedgehog functionality";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-hspec-hedgehog" = callPackage
({ mkDerivation, base, call-stack, hedgehog, hspec, hspec-discover
, HUnit, transformers
@@ -129680,6 +130499,8 @@ self: {
pname = "hw-hspec-hedgehog";
version = "0.1.0.8";
sha256 = "0c54mhzbmjfjvy5lyvr6xffrncqmbbr10lran2x9czbkhhbikrss";
+ revision = "1";
+ editedCabalFile = "0msy1a646w5m0z5670b7xgc1apzan3myaqrq6i6khsayzk5z597j";
libraryHaskellDepends = [
base call-stack hedgehog hspec HUnit transformers
];
@@ -129689,6 +130510,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-hspec-hedgehog_0_1_0_9" = callPackage
+ ({ mkDerivation, base, call-stack, hedgehog, hspec, hspec-discover
+ , HUnit, transformers
+ }:
+ mkDerivation {
+ pname = "hw-hspec-hedgehog";
+ version = "0.1.0.9";
+ sha256 = "1rfcz7fq7gp8xxlax8l1vfr88h9sh50ghs1iihy9jqv135d1dbky";
+ libraryHaskellDepends = [
+ base call-stack hedgehog hspec HUnit transformers
+ ];
+ testHaskellDepends = [ base call-stack hedgehog hspec HUnit ];
+ testToolDepends = [ hspec-discover ];
+ description = "Interoperability between hspec and hedgehog";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-int" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -129700,6 +130539,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-int_0_0_0_4" = callPackage
+ ({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog
+ , hw-hspec-hedgehog
+ }:
+ mkDerivation {
+ pname = "hw-int";
+ version = "0.0.0.4";
+ sha256 = "0im0fk23v6gh6hwfr35swai5fnvkpw0rrssc3s0ac978c899a8iz";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base hedgehog hspec hw-hedgehog hw-hspec-hedgehog
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Additional facilities for Integers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-ip" = callPackage
({ mkDerivation, appar, base, binary, bytestring, containers
, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
@@ -129731,6 +130588,35 @@ self: {
broken = true;
}) {};
+ "hw-ip_2_3_4_2" = callPackage
+ ({ mkDerivation, appar, base, binary, bytestring, containers
+ , generic-lens, hedgehog, hspec, hspec-discover, hw-bits
+ , hw-hspec-hedgehog, iproute, lens, optparse-applicative, text
+ }:
+ mkDerivation {
+ pname = "hw-ip";
+ version = "2.3.4.2";
+ sha256 = "020pwy89hx4jcmq5vwd0gs4vbb2llkvvzaqk72s06w51hqrfpxb9";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ appar base containers generic-lens hw-bits iproute text
+ ];
+ executableHaskellDepends = [
+ appar base binary bytestring generic-lens lens optparse-applicative
+ text
+ ];
+ testHaskellDepends = [
+ appar base generic-lens hedgehog hspec hw-bits hw-hspec-hedgehog
+ text
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Library for manipulating IP addresses and CIDR blocks";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-json" = callPackage
({ mkDerivation, ansi-wl-pprint, array, attoparsec, base
, bits-extra, bytestring, criterion, directory, dlist, generic-lens
@@ -129772,7 +130658,7 @@ self: {
broken = true;
}) {};
- "hw-json_1_3_1_0" = callPackage
+ "hw-json_1_3_1_1" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
, bits-extra, bytestring, criterion, directory, dlist, generic-lens
, hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits
@@ -129784,10 +130670,8 @@ self: {
}:
mkDerivation {
pname = "hw-json";
- version = "1.3.1.0";
- sha256 = "0y5gxr4db381lndjr666l6vl022z9pnp5ypsmrwxcx53hv7glzwn";
- revision = "1";
- editedCabalFile = "1aw2sg7vchf9jd01dkvcbw33n6l5hgi4kyhjk4syr6cnyxysf187";
+ version = "1.3.1.1";
+ sha256 = "0w0k8zkswpvawp3ni3av8ak18a8wj509dll0v3cq7i4lljv51b5l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -129844,10 +130728,28 @@ self: {
}:
mkDerivation {
pname = "hw-json-simd";
- version = "0.1.0.2";
- sha256 = "13i41ppi3ncisfyl3jvpgf4cbx86gyy0maq1xm0jipplkr78844w";
- revision = "1";
- editedCabalFile = "1vbq16ik20yvipvlpf9jrdsv33ynm152rr7c67lcdv8nf4gg4mhq";
+ version = "0.1.0.3";
+ sha256 = "0cgi7q0cx3zx56wq9l115vbhwc6yjbdrmiyz6z8zcnlhgq6cfgjl";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base bytestring hw-prim lens vector ];
+ libraryToolDepends = [ c2hs ];
+ executableHaskellDepends = [
+ base bytestring hw-prim lens optparse-applicative vector
+ ];
+ testHaskellDepends = [ base bytestring hw-prim lens vector ];
+ description = "SIMD-based JSON semi-indexer";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "hw-json-simd_0_1_0_4" = callPackage
+ ({ mkDerivation, base, bytestring, c2hs, hw-prim, lens
+ , optparse-applicative, vector
+ }:
+ mkDerivation {
+ pname = "hw-json-simd";
+ version = "0.1.0.4";
+ sha256 = "1qpk7vzya28y56qlb2fmx3ic39n9x2z8dh932rn0fp2d8n4dw8sa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring hw-prim lens vector ];
@@ -129858,6 +130760,7 @@ self: {
testHaskellDepends = [ base bytestring hw-prim lens vector ];
description = "SIMD-based JSON semi-indexer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-json-simple-cursor" = callPackage
@@ -129869,10 +130772,8 @@ self: {
}:
mkDerivation {
pname = "hw-json-simple-cursor";
- version = "0.1.0.1";
- sha256 = "0asvkzz0dgcc5cjrn3wqhn3svxi13wfzxi0ggc8mzzmfci07jigy";
- revision = "1";
- editedCabalFile = "1cpmvmncn3w60lacx21yg9snrmaghn9icgb67g2lfviya6a5qgs8";
+ version = "0.1.0.2";
+ sha256 = "1yknymn8flni5bkfifaxmkv6b6r530ljvm6vx9m3kqwzikly9lpn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -129907,10 +130808,8 @@ self: {
}:
mkDerivation {
pname = "hw-json-standard-cursor";
- version = "0.2.1.1";
- sha256 = "0z0lxzciyw6b49w1s88yx9lcqgk0fjmh1zv7qs3jnn9sk0bqldh5";
- revision = "1";
- editedCabalFile = "15x23pa4im7ll4ipaykqavmh8frpnlmg8617g67c987f66lpyprr";
+ version = "0.2.1.2";
+ sha256 = "1lfbzfbpzn06gyv35s0sbc14n7ccwfqci7yikq78a7iwypkb9nff";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -129969,8 +130868,8 @@ self: {
}:
mkDerivation {
pname = "hw-kafka-client";
- version = "2.6.0";
- sha256 = "1318gyl3jn3q2namzpzf0254hqpib2nn1kipf6gnfp4dvwv0wbgn";
+ version = "2.6.1";
+ sha256 = "01481i1cw7rdxr006ksiizggh7gjlqzhrxw2lmg953sa35bgz784";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -130033,6 +130932,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hw-mquery_0_2_0_2" = callPackage
+ ({ mkDerivation, ansi-wl-pprint, base, dlist, hedgehog, hspec
+ , hspec-discover, hw-hspec-hedgehog, lens, semigroups
+ }:
+ mkDerivation {
+ pname = "hw-mquery";
+ version = "0.2.0.2";
+ sha256 = "1vcxyin3cyc0pkhbfjyjm4r44yxk17gny5jhfg6hdlgivp150yij";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-wl-pprint base dlist lens semigroups
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base dlist hedgehog hspec hw-hspec-hedgehog lens
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Monadic query DSL";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hw-packed-vector" = callPackage
({ mkDerivation, base, bytestring, criterion, deepseq, directory
, hedgehog, hspec, hspec-discover, hw-bits, hw-hedgehog
@@ -130120,8 +131042,8 @@ self: {
}:
mkDerivation {
pname = "hw-prim";
- version = "0.6.2.31";
- sha256 = "00xfakvwnj3zys2ilpc9w9z5qzw1ng3cc65jfa1860z6yr7xdp59";
+ version = "0.6.2.35";
+ sha256 = "0fm1bmk2da0bsvpf8qvyyapwwc8vlybhibs5n53v067faf38dxqf";
libraryHaskellDepends = [
base bytestring ghc-prim mmap semigroups transformers unliftio-core
vector
@@ -130138,15 +131060,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "hw-prim_0_6_2_32" = callPackage
+ "hw-prim_0_6_2_36" = callPackage
({ mkDerivation, base, bytestring, criterion, directory, exceptions
, ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
, mmap, QuickCheck, semigroups, transformers, unliftio-core, vector
}:
mkDerivation {
pname = "hw-prim";
- version = "0.6.2.32";
- sha256 = "0q65kivpxciqvknnradmpkaplrkfbckqv3xajk8h2dgas8r1m40l";
+ version = "0.6.2.36";
+ sha256 = "0anbwaz0hlskrlhp7nmzxzv7mgrs063d7qxhcv4iq9d46j90p031";
libraryHaskellDepends = [
base bytestring ghc-prim mmap semigroups transformers unliftio-core
vector
@@ -130224,7 +131146,7 @@ self: {
broken = true;
}) {};
- "hw-rankselect_0_13_2_0" = callPackage
+ "hw-rankselect_0_13_3_1" = callPackage
({ mkDerivation, base, bytestring, conduit, criterion, deepseq
, directory, generic-lens, hedgehog, hspec, hspec-discover
, hw-balancedparens, hw-bits, hw-fingertree, hw-hedgehog
@@ -130233,10 +131155,8 @@ self: {
}:
mkDerivation {
pname = "hw-rankselect";
- version = "0.13.2.0";
- sha256 = "00k163jalapxdlcmcvi4ddk60bsj34f7ng05agvh1374kybqscb4";
- revision = "1";
- editedCabalFile = "0a0mlfbln3whziv2rp63qr1qjm4vxgrd8535irnlyy5ba0a0lad8";
+ version = "0.13.3.1";
+ sha256 = "05bhc8i6k59zv90r00c6vy4vx99dpc4dh85dinwklh8yqnfwf5ks";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -130272,8 +131192,8 @@ self: {
pname = "hw-rankselect-base";
version = "0.3.2.1";
sha256 = "0q4kywln4bls2dvazhqh2acw4yqnabnx0mdkhldgg70q8amnq2nj";
- revision = "2";
- editedCabalFile = "0djyix1fp00s8j0qjja4557wdflgixpz4fvrmwiw7x294zr9f9fw";
+ revision = "3";
+ editedCabalFile = "1hbbxxzmar0djj4r43nr3ar9nsl659wnq20rw6cp6q974ivlglx2";
libraryHaskellDepends = [
base bits-extra hw-bits hw-int hw-prim hw-string-parse safe vector
];
@@ -130290,6 +131210,32 @@ self: {
broken = true;
}) {};
+ "hw-rankselect-base_0_3_2_2" = callPackage
+ ({ mkDerivation, base, bits-extra, criterion, 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.2.2";
+ sha256 = "0wykyw452wdfzb99fr604vq3ifv689gqmix9g25mmypiwfp0jcq1";
+ libraryHaskellDepends = [
+ base bits-extra hw-bits hw-int hw-prim hw-string-parse vector
+ ];
+ testHaskellDepends = [
+ base bits-extra hedgehog hspec hw-bits hw-hedgehog
+ hw-hspec-hedgehog hw-prim QuickCheck vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bits-extra criterion hw-bits hw-prim vector
+ ];
+ description = "Rank-select base";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-simd" = callPackage
({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava
, containers, criterion, deepseq, directory, hedgehog, hspec
@@ -130324,6 +131270,38 @@ self: {
broken = true;
}) {};
+ "hw-simd_0_1_1_5" = 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
+ }:
+ mkDerivation {
+ pname = "hw-simd";
+ version = "0.1.1.5";
+ sha256 = "0nhy3hi7gxbbjwh6rj4459nzbmlij2cjdg2zvdjgx3z3j5algqyb";
+ libraryHaskellDepends = [
+ base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
+ hw-rankselect-base 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
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bits-extra bytestring cassava containers criterion deepseq
+ directory hw-bits hw-prim hw-rankselect hw-rankselect-base mmap
+ 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
@@ -130356,6 +131334,36 @@ self: {
broken = true;
}) {};
+ "hw-streams_0_0_0_11" = 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 {
+ pname = "hw-streams";
+ version = "0.0.0.11";
+ sha256 = "17cr818k1zpzs1f46nwlm7p01mwfwf9ndqnp0f0607lfacm7hs9y";
+ libraryHaskellDepends = [
+ base bytestring ghc-prim hw-bits hw-prim mmap primitive semigroups
+ transformers vector
+ ];
+ testHaskellDepends = [
+ base bytestring directory exceptions ghc-prim hedgehog hspec
+ hw-bits hw-hspec-hedgehog hw-prim mmap primitive QuickCheck
+ semigroups transformers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion ghc-prim hw-bits hw-prim mmap primitive
+ semigroups transformers vector
+ ];
+ description = "Primitive functions and data types";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-string-parse" = callPackage
({ mkDerivation, base, bytestring, hspec, QuickCheck, vector }:
mkDerivation {
@@ -130390,19 +131398,27 @@ self: {
"hw-uri" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
- , antiope-core, antiope-s3, base, bytestring, directory, exceptions
- , filepath, generic-lens, hedgehog, hspec, hspec-discover
- , http-client, http-types, hw-hspec-hedgehog, lens, mtl, resourcet
- , text
+ , antiope-core, antiope-optparse-applicative, antiope-s3, base
+ , bytestring, directory, dlist, exceptions, filepath, generic-lens
+ , hedgehog, hspec, hspec-discover, http-client, http-types
+ , hw-hspec-hedgehog, hw-prim, lens, mtl, optparse-applicative
+ , resourcet, text, unliftio-core
}:
mkDerivation {
pname = "hw-uri";
- version = "0.1.1.4";
- sha256 = "1y3rf1npqx3y3pkaipbwhabszvp0427h3sa9f6a5dfy14c6vm88b";
+ version = "0.1.1.10";
+ sha256 = "0bdxjlpqaqx70k2az686500adz3hj1zvgjsx5h582yvmdgnk83a8";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3
- base bytestring directory exceptions filepath generic-lens
- http-client http-types lens mtl resourcet text
+ base bytestring directory dlist exceptions filepath generic-lens
+ http-client http-types hw-prim lens mtl resourcet text
+ unliftio-core
+ ];
+ executableHaskellDepends = [
+ antiope-core antiope-optparse-applicative base bytestring
+ generic-lens lens mtl optparse-applicative resourcet text
];
testHaskellDepends = [
aeson antiope-core antiope-s3 base bytestring filepath hedgehog
@@ -130431,38 +131447,38 @@ self: {
"hw-xml" = callPackage
({ mkDerivation, ansi-wl-pprint, array, attoparsec, base
- , bytestring, cereal, conduit, containers, criterion, deepseq
- , ghc-prim, hspec, hspec-discover, hw-balancedparens, hw-bits
- , hw-conduit, hw-parser, hw-prim, hw-rankselect, hw-rankselect-base
- , lens, mmap, mtl, QuickCheck, resourcet, transformers, vector
- , word8
+ , 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
}:
mkDerivation {
pname = "hw-xml";
- version = "0.3.0.0";
- sha256 = "1f7q4vqrj5iv2c2dcgc6cld6zaqqp8d575fnali1lg3fv5n1g69k";
+ version = "0.4.0.1";
+ sha256 = "07xjdn2wzcvlhfbf3jlvrmw8mcbl1g5sc62xk6s73figs26gjm6z";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- ansi-wl-pprint array attoparsec base bytestring cereal conduit
- containers deepseq ghc-prim hw-balancedparens hw-bits hw-conduit
- hw-parser hw-prim hw-rankselect hw-rankselect-base lens mtl
- resourcet transformers vector word8
+ ansi-wl-pprint array attoparsec base bytestring cereal containers
+ deepseq ghc-prim hw-balancedparens hw-bits hw-parser hw-prim
+ hw-rankselect hw-rankselect-base lens mmap mtl resourcet
+ transformers vector word8
];
executableHaskellDepends = [
- base bytestring hw-balancedparens hw-bits hw-prim hw-rankselect
- vector
+ attoparsec base bytestring generic-lens hw-balancedparens hw-bits
+ hw-prim hw-rankselect lens mmap mtl optparse-applicative resourcet
+ text vector
];
testHaskellDepends = [
- attoparsec base bytestring conduit hspec hw-balancedparens hw-bits
- hw-conduit hw-prim hw-rankselect hw-rankselect-base QuickCheck
- vector
+ attoparsec base bytestring hedgehog hspec hw-balancedparens hw-bits
+ hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base vector
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
- base bytestring conduit criterion hw-balancedparens hw-bits
- hw-conduit hw-prim mmap resourcet vector
+ base bytestring criterion hw-balancedparens hw-bits hw-prim mmap
+ resourcet vector
];
description = "Conduits for tokenizing streams";
license = stdenv.lib.licenses.bsd3;
@@ -131675,6 +132691,23 @@ self: {
license = "(BSD-3-Clause OR Apache-2.0)";
}) {};
+ "hz3" = callPackage
+ ({ mkDerivation, base, containers, hspec, QuickCheck, transformers
+ , z3
+ }:
+ mkDerivation {
+ pname = "hz3";
+ version = "96.0.0.0";
+ sha256 = "080bhbnhswic7m35rzbqi9i7lb57szag6khprrjccpa80vq7lj6n";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base containers transformers ];
+ librarySystemDepends = [ z3 ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Bindings for the Z3 Theorem Prover";
+ license = stdenv.lib.licenses.bsd3;
+ }) {inherit (pkgs) z3;};
+
"hzaif" = callPackage
({ mkDerivation, aeson, base, bytestring, http-conduit, text }:
mkDerivation {
@@ -132606,14 +133639,13 @@ self: {
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
, hspec, hspec-contrib, http-client, http-client-tls, HUnit
, ipython-kernel, mtl, parsec, process, random, raw-strings-qq
- , setenv, shelly, split, stm, strict, system-argv0, text, time
- , transformers, unix, unordered-containers, utf8-string, uuid
- , vector
+ , setenv, shelly, split, stm, strict, text, time, transformers
+ , unix, unordered-containers, utf8-string, vector
}:
mkDerivation {
pname = "ihaskell";
- version = "0.10.0.0";
- sha256 = "0fmz0l2mpl6qwh4c00ppryxs2nfacmi1n3k21645v62vyhk0favp";
+ version = "0.10.0.2";
+ sha256 = "01jk48kj5z7n547z1lg78c0bphpjyv2nfzjrh4jv7xygkw5asqxb";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -132621,8 +133653,8 @@ self: {
aeson base base64-bytestring bytestring cereal cmdargs containers
directory filepath ghc ghc-boot ghc-parser ghc-paths haskeline
haskell-src-exts hlint http-client http-client-tls ipython-kernel
- mtl parsec process random shelly split stm strict system-argv0 text
- time transformers unix unordered-containers utf8-string uuid vector
+ mtl parsec process random shelly split stm strict text time
+ transformers unix unordered-containers utf8-string vector
];
executableHaskellDepends = [
aeson base bytestring containers directory ghc ipython-kernel
@@ -133768,6 +134800,26 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "incremental-parser_0_3_3" = callPackage
+ ({ mkDerivation, base, bytestring, checkers, criterion, deepseq
+ , monoid-subclasses, QuickCheck, tasty, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "incremental-parser";
+ version = "0.3.3";
+ sha256 = "1y5qzbn1627v893s6nlm5prc507pwybf2f9b7icpjgcj1q046p6i";
+ libraryHaskellDepends = [ base monoid-subclasses ];
+ 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 {
@@ -133888,8 +134940,8 @@ self: {
({ mkDerivation, base, mtl, parsec, tasty, tasty-hunit }:
mkDerivation {
pname = "indents";
- version = "0.5.0.0";
- sha256 = "1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n";
+ version = "0.5.0.1";
+ sha256 = "0dpcwiz0dwn5aqdsc50plfaawh86adhf7jx5dsmhn5q5nz32qn51";
libraryHaskellDepends = [ base mtl parsec ];
testHaskellDepends = [ base mtl parsec tasty tasty-hunit ];
description = "indentation sensitive parser-combinators for parsec";
@@ -133995,6 +135047,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "indexed-profunctors" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "indexed-profunctors";
+ version = "0.1";
+ sha256 = "0rdvj62rapkkj5zv5jyx2ynfwn2iszx1w2q08j9ik17zklqv9pri";
+ libraryHaskellDepends = [ base ];
+ description = "Utilities for indexed profunctors";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"indextype" = callPackage
({ mkDerivation, base, hspec }:
mkDerivation {
@@ -135487,6 +136550,17 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "intmap-graph" = callPackage
+ ({ mkDerivation, base, containers, text, vector, word8 }:
+ mkDerivation {
+ pname = "intmap-graph";
+ version = "1.0";
+ sha256 = "066js08brg2prmnvqchmpp42i7sd0jn7lxpzsalnvzivi49nkbx4";
+ libraryHaskellDepends = [ base containers text vector word8 ];
+ description = "A graph library that allows to explore edges after their type";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"intricacy" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, crypto-api, crypto-pubkey-types, cryptohash, directory, filepath
@@ -135863,6 +136937,8 @@ self: {
pname = "io-streams";
version = "1.5.1.0";
sha256 = "1c7byr943x41nxpc3bnz152fvfbmakafq2958wyf9qiyp2pz18la";
+ revision = "1";
+ editedCabalFile = "0n0qs5lgryh3zxy73j3qbpnxand43yd2bj6pclvyii8apqqp901a";
configureFlags = [ "-fNoInteractiveTests" ];
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder network primitive
@@ -135886,6 +136962,8 @@ self: {
pname = "io-streams-haproxy";
version = "1.0.1.0";
sha256 = "1dcn5hd4fiwyq7m01r6fi93vfvygca5s6mz87c78m0zyj29clkmp";
+ revision = "1";
+ editedCabalFile = "00zbqcxfkrxidrli5qd8jvdw0jkyvcb3bwv29w8nbk9cr8vmmfl3";
libraryHaskellDepends = [
attoparsec base bytestring io-streams network transformers
];
@@ -136055,6 +137133,37 @@ self: {
broken = true;
}) {};
+ "ip_1_6_0" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, byteslice, bytesmith
+ , bytestring, criterion, deepseq, doctest, hashable, hspec
+ , hspec-discover, HUnit, natural-arithmetic, primitive, QuickCheck
+ , quickcheck-classes, small-bytearray-builder, tasty, tasty-hunit
+ , tasty-quickcheck, text, text-short, vector, wide-word
+ }:
+ mkDerivation {
+ pname = "ip";
+ version = "1.6.0";
+ sha256 = "19qs04lcjpzcdl9b1yi6clc72w25i0qc04nm877bgy3sqp7qj2zm";
+ libraryHaskellDepends = [
+ aeson attoparsec base byteslice bytesmith bytestring deepseq
+ hashable natural-arithmetic primitive small-bytearray-builder text
+ text-short vector wide-word
+ ];
+ testHaskellDepends = [
+ attoparsec base byteslice bytestring doctest hspec HUnit QuickCheck
+ quickcheck-classes tasty tasty-hunit tasty-quickcheck text
+ text-short wide-word
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ attoparsec base byteslice bytestring criterion text
+ ];
+ description = "Library for IP and MAC addresses";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ip-quoter" = callPackage
({ mkDerivation, base, cpu, network, tasty, tasty-hunit
, template-haskell
@@ -136329,8 +137438,8 @@ self: {
}:
mkDerivation {
pname = "ipython-kernel";
- version = "0.10.0.0";
- sha256 = "1dqvii2h0vc32ladxmrzli5ch5m3is41bgalas34fh0gcc00p7qa";
+ version = "0.10.1.0";
+ sha256 = "03sygh5jvigfjg3il49wy41p6ac1wh2gx8wj3hg2rvsh91p9f4dw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -136379,8 +137488,8 @@ self: {
}:
mkDerivation {
pname = "irc-client";
- version = "1.1.1.0";
- sha256 = "1f2lqg37ig3f23066c4179vcym6p3ylmxsywqhmb0n078kix6kfb";
+ version = "1.1.1.1";
+ sha256 = "08s1qb9dc6icz9fxfp5swcx817685vj833l8ijpf1gdgyzw6wfdq";
libraryHaskellDepends = [
base bytestring conduit connection containers contravariant
exceptions irc-conduit irc-ctcp mtl network-conduit-tls old-locale
@@ -136409,8 +137518,8 @@ self: {
}:
mkDerivation {
pname = "irc-conduit";
- version = "0.3.0.3";
- sha256 = "1wbgczkiwnbpcwwcpsv9zf8n7nisv0iv2kivpjrxnhin2j4c48y1";
+ version = "0.3.0.4";
+ sha256 = "0asaddcbdcnbp0bbhvzaq5514nw2l1cp1gac3jbn4mh7brgfwjc1";
libraryHaskellDepends = [
async base bytestring conduit conduit-extra connection irc irc-ctcp
network-conduit-tls profunctors text time tls transformers
@@ -137218,6 +138327,8 @@ self: {
pname = "iterm-show";
version = "0.1.0.1";
sha256 = "1wlrn6q3v5a4pqmk3a3syir7szq97g658s1bzrq5p65frs7i7daw";
+ revision = "1";
+ editedCabalFile = "1xyb5dj53vl4nf2a68zda95lz0fr987rghvh3610bmrgr8hg3y02";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base base64-bytestring bytestring ];
@@ -138108,6 +139219,8 @@ self: {
testHaskellDepends = [ aeson base scotty stm text time wai-extra ];
description = "Remote Monad for JavaScript on the browser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"javascript-extras" = callPackage
@@ -138993,6 +140106,8 @@ self: {
pname = "json-api-lib";
version = "0.1.1.1";
sha256 = "096n08y80rkjn090w9pybwbfbwamfdig451nbgd48x0nrk6c091n";
+ revision = "1";
+ editedCabalFile = "1imz33mc4216qznvqdnh1j3wlifxnim4mhbl7d5zpinri4y0v2yd";
libraryHaskellDepends = [
aeson base containers data-default lens lens-aeson text
unordered-containers uri-encode
@@ -139586,6 +140701,35 @@ self: {
broken = true;
}) {};
+ "json-tokens" = callPackage
+ ({ mkDerivation, array-builder, array-chunks, base, byteslice
+ , bytesmith, bytestring, gauge, neat-interpolation, primitive
+ , QuickCheck, scientific-notation, small-bytearray-builder, tasty
+ , tasty-hunit, text, text-short, vector
+ }:
+ mkDerivation {
+ pname = "json-tokens";
+ version = "0.1.0.1";
+ sha256 = "031x1k0j86qnkq8xddxf6q8mhrbmd88aa40x8w6485zr1v16dnis";
+ libraryHaskellDepends = [
+ array-builder array-chunks base byteslice bytesmith bytestring
+ primitive scientific-notation text-short
+ ];
+ testHaskellDepends = [
+ base byteslice bytestring neat-interpolation primitive QuickCheck
+ scientific-notation small-bytearray-builder tasty tasty-hunit text
+ vector
+ ];
+ benchmarkHaskellDepends = [
+ base byteslice bytestring gauge neat-interpolation primitive
+ scientific-notation text
+ ];
+ description = "Tokenize JSON";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"json-tools" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, process, tar, text, unordered-containers, vector
@@ -140192,8 +141336,8 @@ self: {
}:
mkDerivation {
pname = "jvm-binary";
- version = "0.7.0";
- sha256 = "1ism2fq66qdh72nm9cq4km9yn7v79j2qq6glpyf9yk10549kv7dv";
+ version = "0.8.0";
+ sha256 = "0mzzfdsxh6r8blx447c25bdzv3y8gqb984p48y5cfpvrn2dwhs41";
libraryHaskellDepends = [
attoparsec base binary bytestring containers data-binary-ieee754
deepseq deriving-compat mtl template-haskell text vector
@@ -143108,8 +144252,8 @@ self: {
pname = "lambdabot-core";
version = "5.2";
sha256 = "1wh87wwb8hk3hn2lmdqi1hv77qbdmwqcwjslichygmvac8fjhjss";
- revision = "1";
- editedCabalFile = "1srdkvyw1b0cpv2gq497x11zmqkiqpxkhhdhkd0363wayqjpg21s";
+ revision = "2";
+ editedCabalFile = "1khn1j3z7mkzggp7s35p0dixsj81yljfrf5r9d289dvy1dip8akf";
libraryHaskellDepends = [
base binary bytestring containers dependent-map dependent-sum
dependent-sum-template directory edit-distance filepath haskeline
@@ -143754,8 +144898,8 @@ self: {
}:
mkDerivation {
pname = "language-ats";
- version = "1.7.1.2";
- sha256 = "057gskb5y57jvh6z71d35qq228kpvf0wk09wf175mgy9qc78vg9p";
+ version = "1.7.4.1";
+ sha256 = "17vvkkq84lcnjc9cdzcx3y2d94kjr34jf91h10h57zdfg93g851b";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-wl-pprint array base composition-prelude containers deepseq
@@ -143820,26 +144964,6 @@ self: {
}:
mkDerivation {
pname = "language-c";
- version = "0.8.2";
- sha256 = "05ff3ywh2lpxgd00nv6y3jnqpdl6bg0f2yn3csd043rv4srd6adp";
- revision = "2";
- editedCabalFile = "074mypdymg7543waq68c72viw912w94v94y1287sp67lzwpyiixd";
- libraryHaskellDepends = [
- array base bytestring containers deepseq directory filepath pretty
- process syb
- ];
- libraryToolDepends = [ alex happy ];
- testHaskellDepends = [ base directory filepath process ];
- description = "Analysis and generation of C code";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "language-c_0_8_3" = callPackage
- ({ mkDerivation, alex, array, base, bytestring, containers, deepseq
- , directory, filepath, happy, pretty, process, syb
- }:
- mkDerivation {
- pname = "language-c";
version = "0.8.3";
sha256 = "0bi02jdirkys8v7flf39vrpla2a74z1z0sdhy9lb9v7cmcc6rmpk";
libraryHaskellDepends = [
@@ -143850,7 +144974,6 @@ self: {
testHaskellDepends = [ base directory filepath process ];
description = "Analysis and generation of C code";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-c-comments" = callPackage
@@ -144332,8 +145455,8 @@ self: {
}:
mkDerivation {
pname = "language-javascript";
- version = "0.6.0.13";
- sha256 = "0dzvbnzkrxg9v78x2g7mhhr76viyxcgjyqpksaw7l0p1x7brjsck";
+ version = "0.6.0.14";
+ sha256 = "1j4f9jg98kwr1jiwk9y7akdgpc63dpwzcp53888adayxn5h6mqf1";
libraryHaskellDepends = [
array base blaze-builder bytestring containers mtl text utf8-string
];
@@ -144346,6 +145469,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "language-javascript_0_7_0_0" = callPackage
+ ({ mkDerivation, alex, array, base, blaze-builder, bytestring
+ , Cabal, containers, happy, hspec, mtl, QuickCheck, text
+ , utf8-light, utf8-string
+ }:
+ mkDerivation {
+ pname = "language-javascript";
+ version = "0.7.0.0";
+ sha256 = "15bpqpkjf2y3fk8wff9zlnkpsjc63bnbvhlkxrs9alj0bikq17nk";
+ libraryHaskellDepends = [
+ array base blaze-builder bytestring containers mtl text utf8-string
+ ];
+ libraryToolDepends = [ alex happy ];
+ testHaskellDepends = [
+ array base blaze-builder bytestring Cabal containers hspec mtl
+ QuickCheck utf8-light utf8-string
+ ];
+ description = "Parser for JavaScript";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"language-js" = callPackage
({ mkDerivation, base, hspec, parsec }:
mkDerivation {
@@ -144872,6 +146017,20 @@ self: {
broken = true;
}) {};
+ "language-sygus" = callPackage
+ ({ mkDerivation, array, base, deepseq, tasty, tasty-hunit, text }:
+ mkDerivation {
+ pname = "language-sygus";
+ version = "0.1.1.1";
+ sha256 = "18cfqqhm233irgs2m94j5gw87g55zdf4xx52mb7dmn4ijk5gzpl5";
+ libraryHaskellDepends = [ array base text ];
+ testHaskellDepends = [ base deepseq tasty tasty-hunit text ];
+ description = "A parser and printer for the SyGuS 2.0 language.";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"language-thrift" = callPackage
({ mkDerivation, ansi-wl-pprint, base, containers, hspec
, hspec-discover, megaparsec, QuickCheck, scientific, semigroups
@@ -144879,8 +146038,8 @@ self: {
}:
mkDerivation {
pname = "language-thrift";
- version = "0.10.0.0";
- sha256 = "0y6klcw036cjw72snwyhkz1mzg2cp6p7cfdc449ynzwsg5l9kz99";
+ version = "0.11.0.0";
+ sha256 = "0gxhpaspb8iyfhl8gxxn9an17blrh5vnkn3y9ywzslxkvj31nds5";
libraryHaskellDepends = [
ansi-wl-pprint base containers megaparsec scientific semigroups
text transformers
@@ -145545,14 +146704,16 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "Lazy-Spined Monadic Priority Queues";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lazy-search" = callPackage
({ mkDerivation, base, size-based }:
mkDerivation {
pname = "lazy-search";
- version = "0.1.1.0";
- sha256 = "1ifw35f5jpcbjn3jzfm78177aqdn8n7lr1554k92yvm0x526q66w";
+ version = "0.1.2.0";
+ sha256 = "026pim7hw5fvc514acfj8idkficid6jqmr5jmmz5zpj30wm8z5g8";
libraryHaskellDepends = [ base size-based ];
description = "Finds values satisfying a lazy predicate";
license = stdenv.lib.licenses.bsd3;
@@ -146471,6 +147632,8 @@ self: {
pname = "lens-family-th";
version = "0.5.0.2";
sha256 = "1rmhcnnlnll4mq7pqld5qg6crxh74gp0fqiwl6wn8l3ssgx5l9ww";
+ revision = "1";
+ editedCabalFile = "06sbynlrbqb51rn392w1q82qww1f6k8mmw1npgla2wc6s39k4977";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base hspec template-haskell transformers ];
description = "Generate lens-family style lenses";
@@ -146566,10 +147729,8 @@ self: {
}:
mkDerivation {
pname = "lens-process";
- version = "0.3.0.0";
- sha256 = "1bp2mw38qvlq98596pn1illb6c1l8prd6qrzrg0g6xin98sqigb0";
- revision = "1";
- editedCabalFile = "1wwj258gq4qg97dx7pn2sxj8znrlb5sm2xcidwkhyrs45r75500b";
+ version = "0.3.0.1";
+ sha256 = "05vznfn28a35k3qyjx28jva9d5acgzcdzn8s24mkb8mz1l8722d6";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base filepath lens process ];
testHaskellDepends = [
@@ -146812,8 +147973,8 @@ self: {
}:
mkDerivation {
pname = "lentil";
- version = "1.3.0.0";
- sha256 = "15z32gk4ki0iz5mcakajyd70bcyn5impp0i322sc905j1wivvcz2";
+ version = "1.3.1.0";
+ sha256 = "0jvabc8p69wgf20q3mq0nn9kg6x20gym3xl251vnbyl7chkg9can";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -147178,22 +148339,30 @@ self: {
}) {};
"libarchive" = callPackage
- ({ mkDerivation, base, bytestring, c2hs, composition-prelude, dlist
- , filepath, libarchive
+ ({ mkDerivation, base, bytestring, c2hs, chs-cabal
+ , composition-prelude, criterion, deepseq, directory, dlist
+ , filepath, hspec, libarchive, mtl, tar, tar-conduit, temporary
+ , unix-compat
}:
mkDerivation {
pname = "libarchive";
- version = "1.0.5.1";
- sha256 = "1fchnvs03hg513v7a45a3qbfr3kbh3nmqjqljzr2y1mg2ghkr7cz";
- revision = "5";
- editedCabalFile = "1fmsrrg8q46fwv6zgg5afc5jyd9y1qz193ypyh2kb4zf9psl3bdc";
+ version = "2.0.0.2";
+ sha256 = "126cq8sg2siirxkg1718n86xhlqxa1a96339dm1mw9r68ckj2jd0";
+ setupHaskellDepends = [ base chs-cabal ];
libraryHaskellDepends = [
- base bytestring composition-prelude dlist filepath
+ base bytestring composition-prelude deepseq dlist filepath mtl
+ unix-compat
];
libraryPkgconfigDepends = [ libarchive ];
libraryToolDepends = [ c2hs ];
+ testHaskellDepends = [ base bytestring directory filepath hspec ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion tar tar-conduit temporary
+ ];
description = "Haskell interface to libarchive";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) libarchive;};
"libarchive-conduit" = callPackage
@@ -147497,8 +148666,8 @@ self: {
({ mkDerivation, base, bytestring, data-default, modbus, vector }:
mkDerivation {
pname = "libmodbus";
- version = "1.1.0";
- sha256 = "0fhx0cda803sad7489dp09lrxhwwsbldssjq4jkaprnqjvhj32al";
+ version = "1.1.1";
+ sha256 = "192jgmih2fqv4kid8r9cy59914g94826rkcjr2a8339p0d3ddh8j";
libraryHaskellDepends = [ base bytestring data-default vector ];
librarySystemDepends = [ modbus ];
description = "Haskell bindings to the C modbus library";
@@ -147544,21 +148713,20 @@ self: {
"libmpd" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers
, data-default-class, filepath, hspec, mtl, network, old-locale
- , QuickCheck, text, time, unix, utf8-string
+ , QuickCheck, safe-exceptions, text, time, unix, utf8-string
}:
mkDerivation {
pname = "libmpd";
- version = "0.9.0.9";
- sha256 = "1931m23iqb4wddpdidm4ph746zpaw41kkjzmb074j7yyfpk7x1jv";
- revision = "1";
- editedCabalFile = "16pzbmhyzlpxy2djmxrs0wrv8mad3ahb040lx5kmf57say3qxgdl";
+ version = "0.9.0.10";
+ sha256 = "0vy287mn1vk8kvij5i3hc0p02l886cpsq5dds7kl6g520si3abkb";
libraryHaskellDepends = [
attoparsec base bytestring containers data-default-class filepath
- mtl network old-locale text time utf8-string
+ mtl network old-locale safe-exceptions text time utf8-string
];
testHaskellDepends = [
attoparsec base bytestring containers data-default-class filepath
- hspec mtl network old-locale QuickCheck text time unix utf8-string
+ hspec mtl network old-locale QuickCheck safe-exceptions text time
+ unix utf8-string
];
description = "An MPD client library";
license = stdenv.lib.licenses.mit;
@@ -148384,6 +149552,29 @@ self: {
broken = true;
}) {};
+ "lightstep-haskell" = callPackage
+ ({ mkDerivation, async, base, chronos, containers, exceptions
+ , http2-client, http2-client-grpc, lens, mtl, proto-lens
+ , proto-lens-runtime, stm, text, transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "lightstep-haskell";
+ version = "0.1.0";
+ sha256 = "1ssdhipbnilkqsax4ax2fw8nd2zkh6npk0hay6y2bf5vdgyrcf9g";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base chronos containers exceptions http2-client
+ http2-client-grpc lens mtl proto-lens proto-lens-runtime stm text
+ transformers unordered-containers
+ ];
+ executableHaskellDepends = [ async base http2-client text ];
+ description = "LightStep OpenTracing client library";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"lighttpd-conf" = callPackage
({ mkDerivation, alex, array, base, bytestring, happy, packedstring
, pretty, template-haskell
@@ -148868,8 +150059,8 @@ self: {
pname = "linearmap-category";
version = "0.3.5.0";
sha256 = "0qmd0nz343j3j3kprbhwfkglcswfcawfy0y6g4ai6nzdga42nfrf";
- revision = "3";
- editedCabalFile = "0b4m77csdsi5wgvbclza2arps5s0xgg0iibiy8kwax55ml04kkvp";
+ revision = "4";
+ editedCabalFile = "0bn66b6klifv5dqklczbrar54zkjcd1v5h6p0hlh6vc3plq2351q";
libraryHaskellDepends = [
base call-stack constrained-categories containers
free-vector-spaces ieee754 lens linear manifolds-core semigroups
@@ -149486,33 +150677,32 @@ self: {
"liquid-fixpoint" = callPackage
({ mkDerivation, ansi-terminal, array, ascii-progress, async
- , attoparsec, base, bifunctors, binary, boxes, bytestring, cereal
- , cmdargs, containers, deepseq, directory, dotgen, fgl
- , fgl-visualize, filemanip, filepath, ghc-prim, git, hashable
- , intern, located-base, mtl, nettools, ocaml, parallel, parallel-io
- , parsec, pretty, process, stm, syb, tasty, tasty-ant-xml
- , tasty-hunit, tasty-rerun, text, text-format, time, transformers
- , unordered-containers, z3
+ , attoparsec, base, binary, boxes, cereal, cmdargs, containers
+ , deepseq, directory, fgl, filepath, ghc-prim, git, hashable
+ , intern, mtl, nettools, ocaml, parallel, parsec, pretty, process
+ , stm, syb, tasty, tasty-ant-xml, tasty-hunit, tasty-rerun, text
+ , text-format, transformers, unordered-containers, z3
}:
mkDerivation {
pname = "liquid-fixpoint";
- version = "0.7.0.7";
- sha256 = "1b1pf6cgbgnd0lqn1r4lb8y6hm7qybyc45rr51kxnvqryvb9g9cz";
+ version = "0.8.0.2";
+ sha256 = "1x8xbcf2xc9hwfpsl1s15qkmgdhr30fff4gp09dvnwi3z4mgi2wf";
+ revision = "1";
+ editedCabalFile = "013q8xj4ib5llyq9wmnx98dprw2zn4rkc1jndavcjjg2cwwrw56w";
configureFlags = [ "-fbuild-external" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- ansi-terminal array ascii-progress async attoparsec base bifunctors
- binary boxes bytestring cereal cmdargs containers deepseq directory
- dotgen fgl fgl-visualize filemanip filepath ghc-prim hashable
- intern located-base mtl parallel parallel-io parsec pretty process
- syb text text-format time transformers unordered-containers
+ ansi-terminal array ascii-progress async attoparsec base binary
+ boxes cereal cmdargs containers deepseq directory fgl filepath
+ ghc-prim hashable intern mtl parallel parsec pretty process syb
+ text text-format transformers unordered-containers
];
executableHaskellDepends = [ base ];
executableSystemDepends = [ ocaml ];
testHaskellDepends = [
base containers directory filepath mtl process stm tasty
- tasty-ant-xml tasty-hunit tasty-rerun text transformers
+ tasty-ant-xml tasty-hunit tasty-rerun transformers
];
testSystemDepends = [ git nettools z3 ];
doCheck = false;
@@ -149523,40 +150713,36 @@ self: {
inherit (pkgs) ocaml; inherit (pkgs) z3;};
"liquidhaskell" = callPackage
- ({ mkDerivation, aeson, array, base, bifunctors, binary, bytestring
- , Cabal, cereal, cmdargs, containers, data-default, deepseq, Diff
- , directory, exceptions, filepath, fingertree, ghc, ghc-boot
- , ghc-paths, ghc-prim, gitrev, hashable, hpc, hscolour
- , liquid-fixpoint, located-base, mtl, optparse-applicative
- , optparse-simple, parsec, pretty, process, QuickCheck, stm, syb
- , tagged, tasty, tasty-ant-xml, tasty-hunit, tasty-rerun
- , template-haskell, temporary, text, text-format, th-lift, time
- , transformers, unordered-containers, vector, z3
+ ({ mkDerivation, aeson, base, binary, bytestring, cereal, cmdargs
+ , containers, data-default, deepseq, Diff, directory, filepath
+ , fingertree, ghc, ghc-boot, ghc-paths, ghc-prim, githash, gitrev
+ , hashable, hscolour, liquid-fixpoint, mtl, optparse-applicative
+ , optparse-simple, parsec, pretty, process, stm, syb, tagged, tasty
+ , tasty-ant-xml, tasty-hunit, tasty-rerun, template-haskell
+ , temporary, text, time, transformers, unordered-containers, vector
+ , z3
}:
mkDerivation {
pname = "liquidhaskell";
- version = "0.8.2.4";
- sha256 = "07cbw14301pa2h4faxrjb1kfp2r5zdwpv5slm491kldzm53y8ry3";
+ version = "0.8.6.2";
+ sha256 = "1hqs1zfcz4fprrrcwj3j731ksldviafivk0kv2hprslmz4m1kfb2";
+ revision = "1";
+ editedCabalFile = "14mvnjgd65n6j2zlzw0c679zvlik02cn6x8rhxm3rb1155zybjil";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson array base bifunctors binary bytestring Cabal cereal cmdargs
- containers data-default deepseq Diff directory exceptions filepath
- fingertree ghc ghc-boot ghc-paths ghc-prim gitrev hashable hpc
- hscolour liquid-fixpoint located-base mtl optparse-simple parsec
- pretty process QuickCheck syb template-haskell temporary text
- text-format th-lift time transformers unordered-containers vector
- ];
- executableHaskellDepends = [
- base cmdargs deepseq ghc ghc-boot hpc liquid-fixpoint located-base
- pretty process time
+ aeson base binary bytestring cereal cmdargs containers data-default
+ deepseq Diff directory filepath fingertree ghc ghc-boot ghc-paths
+ ghc-prim githash gitrev hashable hscolour liquid-fixpoint mtl
+ optparse-simple parsec pretty syb template-haskell temporary text
+ time transformers unordered-containers vector
];
+ executableHaskellDepends = [ base ];
testHaskellDepends = [
- array base bytestring containers directory filepath ghc ghc-boot
- hpc liquid-fixpoint mtl optparse-applicative parsec process stm syb
- tagged tasty tasty-ant-xml tasty-hunit tasty-rerun template-haskell
- text time transformers
+ base containers directory filepath liquid-fixpoint mtl
+ optparse-applicative parsec process stm syb tagged tasty
+ tasty-ant-xml tasty-hunit tasty-rerun text transformers
];
testSystemDepends = [ z3 ];
description = "Liquid Types for Haskell";
@@ -149715,15 +150901,15 @@ self: {
}) {};
"list-t" = callPackage
- ({ mkDerivation, base, base-prelude, HTF, mmorph, monad-control
- , mtl, mtl-prelude, transformers, transformers-base
+ ({ mkDerivation, base, base-prelude, foldl, HTF, mmorph
+ , monad-control, mtl, mtl-prelude, transformers, transformers-base
}:
mkDerivation {
pname = "list-t";
- version = "1.0.3.1";
- sha256 = "0h6bwljy0cqm1fsq151glglnvczjcvbphxiw7c83ps2zy9whg4y9";
+ version = "1.0.4";
+ sha256 = "0xsmq4rhp91k4az1d0hnpiy2b3d3nqqdywjrrryrjiway55q8qrq";
libraryHaskellDepends = [
- base mmorph monad-control mtl transformers transformers-base
+ base foldl mmorph monad-control mtl transformers transformers-base
];
testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ];
description = "ListT done right";
@@ -149859,6 +151045,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "list-tuple" = callPackage
+ ({ mkDerivation, base, Cabal, deepseq, directory, hspec, OneTuple
+ , Only, should-not-typecheck, single-tuple, text
+ }:
+ mkDerivation {
+ pname = "list-tuple";
+ version = "0.1.1.0";
+ sha256 = "11mmadb62rarsywn8nd642pxx91yavj7mv739wdwvr723p57i6i3";
+ revision = "1";
+ editedCabalFile = "1909sk4mzlagskjvccj8rlw5vnxrxcx211406bngyp9lmpnmhdyy";
+ setupHaskellDepends = [ base Cabal directory ];
+ libraryHaskellDepends = [ base OneTuple Only single-tuple ];
+ testHaskellDepends = [
+ base deepseq hspec Only should-not-typecheck single-tuple text
+ ];
+ description = "List-like operations for tuples";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"list-witnesses" = callPackage
({ mkDerivation, base, decidable, microlens, profunctors
, singletons, vinyl
@@ -150424,7 +151629,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {llvm-config = null;};
- "llvm-hs_9_0_0" = callPackage
+ "llvm-hs_9_0_1" = callPackage
({ mkDerivation, array, attoparsec, base, bytestring, Cabal
, containers, exceptions, llvm-config, llvm-hs-pure, mtl
, pretty-show, process, QuickCheck, tasty, tasty-hunit
@@ -150433,8 +151638,8 @@ self: {
}:
mkDerivation {
pname = "llvm-hs";
- version = "9.0.0";
- sha256 = "0sz1rhdf73v43jz8x7f5f7bjwrkvyyvf950gw9063aapbsdzm76h";
+ version = "9.0.1";
+ sha256 = "0723xgh45h9cyxmmjsvxnsp8bpn1ljy4qgh7a7vqq3sj9d6wzq00";
setupHaskellDepends = [ base Cabal containers ];
libraryHaskellDepends = [
array attoparsec base bytestring containers exceptions llvm-hs-pure
@@ -151378,29 +152583,6 @@ self: {
}:
mkDerivation {
pname = "logging-effect";
- version = "1.3.4";
- sha256 = "10xgh61ghwri21j7jr6svkd24h2s9nmawc33xkzjc6d4nbg261jf";
- libraryHaskellDepends = [
- async base exceptions free monad-control mtl prettyprinter
- semigroups stm stm-delay text time transformers transformers-base
- unliftio-core
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion fast-logger lifted-async monad-logger
- prettyprinter text time
- ];
- description = "A mtl-style monad transformer for general purpose & compositional logging";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "logging-effect_1_3_6" = callPackage
- ({ mkDerivation, async, base, bytestring, criterion, exceptions
- , fast-logger, free, lifted-async, monad-control, monad-logger, mtl
- , prettyprinter, semigroups, stm, stm-delay, text, time
- , transformers, transformers-base, unliftio-core
- }:
- mkDerivation {
- pname = "logging-effect";
version = "1.3.6";
sha256 = "1bcc7m2r4hhl03s91qixfc5w26pbdb7hy9dp6lzdahw6q7pn0hkw";
libraryHaskellDepends = [
@@ -151414,7 +152596,6 @@ self: {
];
description = "A mtl-style monad transformer for general purpose & compositional logging";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"logging-effect-extra" = callPackage
@@ -152006,8 +153187,8 @@ self: {
}:
mkDerivation {
pname = "loopbreaker";
- version = "0.1.1.0";
- sha256 = "1hyw750r0kwyj5hb424dcxh2m11p7k694dfhgd2vadnqn80g0w5s";
+ version = "0.1.1.1";
+ sha256 = "0ixy3l0vw4sn5vyqn05mc68sdfab51vxjwvas8ismmg9j6w1mn0q";
libraryHaskellDepends = [ base containers ghc syb ];
testHaskellDepends = [
base containers ghc hspec inspection-testing syb
@@ -153047,8 +154228,8 @@ self: {
}:
mkDerivation {
pname = "lzlib";
- version = "0.2.0.1";
- sha256 = "0cp33l990na6wz9yb0kx2nzq3hqxpyc7s47xg0bvia8sajrkzdw6";
+ version = "0.3.0.0";
+ sha256 = "1gav8x226703k7jsjbw4g6y74xh2id5adlnqb7hpwv314d45v76a";
libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base bytestring directory hspec ];
@@ -153908,10 +155089,8 @@ self: {
({ mkDerivation, base, containers, srcloc, text, transformers }:
mkDerivation {
pname = "mainland-pretty";
- version = "0.7";
- sha256 = "1xzavchbp345a63i24hs8632l3xk0c1pxqd32b2i6615cp9pnxqi";
- revision = "1";
- editedCabalFile = "1apyqnbcsbjfkqc1d6mk74pxl12130r6ijwhj555gddls9g0qdf3";
+ version = "0.7.0.1";
+ sha256 = "0cifvdpqcb1cvjazgqwaxvl2ga7kap5a6f89yw1xn8y5yw7nz1c8";
libraryHaskellDepends = [
base containers srcloc text transformers
];
@@ -155141,6 +156320,8 @@ self: {
];
description = "A ContT-based wrapper for Haskell-to-C marshalling functions";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"marvin" = callPackage
@@ -155254,8 +156435,8 @@ self: {
}:
mkDerivation {
pname = "massiv";
- version = "0.4.1.0";
- sha256 = "0h6rr5fx3kj5qs30zyfzmmvqnwn43fl4smjfd7qx4fhp48bq89nw";
+ version = "0.4.2.0";
+ sha256 = "051za4zdphpsscliza6v9y81bcgzmn0flyirs29x4jfhsyk81qjy";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
@@ -155312,8 +156493,8 @@ self: {
}:
mkDerivation {
pname = "massiv-test";
- version = "0.1.0";
- sha256 = "08rs0j773c3jxnj6akh8gaywfz2g10w1ddmcqpkci5bqqjmqqf85";
+ version = "0.1.1";
+ sha256 = "0fz3bf0lmwhzbxwpfschwk4yn3dzr5p542dqkvkbdmlx97spm1vi";
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions hspec massiv
primitive QuickCheck scheduler unliftio vector
@@ -155431,21 +156612,20 @@ self: {
}) {inherit (pkgs) pcre;};
"math-functions" = callPackage
- ({ mkDerivation, base, data-default-class, deepseq, erf, HUnit
- , primitive, QuickCheck, test-framework, test-framework-hunit
- , test-framework-quickcheck2, vector, vector-th-unbox
+ ({ mkDerivation, base, data-default-class, deepseq, erf, primitive
+ , QuickCheck, tasty, tasty-hunit, tasty-quickcheck, vector
+ , vector-th-unbox
}:
mkDerivation {
pname = "math-functions";
- version = "0.3.2.1";
- sha256 = "1d1zgc9y3pgahpkn2vgzc2vh412z54i03gw98s95jpqclvl7fyck";
+ version = "0.3.3.0";
+ sha256 = "1s5nbs40sc3r4z08n0j8bw40cy0zkp03fjjn3p27zkd4fvm9kib3";
libraryHaskellDepends = [
base data-default-class deepseq primitive vector vector-th-unbox
];
testHaskellDepends = [
- base data-default-class deepseq erf HUnit primitive QuickCheck
- test-framework test-framework-hunit test-framework-quickcheck2
- vector vector-th-unbox
+ base data-default-class deepseq erf primitive QuickCheck tasty
+ tasty-hunit tasty-quickcheck vector vector-th-unbox
];
description = "Collection of tools for numeric computations";
license = stdenv.lib.licenses.bsd2;
@@ -155648,6 +156828,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "matplotlib_0_7_5" = callPackage
+ ({ mkDerivation, ad, aeson, base, bytestring, containers, deepseq
+ , directory, filepath, process, random, raw-strings-qq, split
+ , tasty, tasty-expected-failure, tasty-golden, tasty-hunit
+ , temporary
+ }:
+ mkDerivation {
+ pname = "matplotlib";
+ version = "0.7.5";
+ sha256 = "0iyjr6j5jp7lqrk9rqqvxz3rx8221hwz56p82zqkj3aarrvy21cs";
+ libraryHaskellDepends = [
+ aeson base bytestring containers deepseq filepath process split
+ temporary
+ ];
+ testHaskellDepends = [
+ ad base bytestring directory process random raw-strings-qq split
+ tasty tasty-expected-failure tasty-golden tasty-hunit temporary
+ ];
+ description = "Bindings to Matplotlib; a Python plotting library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"matrices" = callPackage
({ mkDerivation, base, criterion, deepseq, primitive, tasty
, tasty-hunit, tasty-quickcheck, vector
@@ -157249,8 +158452,8 @@ self: {
}:
mkDerivation {
pname = "mergeful";
- version = "0.0.0.0";
- sha256 = "1zvli3gqw5svr5k36yl420ih2x8drl1522khn8jmjp9n26hc080w";
+ version = "0.1.0.0";
+ sha256 = "1cw3mrbza5fqrh4qg4bjzw4dv23vwb0aglh0dcwzmzsl23hnvhad";
libraryHaskellDepends = [
aeson base containers mtl text time validity validity-containers
validity-time
@@ -157486,6 +158689,19 @@ self: {
broken = true;
}) {};
+ "metaheuristics" = callPackage
+ ({ mkDerivation, arrows, base, random, Stream }:
+ mkDerivation {
+ pname = "metaheuristics";
+ version = "0.0.8";
+ sha256 = "0rdw0laqx9kypfwzqb4ir18r07sjxgm4pwfs82bjpwq0gf58nzas";
+ libraryHaskellDepends = [ arrows base random Stream ];
+ description = "Generalised local search within Haskell, for applications in combinatorial optimisation";
+ license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"metamorphic" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -158043,10 +159259,10 @@ self: {
}:
mkDerivation {
pname = "microlens-process";
- version = "0.2.0.0";
- sha256 = "05bkm3nhiv2mprds9xlmmnzll91hn76navb9h9kc9nl5rnq4nwrn";
- revision = "4";
- editedCabalFile = "00dhcr2czcx986a4lijmlbrxk2wm059mmbh63qs48wb6z4rrsg7y";
+ version = "0.2.0.1";
+ sha256 = "0grnqs0b76la48ql6amrjnqfkgcb0rcq3s2xqs2czjg2jgp3zw5r";
+ revision = "2";
+ editedCabalFile = "0jy50p09axr5gwkhc2qnlragpzvy3s6b947s7r3354ya2byli4dz";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base filepath microlens process ];
testHaskellDepends = [ base doctest microlens process ];
@@ -158705,6 +159921,26 @@ self: {
broken = true;
}) {};
+ "mini-egison" = callPackage
+ ({ mkDerivation, base, containers, haskell-src-meta, hspec, primes
+ , regex-compat, sort, split, template-haskell
+ }:
+ mkDerivation {
+ pname = "mini-egison";
+ version = "0.1.5";
+ sha256 = "19g5743q2h0vr9r7m854pi60r6z7f8cqr3l3fqi4b308jb492ngq";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base containers haskell-src-meta regex-compat split
+ template-haskell
+ ];
+ executableHaskellDepends = [ base sort ];
+ testHaskellDepends = [ base hspec primes ];
+ description = "Template Haskell Implementation of Egison Pattern Matching";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"miniball" = callPackage
({ mkDerivation, base, vector }:
mkDerivation {
@@ -159546,6 +160782,8 @@ self: {
libraryHaskellDepends = [ base vector ];
description = "The library that can be used for optimization of multiple (Ord a) => a -> b transformations";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mmap" = callPackage
@@ -159646,6 +160884,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "mmsyn2" = callPackage
+ ({ mkDerivation, base, vector }:
+ mkDerivation {
+ pname = "mmsyn2";
+ version = "0.1.6.0";
+ sha256 = "1jwfm24ybgsb1ryx2kk1a65s2bprpppy1nkyjxcy34kckj534gjp";
+ libraryHaskellDepends = [ base vector ];
+ description = "The library that can be used for multiple (Ord a) => a -> b transformations";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"mmtf" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, data-msgpack, deepseq, hspec, http-conduit, QuickCheck, text
@@ -159823,6 +161072,8 @@ self: {
pname = "modern-uri";
version = "0.3.1.0";
sha256 = "1pi7la2rrpfa9qszz7zm4dd7dihakm4kjrhjzvxpbp4n34ihl8h5";
+ revision = "1";
+ editedCabalFile = "09fwv2sx49kbabkllag01g1g85m92fmz60k5lf0w8qnr7hkxv3rd";
libraryHaskellDepends = [
base bytestring containers contravariant deepseq exceptions
megaparsec mtl profunctors QuickCheck reflection tagged
@@ -160125,19 +161376,26 @@ self: {
}) {};
"mollie-api-haskell" = callPackage
- ({ mkDerivation, aeson, base, bytestring, HsOpenSSL, http-client
- , http-client-openssl, http-types, mtl, text, time
+ ({ mkDerivation, aeson, base, bytestring, currency-codes
+ , data-default, http-client, http-client-tls, http-media
+ , http-types, lens, mtl, servant, servant-client
+ , servant-client-core, tasty, tasty-hunit, text, time
+ , unordered-containers
}:
mkDerivation {
pname = "mollie-api-haskell";
- version = "0.2.0.1";
- sha256 = "0hyxfa2diqjlcd0x5fxscn8lsmjkwzpvvj04w2n52q5dnm76qacm";
+ version = "2.0.0.0";
+ sha256 = "196xk0qca5aghmx509m2cgqcpgiw8xlg8qk35ca2irx8jdq6rwch";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson base bytestring HsOpenSSL http-client http-client-openssl
- http-types mtl text time
+ aeson base bytestring currency-codes data-default http-client
+ http-client-tls http-media http-types lens mtl servant
+ servant-client servant-client-core text time unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring currency-codes data-default lens tasty
+ tasty-hunit time
];
- testHaskellDepends = [ base ];
description = "Mollie API client for Haskell http://www.mollie.com";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -160594,6 +161852,8 @@ self: {
pname = "monad-logger";
version = "0.3.30";
sha256 = "102l0v75hbvkmrypiyg4ybb6rbc7nij5nxs1aihmqfdpg04rkkp7";
+ revision = "1";
+ editedCabalFile = "0gm3gqbxkj8447js4a672snz0ir78syk890nqdmjb18hsjqy5p6a";
libraryHaskellDepends = [
base bytestring conduit conduit-extra exceptions fast-logger
lifted-base monad-control monad-loops mtl resourcet stm stm-chans
@@ -161008,8 +162268,8 @@ self: {
({ mkDerivation, base, mmorph, mtl, transformers }:
mkDerivation {
pname = "monad-resumption";
- version = "0.1.3.0";
- sha256 = "0zi4p8v02shw0m471xsq1d3wbskz6jd2j92wpdi3qcd8fx4i283q";
+ version = "0.1.4.0";
+ sha256 = "0hc9dbqhd609lzn79c25zwhm55262i9yip16ag9rysxv6rxbshml";
libraryHaskellDepends = [ base mmorph mtl transformers ];
description = "Resumption and reactive resumption monads for Haskell";
license = stdenv.lib.licenses.bsd3;
@@ -161306,6 +162566,8 @@ self: {
pname = "monadLib";
version = "3.10";
sha256 = "18vvcq6s9aci314daqkniq9aj1wdqa7rd3v06vd506a98c7lwp31";
+ revision = "1";
+ editedCabalFile = "072k4hnqkrfq80yh4qz2zw72fn43zm8l5rbjnckjaqdx4l315p11";
libraryHaskellDepends = [ base ];
description = "A collection of monad transformers";
license = stdenv.lib.licenses.bsd3;
@@ -161769,8 +163031,8 @@ self: {
}:
mkDerivation {
pname = "mono-traversable";
- version = "1.0.12.0";
- sha256 = "1h586myaayxg73lc1fx18axlq2bw761fypyy7mii1h0h75d8fyry";
+ version = "1.0.13.0";
+ sha256 = "1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma";
libraryHaskellDepends = [
base bytestring containers hashable split text transformers
unordered-containers vector vector-algorithms
@@ -161935,6 +163197,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "monoid-subclasses_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, primes, QuickCheck
+ , quickcheck-instances, tasty, tasty-quickcheck, text, vector
+ }:
+ mkDerivation {
+ pname = "monoid-subclasses";
+ version = "1.0";
+ sha256 = "1n7hd6whfr4gspads1frml4mbjmshyf9h42f57icz4ps3h1dzd1r";
+ libraryHaskellDepends = [
+ base bytestring containers primes text vector
+ ];
+ testHaskellDepends = [
+ base bytestring containers primes QuickCheck quickcheck-instances
+ tasty tasty-quickcheck text vector
+ ];
+ description = "Subclasses of Monoid";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"monoid-transformer" = callPackage
({ mkDerivation, base, semigroups }:
mkDerivation {
@@ -162340,35 +163622,34 @@ self: {
}) {};
"morpheus-graphql" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, containers
- , filepath, lens, megaparsec, mtl, optparse-applicative, scientific
- , scotty, tasty, tasty-hunit, template-haskell, text, transformers
- , unordered-containers, utf8-string, uuid, vector, wai
- , wai-websockets, warp, websockets
+ ({ mkDerivation, aeson, base, bytestring, containers, filepath
+ , megaparsec, mtl, optparse-applicative, scientific, scotty, tasty
+ , tasty-hunit, template-haskell, text, transformers
+ , unordered-containers, uuid, vector, wai, wai-websockets, warp
+ , websockets
}:
mkDerivation {
pname = "morpheus-graphql";
- version = "0.2.2";
- sha256 = "1cgf6l6p97dfgj49gyygbd088smah3ichryrr8xvl1mr6pjclq5b";
+ version = "0.4.0";
+ sha256 = "182bl79lwlm8amsdf7vwhzlqz9r6ybnf6mnhxs0a74981dz5j88r";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson attoparsec base bytestring containers lens megaparsec mtl
- scientific template-haskell text transformers unordered-containers
- utf8-string uuid vector wai-websockets websockets
+ aeson base bytestring containers megaparsec mtl scientific
+ template-haskell text transformers unordered-containers uuid vector
+ websockets
];
executableHaskellDepends = [
- aeson attoparsec base bytestring containers filepath lens
- megaparsec mtl optparse-applicative scientific scotty
- template-haskell text transformers unordered-containers utf8-string
- uuid vector wai wai-websockets warp websockets
+ aeson base bytestring containers filepath megaparsec mtl
+ optparse-applicative scientific scotty template-haskell text
+ transformers unordered-containers uuid vector wai wai-websockets
+ warp websockets
];
testHaskellDepends = [
- aeson attoparsec base bytestring containers lens megaparsec mtl
- scientific tasty tasty-hunit template-haskell text transformers
- unordered-containers utf8-string uuid vector wai-websockets
- websockets
+ aeson base bytestring containers megaparsec mtl scientific tasty
+ tasty-hunit template-haskell text transformers unordered-containers
+ uuid vector websockets
];
description = "Morpheus GraphQL";
license = stdenv.lib.licenses.bsd3;
@@ -162848,27 +164129,25 @@ self: {
}) {};
"mptcp-pm" = callPackage
- ({ mkDerivation, aeson, base, bytestring, bytestring-conversion
- , c2hs, c2hsc, cereal, containers, fast-logger, HUnit, ip, netlink
- , optparse-applicative, process
+ ({ mkDerivation, aeson, aeson-extra, aeson-pretty, base, bytestring
+ , bytestring-conversion, c2hs, c2hsc, cereal, containers
+ , fast-logger, filepath, hslogger, ip, netlink
+ , optparse-applicative, process, temporary, text
+ , unordered-containers
}:
mkDerivation {
pname = "mptcp-pm";
- version = "0.0.1";
- sha256 = "0sknhb9i0hshyjc33g301l7lxy5cigilhzdmwc6bi0gxhnkgycki";
- isLibrary = true;
+ version = "0.0.2";
+ sha256 = "0l55734pa31znn9k0pxvixhh6abcmfkhgx162krn622l4lij3h8m";
+ isLibrary = false;
isExecutable = true;
- libraryToolDepends = [ c2hs ];
executableHaskellDepends = [
- aeson base bytestring bytestring-conversion c2hsc cereal containers
- fast-logger ip netlink optparse-applicative process
+ aeson aeson-extra aeson-pretty base bytestring
+ bytestring-conversion c2hsc cereal containers fast-logger filepath
+ hslogger ip netlink optparse-applicative process temporary text
+ unordered-containers
];
executableToolDepends = [ c2hs ];
- testHaskellDepends = [
- aeson base bytestring cereal containers HUnit ip netlink
- ];
- testToolDepends = [ c2hs ];
- doHaddock = false;
description = "A work in progress Multipath TCP path manager";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -163853,11 +165132,25 @@ self: {
pname = "multipart";
version = "0.1.3";
sha256 = "1x4n4yyva22dhfr1pg5ki112qvvzb4hyd7bwpm189iq4gcp52q4z";
+ revision = "1";
+ editedCabalFile = "037ngpayaisc1jgcxyixy7lx42p2mz950k6wb0pl6dkc951hl88c";
libraryHaskellDepends = [ base bytestring parsec stringsearch ];
description = "HTTP multipart split out of the cgi package";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "multipart_0_2_0" = callPackage
+ ({ mkDerivation, base, bytestring, parsec, stringsearch }:
+ mkDerivation {
+ pname = "multipart";
+ version = "0.2.0";
+ sha256 = "1rw668hxj04zpkfwhjqbd0ph0wy9k2khsrbsni9sxi2px49vnmym";
+ libraryHaskellDepends = [ base bytestring parsec stringsearch ];
+ description = "Parsers for the HTTP multipart format";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"multipart-names" = callPackage
({ mkDerivation, base, case-insensitive, HUnit, lens, parsec
, test-framework, test-framework-hunit
@@ -166716,30 +168009,32 @@ self: {
"net-mqtt" = callPackage
({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary
- , bytestring, conduit, conduit-extra, containers, HUnit
- , network-conduit-tls, network-uri, QuickCheck, stm, tasty
- , tasty-hunit, tasty-quickcheck, text
+ , bytestring, conduit, conduit-extra, containers, deepseq, HUnit
+ , network-conduit-tls, network-uri, optparse-applicative
+ , QuickCheck, stm, tasty, tasty-hunit, tasty-quickcheck, text
+ , websockets, wuss
}:
mkDerivation {
pname = "net-mqtt";
- version = "0.5.1.0";
- sha256 = "0wqrzp39d9c04j1lqsk8kn727bymcq8jk12v330l527lm5g76adj";
+ version = "0.6.0.0";
+ sha256 = "1b27jxqs8wbknn3bsv1wcl93qzz9i46g1x449iz40ca3r3bylwcn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async attoparsec attoparsec-binary base binary bytestring conduit
- conduit-extra containers network-conduit-tls network-uri QuickCheck
- stm text
+ conduit-extra containers deepseq network-conduit-tls network-uri
+ QuickCheck stm text websockets wuss
];
executableHaskellDepends = [
async attoparsec attoparsec-binary base binary bytestring conduit
- conduit-extra containers network-conduit-tls network-uri QuickCheck
- stm text
+ conduit-extra containers deepseq network-conduit-tls network-uri
+ optparse-applicative QuickCheck stm text websockets wuss
];
testHaskellDepends = [
async attoparsec attoparsec-binary base binary bytestring conduit
- conduit-extra containers HUnit network-conduit-tls network-uri
- QuickCheck stm tasty tasty-hunit tasty-quickcheck text
+ conduit-extra containers deepseq HUnit network-conduit-tls
+ network-uri QuickCheck stm tasty tasty-hunit tasty-quickcheck text
+ websockets wuss
];
description = "An MQTT Protocol Implementation";
license = stdenv.lib.licenses.bsd3;
@@ -166755,8 +168050,8 @@ self: {
}:
mkDerivation {
pname = "net-spider";
- version = "0.3.2.0";
- sha256 = "0b9k2gxb9nmjd59pcz7x8jrk2vycf8jk448ifpfc9spk6ylkh4gh";
+ version = "0.3.3.0";
+ sha256 = "0az14yg32psxkb5fm86g1gi7wd8cfq1lbn34852m6814qvk05m36";
libraryHaskellDepends = [
aeson base containers data-interval extended-reals greskell
greskell-websocket hashable monad-logger safe-exceptions scientific
@@ -166778,8 +168073,8 @@ self: {
}:
mkDerivation {
pname = "net-spider-cli";
- version = "0.1.0.1";
- sha256 = "1qfzdfkiri3v344mk5zkc8mhxig3xmplcbw8382hkhsdmy4ny4ga";
+ version = "0.2.0.0";
+ sha256 = "0ls8j8l6nv74big5almkgmkzd9h5kdfiq4q06m86rfmbfq0cvhyk";
libraryHaskellDepends = [
aeson base greskell-core hashable net-spider optparse-applicative
text
@@ -166799,8 +168094,8 @@ self: {
}:
mkDerivation {
pname = "net-spider-pangraph";
- version = "0.1.1.0";
- sha256 = "1j3s379ri05jg3bzhiz6d8fjvxlkz00l7mrphqmr46j4y8d9vrkv";
+ version = "0.1.1.1";
+ sha256 = "135apkmcdlasfvj7nrgghngh5kh7bb1dp30007fj0nihp06c8nhp";
libraryHaskellDepends = [
base bytestring greskell net-spider pangraph text time
];
@@ -166814,23 +168109,53 @@ self: {
}) {};
"net-spider-rpl" = callPackage
- ({ mkDerivation, aeson, base, greskell, hashable, hspec, ip
- , net-spider, text, time
+ ({ mkDerivation, aeson, base, bytestring, conduit, conduit-parse
+ , fast-logger, greskell, hashable, hspec, ip, monad-logger, mtl
+ , net-spider, safe-exceptions, text, time
}:
mkDerivation {
pname = "net-spider-rpl";
- version = "0.2.1.0";
- sha256 = "07f51ym5v1mpa1v6249sgkxqd8y52fdgs8l2r59mxil1ph6al7x1";
+ version = "0.3.1.0";
+ sha256 = "1nhvr3ybkms7l0m0qmmh7ib147hz2vgjwcsy00bhri054xryx7q2";
libraryHaskellDepends = [
- aeson base greskell hashable ip net-spider text time
+ aeson base conduit conduit-parse greskell hashable ip monad-logger
+ mtl net-spider safe-exceptions text time
+ ];
+ testHaskellDepends = [
+ base bytestring fast-logger hspec ip monad-logger net-spider text
];
- testHaskellDepends = [ base hspec net-spider text ];
description = "NetSpider data model and utility for RPL networks";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
+ "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 {
+ pname = "net-spider-rpl-cli";
+ version = "0.1.2.0";
+ sha256 = "11qbfvxwsba4dlwgrx81yncww2ic1iafp2zg5l5rvk8cnb2z5g2n";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base greskell monad-logger net-spider net-spider-cli net-spider-rpl
+ optparse-applicative text time unordered-containers
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base hspec ip net-spider net-spider-cli net-spider-rpl
+ optparse-applicative
+ ];
+ description = "CLI executable of NetSpider.RPL.";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"netclock" = callPackage
({ mkDerivation, base, bytestring, hosc, network }:
mkDerivation {
@@ -167314,14 +168639,14 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "network_3_1_0_1" = callPackage
+ "network_3_1_1_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, hspec
, hspec-discover, HUnit
}:
mkDerivation {
pname = "network";
- version = "3.1.0.1";
- sha256 = "0r4x5ad7pl9fk7jknnv2wnizb83mi2ljambpavvarpj52b3mdwjs";
+ version = "3.1.1.0";
+ sha256 = "0gr99ksn7khijfjf0g4bkp13kb6jbxnq23b6pxflnvlsf5la8yks";
libraryHaskellDepends = [ base bytestring deepseq ];
testHaskellDepends = [ base bytestring directory hspec HUnit ];
testToolDepends = [ hspec-discover ];
@@ -167808,8 +169133,8 @@ self: {
}:
mkDerivation {
pname = "network-messagepack-rpc";
- version = "0.1.1.1";
- sha256 = "1cmll84ida19f53cdvwi8nqym6bax8f0g40nq1a1gkh6mljby5a4";
+ version = "0.1.1.4";
+ sha256 = "040kj2rs80kg7746rqrrsgpbi3vpbfg4c6r5n08nvqqslcx932xb";
libraryHaskellDepends = [
base bytestring data-msgpack safe-exceptions text
unordered-containers
@@ -168739,15 +170064,16 @@ self: {
}) {};
"newtype-zoo" = callPackage
- ({ mkDerivation, base, data-default, deepseq, pointed, profunctors
- , QuickCheck, random
+ ({ mkDerivation, base, comonad, data-default, deepseq, pointed
+ , profunctors, QuickCheck, random
}:
mkDerivation {
pname = "newtype-zoo";
- version = "1.1.0.0";
- sha256 = "0sw476mmczq6gfgbbbrybrna472p5bjrimsbblw9rlyzcg2szqrp";
+ version = "1.2.0.0";
+ sha256 = "12p2nyjpvbqjc7p6jd59ggl37jlg5rh9z8y1bxy4w98m47p8lj31";
libraryHaskellDepends = [
- base data-default deepseq pointed profunctors QuickCheck random
+ base comonad data-default deepseq pointed profunctors QuickCheck
+ random
];
description = "Newtype Wrapper Zoo";
license = stdenv.lib.licenses.bsd3;
@@ -169121,31 +170447,33 @@ self: {
}) {};
"niv" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
- , file-embed, filepath, github, hashable, mtl, optparse-applicative
- , process, string-qq, tasty, tasty-hunit, text, unliftio
+ ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
+ , bytestring, directory, file-embed, filepath, hashable
+ , http-conduit, mtl, optparse-applicative, process, profunctors
+ , string-qq, tasty, tasty-hunit, text, unliftio
, unordered-containers
}:
mkDerivation {
pname = "niv";
- version = "0.1.1";
- sha256 = "1vrn5b753i949nf28g1wckqiax7pn4qx2xk5z7wdbx0w212nps8w";
+ version = "0.2.1";
+ sha256 = "18ym8zqxillqf0psc9xyjzgnxhfrfgy5sj3hvrdmggy4dlnn500j";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson aeson-pretty base bytestring directory file-embed filepath
- github hashable mtl optparse-applicative process string-qq tasty
- tasty-hunit text unliftio unordered-containers
+ aeson aeson-pretty ansi-terminal base bytestring directory
+ file-embed filepath hashable http-conduit mtl optparse-applicative
+ process profunctors string-qq tasty tasty-hunit text unliftio
+ unordered-containers
];
executableHaskellDepends = [
- aeson aeson-pretty base bytestring directory file-embed filepath
- github hashable mtl optparse-applicative process string-qq tasty
- text unliftio unordered-containers
+ aeson aeson-pretty ansi-terminal base bytestring directory
+ file-embed filepath hashable http-conduit mtl optparse-applicative
+ process profunctors string-qq tasty text unliftio
+ unordered-containers
];
description = "Easy dependency management for Nix projects";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nix-delegate" = callPackage
@@ -173037,6 +174365,8 @@ self: {
pname = "openssl-streams";
version = "1.2.2.0";
sha256 = "0rplym6ayydkpr7x9mw3l13p0vzzfzzxw244d7sd3jcvaxpv0rmr";
+ revision = "1";
+ editedCabalFile = "125bxb2axgpcq7rrpamfq0yz017i0ks9zsykh6hn0ifw3lxj1k29";
libraryHaskellDepends = [
base bytestring HsOpenSSL io-streams network
];
@@ -174226,6 +175556,34 @@ self: {
broken = true;
}) {};
+ "ormolu" = callPackage
+ ({ mkDerivation, base, bytestring, containers, dlist, exceptions
+ , filepath, ghc, ghc-boot-th, ghc-paths, gitrev, hspec
+ , hspec-discover, mtl, optparse-applicative, path, path-io, syb
+ , text
+ }:
+ mkDerivation {
+ pname = "ormolu";
+ version = "0.0.1.0";
+ sha256 = "1p4m9hiavirnhf941fb5pdnrlrknr5rhcvznhqywianvvw6qcm30";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ base bytestring containers dlist exceptions ghc ghc-boot-th
+ ghc-paths mtl syb text
+ ];
+ executableHaskellDepends = [
+ base ghc 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;
+ }) {};
+
"os-release" = callPackage
({ mkDerivation, base, containers, hlint, hspec, parsec, process
, regex-compat, temporary, transformers
@@ -174502,23 +175860,30 @@ self: {
"overloaded" = callPackage
({ mkDerivation, base, bytestring, containers, fin, generic-lens
- , ghc, HUnit, lens, singleton-bool, sop-core, split, syb, symbols
- , tasty, tasty-hunit, text, time, vec
+ , ghc, HUnit, lens, optics-core, record-hasfield, singleton-bool
+ , sop-core, split, syb, symbols, tasty, tasty-hunit, text, time
+ , vec
}:
mkDerivation {
pname = "overloaded";
- version = "0.1.1";
- sha256 = "0palmwxknrc5pqwhlij3rfbzfz9csi5h41iild89bxkb3qj0x2z4";
+ version = "0.1.2";
+ sha256 = "0m2ddb48vsl0x0hz6pq8wabl1s6vl7s66rz7z9v2i6d809zl83kw";
+ revision = "1";
+ editedCabalFile = "08w1f1g0vq0q8v93fdhb8w7a2xmq6mbyh8c3s5y5sli1bynsgbzb";
libraryHaskellDepends = [
- base bytestring containers fin ghc sop-core split syb symbols text
- time vec
+ base bytestring containers fin ghc optics-core record-hasfield
+ sop-core split syb symbols text time vec
];
testHaskellDepends = [
- base bytestring containers fin generic-lens HUnit lens
- singleton-bool sop-core symbols tasty tasty-hunit text time vec
+ base bytestring containers fin generic-lens HUnit lens optics-core
+ record-hasfield singleton-bool sop-core symbols tasty tasty-hunit
+ 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
@@ -175029,29 +176394,27 @@ self: {
broken = true;
}) {};
- "pairing_0_5_0" = callPackage
+ "pairing_1_0_0" = callPackage
({ mkDerivation, base, bytestring, criterion, elliptic-curve
- , errors, galois-field, MonadRandom, protolude, QuickCheck
+ , errors, galois-field, groups, MonadRandom, protolude, QuickCheck
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
- , wl-pprint-text
}:
mkDerivation {
pname = "pairing";
- version = "0.5.0";
- sha256 = "0qnwkkfzd1jiqg4b989knvzzf05aljqjfqv1z35nl2ms46sqdv1b";
+ version = "1.0.0";
+ sha256 = "0mcjd463ffgq2ghvbi2h02dxy0p40ilhazznn2zqzqp7gksrhvfd";
libraryHaskellDepends = [
- base bytestring elliptic-curve errors galois-field MonadRandom
- protolude QuickCheck wl-pprint-text
+ base bytestring elliptic-curve errors galois-field groups
+ MonadRandom protolude tasty-quickcheck
];
testHaskellDepends = [
- base bytestring elliptic-curve errors galois-field MonadRandom
- protolude QuickCheck quickcheck-instances tasty tasty-hunit
- tasty-quickcheck wl-pprint-text
+ base bytestring elliptic-curve errors galois-field groups
+ MonadRandom protolude QuickCheck quickcheck-instances tasty
+ tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [
- base bytestring criterion elliptic-curve errors galois-field
- MonadRandom protolude QuickCheck quickcheck-instances tasty
- tasty-hunit tasty-quickcheck wl-pprint-text
+ base bytestring criterion elliptic-curve errors galois-field groups
+ MonadRandom protolude tasty-quickcheck
];
description = "Bilinear pairings";
license = stdenv.lib.licenses.mit;
@@ -175211,6 +176574,42 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pandoc-citeproc_0_16_3" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
+ , Cabal, containers, data-default, directory, filepath, hs-bibutils
+ , HsYAML, HsYAML-aeson, libyaml, mtl, network, old-locale, pandoc
+ , pandoc-types, parsec, process, rfc5051, safe, setenv, split, syb
+ , tagsoup, temporary, text, time, unordered-containers, vector
+ , xml-conduit, yaml
+ }:
+ mkDerivation {
+ pname = "pandoc-citeproc";
+ version = "0.16.3";
+ sha256 = "1jj4j71xx63k3hhcr2l9vgxsj3v038dska1pdlz8pi6b4kmp00hb";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ setupHaskellDepends = [ base Cabal ];
+ libraryHaskellDepends = [
+ aeson base bytestring containers data-default directory filepath
+ hs-bibutils HsYAML HsYAML-aeson mtl network old-locale pandoc
+ pandoc-types parsec rfc5051 setenv split syb tagsoup text time
+ unordered-containers vector xml-conduit yaml
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty attoparsec base bytestring filepath libyaml
+ pandoc pandoc-types safe syb text yaml
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers directory filepath mtl pandoc
+ pandoc-types process temporary text yaml
+ ];
+ doCheck = false;
+ description = "Supports using pandoc with citeproc";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"pandoc-citeproc-preamble" = callPackage
({ mkDerivation, base, directory, filepath, pandoc-types, process
}:
@@ -175566,8 +176965,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-types";
- version = "1.17.6";
- sha256 = "1c4yf284wd2zbskhrqk0lhqkdyry40db087cdy86b5ywr0yy1li7";
+ version = "1.17.6.1";
+ sha256 = "1d6ygq991ddria71l7hg9yd7lq94sjy4m71rdws1v8hq943c4d0q";
libraryHaskellDepends = [
aeson base bytestring containers deepseq ghc-prim QuickCheck syb
transformers
@@ -175820,6 +177219,59 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pantry_0_2_0_0" = callPackage
+ ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
+ , base64-bytestring, bytestring, Cabal, conduit, conduit-extra
+ , containers, contravariant, cryptonite, cryptonite-conduit
+ , deepseq, digest, directory, exceptions, filelock, filepath
+ , generic-deriving, ghc-prim, hackage-security, hashable, hedgehog
+ , hpack, hspec, http-client, http-client-tls, http-conduit
+ , http-download, http-types, integer-gmp, memory, mono-traversable
+ , mtl, network, network-uri, path, path-io, persistent
+ , persistent-sqlite, persistent-template, primitive, QuickCheck
+ , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
+ , safe, syb, tar-conduit, template-haskell, text, text-metrics
+ , th-lift, th-lift-instances, th-orphans, th-reify-many
+ , th-utilities, time, transformers, unix-compat, unliftio
+ , unordered-containers, vector, yaml, zip-archive
+ }:
+ mkDerivation {
+ pname = "pantry";
+ version = "0.2.0.0";
+ sha256 = "1qp236maks70ah72wmv36fh3xc3di9c6sc2jd1k3f7ha5hcv9n4c";
+ libraryHaskellDepends = [
+ aeson ansi-terminal array base base-orphans base64-bytestring
+ bytestring Cabal conduit conduit-extra containers contravariant
+ cryptonite cryptonite-conduit deepseq digest directory filelock
+ filepath generic-deriving ghc-prim hackage-security hashable hpack
+ http-client http-client-tls http-conduit http-download http-types
+ integer-gmp memory mono-traversable mtl network network-uri path
+ path-io persistent persistent-sqlite persistent-template primitive
+ resourcet rio rio-orphans rio-prettyprint safe syb tar-conduit
+ template-haskell text text-metrics th-lift th-lift-instances
+ th-orphans th-reify-many th-utilities time transformers unix-compat
+ unliftio unordered-containers vector yaml zip-archive
+ ];
+ testHaskellDepends = [
+ aeson ansi-terminal array base base-orphans base64-bytestring
+ bytestring Cabal conduit conduit-extra containers contravariant
+ cryptonite cryptonite-conduit deepseq digest directory exceptions
+ filelock filepath generic-deriving ghc-prim hackage-security
+ hashable hedgehog hpack hspec http-client http-client-tls
+ http-conduit http-download http-types integer-gmp memory
+ mono-traversable mtl network network-uri path path-io persistent
+ persistent-sqlite persistent-template primitive QuickCheck
+ raw-strings-qq resourcet rio rio-orphans rio-prettyprint safe syb
+ tar-conduit template-haskell text text-metrics th-lift
+ th-lift-instances th-orphans th-reify-many th-utilities 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
@@ -177522,21 +178974,26 @@ self: {
({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base
, base64-bytestring, bytestring, colour, containers, directory
, filepath, mtl, network, network-uri, optparse-applicative, pandoc
- , process, skylighting, terminal-size, text, time
- , unordered-containers, yaml
+ , process, QuickCheck, skylighting, tasty, tasty-hunit
+ , tasty-quickcheck, terminal-size, text, time, unordered-containers
+ , yaml
}:
mkDerivation {
pname = "patat";
- version = "0.8.3.0";
- sha256 = "1dldaqa1qbwdia6rcf0sb6bnqldcpgrimd3yx00idyjy0msl0xh6";
- isLibrary = false;
+ version = "0.8.4.0";
+ sha256 = "0yq3y5qbc4mr0vmy26v6rf7h6jc2hlgf7kgdp0i69ill0xlkdasx";
+ isLibrary = true;
isExecutable = true;
- executableHaskellDepends = [
+ libraryHaskellDepends = [
aeson ansi-terminal ansi-wl-pprint base base64-bytestring
bytestring colour containers directory filepath mtl network
network-uri optparse-applicative pandoc process skylighting
terminal-size text time unordered-containers yaml
];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base directory QuickCheck tasty tasty-hunit tasty-quickcheck
+ ];
description = "Terminal-based presentations using Pandoc";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -177614,8 +179071,8 @@ self: {
pname = "path";
version = "0.6.1";
sha256 = "0nayla4k1gb821k8y5b9miflv1bi8f0czf9rqr044nrr2dddi2sb";
- revision = "1";
- editedCabalFile = "05b1zwx2a893h4h5wvgpc5g5pyx71hfmx409rqisd8s1bq1hn463";
+ revision = "2";
+ editedCabalFile = "05pgmg0w1mfwcmx9ad4p09xqxld8njhgwmgq38v7pr58czvmd6ks";
libraryHaskellDepends = [
aeson base deepseq exceptions filepath hashable template-haskell
];
@@ -177665,22 +179122,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "path-io_1_5_0" = callPackage
+ "path-io_1_6_0" = callPackage
({ mkDerivation, base, containers, directory, dlist, exceptions
, filepath, hspec, path, temporary, time, transformers, unix-compat
}:
mkDerivation {
pname = "path-io";
- version = "1.5.0";
- sha256 = "16zgi2a7g3mc9rslshjm86q4c3rr9vrd8qcjw753ndpar05j41bf";
- revision = "1";
- editedCabalFile = "127x8jhx2illj2r5x8f2g4yfl1idfngxmzphfr45abdf024n3pm8";
+ version = "1.6.0";
+ sha256 = "0hcdxxwkhdhm59p6x74k1fsgsrqfa100c83cslm1h9ln0anj1r3k";
libraryHaskellDepends = [
base containers directory dlist exceptions filepath path temporary
time transformers unix-compat
];
testHaskellDepends = [
- base directory exceptions hspec path transformers unix-compat
+ base directory exceptions filepath hspec path transformers
+ unix-compat
];
description = "Interface to ‘directory’ package for users of ‘path’";
license = stdenv.lib.licenses.bsd3;
@@ -178885,8 +180341,8 @@ self: {
}:
mkDerivation {
pname = "perceptual-hash";
- version = "0.1.3.0";
- sha256 = "1g7hp5ijfqc2b3jacgabhq1mza9lqlxid309cvcm0jgppm4lvdpp";
+ version = "0.1.3.2";
+ sha256 = "0nmky6x40wcc9b3n9ijjw8ynbwmpqa4gb26mqzi6dxn298bgm12g";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -179657,20 +181113,19 @@ self: {
"persistent-odbc" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, containers
- , convertible, HDBC, HDBC-odbc, monad-control, monad-logger
- , persistent, persistent-template, resourcet, text, time
- , transformers
+ , convertible, HDBC, HDBC-odbc, monad-logger, persistent
+ , persistent-template, resourcet, text, time, transformers
}:
mkDerivation {
pname = "persistent-odbc";
- version = "0.2.0.1";
- sha256 = "0rvcjl9p7pj0hrf0ghhj96ib2knhxnfi9nhc7cppn7gnja1x8ldp";
+ version = "0.2.1.0";
+ sha256 = "058nmmqnl1pz7cyvfnbgid3kqbfl95g9xqgxs00z5fbkz5kwg5rl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring conduit containers convertible HDBC HDBC-odbc
- monad-control monad-logger persistent persistent-template resourcet
- text time transformers
+ monad-logger persistent persistent-template resourcet text time
+ transformers
];
description = "Backend for the persistent library using ODBC";
license = stdenv.lib.licenses.mit;
@@ -180433,15 +181888,15 @@ self: {
broken = true;
}) {};
- "pg-transact_0_2_0_1" = callPackage
+ "pg-transact_0_2_1_0" = callPackage
({ mkDerivation, base, bytestring, exceptions, hspec
, hspec-discover, hspec-expectations-lifted, monad-control
, postgresql-simple, tmp-postgres, transformers
}:
mkDerivation {
pname = "pg-transact";
- version = "0.2.0.1";
- sha256 = "1abv2h52x624wsrm8lhafsjdsmldghqjksww12b0g119msbsbdq9";
+ version = "0.2.1.0";
+ sha256 = "1wh4qf00ggyx6ff3llpcbnlbhn61c3yqqd3ljjglwv2bfjhrgajh";
libraryHaskellDepends = [
base bytestring exceptions monad-control postgresql-simple
transformers
@@ -180700,8 +182155,8 @@ self: {
({ mkDerivation, base, bytestring, c2hs, phonenumber, protobuf }:
mkDerivation {
pname = "phone-numbers";
- version = "0.1.1";
- sha256 = "09b5qp7c059wah6wddn71hk6ciijj07qylxh3xcff0qyvjqd18ya";
+ version = "0.2.0";
+ sha256 = "130nl3qxhcldxy44pxznh02r3fqqnv9jb8w8si7vrn6cd4v5rpfi";
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ phonenumber protobuf ];
libraryToolDepends = [ c2hs ];
@@ -181265,8 +182720,8 @@ self: {
}:
mkDerivation {
pname = "pinch";
- version = "0.3.4.1";
- sha256 = "1yrw0g68j7jl9q19byq10nfg4rvn3wr49sganx8k4mr46j8pa0sk";
+ version = "0.3.5.0";
+ sha256 = "0bw7pfywa9qr6mrs340znqgzhg9yy8brh6v833wvk87sxjs8psdv";
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-prim hashable
semigroups text unordered-containers vector
@@ -183217,8 +184672,8 @@ self: {
}:
mkDerivation {
pname = "plot";
- version = "0.2.3.9";
- sha256 = "1cyg4znyn0w0rll5ghc68rjknyfncfykl15i1984dg0hf1j6q566";
+ version = "0.2.3.10";
+ sha256 = "0dva2kvf3193qc7zb9ydmzpffaj9lm6qy79n5zv66jnbccyp36lf";
libraryHaskellDepends = [
array base cairo colour hmatrix mtl pango transformers
];
@@ -183982,6 +185437,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "poly_0_3_2_0" = callPackage
+ ({ mkDerivation, base, deepseq, gauge, primitive, QuickCheck
+ , quickcheck-classes, semirings, tasty, tasty-quickcheck, vector
+ , vector-algorithms
+ }:
+ mkDerivation {
+ pname = "poly";
+ version = "0.3.2.0";
+ sha256 = "0liphgwfqnpsf410l1hldzqhgjg5p45nlcybyby1fk0ijx96yl5y";
+ libraryHaskellDepends = [
+ base deepseq primitive semirings vector vector-algorithms
+ ];
+ testHaskellDepends = [
+ base QuickCheck quickcheck-classes semirings tasty tasty-quickcheck
+ vector
+ ];
+ benchmarkHaskellDepends = [ base deepseq gauge semirings vector ];
+ description = "Polynomials";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"poly-arity" = callPackage
({ mkDerivation, base, constraints }:
mkDerivation {
@@ -184691,6 +186168,112 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "porcupine-core" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, binary
+ , binary-orphans, bytestring, cassava, clock, conduit, containers
+ , contravariant, data-default, deepseq, directory, docrecords
+ , filepath, foldl, formatting, funflow, hashable, katip, lens
+ , monad-control, mtl, optparse-applicative, path, profunctors
+ , reader-soup, resourcet, safe-exceptions, store, streaming
+ , streaming-bytestring, streaming-conduit, streaming-utils
+ , template-haskell, temporary, text, transformers
+ , transformers-base, unix, unliftio-core, unordered-containers, url
+ , vector, vinyl, yaml, zlib
+ }:
+ mkDerivation {
+ pname = "porcupine-core";
+ version = "0.1.0.1";
+ sha256 = "1mf43vkisrjp8jx7w208v4wb9s7i1130x6c7dlxq5m1hfywl8d3m";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty attoparsec base binary binary-orphans bytestring
+ cassava clock conduit containers contravariant data-default deepseq
+ directory docrecords filepath foldl formatting funflow hashable
+ katip lens monad-control mtl optparse-applicative path profunctors
+ reader-soup resourcet safe-exceptions store streaming
+ streaming-bytestring streaming-conduit streaming-utils
+ template-haskell temporary text transformers transformers-base unix
+ unliftio-core unordered-containers url vector vinyl yaml zlib
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty attoparsec base binary binary-orphans bytestring
+ cassava clock conduit containers contravariant data-default deepseq
+ directory docrecords filepath foldl formatting funflow hashable
+ katip lens monad-control mtl optparse-applicative path profunctors
+ reader-soup resourcet safe-exceptions store streaming
+ streaming-bytestring streaming-conduit streaming-utils
+ template-haskell temporary text transformers transformers-base unix
+ unliftio-core unordered-containers url vector vinyl yaml zlib
+ ];
+ description = "Express portable, composable and reusable data tasks and pipelines";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "porcupine-http" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, conduit, containers
+ , docrecords, http-client, http-conduit, hvega, mime-types
+ , porcupine-core, reader-soup, resourcet, safe-exceptions
+ , streaming, streaming-bytestring, streaming-conduit, text
+ , transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "porcupine-http";
+ version = "0.1.0.0";
+ sha256 = "1vjz32pcjqxcwnfpq99v589l003q5cjn767mhfn5j2lb9lg52gms";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring conduit containers http-client http-conduit
+ mime-types porcupine-core reader-soup resourcet safe-exceptions
+ streaming streaming-bytestring streaming-conduit text transformers
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring conduit containers docrecords http-client
+ http-conduit hvega mime-types porcupine-core reader-soup resourcet
+ safe-exceptions streaming streaming-bytestring streaming-conduit
+ text transformers unordered-containers
+ ];
+ description = "A location accessor for porcupine to connect to HTTP sources/sinks";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "porcupine-s3" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3, base
+ , bytestring, conduit, conduit-extra, directory, docrecords
+ , filepath, katip, lens, monad-control, mtl, porcupine-core
+ , reader-soup, resourcet, retry, safe-exceptions, streaming
+ , streaming-bytestring, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "porcupine-s3";
+ version = "0.1.0.0";
+ sha256 = "1ydfkca4pys8h3il702ndc5kayh30r9bxbiz7hxsgjgcl4dlp5z9";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ amazonka amazonka-core amazonka-s3 base bytestring conduit
+ conduit-extra directory filepath katip lens monad-control mtl
+ porcupine-core reader-soup resourcet retry safe-exceptions
+ streaming streaming-bytestring text
+ ];
+ executableHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-s3 base bytestring conduit
+ conduit-extra directory docrecords filepath katip lens
+ monad-control mtl porcupine-core reader-soup resourcet retry
+ safe-exceptions streaming streaming-bytestring text
+ unordered-containers
+ ];
+ description = "A location accessor for porcupine to connect to AWS S3 sources/sinks";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"port-utils" = callPackage
({ mkDerivation, async, base, hspec, network, stm, transformers }:
mkDerivation {
@@ -184814,6 +186397,52 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "poseidon" = callPackage
+ ({ mkDerivation, aeson, async, base, binary, binary-bits
+ , bytestring, generics-eot, hspec, postgresql-libpq, QuickCheck
+ , random, scientific, text, time, unordered-containers, uuid
+ }:
+ mkDerivation {
+ pname = "poseidon";
+ version = "0.1.1.0";
+ sha256 = "1y33xrbqlhavk8z9lnpy9wx0hiys1bqp8dnqdibrmfs3s5zq2w92";
+ libraryHaskellDepends = [
+ aeson async base binary binary-bits bytestring generics-eot
+ postgresql-libpq random scientific text time unordered-containers
+ uuid
+ ];
+ testHaskellDepends = [
+ aeson base bytestring hspec postgresql-libpq QuickCheck scientific
+ text time unordered-containers uuid
+ ];
+ description = "Simple extensible library to run SQL file against PostgreSQL database";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "poseidon-postgis" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, geojson, hspec
+ , poseidon, postgresql-libpq, QuickCheck, scientific, text, time
+ , unordered-containers, uuid, wkt-geom
+ }:
+ mkDerivation {
+ pname = "poseidon-postgis";
+ version = "0.1.1.0";
+ sha256 = "04j0pwrbmfa746la7ss5acns1miidyng48scska0qsf3xsxfqash";
+ libraryHaskellDepends = [
+ base binary bytestring geojson poseidon wkt-geom
+ ];
+ testHaskellDepends = [
+ aeson base binary bytestring hspec poseidon postgresql-libpq
+ QuickCheck scientific text time unordered-containers uuid
+ ];
+ description = "Extension of Poseidon library for Postgis (Spatial and Geographic objects for PostgreSQL)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"positive" = callPackage
({ mkDerivation, base, nats, semigroups }:
mkDerivation {
@@ -185366,8 +186995,8 @@ self: {
}:
mkDerivation {
pname = "postgresql-query";
- version = "3.6.0";
- sha256 = "1mf9441yb72jl1gm9zpfgwwjdiipcl0gghnazf1871dgvahbx3jz";
+ version = "3.7.0";
+ sha256 = "0raxd0vd6hf772g11x8p0c6h86sipwk74z5kfxb38mbi26yj0p24";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder bytestring containers
data-default exceptions file-embed haskell-src-meta hreader hset
@@ -185520,24 +187149,25 @@ self: {
}) {};
"postgresql-simple-opts" = callPackage
- ({ mkDerivation, base, bytestring, data-default, either
- , generic-deriving, hspec, optparse-applicative, optparse-generic
- , postgres-options, postgresql-simple, split, uri-bytestring
+ ({ mkDerivation, base, bytestring, containers, data-default, either
+ , envy, generic-deriving, hspec, optparse-applicative
+ , optparse-generic, postgres-options, postgresql-simple, split
+ , uri-bytestring
}:
mkDerivation {
pname = "postgresql-simple-opts";
- version = "0.4.0.0";
- sha256 = "0zrmqd25xni2d51jna2a52l3bmdn6lpx9mbjzllnf6zn6ckw4ja8";
+ version = "0.5.0.0";
+ sha256 = "1a2z6pcdvg51k6n5k1ppp43pv2vvdbkgx2rpwm4ip15qh63gm7i3";
libraryHaskellDepends = [
- base bytestring data-default either generic-deriving
+ base bytestring data-default either envy generic-deriving
optparse-applicative optparse-generic postgres-options
postgresql-simple split uri-bytestring
];
testHaskellDepends = [
- base bytestring data-default hspec optparse-applicative
+ base bytestring containers data-default hspec optparse-applicative
postgres-options postgresql-simple
];
- description = "An optparse-applicative parser for postgresql-simple's connection options";
+ description = "An optparse-applicative and envy parser for postgresql-simple's connection options";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -185660,8 +187290,8 @@ self: {
}:
mkDerivation {
pname = "postgresql-typed";
- version = "0.6.0.1";
- sha256 = "1kdapjx3mz7g6a35g21xql0wswrgnmp6x0hm2zpis3wp4ig503kk";
+ version = "0.6.1.0";
+ sha256 = "1p7bcwbjb0pi96d9zad8kmlb2w3g06g4xra33xmmskynmsdyc0r9";
libraryHaskellDepends = [
aeson array attoparsec base binary bytestring containers cryptonite
data-default haskell-src-meta HDBC memory network old-locale
@@ -185861,7 +187491,8 @@ self: {
];
description = "Postmaster ESMTP Server";
license = "GPL";
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"potato-tool" = callPackage
@@ -186263,8 +187894,8 @@ self: {
pname = "pragmatic-show";
version = "0.1.2.0";
sha256 = "1nkwimmnk10p0pnv2hr3mxgfs1r2rjfhiaccmhd68a6279whp6p7";
- revision = "1";
- editedCabalFile = "17rs7ms62aisnk5wsdp67v3cgv5ph734iswv7137ibv339dlkl82";
+ revision = "2";
+ editedCabalFile = "197mbpl6542amy9hmramkhrb57s3wycsc1g2c5vhyfnnpbcrh1pc";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [
base tasty tasty-hunit tasty-quickcheck vector-space
@@ -186387,6 +188018,17 @@ self: {
broken = true;
}) {};
+ "predicate-transformers" = callPackage
+ ({ mkDerivation, adjunctions, base, lens, mtl }:
+ mkDerivation {
+ pname = "predicate-transformers";
+ version = "0.3.0.0";
+ sha256 = "1wdbizrg6wx1yl5f8h305k2a4vp6lpbxxdh3d761z9xr6fq9b5qj";
+ libraryHaskellDepends = [ adjunctions base lens mtl ];
+ description = "A library for writing predicates and transformations over predicates in Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"predicates" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -186931,8 +188573,8 @@ self: {
}:
mkDerivation {
pname = "pretty-relative-time";
- version = "0.0.0.0";
- sha256 = "0k28jh5mw5qfw4d1hfdj2f53qwmn3apy1yxwyxjbr50m2924j8f2";
+ version = "0.1.0.0";
+ sha256 = "01ijsjilsx79xdkchmxplcm2g6qh81fgxd36r6kwgrk446s0bq9c";
libraryHaskellDepends = [ base time validity validity-time ];
testHaskellDepends = [
base genvalidity-hspec genvalidity-time hspec QuickCheck time
@@ -187476,6 +189118,17 @@ self: {
broken = true;
}) {};
+ "primitive-convenience" = callPackage
+ ({ mkDerivation, primitive }:
+ mkDerivation {
+ pname = "primitive-convenience";
+ version = "0.1";
+ sha256 = "1xnyyw76kh42fy1b1wkc143bg3588gbp48990xdskcad1aj4fyan";
+ libraryHaskellDepends = [ primitive ];
+ description = "convenience class for PrimMonad m/PrimState m";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"primitive-extras" = callPackage
({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
, foldl, list-t, primitive, profunctors, QuickCheck
@@ -187966,14 +189619,16 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "process_1_6_5_1" = callPackage
+ "process_1_6_6_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, filepath
, unix
}:
mkDerivation {
pname = "process";
- version = "1.6.5.1";
- sha256 = "1x9vdcj4g19ibf34w96nzgv2blxx727z0xb7dq012ky04ssblx8j";
+ version = "1.6.6.0";
+ sha256 = "140as37rfad7hy1lg03n19dzfbcdaahv64aydl6frv06qvdlc49w";
+ revision = "1";
+ editedCabalFile = "0y3v5ly6fg42ngv41d28ny4x06ddqkivxx16whsfss06k15x3vz5";
libraryHaskellDepends = [ base deepseq directory filepath unix ];
testHaskellDepends = [ base bytestring directory ];
description = "Process libraries";
@@ -189624,6 +191279,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "protolude_0_2_4" = callPackage
+ ({ mkDerivation, array, async, base, bytestring, containers
+ , deepseq, ghc-prim, hashable, mtl, mtl-compat, stm, text
+ , transformers, transformers-compat
+ }:
+ mkDerivation {
+ pname = "protolude";
+ version = "0.2.4";
+ sha256 = "0vkrj1fxbndkmsja9d80k4q5c48gwdbjlnzx3iag02dlj05j34hi";
+ 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
}:
@@ -189856,6 +191529,8 @@ self: {
pname = "psqueues";
version = "0.2.7.2";
sha256 = "1yckx2csqswghiy9nfj03cybmza8104nmnpbpcc9ngwlbmakn9i6";
+ revision = "1";
+ editedCabalFile = "0d0mm3c8x31dasfzp1884r2irkm3c9irvvbahjzfr1bzzxfb7vyv";
libraryHaskellDepends = [ base deepseq ghc-prim hashable ];
testHaskellDepends = [
array base deepseq ghc-prim hashable HUnit QuickCheck tagged tasty
@@ -189944,8 +191619,8 @@ self: {
}:
mkDerivation {
pname = "publicsuffix";
- version = "0.20190826";
- sha256 = "1z6apxnp88jjpf5q7zg04r18lja7rafwlx1w2cy7d74qfrh1v2b7";
+ version = "0.20191003";
+ sha256 = "1birj2k23v93w89mcrn522mqyfipv3smrdhag6k6pgsi628gihx7";
libraryHaskellDepends = [ base filepath template-haskell ];
testHaskellDepends = [ base hspec ];
benchmarkHaskellDepends = [ base criterion random ];
@@ -190450,6 +192125,8 @@ self: {
];
description = "types and parser for email messages (including MIME)";
license = stdenv.lib.licenses.agpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"purescript" = callPackage
@@ -190472,6 +192149,8 @@ self: {
pname = "purescript";
version = "0.13.3";
sha256 = "05cz0ilxawrcn4hm6mbd0qpkbfp0g8mcqvcscl4ghagjljgimaqv";
+ revision = "1";
+ editedCabalFile = "0hw0q0jjan9y7x27p7gfig8frnb41gnwh5yv90sx2cy5v9l9ixwc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -190799,8 +192478,8 @@ self: {
}:
mkDerivation {
pname = "pusher-http-haskell";
- version = "1.5.1.10";
- sha256 = "0nif5b7slyr7ppm1igm06k1zjf0sninyrf0n8qkaw2kwhxgdsam2";
+ version = "1.5.1.11";
+ sha256 = "02r6w64ll7gka1zgvv6yqalbzpjmw0rx2ji84fmbnk0f7c1793sq";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite hashable
http-client http-types memory text time transformers
@@ -192326,8 +194005,8 @@ self: {
}:
mkDerivation {
pname = "quickcheck-string-random";
- version = "0.1.2.0";
- sha256 = "0n5h7nlicgm8xn23pvrsxrw4y2f4j1ammpbccl6z1c37yasf1xm7";
+ version = "0.1.3.0";
+ sha256 = "0pyh2xa68d6jhca1lr5ymmxqs19m17hjxdlrplyl0pww65mfrj8d";
libraryHaskellDepends = [ base QuickCheck string-random text ];
testHaskellDepends = [
base QuickCheck tasty tasty-quickcheck text
@@ -193819,26 +195498,6 @@ self: {
}) {};
"rank2classes" = callPackage
- ({ mkDerivation, base, distributive, doctest, tasty, tasty-hunit
- , template-haskell, transformers
- }:
- mkDerivation {
- pname = "rank2classes";
- version = "1.3";
- sha256 = "1mwwismxafz43qjqh74gjd8d1hiflkilkxkwfvwhq0gx4h4i0rq1";
- libraryHaskellDepends = [
- base distributive template-haskell transformers
- ];
- testHaskellDepends = [
- base distributive doctest tasty tasty-hunit
- ];
- description = "standard type constructor class hierarchy, only with methods of rank 2 types";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "rank2classes_1_3_1" = callPackage
({ mkDerivation, base, distributive, doctest, markdown-unlit, tasty
, tasty-hunit, template-haskell, transformers
}:
@@ -193855,8 +195514,6 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "standard type constructor class hierarchy, only with methods of rank 2 types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rapid" = callPackage
@@ -194318,8 +195975,8 @@ self: {
}:
mkDerivation {
pname = "raven-haskell";
- version = "0.1.2.0";
- sha256 = "1g6102p6adn5jc2jvqjgyzpylvacv52yj754rki21l6d13cn07a4";
+ version = "0.1.2.1";
+ sha256 = "1mzz7z99a2agivwypcl62y68vpmihyh6rvy79w1jd29n1l2p621x";
libraryHaskellDepends = [
aeson base bytestring http-conduit mtl network random resourcet
text time unordered-containers uuid
@@ -194878,8 +196535,8 @@ self: {
}:
mkDerivation {
pname = "reactive-banana-gi-gtk";
- version = "0.4.0.1";
- sha256 = "151vjqr2skdln4qh2swrkwwq1gafkldwnidkkpqh8j903kghrcqk";
+ version = "0.4.0.2";
+ sha256 = "136wzp6v9g6k5aa6w5wh0n96qcq9lm7h0lc87pk170ypymadp6ak";
libraryHaskellDepends = [
base gi-gtk haskell-gi-base reactive-banana text transformers
];
@@ -195181,6 +196838,25 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "reader-soup" = callPackage
+ ({ mkDerivation, base, katip, lens, mmorph, monad-control, mtl
+ , resourcet, safe-exceptions, transformers, transformers-base
+ , unliftio-core, vinyl
+ }:
+ mkDerivation {
+ pname = "reader-soup";
+ version = "0.1.0.1";
+ sha256 = "0pqfgfv7ahmcclx29b2rs8n5da4qhbhp5fxmwqm2xycpw3hqpx9v";
+ libraryHaskellDepends = [
+ base katip lens mmorph monad-control mtl resourcet safe-exceptions
+ transformers transformers-base unliftio-core vinyl
+ ];
+ description = "Vinyl-based reader-like monad composition";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"readline" = callPackage
({ mkDerivation, base, ncurses, process, readline }:
mkDerivation {
@@ -195291,53 +196967,62 @@ self: {
}) {};
"reanimate" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers
- , cubicbezier, diagrams, diagrams-contrib, diagrams-core
- , diagrams-lib, diagrams-svg, directory, filepath, fsnotify
- , hashable, JuicyPixels, lens, linear, matrices, matrix, mtl
- , open-browser, palette, parallel, process, reanimate-svg
- , svg-builder, text, time, websockets, xml
+ ({ mkDerivation, ansi-wl-pprint, attoparsec, base
+ , base64-bytestring, bytestring, cassava, chiphunk, colour
+ , containers, cubicbezier, diagrams, diagrams-contrib
+ , diagrams-core, diagrams-lib, diagrams-svg, directory, filepath
+ , fsnotify, hashable, here, JuicyPixels, lens, linear, matrix, mtl
+ , open-browser, optparse-applicative, palette, parallel, process
+ , QuickCheck, random-shuffle, reanimate-svg, svg-builder, tasty
+ , tasty-golden, tasty-hunit, temporary, text, time, vector
+ , websockets, xml
}:
mkDerivation {
pname = "reanimate";
- version = "0.1.5.0";
- sha256 = "1jh9inlx92qn3klzi9385nfvphrwmmdbbs2gql019bdwmyhd815x";
- isLibrary = true;
- isExecutable = true;
+ version = "0.1.8.0";
+ sha256 = "1vr0cqn47gl7810clqvn1wgkz3glzd216jmyvxfp6q1i5jhbizvw";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- attoparsec base bytestring containers cubicbezier diagrams
- diagrams-contrib diagrams-core diagrams-lib diagrams-svg directory
- filepath fsnotify hashable JuicyPixels lens linear matrices matrix
- mtl open-browser palette parallel process reanimate-svg svg-builder
- text time websockets xml
+ ansi-wl-pprint attoparsec base base64-bytestring bytestring cassava
+ chiphunk colour containers cubicbezier diagrams diagrams-contrib
+ diagrams-core diagrams-lib diagrams-svg directory filepath fsnotify
+ hashable here JuicyPixels lens linear matrix mtl open-browser
+ optparse-applicative palette parallel process random-shuffle
+ reanimate-svg svg-builder temporary text time vector websockets xml
+ ];
+ testHaskellDepends = [
+ ansi-wl-pprint base bytestring directory filepath process
+ QuickCheck tasty tasty-golden tasty-hunit
];
description = "Animation library based on SVGs";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
- "reanimate_0_1_6_0" = callPackage
+ "reanimate_0_1_9_0" = callPackage
({ mkDerivation, ansi-wl-pprint, attoparsec, base
- , base64-bytestring, bytestring, cassava, colour, containers
- , cubicbezier, diagrams, diagrams-contrib, diagrams-core
- , diagrams-lib, diagrams-svg, directory, filepath, fsnotify
- , hashable, here, JuicyPixels, lens, linear, matrices, matrix, mtl
- , open-browser, palette, parallel, process, QuickCheck
- , random-shuffle, reanimate-svg, svg-builder, tasty, tasty-golden
- , tasty-hunit, temporary, text, time, vector, websockets, xml
+ , base64-bytestring, bytestring, cassava, chiphunk, colour
+ , containers, cubicbezier, diagrams, diagrams-contrib
+ , diagrams-core, diagrams-lib, diagrams-svg, directory, filepath
+ , fsnotify, hashable, here, JuicyPixels, lens, linear, matrix, mtl
+ , open-browser, optparse-applicative, palette, parallel, process
+ , QuickCheck, random-shuffle, reanimate-svg, svg-builder, tasty
+ , tasty-golden, tasty-hunit, temporary, text, time, vector
+ , websockets, xml
}:
mkDerivation {
pname = "reanimate";
- version = "0.1.6.0";
- sha256 = "10nivxmj8lkvr7g8fjnq7m7kxy3jmy9vka0lva6ahr91c9qk1fcz";
+ version = "0.1.9.0";
+ sha256 = "0rmlyrk24n2267mm22mxiipcd7m5j9mgk5n69pscigqnyl1xm7y6";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-wl-pprint attoparsec base base64-bytestring bytestring cassava
- colour containers cubicbezier diagrams diagrams-contrib
+ chiphunk colour containers cubicbezier diagrams diagrams-contrib
diagrams-core diagrams-lib diagrams-svg directory filepath fsnotify
- hashable here JuicyPixels lens linear matrices matrix mtl
- open-browser palette parallel process random-shuffle reanimate-svg
- svg-builder temporary text time vector websockets xml
+ hashable here JuicyPixels lens linear matrix mtl open-browser
+ optparse-applicative palette parallel process random-shuffle
+ reanimate-svg svg-builder temporary text time vector websockets xml
];
testHaskellDepends = [
ansi-wl-pprint base bytestring directory filepath process
@@ -195346,6 +197031,7 @@ self: {
description = "Animation library based on SVGs";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reanimate-svg" = callPackage
@@ -195355,8 +197041,8 @@ self: {
}:
mkDerivation {
pname = "reanimate-svg";
- version = "0.9.1.1";
- sha256 = "1y2q6nljgs4h05ga0v713z5bcjd8xrxvg6sf81di65rhdkksidx7";
+ version = "0.9.3.0";
+ sha256 = "1wwk2bd802nznwb9nlc7pq16krldw3dzj89fjd1v00plg9b5i3i4";
libraryHaskellDepends = [
attoparsec base bytestring containers JuicyPixels lens linear mtl
scientific text transformers vector xml
@@ -195368,15 +197054,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "reanimate-svg_0_9_2_1" = callPackage
+ "reanimate-svg_0_9_3_1" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, hspec
, JuicyPixels, lens, linear, mtl, scientific, svg-tree, text
, transformers, vector, xml
}:
mkDerivation {
pname = "reanimate-svg";
- version = "0.9.2.1";
- sha256 = "018jkgiry2yaq7nl8sks4ahjdx5pjgdj99gc6k4l3rfmd1zxvsng";
+ version = "0.9.3.1";
+ sha256 = "1bxfhfdr7p98aj12krxrzcmvxbl8b20flbvqydja8pcwh6jgd744";
libraryHaskellDepends = [
attoparsec base bytestring containers JuicyPixels lens linear mtl
scientific text transformers vector xml
@@ -196092,8 +197778,8 @@ self: {
({ mkDerivation, base, stm, transformers }:
mkDerivation {
pname = "ref-fd";
- version = "0.4.0.1";
- sha256 = "0dv0bwm952ivs1xi44nq8310k5mqs20i60g1rgwkm7hlpapz25p4";
+ version = "0.4.0.2";
+ sha256 = "1camr7cv1fglicyp2ivv7qv1yidj36zxcglfvmw7giqdj7r7j5w8";
libraryHaskellDepends = [ base stm transformers ];
description = "A type class for monads with references using functional dependencies";
license = stdenv.lib.licenses.bsd3;
@@ -196118,10 +197804,8 @@ self: {
({ mkDerivation, base, stm, transformers }:
mkDerivation {
pname = "ref-tf";
- version = "0.4.0.1";
- sha256 = "03mywifasfvxlz7hy5bbq3i8zi3i99k5cb0kq38gndx4vk2j5dgw";
- revision = "1";
- editedCabalFile = "042nn6y3rbx9z88bkidy1ilp32grm6a1n0ny1wrzxdp46xi5r7in";
+ version = "0.4.0.2";
+ sha256 = "0pq9pm8jsx9w1q81pf5pvc361ad8dbyklw94jq47drr2i0dc7n20";
libraryHaskellDepends = [ base stm transformers ];
description = "A type class for monads with references using type families";
license = stdenv.lib.licenses.bsd3;
@@ -196522,6 +198206,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "reflex-dom-retractable" = callPackage
+ ({ mkDerivation, base, containers, jsaddle, mtl, reflex, reflex-dom
+ }:
+ mkDerivation {
+ pname = "reflex-dom-retractable";
+ version = "0.1.0.0";
+ sha256 = "0qdr3xrpg5dhfsbz6b2883jkhvc7nckmn05gyc844xn0fjlrlbda";
+ revision = "1";
+ editedCabalFile = "1idkwal502xg7qb8hwk5yg3mqy62h5xjmyciv2xs3x3axcckllcv";
+ libraryHaskellDepends = [
+ base containers jsaddle mtl reflex reflex-dom
+ ];
+ description = "Routing and retractable back button for reflex-dom";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"reflex-dom-svg" = callPackage
({ mkDerivation, base, containers, lens, reflex, reflex-dom-core
, safe, text
@@ -196890,24 +198592,52 @@ self: {
pname = "regex-base";
version = "0.93.2";
sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10";
- revision = "1";
- editedCabalFile = "1ijzh7yz7i6hvn8xlgyrc75l7zzn0z3kd4ks2yjfih4iir63y4ns";
+ revision = "2";
+ editedCabalFile = "0dks3m5xwcjqqlyyg7abh12ci3ap5qn6wz3bz80kr6rcfgk0fhvd";
libraryHaskellDepends = [ array base bytestring containers mtl ];
description = "Replaces/Enhances Text.Regex";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "regex-base_0_94_0_0" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, mtl, text }:
+ mkDerivation {
+ pname = "regex-base";
+ version = "0.94.0.0";
+ sha256 = "055rlq67xnbqv43fgrlw6d7s8nhyavahrp6blihwjmqizksq47y4";
+ libraryHaskellDepends = [
+ array base bytestring containers mtl text
+ ];
+ description = "Common \"Text.Regex.*\" API for Regex matching";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"regex-compat" = callPackage
({ mkDerivation, array, base, regex-base, regex-posix }:
mkDerivation {
pname = "regex-compat";
version = "0.95.1";
sha256 = "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m";
+ revision = "1";
+ editedCabalFile = "0yg34p0rkql07y6rs6l70zlk8x51lra9vabkin921l581k6br498";
libraryHaskellDepends = [ array base regex-base regex-posix ];
description = "Replaces/Enhances Text.Regex";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "regex-compat_0_95_2_0" = callPackage
+ ({ mkDerivation, array, base, regex-base, regex-posix }:
+ mkDerivation {
+ pname = "regex-compat";
+ version = "0.95.2.0";
+ sha256 = "01l44zrfpqb4k1rrzd1j18hn6922xhrl9h7s0hjfs363dx3hxj8z";
+ libraryHaskellDepends = [ array base regex-base regex-posix ];
+ description = "Replaces/Enhances \"Text.Regex\"";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"regex-compat-tdfa" = callPackage
({ mkDerivation, array, base, regex-base, regex-tdfa }:
mkDerivation {
@@ -197085,6 +198815,8 @@ self: {
pname = "regex-pcre";
version = "0.94.4";
sha256 = "1h16w994g9s62iwkdqa7bar2n9cfixmkzz2rm8svm960qr57valf";
+ revision = "1";
+ editedCabalFile = "0jk29n0may65ghixlx1wwfmfcabsm730y8ppry1qy4naywhi1vs7";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@@ -197093,12 +198825,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) pcre;};
+ "regex-pcre_0_95_0_0" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, pcre
+ , regex-base
+ }:
+ mkDerivation {
+ pname = "regex-pcre";
+ version = "0.95.0.0";
+ sha256 = "0nn76q4bsjnxim0j0d01jifmh36as9jdpcvm001a851vvq86zb8n";
+ libraryHaskellDepends = [
+ array base bytestring containers regex-base
+ ];
+ libraryPkgconfigDepends = [ pcre ];
+ description = "PCRE Backend for \"Text.Regex\" (regex-base)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) pcre;};
+
"regex-pcre-builtin" = callPackage
({ mkDerivation, array, base, bytestring, containers, regex-base }:
mkDerivation {
pname = "regex-pcre-builtin";
- version = "0.94.4.8.8.35";
- sha256 = "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b";
+ version = "0.94.5.8.8.35";
+ sha256 = "1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@@ -197106,6 +198855,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "regex-pcre-builtin_0_95_1_1_8_43" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, regex-base
+ , text
+ }:
+ mkDerivation {
+ pname = "regex-pcre-builtin";
+ version = "0.95.1.1.8.43";
+ sha256 = "1akis4b9jp4a0qbwnpwm0nzlg76kb54wn2vlicc6yb4qha210fsd";
+ libraryHaskellDepends = [
+ array base bytestring containers regex-base text
+ ];
+ description = "PCRE Backend for \"Text.Regex\" (regex-base)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"regex-pcre-text" = callPackage
({ mkDerivation, array, base, bytestring, regex-base
, regex-pcre-builtin, regex-tdfa-text, text
@@ -197146,6 +198911,8 @@ self: {
pname = "regex-posix";
version = "0.95.2";
sha256 = "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an";
+ revision = "2";
+ editedCabalFile = "1zrlwmmrb3x3r3af1r42xwhwspzfgnzh4dw1158523sndsg8qn08";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@@ -197153,6 +198920,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "regex-posix_0_96_0_0" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, regex-base }:
+ mkDerivation {
+ pname = "regex-posix";
+ version = "0.96.0.0";
+ sha256 = "08a584jabmmn5gmaqrcar5wsp3qzk0hklldzp2mr2bmvlvqh04r5";
+ libraryHaskellDepends = [
+ array base bytestring containers regex-base
+ ];
+ description = "POSIX Backend for \"Text.Regex\" (regex-base)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "regex-posix-clib" = callPackage
+ ({ mkDerivation }:
+ mkDerivation {
+ pname = "regex-posix-clib";
+ version = "2.7";
+ sha256 = "1y4vmiq1xksxxd84yvyark6axsz51ywb6slswbddlxbdpcpfday7";
+ doHaddock = false;
+ description = "\"Regex for Windows\" C library";
+ license = stdenv.lib.licenses.lgpl21;
+ }) {};
+
"regex-posix-unittest" = callPackage
({ mkDerivation, array, base, bytestring, containers, mtl
, regex-base, regex-posix
@@ -197179,6 +198971,8 @@ self: {
pname = "regex-tdfa";
version = "1.2.3.2";
sha256 = "03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf";
+ revision = "1";
+ editedCabalFile = "03z5jmpkgyd6ydwmnxcmhysjfwb0m5ngfgvxzf4f1vx2qgifqm5i";
libraryHaskellDepends = [
array base bytestring containers ghc-prim mtl parsec regex-base
];
@@ -197186,6 +198980,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "regex-tdfa_1_3_0" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, file-embed
+ , filepath, ghc-prim, mtl, parsec, regex-base, utf8-string
+ }:
+ mkDerivation {
+ pname = "regex-tdfa";
+ version = "1.3.0";
+ sha256 = "1qzcix4bmz5lj0w433qrfi576rvy8y8flv5wvlp6cchb2s8mfq0v";
+ libraryHaskellDepends = [
+ array base bytestring containers ghc-prim mtl parsec regex-base
+ ];
+ testHaskellDepends = [
+ array base bytestring containers file-embed filepath mtl regex-base
+ utf8-string
+ ];
+ description = "Replaces/Enhances Text.Regex";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"regex-tdfa-pipes" = callPackage
({ mkDerivation, array, base, lens, monads-tf, pipes, regex-base
, regex-tdfa
@@ -197239,6 +199053,8 @@ self: {
pname = "regex-tdfa-text";
version = "1.0.0.3";
sha256 = "0090g6lgbdm9lywpqm2d3724nnnh24nx3vnlqr96qc2w486pmmrq";
+ revision = "1";
+ editedCabalFile = "00swglzmdw30g4bn47z6j71all0djjb2hjm7bkfl7pza4wv14wpv";
libraryHaskellDepends = [ array base regex-base regex-tdfa text ];
description = "Text interface for regex-tdfa";
license = stdenv.lib.licenses.bsd3;
@@ -198657,25 +200473,6 @@ self: {
}:
mkDerivation {
pname = "replace-attoparsec";
- version = "1.0.1.0";
- sha256 = "12xwdaqi81ssc5536icl49bqdnc6hiss9xm4gx3m1m4nz70ivk6z";
- libraryHaskellDepends = [ attoparsec base bytestring text ];
- testHaskellDepends = [
- attoparsec base bytestring Cabal parsers text
- ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion text
- ];
- description = "Stream edit, find-and-replace with Attoparsec parsers";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "replace-attoparsec_1_0_2_0" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, Cabal, criterion
- , parsers, text
- }:
- mkDerivation {
- pname = "replace-attoparsec";
version = "1.0.2.0";
sha256 = "13fri1sqvr9ldzbr7wif4fn5phjmca3pql10qzx049gyip1vfy8a";
libraryHaskellDepends = [ attoparsec base bytestring text ];
@@ -198687,7 +200484,6 @@ self: {
];
description = "Stream edit, find-and-replace with Attoparsec parsers";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"replace-megaparsec" = callPackage
@@ -198696,23 +200492,6 @@ self: {
}:
mkDerivation {
pname = "replace-megaparsec";
- version = "1.1.3.0";
- sha256 = "0nh14fk3wwwli9hh2wfj02zrgcsf0hia14cx22g9qvlym53ljg50";
- libraryHaskellDepends = [ base megaparsec ];
- testHaskellDepends = [ base bytestring Cabal megaparsec text ];
- benchmarkHaskellDepends = [
- base bytestring criterion megaparsec text
- ];
- description = "Stream edit, find-and-replace with Megaparsec parsers";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "replace-megaparsec_1_1_4_0" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, criterion, megaparsec
- , text
- }:
- mkDerivation {
- pname = "replace-megaparsec";
version = "1.1.4.0";
sha256 = "0mfxk03p6wwikyrra2r5zs06axl7v0da9ggv5ycd6mi4bc5hpj8r";
libraryHaskellDepends = [ base megaparsec ];
@@ -198722,7 +200501,6 @@ self: {
];
description = "Stream edit, find-and-replace with Megaparsec parsers";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"replica" = callPackage
@@ -198940,6 +200718,8 @@ self: {
pname = "req";
version = "2.1.0";
sha256 = "07sm483bkwqq7fvhwqysl4ac0nw1mvhkywawwpgq0c1gw2wnv56n";
+ revision = "1";
+ editedCabalFile = "0dgd4wgijd0k96khy56b6gnzmqzmz44a4qsj0v5mwslvnvkq598a";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring
@@ -199031,8 +200811,8 @@ self: {
}:
mkDerivation {
pname = "reqcatcher";
- version = "0.1.2.0";
- sha256 = "0vwk4cl3jcahwg9sggic1rac2l2ia3nv3f4ri8iv8qknwah8mf5n";
+ version = "0.2.1.0";
+ sha256 = "1fh9p7437czn7rw5jmpxlmg0zhrkkj5hwd0kzlr2jainxzvlw2b3";
libraryHaskellDepends = [ base http-types network text wai warp ];
testHaskellDepends = [
base http-client http-types HUnit lens tasty tasty-hunit wai wreq
@@ -199062,38 +200842,6 @@ self: {
}:
mkDerivation {
pname = "require";
- version = "0.4.2";
- sha256 = "03dhj1j9gp6mmgaxxkd1bf2i6hw78ql2qpi0qrdmx5dinclkidk7";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- text universum
- ];
- executableHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- text universum
- ];
- testHaskellDepends = [
- base bytestring directory inliterate megaparsec optparse-generic
- tasty tasty-hspec text universum
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion directory inliterate megaparsec
- optparse-generic text universum
- ];
- description = "Scrap your qualified import clutter";
- license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "require_0_4_3" = callPackage
- ({ mkDerivation, base, bytestring, criterion, directory, inliterate
- , megaparsec, optparse-generic, tasty, tasty-hspec, text, universum
- }:
- mkDerivation {
- pname = "require";
version = "0.4.3";
sha256 = "0j6dsyqx637b5p8jmk5h4b0qham0m8m74c8b8y1dywm0c5daayca";
isLibrary = true;
@@ -199805,8 +201553,8 @@ self: {
pname = "rethinkdb-client-driver";
version = "0.0.25";
sha256 = "15l9z7ki81cv97lajxcbddavbd254c5adcdi8yw6df31rmbc378g";
- revision = "3";
- editedCabalFile = "1g4shgl944fd3qbqkd68jv6vh65plaivci4vjzfs4py7a2p62db1";
+ revision = "4";
+ editedCabalFile = "1fjavc5gmz15za1yzj4b23gd50b2jj83l0d5pc2kmz8f6bs5nx9f";
libraryHaskellDepends = [
aeson base binary bytestring containers hashable mtl network
old-locale scientific stm template-haskell text time
@@ -199870,8 +201618,8 @@ self: {
}:
mkDerivation {
pname = "retry";
- version = "0.8.0.1";
- sha256 = "0x63grjv0r96gv8ksh6r6aja6fvnwr06bypigvkskzhjjbk3fhcx";
+ version = "0.8.0.2";
+ sha256 = "1i98a5pp37fcny28wfp002bc16m9jf793jicbp83ffwlk0g123v5";
libraryHaskellDepends = [
base exceptions ghc-prim random transformers
];
@@ -199883,6 +201631,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "retry_0_8_1_0" = 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.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;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"retryer" = callPackage
({ mkDerivation, base, optparse-applicative, process }:
mkDerivation {
@@ -200475,8 +202244,8 @@ self: {
({ mkDerivation, base, Only, postgresql-simple, text, time }:
mkDerivation {
pname = "ribbit";
- version = "0.3.0.1";
- sha256 = "0n2xgwwff1bgpqza2l0d5j7agynkz2ps3vc0y73rrpxwc0kn8z3n";
+ version = "0.4.0.0";
+ sha256 = "0nmpsi8b6m88za9jxawz36jjhsybn39ldi503ap7m9wd765j1dbz";
libraryHaskellDepends = [ base Only postgresql-simple text time ];
description = "Type-level Relational DB combinators";
license = stdenv.lib.licenses.mit;
@@ -201351,6 +203120,25 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
+ "rocksdb-query_0_3_0" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, conduit, data-default
+ , hspec, resourcet, rocksdb-haskell, unliftio
+ }:
+ mkDerivation {
+ pname = "rocksdb-query";
+ version = "0.3.0";
+ sha256 = "0fy7d9m9g0jwssjgkhyg2d170s7mp7g9kz73zgnnp0xgl6mpxrsi";
+ libraryHaskellDepends = [
+ base bytestring cereal conduit resourcet rocksdb-haskell unliftio
+ ];
+ testHaskellDepends = [
+ base cereal data-default hspec rocksdb-haskell unliftio
+ ];
+ description = "RocksDB database querying library for Haskell";
+ license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"roguestar" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, old-time
, process
@@ -201556,16 +203344,15 @@ self: {
"ron" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring
, containers, criterion, deepseq, hashable, integer-gmp, mtl
- , scientific, template-haskell, text, time, transformers
- , unordered-containers
+ , scientific, template-haskell, text, time, unordered-containers
}:
mkDerivation {
pname = "ron";
- version = "0.9";
- sha256 = "0brjqb6lrcs711g5aqw3d5nidikmvjyyps8hcifzwpjanq0l8cvg";
+ version = "0.10";
+ sha256 = "1qw1kyrd3z5fag4a9w2nibcc3m68cr75jplp2pvwvkcmbl23alar";
libraryHaskellDepends = [
aeson attoparsec base binary bytestring containers hashable
- integer-gmp mtl scientific template-haskell text time transformers
+ integer-gmp mtl scientific template-haskell text time
unordered-containers
];
benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ];
@@ -201579,8 +203366,8 @@ self: {
}:
mkDerivation {
pname = "ron-rdt";
- version = "0.9.1";
- sha256 = "1kx858d3pyj2dlpznd9n0aw6yhkq4ac9789kkan9yi8mf0vdbn3i";
+ version = "0.10";
+ sha256 = "1dsplv4g0nflkns1yyx6lqf83qnc5y1bycgfydwa9hn1kliqf73c";
libraryHaskellDepends = [
base containers Diff hashable integer-gmp mtl ron text time
transformers unordered-containers
@@ -201608,16 +203395,16 @@ self: {
"ron-storage" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
- , integer-gmp, mtl, network-info, ron, ron-rdt, stm, text
+ , fsnotify, integer-gmp, mtl, network-info, ron, ron-rdt, stm, text
, tf-random, transformers
}:
mkDerivation {
pname = "ron-storage";
- version = "0.10.1";
- sha256 = "1wck9d188kinfzmz7ff8vw39ff5garfy6nw0cwkr4k3qdvcajj1r";
+ version = "0.11";
+ sha256 = "1c8spi1bpjxkv8lj1rkqfs8ra4yg7x6shjyawpdz4wna11cdpydx";
libraryHaskellDepends = [
- base bytestring containers directory filepath integer-gmp mtl
- network-info ron ron-rdt stm text tf-random transformers
+ base bytestring containers directory filepath fsnotify integer-gmp
+ mtl network-info ron ron-rdt stm text tf-random transformers
];
description = "RON Storage";
license = stdenv.lib.licenses.bsd3;
@@ -202203,6 +203990,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "rpmbuild-order_0_3" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, directory
+ , fgl, filepath, optparse-applicative, process, simple-cmd-args
+ }:
+ mkDerivation {
+ pname = "rpmbuild-order";
+ version = "0.3";
+ sha256 = "1w5c1nd1w75bk39payczbh4kwn5rizpv9dzgdwssa8d9f0na10lr";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base bytestring Cabal containers directory fgl filepath
+ optparse-applicative process simple-cmd-args
+ ];
+ description = "Order RPM packages by dependencies";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"rsagl" = callPackage
({ mkDerivation, array, arrows, base, containers
, data-memocombinators, deepseq, mtl, old-time, OpenGL, OpenGLRaw
@@ -203266,7 +205072,7 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
- "safecopy_0_10_0" = callPackage
+ "safecopy_0_10_2" = callPackage
({ mkDerivation, array, base, bytestring, cereal, containers
, generic-data, HUnit, lens, lens-action, old-time, QuickCheck
, quickcheck-instances, tasty, tasty-quickcheck, template-haskell
@@ -203274,8 +205080,8 @@ self: {
}:
mkDerivation {
pname = "safecopy";
- version = "0.10.0";
- sha256 = "0j5fa68symjqwphvin0nj524wnh3vmq34mlj6mfvl78by4pki0nv";
+ version = "0.10.2";
+ sha256 = "0x8j27qmvqk009q2jhs1a6rdi81xvgp76bwnbp0y8yvzynjcaagk";
libraryHaskellDepends = [
array base bytestring cereal containers generic-data old-time
template-haskell text time transformers vector
@@ -204583,25 +206389,6 @@ self: {
"scanner" = callPackage
({ mkDerivation, attoparsec, base, bytestring, cereal, criterion
- , hspec, text
- }:
- mkDerivation {
- pname = "scanner";
- version = "0.3";
- sha256 = "0yshznbp784d4gk2qz5jlw5ikc1s1h58h7vck2yksi4ynm3m3y57";
- revision = "1";
- editedCabalFile = "1v64k5jn70ipv2yi81b0s8lkpdd8hx08gdix0ixnpfqdpkj7pzx2";
- libraryHaskellDepends = [ base bytestring ];
- testHaskellDepends = [ base bytestring hspec ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring cereal criterion text
- ];
- description = "Fast non-backtracking incremental combinator parsing for bytestrings";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "scanner_0_3_1" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, cereal, criterion
, fail, hspec, text
}:
mkDerivation {
@@ -204615,7 +206402,6 @@ self: {
];
description = "Fast non-backtracking incremental combinator parsing for bytestrings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"scanner-attoparsec" = callPackage
@@ -204762,14 +206548,14 @@ self: {
"scheduler" = callPackage
({ mkDerivation, async, atomic-primops, base, Cabal, cabal-doctest
- , criterion, deepseq, doctest, exceptions, fib, genvalidity-hspec
- , hspec, monad-par, mwc-random, parallel, primitive, QuickCheck
- , streamly, template-haskell, unliftio, unliftio-core, vector
+ , criterion, deepseq, doctest, exceptions, genvalidity-hspec, hspec
+ , monad-par, mwc-random, parallel, primitive, QuickCheck, streamly
+ , template-haskell, unliftio, unliftio-core, vector
}:
mkDerivation {
pname = "scheduler";
- version = "1.4.2";
- sha256 = "0px7k4lq758s8303fx690pzzigqi26m45wxpapj9pgl4kar45jzc";
+ version = "1.4.2.1";
+ sha256 = "074m037ksjl7kgpgfldimaadhc4f6mmv40y6cq54m9shhg7rxw1c";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
atomic-primops base deepseq exceptions primitive unliftio-core
@@ -204779,8 +206565,7 @@ self: {
template-haskell unliftio vector
];
benchmarkHaskellDepends = [
- async base criterion deepseq fib monad-par parallel streamly
- unliftio
+ async base criterion deepseq monad-par parallel streamly unliftio
];
description = "Work stealing scheduler";
license = stdenv.lib.licenses.bsd3;
@@ -204811,6 +206596,31 @@ self: {
license = stdenv.lib.licenses.agpl3;
}) {};
+ "schemas" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bifunctors, bytestring
+ , free, generic-lens, generics-sop, hashable, hspec, lens
+ , lens-aeson, pretty-simple, profunctors, QuickCheck, scientific
+ , text, transformers, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "schemas";
+ version = "0.2.0.2";
+ sha256 = "0fpxjcs23kv3vq3mmg3f682n8yxb0666vflmvn9rnf9vc5afsz0x";
+ libraryHaskellDepends = [
+ aeson base bifunctors bytestring free generics-sop hashable lens
+ lens-aeson profunctors scientific text transformers
+ unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring generic-lens generics-sop hspec
+ lens pretty-simple QuickCheck text unordered-containers
+ ];
+ description = "schema guided serialization";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"schematic" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hjsonschema
, hspec, hspec-core, hspec-discover, hspec-smallcheck, HUnit, lens
@@ -205069,6 +206879,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "scientific-notation" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, byteslice, bytesmith
+ , bytestring, gauge, primitive, QuickCheck, run-st, scientific
+ , tasty, tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "scientific-notation";
+ version = "0.1.0.1";
+ sha256 = "1a877ryswq5h7i3lml55ksrx5hzd9gwbm2yzp0a7cw1hb6r5pjs7";
+ libraryHaskellDepends = [ base bytesmith ];
+ testHaskellDepends = [
+ base byteslice bytesmith bytestring primitive QuickCheck tasty
+ tasty-hunit tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ aeson attoparsec base byteslice bytesmith bytestring gauge
+ primitive run-st scientific
+ ];
+ description = "Scientific notation intended for tokenization";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"scion" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, directory
, filepath, ghc, ghc-paths, ghc-syb, hslogger, json, multiset
@@ -206273,29 +208107,6 @@ self: {
}:
mkDerivation {
pname = "secp256k1-haskell";
- version = "0.1.4";
- sha256 = "1vfbn0fvrbk4hmfhsm8gj3yxyijzfdqlywwir64zrafla4yry73l";
- libraryHaskellDepends = [
- base base16-bytestring bytestring cereal entropy hashable
- QuickCheck string-conversions
- ];
- librarySystemDepends = [ secp256k1 ];
- testHaskellDepends = [
- base base16-bytestring bytestring cereal entropy hashable hspec
- HUnit mtl QuickCheck string-conversions
- ];
- testToolDepends = [ hspec-discover ];
- description = "Bindings for secp256k1 library from Bitcoin Core";
- license = stdenv.lib.licenses.publicDomain;
- }) {inherit (pkgs) secp256k1;};
-
- "secp256k1-haskell_0_1_5" = callPackage
- ({ mkDerivation, base, base16-bytestring, bytestring, cereal
- , entropy, hashable, hspec, hspec-discover, HUnit, mtl, QuickCheck
- , secp256k1, string-conversions
- }:
- mkDerivation {
- pname = "secp256k1-haskell";
version = "0.1.5";
sha256 = "1s989dk7zncz68zl3k13dk8ap7dq5k4m2kwimpbicizxfnl7gzfg";
libraryHaskellDepends = [
@@ -206310,7 +208121,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Bindings for secp256k1 library from Bitcoin Core";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) secp256k1;};
"secp256k1-legacy" = callPackage
@@ -206334,6 +208144,8 @@ self: {
];
description = "fork of secp256k1";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"secret-santa" = callPackage
@@ -206488,25 +208300,11 @@ self: {
({ mkDerivation, aeson, base, bytestring, selda, text }:
mkDerivation {
pname = "selda-json";
- version = "0.1.0.0";
- sha256 = "0m4qcnj7bplh1wpxnfx5mcpxyy2gpd00886lwmlxfdpch0qg2bd0";
- revision = "1";
- editedCabalFile = "1sgqscdibw80qsm02kxgx01rzh810rj3rwi1ksjq6d2j6yb1snaj";
- libraryHaskellDepends = [ aeson base bytestring selda text ];
- description = "JSON support for the Selda database library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda-json_0_1_1_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, selda, text }:
- mkDerivation {
- pname = "selda-json";
version = "0.1.1.0";
sha256 = "1ai24qmz5nkpqx0zd24ix0ci5aqiccfy57fkf8f87swrv28101l8";
libraryHaskellDepends = [ aeson base bytestring selda text ];
description = "JSON support for the Selda database library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"selda-postgresql" = callPackage
@@ -206517,6 +208315,8 @@ self: {
pname = "selda-postgresql";
version = "0.1.8.0";
sha256 = "0x7ncc8593lialllgsjdy759cinvgwh4spq2aarfd0j3zv78yvdi";
+ revision = "1";
+ editedCabalFile = "0zbx50lw8d5x7lsx9gpy2ql1n2nryhyd6x7w98lbnb3nzn3szzqr";
libraryHaskellDepends = [
base bytestring exceptions postgresql-binary postgresql-libpq selda
selda-json text time uuid-types
@@ -206533,6 +208333,8 @@ self: {
pname = "selda-sqlite";
version = "0.1.7.0";
sha256 = "0qiagfsd45v3vk1npdm8g28mlbdbnrp3drvb6hdnxyp3b5cmyzik";
+ revision = "1";
+ editedCabalFile = "0m9zps90idp41h3fggd30xjqyjy2yyyb572231w5m2ygl4kv8hvh";
libraryHaskellDepends = [
base bytestring direct-sqlite directory exceptions selda text time
uuid-types
@@ -206694,8 +208496,8 @@ self: {
}:
mkDerivation {
pname = "semantic-source";
- version = "0.0.0.0";
- sha256 = "1zvqr8a5pm32hcwxxgnbyp773ld4c29m20v7hghcmkgfdayps5r1";
+ version = "0.0.0.1";
+ sha256 = "0w1iwd67dpvpc43g4x9q686sljrxv6xhx9rlgiw6kzcdil7fcm8z";
libraryHaskellDepends = [
aeson base bytestring deepseq generic-monoid hashable semilattices
text
@@ -206909,8 +208711,8 @@ self: {
}:
mkDerivation {
pname = "semilattices";
- version = "0.0.0.3";
- sha256 = "089vgwbcwa3hj53hh9djmilwfknsd9g9z9q1gbl0dad4lr39062f";
+ version = "0.0.0.4";
+ sha256 = "14b182gxg3frcr9572294ds0l1n5jx4cfr6bxc50ybpgl07a98pj";
libraryHaskellDepends = [
base containers hashable unordered-containers
];
@@ -207224,6 +209026,44 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "seonbi" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal, cases
+ , cassava, containers, data-default, directory, doctest
+ , doctest-discover, file-embed, filepath, hlint, hspec
+ , hspec-discover, html-charset, http-client, http-types
+ , optparse-applicative, QuickCheck, temporary, text, text-trie
+ , unicode-show, wai, warp, zip
+ }:
+ mkDerivation {
+ pname = "seonbi";
+ version = "0.1.1";
+ sha256 = "1jsikmlr647c51zmd471wnff6wzxybmp7bvidvyx5fkzb3nlhrqb";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ setupHaskellDepends = [
+ base bytestring Cabal directory filepath http-client temporary text
+ zip
+ ];
+ libraryHaskellDepends = [
+ aeson attoparsec base bytestring cassava containers data-default
+ file-embed filepath text text-trie
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring cases containers html-charset http-types
+ optparse-applicative text wai warp
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers doctest doctest-discover hlint
+ hspec hspec-discover QuickCheck text unicode-show
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "SmartyPants for Korean language";
+ license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"separated" = callPackage
({ mkDerivation, base, bifunctors, Cabal, cabal-doctest
, deriving-compat, directory, doctest, filepath, lens, parsec
@@ -207437,8 +209277,8 @@ self: {
}:
mkDerivation {
pname = "sequenceTools";
- version = "1.4.0.4";
- sha256 = "13q9ypr4zxbxj0allkahcc4syvvmmplv2d3qj3mcz1p7704klga0";
+ version = "1.4.0.5";
+ sha256 = "06wi43di0bja83iympx8pvka4zfwc4yyaw7chrddvxasnxqi369q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -207750,10 +209590,8 @@ self: {
}:
mkDerivation {
pname = "servant-JuicyPixels";
- version = "0.3.0.4";
- sha256 = "10crrcrxap7751wifbc28kr1kv0rjvrx3wlnkajgv3xpr05g00kv";
- revision = "1";
- editedCabalFile = "185ym0ac6gx7f98pd92ykc1ib305lswzjzvykly4ij9vk85jn0ax";
+ version = "0.3.0.5";
+ sha256 = "1lhxb6z8xypx48k8hwzqpp92qww8wxbp3a1ggik4dfrcxkcklmlx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -208261,38 +210099,6 @@ self: {
}:
mkDerivation {
pname = "servant-client";
- version = "0.16";
- sha256 = "0641fqlvqkm5075pcgcg5q81j7jil79sjpifg1snagfisrsxifxj";
- revision = "4";
- editedCabalFile = "0fa37fdas1dsgd6qkc5wzi9683l5xzzq1i705l3adiwkdfkcbjjf";
- libraryHaskellDepends = [
- base base-compat bytestring containers deepseq exceptions
- http-client http-media http-types kan-extensions monad-control mtl
- semigroupoids servant servant-client-core stm text time
- transformers transformers-base transformers-compat
- ];
- testHaskellDepends = [
- aeson base base-compat bytestring entropy hspec http-api-data
- http-client http-types HUnit kan-extensions markdown-unlit mtl
- network QuickCheck servant servant-client-core servant-server stm
- tdigest text transformers transformers-compat wai warp
- ];
- testToolDepends = [ hspec-discover markdown-unlit ];
- description = "Automatic derivation of querying functions for servant";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-client_0_16_0_1" = callPackage
- ({ mkDerivation, aeson, base, base-compat, bytestring, containers
- , deepseq, entropy, exceptions, hspec, hspec-discover
- , http-api-data, http-client, http-media, http-types, HUnit
- , kan-extensions, markdown-unlit, monad-control, mtl, network
- , QuickCheck, semigroupoids, servant, servant-client-core
- , servant-server, stm, tdigest, text, time, transformers
- , transformers-base, transformers-compat, wai, warp
- }:
- mkDerivation {
- pname = "servant-client";
version = "0.16.0.1";
sha256 = "1w6rw1bdm5x8swi9dy70n86gq9v85wlgmm6pglfxqbv7bgzpql8c";
libraryHaskellDepends = [
@@ -208310,7 +210116,6 @@ self: {
testToolDepends = [ hspec-discover markdown-unlit ];
description = "Automatic derivation of querying functions for servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-client-core" = callPackage
@@ -208469,37 +210274,6 @@ self: {
"servant-docs" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
- , case-insensitive, control-monad-omega, hashable, http-media
- , http-types, lens, servant, string-conversions, tasty
- , tasty-golden, tasty-hunit, text, transformers
- , unordered-containers
- }:
- mkDerivation {
- pname = "servant-docs";
- version = "0.11.3";
- sha256 = "0cys1h3m0aq77aw0szj7k6p7zqcr8074zrxzsjp58lss1daqisq7";
- revision = "3";
- editedCabalFile = "0hknxp6vxjmc6d4acwfs8ic9n915ldldz4ja8d86pzwv8vh5jzfv";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty base base-compat bytestring case-insensitive
- control-monad-omega hashable http-media http-types lens servant
- string-conversions text unordered-containers
- ];
- executableHaskellDepends = [
- aeson base lens servant string-conversions text
- ];
- testHaskellDepends = [
- aeson base base-compat lens servant string-conversions tasty
- tasty-golden tasty-hunit transformers
- ];
- description = "generate API docs for your servant webservice";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-docs_0_11_4" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
, case-insensitive, hashable, http-media, http-types, lens, servant
, string-conversions, tasty, tasty-golden, tasty-hunit, text
, transformers, universe-base, unordered-containers
@@ -208524,7 +210298,6 @@ self: {
];
description = "generate API docs for your servant webservice";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-ede" = callPackage
@@ -208583,8 +210356,8 @@ self: {
}:
mkDerivation {
pname = "servant-elm";
- version = "0.6.0.2";
- sha256 = "1ayj0gdl8z9ns6agm64i37w0j8r51ydw4zxn8kcwsn1akswrzz3z";
+ version = "0.6.1";
+ sha256 = "0ajgb2srx2wlxn388wcijn7pb6lk48r84qvbbri7b77rbiav3ih2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -208621,6 +210394,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "servant-errors" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, http-api-data, http-media
+ , http-types, markdown-unlit, scientific, servant, servant-server
+ , string-conversions, text, unordered-containers, wai, warp
+ }:
+ mkDerivation {
+ pname = "servant-errors";
+ version = "0.1.3.1";
+ sha256 = "120rl4adz54c3psb6qv8l6im4xv2649kwazvfr7h0l11jjfb6hni";
+ libraryHaskellDepends = [
+ aeson base bytestring http-api-data http-media http-types
+ scientific servant string-conversions text unordered-containers wai
+ ];
+ testHaskellDepends = [ aeson base servant-server text wai warp ];
+ testToolDepends = [ markdown-unlit ];
+ description = "Servant Errors wai-middlware";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"servant-examples" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, either
, http-types, js-jquery, lucid, random, servant, servant-client
@@ -208859,43 +210651,6 @@ self: {
}:
mkDerivation {
pname = "servant-http-streams";
- version = "0.16";
- sha256 = "1gkgk13zxi8y071i9dx0i1kbs14rgp8cfnfcd7rpg86pffxkx6cp";
- revision = "2";
- editedCabalFile = "10bpkdwlbg66zi9hzh7vbfwrcilvkav8rc0300xfmpbpw43z4iy0";
- libraryHaskellDepends = [
- base base-compat bytestring case-insensitive containers deepseq
- exceptions http-common http-media http-streams http-types
- io-streams kan-extensions monad-control mtl semigroupoids servant
- servant-client-core text time transformers transformers-base
- transformers-compat
- ];
- testHaskellDepends = [
- aeson base base-compat bytestring deepseq entropy hspec
- http-api-data http-streams http-types HUnit kan-extensions
- markdown-unlit mtl network QuickCheck servant servant-client-core
- servant-server stm tdigest text transformers transformers-compat
- wai warp
- ];
- testToolDepends = [ hspec-discover markdown-unlit ];
- description = "Automatic derivation of querying functions for servant";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "servant-http-streams_0_16_0_1" = callPackage
- ({ mkDerivation, aeson, base, base-compat, bytestring
- , case-insensitive, containers, deepseq, entropy, exceptions, hspec
- , hspec-discover, http-api-data, http-common, http-media
- , http-streams, http-types, HUnit, io-streams, kan-extensions
- , markdown-unlit, monad-control, mtl, network, QuickCheck
- , semigroupoids, servant, servant-client-core, servant-server, stm
- , tdigest, text, time, transformers, transformers-base
- , transformers-compat, wai, warp
- }:
- mkDerivation {
- pname = "servant-http-streams";
version = "0.16.0.1";
sha256 = "0nfwi8bnafv78lzxxi56i9pyk2rj0vkl5x193fixirw4fjvia3zg";
libraryHaskellDepends = [
@@ -209008,6 +210763,47 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "servant-jsonrpc" = callPackage
+ ({ mkDerivation, aeson, base, servant }:
+ mkDerivation {
+ pname = "servant-jsonrpc";
+ version = "1.0.0";
+ sha256 = "0kqs2bnkkhakg5401ylv3ys00p3s5w5r11spylkxgzi77l1q2vli";
+ libraryHaskellDepends = [ aeson base servant ];
+ description = "JSON-RPC messages and endpoints";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
+ "servant-jsonrpc-client" = callPackage
+ ({ mkDerivation, aeson, base, servant, servant-client-core
+ , servant-jsonrpc
+ }:
+ mkDerivation {
+ pname = "servant-jsonrpc-client";
+ version = "1.0.0";
+ sha256 = "0ir7lljaiczlfakzl95vpmzvx3z5n40agd0gwrscklqpdpc9n8lm";
+ libraryHaskellDepends = [
+ aeson base servant servant-client-core servant-jsonrpc
+ ];
+ description = "Generate JSON-RPC servant clients";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
+ "servant-jsonrpc-server" = callPackage
+ ({ mkDerivation, aeson, base, mtl, servant, servant-jsonrpc
+ , servant-server
+ }:
+ mkDerivation {
+ pname = "servant-jsonrpc-server";
+ version = "1.0.0";
+ sha256 = "13ryxq8y7mcmq70jnwd2gv3anq7k3p9vpi2vnp0kn4552332wpa4";
+ libraryHaskellDepends = [
+ aeson base mtl servant servant-jsonrpc servant-server
+ ];
+ description = "JSON-RPC servant servers";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
"servant-kotlin" = callPackage
({ mkDerivation, aeson, base, containers, directory, formatting
, hspec, http-api-data, lens, servant, servant-foreign, shelly
@@ -209276,29 +211072,6 @@ self: {
}:
mkDerivation {
pname = "servant-pipes";
- version = "0.15";
- sha256 = "04ypy9vjrfggrk7dg3sxwj9nav50v85vpr5mnp5r2c9ka6xn4v90";
- revision = "2";
- editedCabalFile = "0c3nyj2iwmhd3kmyv4q0ilzcwxr2dsg5lxvysbhh8048q90bm1nw";
- libraryHaskellDepends = [
- base bytestring monad-control mtl pipes pipes-safe servant
- ];
- testHaskellDepends = [
- base base-compat bytestring http-client http-media pipes
- pipes-bytestring pipes-safe servant servant-client servant-server
- wai warp
- ];
- description = "Servant Stream support for pipes";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-pipes_0_15_1" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, http-client
- , http-media, monad-control, mtl, pipes, pipes-bytestring
- , pipes-safe, servant, servant-client, servant-server, wai, warp
- }:
- mkDerivation {
- pname = "servant-pipes";
version = "0.15.1";
sha256 = "1r2n7f8x7adl117zlswf4ji5yxib2v80wh7wbhwklvd86dbzyrby";
libraryHaskellDepends = [
@@ -209311,7 +211084,6 @@ self: {
];
description = "Servant Stream support for pipes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-pool" = callPackage
@@ -209969,6 +211741,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "servant-swagger-ui_0_3_4_3_23_11" = callPackage
+ ({ mkDerivation, base, bytestring, file-embed-lzma, servant
+ , servant-server, servant-swagger-ui-core, swagger2, text
+ }:
+ mkDerivation {
+ pname = "servant-swagger-ui";
+ version = "0.3.4.3.23.11";
+ sha256 = "0ryr6h74vz6q6q0c9aixb7kwhq1vn95m3m0799cvc0xkfvm0ljha";
+ libraryHaskellDepends = [
+ base bytestring file-embed-lzma servant servant-server
+ servant-swagger-ui-core swagger2 text
+ ];
+ description = "Servant swagger ui";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"servant-swagger-ui-core" = callPackage
({ mkDerivation, base, blaze-markup, bytestring, http-media
, servant, servant-blaze, servant-server, swagger2, text
@@ -210025,6 +211814,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "servant-swagger-ui-redoc_0_3_3_1_22_3" = callPackage
+ ({ mkDerivation, base, bytestring, file-embed-lzma, servant
+ , servant-server, servant-swagger-ui-core, swagger2, text
+ }:
+ mkDerivation {
+ pname = "servant-swagger-ui-redoc";
+ version = "0.3.3.1.22.3";
+ sha256 = "0bzkrh1hf29vfa1r1sgifb9j2zcg6i43fal4abbx4lcqvf155pzv";
+ libraryHaskellDepends = [
+ base bytestring file-embed-lzma servant servant-server
+ servant-swagger-ui-core swagger2 text
+ ];
+ description = "Servant swagger ui: ReDoc theme";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"servant-tracing" = callPackage
({ mkDerivation, aeson, async, base, bytestring, bytestring-lexing
, containers, hashable, http-api-data, http-client, HUnit
@@ -210253,8 +212059,8 @@ self: {
}:
mkDerivation {
pname = "serverless-haskell";
- version = "0.8.11";
- sha256 = "1jvfjq7qlyqyprvhlk0licr8mrnc7xn5l4g3l95g3x4qii48j4s0";
+ version = "0.9.1";
+ sha256 = "09l9d43ls4ca10y0fx39l8bqsmb226sa0f5yprsm5jz5nbvl70qv";
libraryHaskellDepends = [
aeson aeson-casing aeson-extra amazonka-core amazonka-kinesis
amazonka-s3 base bytestring case-insensitive http-types iproute
@@ -210311,6 +212117,8 @@ self: {
];
description = "Storage backend for serversession using acid-state";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"serversession-backend-persistent" = callPackage
@@ -210669,17 +212477,17 @@ self: {
"setdown" = callPackage
({ mkDerivation, alex, array, base, bytestring, cmdargs, containers
- , directory, filepath, happy, mtl, split, text, uuid
+ , directory, filepath, happy, mtl, split, table-layout, text, uuid
}:
mkDerivation {
pname = "setdown";
- version = "0.1.0.3";
- sha256 = "1r4qpp35ksbjswy49knw8ahfh1ja1afg8x3620bvpl3b3q8fs7f4";
+ version = "0.1.1.0";
+ sha256 = "01kb0bw6f0rzs76r5mifmizx22az3w0kjkfsxmhcjfnxkhwiv5z7";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
array base bytestring cmdargs containers directory filepath mtl
- split text uuid
+ split table-layout text uuid
];
executableToolDepends = [ alex happy ];
description = "Treating files as sets to perform rapid set manipulation";
@@ -210723,17 +212531,6 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "setlocale";
- version = "1.0.0.8";
- sha256 = "0sdrsmkhw08483d73ysgm2926fdbhii61br03lqpqw0lfzj4ilbd";
- libraryHaskellDepends = [ base ];
- description = "Haskell bindings to setlocale";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "setlocale_1_0_0_9" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "setlocale";
version = "1.0.0.9";
sha256 = "18b6xafspzxrmz5m9r9nzy3z053crqi59xc8n8aqd4gw0pvqdcrv";
revision = "1";
@@ -210741,7 +212538,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "Haskell bindings to setlocale";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"setoid" = callPackage
@@ -211605,6 +213401,32 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
+ "shakespeare_2_0_22" = callPackage
+ ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
+ , containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec
+ , process, scientific, template-haskell, text, time, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "shakespeare";
+ version = "2.0.22";
+ sha256 = "1mc1a0vv070gcawwcx6vzpj6gpfh1qnlqrndiyfic3p500y656vh";
+ libraryHaskellDepends = [
+ aeson base blaze-html blaze-markup bytestring containers directory
+ exceptions ghc-prim parsec process scientific template-haskell text
+ time transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base blaze-html blaze-markup bytestring containers directory
+ exceptions ghc-prim hspec HUnit parsec process template-haskell
+ text time transformers
+ ];
+ description = "A toolkit for making compile-time interpolated templates";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ maintainers = with stdenv.lib.maintainers; [ psibi ];
+ }) {};
+
"shakespeare-babel" = callPackage
({ mkDerivation, base, classy-prelude, data-default, directory
, process, shakespeare, template-haskell
@@ -212068,17 +213890,18 @@ self: {
}) {};
"shellmet" = callPackage
- ({ mkDerivation, base, markdown-unlit, process, text }:
+ ({ mkDerivation, base, doctest, Glob, markdown-unlit, process, text
+ }:
mkDerivation {
pname = "shellmet";
- version = "0.0.2.0";
- sha256 = "04ylwpwzd2g3604xyqr4g8zd9dp13hrb8kajajrymv6hafm85m3i";
+ version = "0.0.3.0";
+ sha256 = "1i39zl8khsriadi7k28rn0w2y8wf6jmnz5x3nlkdd9spkdy1qz49";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base process text ];
executableHaskellDepends = [ base text ];
executableToolDepends = [ markdown-unlit ];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest Glob ];
description = "Out of the shell solution for scripting in Haskell";
license = stdenv.lib.licenses.mpl20;
}) {};
@@ -212250,6 +214073,8 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "Simple shell scripting from Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shh-extras" = callPackage
@@ -212262,6 +214087,8 @@ self: {
testHaskellDepends = [ base tasty ];
description = "Utility functions for using shh";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shift" = callPackage
@@ -212563,8 +214390,8 @@ self: {
}:
mkDerivation {
pname = "shower";
- version = "0.2.0.1";
- sha256 = "13qxddl6v3kcfgyr5q281hrr4xkflnc3nafbs3jq0w5k6njn7djb";
+ version = "0.2.0.2";
+ sha256 = "0flad49vvqww2pbf6j8557szffd7wb3z375avhvzwqyklimwipgn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base megaparsec pretty ];
@@ -212818,10 +214645,8 @@ self: {
}:
mkDerivation {
pname = "sign";
- version = "0.4.3";
- sha256 = "0i3m3zylss4nxmf290wmc8ldck0pnx0m5z4y8nhxnz51adlmp1bp";
- revision = "2";
- editedCabalFile = "1j4kxvxd3cl9k2nhlgnx8zrh1ygd0m75q0m2wrqcqv0pf1z39lya";
+ version = "0.4.4";
+ sha256 = "1z9csfbl5h4cprvykszn81xncsry7fama2y3gbgnqr7mq15qziq7";
libraryHaskellDepends = [
base containers deepseq hashable lattices universe-base
];
@@ -213066,8 +214891,8 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "simple-cabal";
- version = "0.0.0.1";
- sha256 = "17v22v9sb8z2jbr76vv577hxcvypfkpmji2k8yzwd2kxjssxpjrn";
+ version = "0.1.1";
+ sha256 = "116n9ks7d5qhz9lm38yq39dl2jw34lfgs3p8ncws8449v8v7q7kv";
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "Cabal file wrapper library";
license = stdenv.lib.licenses.bsd3;
@@ -214069,6 +215894,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs.xorg) libXft;};
+ "single-tuple" = callPackage
+ ({ mkDerivation, base, hspec, OneTuple, Only }:
+ mkDerivation {
+ pname = "single-tuple";
+ version = "0.1.0.0";
+ sha256 = "1sxpbnn1846c3pyq3gm8vx82br8w8dqxvigfr6s160jjlqj7f03b";
+ revision = "2";
+ editedCabalFile = "06xpski7mxbgmdy2mc4xd6a1y0mfdyskwjhlih4nzxgj7n8v9hfi";
+ libraryHaskellDepends = [ base OneTuple Only ];
+ testHaskellDepends = [ base hspec OneTuple Only ];
+ description = "a class for single tuple implementations";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"singleton-bool" = callPackage
({ mkDerivation, base, dec }:
mkDerivation {
@@ -214706,29 +216545,73 @@ self: {
}) {};
"skylighting" = callPackage
+ ({ mkDerivation, base, binary, bytestring, containers
+ , skylighting-core
+ }:
+ mkDerivation {
+ pname = "skylighting";
+ version = "0.8.2.1";
+ sha256 = "1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base binary bytestring containers skylighting-core
+ ];
+ description = "syntax highlighting library";
+ license = stdenv.lib.licenses.gpl2;
+ }) {};
+
+ "skylighting_0_8_2_3" = callPackage
+ ({ mkDerivation, base, binary, bytestring, containers
+ , skylighting-core
+ }:
+ mkDerivation {
+ pname = "skylighting";
+ version = "0.8.2.3";
+ sha256 = "10byr42qnsrqs368li412n8zz405annwmh4vvq2yh6xskipgb32p";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base binary bytestring containers skylighting-core
+ ];
+ description = "syntax highlighting library";
+ license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "skylighting-core" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
- , case-insensitive, colour, containers, directory, filepath, hxt
- , mtl, regex-pcre-builtin, safe, skylighting-core, text
- , utf8-string
+ , case-insensitive, colour, containers, criterion, Diff, directory
+ , filepath, HUnit, hxt, mtl, pretty-show, QuickCheck, random
+ , regex-base, regex-pcre-builtin, safe, tasty, tasty-golden
+ , tasty-hunit, tasty-quickcheck, text, transformers, utf8-string
}:
mkDerivation {
- pname = "skylighting";
- version = "0.8.2";
- sha256 = "0a81hd4f0xlc8as5lh454gkbyxndaxyj7lblkfk92j173nyx69cz";
+ pname = "skylighting-core";
+ version = "0.8.2.1";
+ sha256 = "0hdchivb4af9w7v5v7lrwfwawd3kcwmpzk69m1vkkm3pis8lcr1s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal attoparsec base base64-bytestring binary
blaze-html bytestring case-insensitive colour containers directory
- filepath hxt mtl regex-pcre-builtin safe skylighting-core text
- utf8-string
+ filepath hxt mtl regex-base regex-pcre-builtin safe text
+ transformers utf8-string
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers Diff directory filepath HUnit
+ pretty-show QuickCheck random tasty tasty-golden tasty-hunit
+ tasty-quickcheck text
+ ];
+ benchmarkHaskellDepends = [
+ base containers criterion directory filepath text
];
description = "syntax highlighting library";
- license = stdenv.lib.licenses.gpl2;
+ license = stdenv.lib.licenses.bsd3;
}) {};
- "skylighting-core" = callPackage
+ "skylighting-core_0_8_2_3" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
, case-insensitive, colour, containers, criterion, Diff, directory
@@ -214738,8 +216621,8 @@ self: {
}:
mkDerivation {
pname = "skylighting-core";
- version = "0.8.2";
- sha256 = "1nd11170r7xwv0hy21bx9nz7173ijbqkh7r8504ixjkwckgr2zs0";
+ version = "0.8.2.3";
+ sha256 = "005ancb8y846xsiagnb4gp4bn4h86r551rvpm3x4xj5zpr795pnc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -214758,6 +216641,7 @@ self: {
];
description = "syntax highlighting library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"skylighting-extensions" = callPackage
@@ -215235,6 +217119,8 @@ self: {
];
description = "Handle molecular sequences";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"small-bytearray-builder" = callPackage
@@ -215579,6 +217465,19 @@ self: {
broken = true;
}) {};
+ "smith" = callPackage
+ ({ mkDerivation, base, bytesmith, primitive }:
+ mkDerivation {
+ pname = "smith";
+ version = "0.1.0.0";
+ sha256 = "13h0v7fl8xi84n0nq9mjsb5hphv2b7l8yaz1hg9ky3bkmqki6vml";
+ libraryHaskellDepends = [ base bytesmith primitive ];
+ description = "Parse arrays of tokens";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"smith-cli" = callPackage
({ mkDerivation, attoparsec, base, base64-bytestring, bytestring
, cereal, crypto-pubkey-openssh, crypto-pubkey-types, directory
@@ -215659,6 +217558,21 @@ self: {
broken = true;
}) {};
+ "smt" = callPackage
+ ({ mkDerivation, base, base-unicode-symbols, criterion, smallcheck
+ , tasty, tasty-smallcheck, util
+ }:
+ mkDerivation {
+ pname = "smt";
+ version = "0.0.0.0";
+ sha256 = "18y09ps8a3xxnvddfmlzip7b13747rmn8xxj1422akwmv565ad4l";
+ libraryHaskellDepends = [ base base-unicode-symbols util ];
+ testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
+ benchmarkHaskellDepends = [ base criterion ];
+ description = "Interface to Satisfiability Modulo Theories solvers";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"smt-lib" = callPackage
({ mkDerivation, array, base, directory, polyparse }:
mkDerivation {
@@ -215909,8 +217823,8 @@ self: {
pname = "snap";
version = "1.1.2.0";
sha256 = "05da0dg0p6djcsinycih50hjnircibmicarwg2vr14a7zbrhynps";
- revision = "1";
- editedCabalFile = "07k5sq44w09cq7w8y128ifkm7837nyklgp9i1ydnavnhf044ah2n";
+ revision = "2";
+ editedCabalFile = "13hx2wghxrranxxv5qp8a5maqd203q15k3qg4fafjzhyh3wf6a67";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal clientsession configurator
containers directory directory-tree dlist fail filepath hashable
@@ -216037,6 +217951,8 @@ self: {
pname = "snap-core";
version = "1.0.4.0";
sha256 = "0dklxgrbqhnb6bc4ic358g4fyj11ywmjrkxxhqcjmci2hhpn00mr";
+ revision = "1";
+ editedCabalFile = "1nw74vpfag6gdh66kq82a0kdb05c2xnwcfacwlcg77j24gxcgi6s";
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder case-insensitive
containers directory filepath hashable HUnit io-streams lifted-base
@@ -216239,8 +218155,8 @@ self: {
pname = "snap-server";
version = "1.1.1.1";
sha256 = "0lw475wp0lnrbgc3jcfif3qjjc3pmrh2k74d8cgpnc1304g6a2s5";
- revision = "1";
- editedCabalFile = "094b7ll47lxd4lvr6kd59jyw0vz686gw5cx16w758d6fli0cy3x3";
+ revision = "2";
+ editedCabalFile = "12yr0yc7xqxsia84756qalr96fa2lz0sd3mfww2i8784ndlbkfwf";
configureFlags = [ "-fopenssl" ];
isLibrary = true;
isExecutable = true;
@@ -217813,10 +219729,8 @@ self: {
({ mkDerivation, base, basement, bytestring, cereal, network }:
mkDerivation {
pname = "socks";
- version = "0.6.0";
- sha256 = "10bkf2gw5l48j6g1i2slndcg4nzdqj8syrnbj21gjz6sms3zlqlp";
- revision = "1";
- editedCabalFile = "0a7p6gfcmxgrs3rx62qm7fi5hvn90r64px7wbqva4h6scrmywn50";
+ version = "0.6.1";
+ sha256 = "0wvaxy3dkv97wrncjv1rxrmjr4014hgxz82kixvcwqdhidalfi3k";
libraryHaskellDepends = [
base basement bytestring cereal network
];
@@ -220338,8 +222252,8 @@ self: {
pname = "stache";
version = "2.0.1";
sha256 = "0awyh8zjvly18s4gnqy4970fj1hr4zpb38lisfy6px42m38g17vk";
- revision = "2";
- editedCabalFile = "17da7jih43nl3zqgpmlk3n2kpwjmb2np4w8ldpq2vyi9ab8p6vjm";
+ revision = "3";
+ editedCabalFile = "1y1wff5mdcin3wc9pbj3agsircrf1pxjjm8j90n8g40l7acnf63c";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@@ -220367,6 +222281,8 @@ self: {
pname = "stache";
version = "2.1.0";
sha256 = "1q34h46px7miy2kx1yzaj785ai70mkchmijpdq2iih1fffir8kvk";
+ revision = "1";
+ editedCabalFile = "19vkvp6gkhld4lm8d87sicw63cd6d5awphyjpsdg9iha44j6sh11";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@@ -220519,6 +222435,8 @@ self: {
executableHaskellDepends = [ base options text turtle ];
description = "Console program used to fix Stack build errors automatically";
license = stdenv.lib.licenses.agpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-hpc-coveralls" = callPackage
@@ -221636,33 +223554,6 @@ self: {
}) {};
"statistics" = callPackage
- ({ mkDerivation, aeson, base, base-orphans, binary
- , data-default-class, deepseq, dense-linear-algebra, erf, HUnit
- , ieee754, math-functions, monad-par, mwc-random, primitive
- , QuickCheck, test-framework, test-framework-hunit
- , test-framework-quickcheck2, vector, vector-algorithms
- , vector-binary-instances, vector-th-unbox
- }:
- mkDerivation {
- pname = "statistics";
- version = "0.15.0.0";
- sha256 = "0wk4pv4fjpqq49vf8zanb9801lbgcbbfhhvlpp3ka6p8jmfc9scm";
- libraryHaskellDepends = [
- aeson base base-orphans binary data-default-class deepseq
- dense-linear-algebra math-functions monad-par mwc-random primitive
- vector vector-algorithms vector-binary-instances vector-th-unbox
- ];
- testHaskellDepends = [
- aeson base binary dense-linear-algebra erf HUnit ieee754
- math-functions mwc-random primitive QuickCheck test-framework
- test-framework-hunit test-framework-quickcheck2 vector
- vector-algorithms
- ];
- description = "A library of statistical types, data, and functions";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "statistics_0_15_1_1" = callPackage
({ mkDerivation, aeson, async, base, base-orphans, binary
, data-default-class, deepseq, dense-linear-algebra, erf, HUnit
, ieee754, math-functions, monad-par, mwc-random, primitive
@@ -221687,7 +223578,6 @@ self: {
];
description = "A library of statistical types, data, and functions";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"statistics-dirichlet" = callPackage
@@ -221886,8 +223776,8 @@ self: {
}:
mkDerivation {
pname = "staversion";
- version = "0.2.3.1";
- sha256 = "0y3x0bylpiad1l87gzdwbgbaizqas6r9l83cngg3anqsg1gpd7a6";
+ version = "0.2.3.2";
+ sha256 = "059xv38i6mkq7wfvx154m7f7z6byf27q5h68p19nm9mv80l52vv7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -222713,6 +224603,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "storable-enum" = callPackage
+ ({ mkDerivation, base, prelude-compat }:
+ mkDerivation {
+ pname = "storable-enum";
+ version = "0.0";
+ sha256 = "01nllxm3fx9f1cxay80bwvmpawrwipk7d2c6xb1q5fr3iwnqqaa2";
+ libraryHaskellDepends = [ base prelude-compat ];
+ description = "Wrapper that makes any Enum type Storable";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"storable-record" = callPackage
({ mkDerivation, base, semigroups, transformers, utility-ht }:
mkDerivation {
@@ -222951,15 +224852,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "stratosphere_0_42_0" = callPackage
+ "stratosphere_0_43_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
- version = "0.42.0";
- sha256 = "1520dhfad9j1aa9sjxq56v6hivbfnm2vi19hjn7y0m6a80q2wawp";
+ version = "0.43.0";
+ sha256 = "1clx506qbzjm1paqmyw0fzldd2wg8p7jnfp6awqgzilririnvk9w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -223173,17 +225074,14 @@ self: {
"streaming" = callPackage
({ mkDerivation, base, containers, ghc-prim, mmorph, mtl
- , semigroups, transformers, transformers-base
+ , transformers, transformers-base
}:
mkDerivation {
pname = "streaming";
- version = "0.2.2.0";
- sha256 = "04fdw4f51yb16bv3b7z97vqxbns8rv2ag2aphglm29jsd527fsss";
- revision = "2";
- editedCabalFile = "0cfxibcf0lkzbbyxl96dpnmacxv39ljwrlr3935bxykihr83j9xf";
+ version = "0.2.3.0";
+ sha256 = "0qpxz9hkk31k64w98pdnz8qjgxvcznzfwc8d7pvakrnf3zp8w05l";
libraryHaskellDepends = [
- base containers ghc-prim mmorph mtl semigroups transformers
- transformers-base
+ base containers ghc-prim mmorph mtl transformers transformers-base
];
description = "an elementary streaming prelude and general stream type";
license = stdenv.lib.licenses.bsd3;
@@ -223717,6 +225615,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "streamly-cassava" = callPackage
+ ({ mkDerivation, base, bytestring, cassava, criterion, exceptions
+ , hspec, mtl, QuickCheck, quickcheck-instances, streaming
+ , streaming-bytestring, streaming-cassava, streaming-with, streamly
+ , text, vector, weigh
+ }:
+ mkDerivation {
+ pname = "streamly-cassava";
+ version = "0.1.1.0";
+ sha256 = "1mkqmaqzb252plx2cas2kqm82bddwqjk615n6paw035frgvbx9j9";
+ libraryHaskellDepends = [
+ base bytestring cassava exceptions mtl streamly
+ ];
+ testHaskellDepends = [
+ base bytestring cassava exceptions hspec mtl QuickCheck
+ quickcheck-instances streamly text vector
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring cassava criterion exceptions mtl streaming
+ streaming-bytestring streaming-cassava streaming-with streamly
+ vector weigh
+ ];
+ description = "CSV streaming support via cassava for the streamly ecosystem";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"streamproc" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -224076,6 +226000,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "string-fromto" = callPackage
+ ({ mkDerivation, base, bytestring, memory, text }:
+ mkDerivation {
+ pname = "string-fromto";
+ version = "1.0.0.0";
+ sha256 = "0vnf500vahgccbbg7zvxqjxllvyq3jxzf2difqwh46fp62jfqwmx";
+ libraryHaskellDepends = [ base bytestring memory text ];
+ description = "Conversions between common string types, as well as Base16/Base32/Base64";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"string-interpolate" = callPackage
({ mkDerivation, base, bytestring, criterion, formatting
, haskell-src-meta, hspec, interpolate, interpolatedstring-perl6
@@ -224120,16 +226055,13 @@ self: {
}) {};
"string-qq" = callPackage
- ({ mkDerivation, base, Cabal, process, template-haskell }:
+ ({ mkDerivation, base, HUnit, template-haskell, text }:
mkDerivation {
pname = "string-qq";
- version = "0.0.2";
- sha256 = "0662m3i5xrdrr95w829bszkhp88mj9iy1zya54vk2sl5hz9wlmwp";
- revision = "1";
- editedCabalFile = "1flc6mr1nnv8mx69cy1ilwk5gxsidcns82vjdg8dcs8z5axg95kp";
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal process ];
+ version = "0.0.4";
+ sha256 = "0wfxkw4x6j6jq9nd82k83g2k3hskpsvk1dp4cpkshvjr4wg9qny8";
libraryHaskellDepends = [ base template-haskell ];
+ testHaskellDepends = [ base HUnit text ];
description = "QuasiQuoter for non-interpolated strings, texts and bytestrings";
license = stdenv.lib.licenses.publicDomain;
}) {};
@@ -224364,8 +226296,8 @@ self: {
({ mkDerivation, base, bytestring, text }:
mkDerivation {
pname = "stripe-concepts";
- version = "1.0.1.0";
- sha256 = "1bpxsi9dpazxjh3m5lbkvm7aszylmhvkpazw8hdgpdnkv3gryjv5";
+ version = "1.0.2.0";
+ sha256 = "0a8p4pm8v83kcgxm3jpmpl4811pdjjn2rmdl0mkq649rfnm3cg2k";
libraryHaskellDepends = [ base bytestring text ];
description = "Types for the Stripe API";
license = stdenv.lib.licenses.mit;
@@ -224503,8 +226435,8 @@ self: {
}:
mkDerivation {
pname = "stripe-wreq";
- version = "1.0.0.0";
- sha256 = "1cm9fvkpanxydbbrk9s1yj3bkxd7wcschi40a4dhmh8h3wr89y8s";
+ version = "1.0.1.0";
+ sha256 = "0i5d0c9zha4v9361p92kq5bpma5dq5aqdkqdrghwpzx0pppfpx3y";
libraryHaskellDepends = [
aeson base bytestring lens stripe-concepts text
unordered-containers wreq
@@ -224867,8 +226799,8 @@ self: {
}:
mkDerivation {
pname = "stylish-haskell";
- version = "0.9.2.2";
- sha256 = "1zs624xqp6j8vrl6pfv18dm8vz8hvz25grri65ximxhcizgwhnax";
+ version = "0.9.3.0";
+ sha256 = "1r3wh8fxazhwlx4hzzczq1r1hd7h9638ldb9b1iwszbpy90i6z5h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -225781,8 +227713,8 @@ self: {
pname = "sv";
version = "1.4";
sha256 = "02ymnnknfppx59b922y62grkmarwsyy77iv6bmyp2bzm8vbvnvd5";
- revision = "1";
- editedCabalFile = "0lzl0602dbq8nih9ylqk18vqg3xgj3bnf8c6hkxhbc2mryszrhyj";
+ revision = "2";
+ editedCabalFile = "0kacp654mmj9h038mrxnq69ln5ipbbp2ifvyzqixgjask2bf9f41";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring contravariant hw-dsv
semigroupoids sv-core transformers utf8-string validation
@@ -225861,8 +227793,8 @@ self: {
pname = "sv-core";
version = "0.5";
sha256 = "1x5gmv2pbn3hx1dhpkigivjkbg6n6xy7lc36wmccsw2qqn9r5qxa";
- revision = "1";
- editedCabalFile = "1vsd3g5kh50c7vrx9y04crrw6pfs3g74z3sr9s1dbapa9411pif8";
+ revision = "2";
+ editedCabalFile = "066kpnyvpzl6bvc11ng6xq4mdd84lxjiif83i265mkjc8hq21xd4";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring containers contravariant
deepseq double-conversion lens mtl parsec profunctors readable
@@ -226276,8 +228208,8 @@ self: {
}:
mkDerivation {
pname = "swish";
- version = "0.10.0.1";
- sha256 = "1ikqqyra9r79vw2s969kyqh1vgijcr33y7irriylsp51n7pspagk";
+ version = "0.10.0.2";
+ sha256 = "1r6wfj8x5r3w2gvnhvdkjgn3rq4a4smna81gsxah2ibpwhinjjf1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -226699,24 +228631,28 @@ self: {
}) {};
"symbiote" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, cereal, containers
- , monad-control, mtl, QuickCheck, quickcheck-instances, stm, tasty
- , tasty-hunit, text
+ ({ mkDerivation, abides, aeson, async, base, bytestring, cereal
+ , cereal-text, containers, monad-control, mtl, QuickCheck
+ , quickcheck-instances, stm, tasty, tasty-hunit, tasty-quickcheck
+ , text
}:
mkDerivation {
pname = "symbiote";
- version = "0.0.0.1";
- sha256 = "06341y9bfr6h9sf7llxm2zc36q0zabn2ildp0gyskspybibl1sdy";
+ version = "0.0.1.1";
+ sha256 = "0l0ibxsi57d4g7s6yg55wc1fxf7mpzpis5ag34i84g41syfwzyb7";
libraryHaskellDepends = [
- aeson async base bytestring cereal containers monad-control mtl
- QuickCheck stm text
+ abides aeson async base bytestring cereal cereal-text containers
+ monad-control mtl QuickCheck quickcheck-instances stm text
];
testHaskellDepends = [
- aeson async base bytestring cereal containers monad-control mtl
- QuickCheck quickcheck-instances stm tasty tasty-hunit text
+ abides aeson async base bytestring cereal cereal-text containers
+ monad-control mtl QuickCheck quickcheck-instances stm tasty
+ tasty-hunit tasty-quickcheck text
];
description = "Data serialization, communication, and operation verification implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"symbol" = callPackage
@@ -227703,12 +229639,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "systemd_2_1_0" = callPackage
+ "systemd_2_2_0" = callPackage
({ mkDerivation, base, bytestring, network, transformers, unix }:
mkDerivation {
pname = "systemd";
- version = "2.1.0";
- sha256 = "1m6z5f3zaxxn9jcbd02b16rzgbifzwlwvpbw8v16qh5q8sy074dc";
+ version = "2.2.0";
+ sha256 = "18z0wc71k3wwxfighwk4y03aprf5sd94vadzbyjysrac2np1qz20";
libraryHaskellDepends = [
base bytestring network transformers unix
];
@@ -229247,8 +231183,8 @@ self: {
pname = "tasty-hspec";
version = "1.1.5.1";
sha256 = "0i9kdzjpk750sa078jj3iyhp72k0177zk7vxl131r6dkyz09x27y";
- revision = "3";
- editedCabalFile = "1wgz3z5bnq5qml8d0i18gvz30dmmax3686lmqz3vf4hxd3vqfkpj";
+ revision = "4";
+ editedCabalFile = "1yppwhs2r2rlwrzli9ccv5ldgl95h5p7pqhsr898r3das6daf6sk";
libraryHaskellDepends = [
base hspec hspec-core QuickCheck tasty tasty-quickcheck
tasty-smallcheck
@@ -231043,10 +232979,9 @@ self: {
, directory, distributive, doctest, dyre, filepath, focuslist
, genvalidity-containers, genvalidity-hspec, gi-gdk, gi-gio
, gi-glib, gi-gtk, gi-pango, gi-vte, gtk3, haskell-gi-base
- , hedgehog, inline-c, lens, libpcre2, mono-traversable
- , pretty-simple, QuickCheck, singletons, tasty, tasty-hedgehog
- , tasty-hspec, template-haskell, text, vte_291, xml-conduit
- , xml-html-qq
+ , hedgehog, inline-c, lens, mono-traversable, pcre2, pretty-simple
+ , QuickCheck, singletons, tasty, tasty-hedgehog, tasty-hspec
+ , template-haskell, text, vte_291, xml-conduit, xml-html-qq
}:
mkDerivation {
pname = "termonad";
@@ -231063,7 +232998,7 @@ self: {
mono-traversable pretty-simple QuickCheck singletons text
xml-conduit xml-html-qq
];
- libraryPkgconfigDepends = [ gtk3 libpcre2 vte_291 ];
+ libraryPkgconfigDepends = [ gtk3 pcre2 vte_291 ];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base doctest genvalidity-containers genvalidity-hspec hedgehog lens
@@ -231071,7 +233006,8 @@ self: {
];
description = "Terminal emulator configurable in Haskell";
license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) gtk3; libpcre2 = null; vte_291 = pkgs.vte;};
+ }) {inherit (pkgs) gtk3; inherit (pkgs) pcre2;
+ vte_291 = pkgs.vte;};
"termplot" = callPackage
({ mkDerivation, base, brick, data-default, optparse-applicative
@@ -231180,8 +233116,8 @@ self: {
pname = "test-framework";
version = "0.8.2.0";
sha256 = "1hhacrzam6b8f10hyldmjw8pb7frdxh04rfg3farxcxwbnhwgbpm";
- revision = "4";
- editedCabalFile = "1g1z9h55ii55b44gzgrjgi1lpk85yfi4yhrynvfy0199ywpckpd5";
+ revision = "5";
+ editedCabalFile = "18g92ajx3ghznd6k3ihj22ln29n676ailzwx3k0f1kj3bmpilnh6";
libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint base containers hostname old-locale
random regex-posix time xml
@@ -231809,8 +233745,8 @@ self: {
}:
mkDerivation {
pname = "texmath";
- version = "0.11.2.2";
- sha256 = "11qhp37ghz70bbpapzafd1ksvzqrd1p0fi7fjlyfs10i02pj8kpy";
+ version = "0.11.3";
+ sha256 = "03rpxbp43bjs62mmw4hv4785n6f6nbf8kj2y9mma5nzk6i2xs09f";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -233292,8 +235228,8 @@ self: {
}:
mkDerivation {
pname = "th-orphans";
- version = "0.13.8";
- sha256 = "0f5rf8jr9g5pgnqv7i60ygmnycjq1qbfvccjpagc1xy4gbgjng41";
+ version = "0.13.9";
+ sha256 = "1xj1gssv77hdx1r3ndg8k49v3ipj3a6r7crkyvx13jrps3m6ng1z";
libraryHaskellDepends = [
base mtl template-haskell th-lift th-lift-instances th-reify-many
];
@@ -233414,8 +235350,8 @@ self: {
}:
mkDerivation {
pname = "th-test-utils";
- version = "1.0.0";
- sha256 = "1kpkf6h0vr06z7iphkcjva9x28mfjg967hrih4im527g9vw5mdq6";
+ version = "1.0.1";
+ sha256 = "1qbxj4zarw1nm0c2shrr4wrrkmqlxx2qdh9q3q9arkic4lwgsxcx";
libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [
base tasty tasty-hunit template-haskell transformers
@@ -235734,8 +237670,31 @@ self: {
}:
mkDerivation {
pname = "tldr";
- version = "0.4.0.1";
- sha256 = "0nc581y9jjzwd8l88g48c72mla7k6q1w102akl7gl5jsk9ljamd3";
+ version = "0.4.0.2";
+ sha256 = "1zy9yyg7bxiyz1prkvrscggsb9p0f8y0nqxxxzlgzvnh2nmqf8f2";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-terminal base bytestring cmark text
+ ];
+ executableHaskellDepends = [
+ base directory filepath optparse-applicative semigroups
+ typed-process
+ ];
+ testHaskellDepends = [ base tasty tasty-golden ];
+ description = "Haskell tldr client";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "tldr_0_5_1" = callPackage
+ ({ mkDerivation, ansi-terminal, base, bytestring, cmark, directory
+ , filepath, optparse-applicative, semigroups, tasty, tasty-golden
+ , text, typed-process
+ }:
+ mkDerivation {
+ pname = "tldr";
+ version = "0.5.1";
+ sha256 = "1b0q5gjk3567jd7ysz7l24r4wni8yjmzr1snmadf199873gs0821";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -235748,6 +237707,7 @@ self: {
testHaskellDepends = [ base tasty tasty-golden ];
description = "Haskell tldr client";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tls" = callPackage
@@ -235910,6 +237870,8 @@ self: {
];
description = "Handle phylogenetic trees";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tmapchan" = callPackage
@@ -236212,8 +238174,8 @@ self: {
pname = "token-bucket";
version = "0.1.0.1";
sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii";
- revision = "4";
- editedCabalFile = "19kxi77aqyra00m02751sdfm6qy6mx4mlh7bhqv4wyaggwga707g";
+ revision = "5";
+ editedCabalFile = "049d9bk5f8qa6d7gjgg4nqd56xz1mrxr1rxcwxsrk4vkqcpmzs6q";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base time ];
description = "Rate limiter using lazy bucket algorithm";
@@ -236435,6 +238397,38 @@ self: {
license = stdenv.lib.licenses.mpl20;
}) {};
+ "tomland_1_2_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, directory
+ , hashable, hedgehog, hspec-megaparsec, markdown-unlit, megaparsec
+ , mtl, parser-combinators, tasty, tasty-discover, tasty-hedgehog
+ , tasty-hspec, tasty-silver, text, time, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "tomland";
+ version = "1.2.0.0";
+ sha256 = "1kwrp12x2gyb3syijrd2jbx7sd13p78aq2nspnfff453ki17z8zf";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring containers deepseq hashable megaparsec mtl
+ parser-combinators text time transformers unordered-containers
+ ];
+ executableHaskellDepends = [
+ base containers hashable text time unordered-containers
+ ];
+ executableToolDepends = [ markdown-unlit ];
+ testHaskellDepends = [
+ base bytestring containers directory hashable hedgehog
+ hspec-megaparsec megaparsec tasty tasty-hedgehog tasty-hspec
+ tasty-silver text time unordered-containers
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Bidirectional TOML serialization";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"tomlcheck" = callPackage
({ mkDerivation, base, htoml-megaparsec, megaparsec
, optparse-applicative, text
@@ -236604,8 +238598,8 @@ self: {
}:
mkDerivation {
pname = "too-many-cells";
- version = "0.1.12.4";
- sha256 = "02qgin4x0vmj56y4yv3zb4fimd6zaqnx344gyj9lrq11fnr202yr";
+ version = "0.2.1.0";
+ sha256 = "06sp0c0db4xnik2c361q1g5x8alcfjz9fppxwzz8dbagqbdi110a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -236934,50 +238928,53 @@ self: {
}) {};
"toysolver" = callPackage
- ({ mkDerivation, array, base, bytestring, bytestring-builder, clock
+ ({ mkDerivation, ansi-wl-pprint, array, base, bytestring
+ , bytestring-builder, bytestring-encoding, case-insensitive, clock
, containers, criterion, data-default, data-default-class
, data-interval, deepseq, directory, extended-reals, filepath
, finite-field, ghc-prim, hashable, hashtables, haskeline, heaps
, intern, lattices, log-domain, loop, megaparsec, mtl, multiset
- , mwc-random, OptDir, parsec, prettyclass, primes, primitive
- , process, pseudo-boolean, queue, QuickCheck, scientific
+ , mwc-random, OptDir, optparse-applicative, parsec, pretty, primes
+ , primitive, process, pseudo-boolean, queue, QuickCheck, scientific
, semigroups, sign, stm, tasty, tasty-hunit, tasty-quickcheck
, tasty-th, template-haskell, temporary, text, time, transformers
, transformers-compat, unbounded-delays, unordered-containers
- , vector, vector-space, xml-conduit
+ , vector, vector-space, xml-conduit, zlib
}:
mkDerivation {
pname = "toysolver";
- version = "0.5.0";
- sha256 = "0dr34aknbh8p500zj4lcll5mi1km16jxyvjx1gdrp63csdfi1ich";
+ version = "0.6.0";
+ sha256 = "0hd3rwbv8k62qnw9spwx6gl0j4syivvrigjcdgc53llbqzdjr0v1";
revision = "1";
- editedCabalFile = "19qbl75mn7kwyvygwc0ad73vj4vkaj5mnkmwpx9mavwl7px2kzps";
+ editedCabalFile = "0grqs68qr3jpy2hibl5vlnz981hk0hnd5wacglnxxswqikdbpn06";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- array base bytestring bytestring-builder clock containers
- data-default-class data-interval deepseq extended-reals filepath
- finite-field ghc-prim hashable hashtables heaps intern lattices
- log-domain loop megaparsec mtl multiset mwc-random OptDir
- prettyclass primes primitive process pseudo-boolean queue
- scientific semigroups sign stm template-haskell temporary text time
- transformers transformers-compat unordered-containers vector
- vector-space xml-conduit
+ array base bytestring bytestring-builder bytestring-encoding
+ case-insensitive clock containers data-default-class data-interval
+ deepseq extended-reals filepath finite-field ghc-prim hashable
+ hashtables heaps intern lattices log-domain loop megaparsec mtl
+ multiset mwc-random OptDir pretty primes primitive process
+ pseudo-boolean queue scientific semigroups sign stm
+ template-haskell temporary text time transformers
+ transformers-compat unordered-containers vector vector-space
+ xml-conduit zlib
];
executableHaskellDepends = [
- array base bytestring bytestring-builder clock containers
- data-default data-default-class directory filepath haskeline intern
- megaparsec mtl mwc-random OptDir parsec process pseudo-boolean
- scientific temporary text time transformers transformers-compat
+ ansi-wl-pprint array base bytestring bytestring-builder clock
+ containers data-default data-default-class directory filepath
+ haskeline intern megaparsec mtl mwc-random OptDir
+ optparse-applicative parsec process pseudo-boolean scientific
+ temporary text time transformers transformers-compat
unbounded-delays vector
];
testHaskellDepends = [
array base bytestring bytestring-builder containers
data-default-class data-interval deepseq finite-field hashable
- intern lattices megaparsec mtl mwc-random OptDir parsec prettyclass
- pseudo-boolean QuickCheck tasty tasty-hunit tasty-quickcheck
- tasty-th text transformers transformers-compat unordered-containers
- vector vector-space
+ intern lattices megaparsec mtl mwc-random OptDir parsec pretty
+ pseudo-boolean QuickCheck scientific tasty tasty-hunit
+ tasty-quickcheck tasty-th text transformers transformers-compat
+ unordered-containers vector vector-space
];
benchmarkHaskellDepends = [
array base criterion data-default-class vector
@@ -237242,8 +239239,8 @@ self: {
}:
mkDerivation {
pname = "traction";
- version = "0.3.0";
- sha256 = "1y0l02hcbxmc3vidg477z7dlbikalmi448dv8dl5pl7zpflcp7di";
+ version = "0.4.0";
+ sha256 = "1prd4wq5jb4flzdg78861w1x8xwdbgd0b64xbksdprhlvlyrvmxk";
libraryHaskellDepends = [
base bytestring containers exceptions mmorph postgresql-simple
resource-pool syb template-haskell text time transformers
@@ -238120,16 +240117,16 @@ self: {
"tree-sitter" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
- , filepath, fused-effects, hedgehog, split, template-haskell, text
- , unordered-containers
+ , filepath, fused-effects, hedgehog, semantic-source, split
+ , template-haskell, text, unordered-containers
}:
mkDerivation {
pname = "tree-sitter";
- version = "0.3.0.0";
- sha256 = "1ai587a8m67j0rjg1gbhxnv1kl4awpcr7jvh4qnlvx91g7s1gq2g";
+ version = "0.5.0.0";
+ sha256 = "0gf2mcrrib4id0374hs9mf24g09d4rz7nrrgf92ls7b8279xvjkd";
libraryHaskellDepends = [
aeson base bytestring containers directory filepath fused-effects
- split template-haskell text unordered-containers
+ semantic-source split template-haskell text unordered-containers
];
testHaskellDepends = [ base hedgehog ];
description = "Unstable bindings for the tree-sitter parsing library";
@@ -238142,8 +240139,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-go";
- version = "0.2.0.0";
- sha256 = "1yrhn025rdllfcmlcaiz6idxhxqh02qjpw71dm3zynmnmgmpqcc0";
+ version = "0.2.0.1";
+ sha256 = "1l1phqnsfsi47pqcjn84i8pqxfyslnrhw8an9g6fxx21gc6sdn45";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Go";
@@ -238156,10 +240153,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-haskell";
- version = "0.2.0.0";
- sha256 = "0cds6xmps88vx3x7ifkpjbbbgvnbc22hxam6qdwy2m1njbff3wad";
- revision = "1";
- editedCabalFile = "07kgsp70bwggcnxh9229dvbfysc9s4ykzir4973pn02qs5l7kb6y";
+ version = "0.2.0.1";
+ sha256 = "0c02sv4hzlyfdpk7s8ykgm9cr6xwmjw8npy356v2vgbr0l238bgw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base template-haskell tree-sitter ];
@@ -238174,8 +240169,9 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-java";
- version = "0.2.0.0";
- sha256 = "1gayg7ln4iy56a4pl3dqrl2iq689b1a8z2n59dnrhmzhq87lzx7y";
+ version = "0.4.0.0";
+ sha256 = "0v8mw4slp6rgyw2h3qpqkjqs13kg8dcigq7014dh77h804plk0w7";
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Java";
@@ -238185,12 +240181,13 @@ self: {
}) {};
"tree-sitter-json" = callPackage
- ({ mkDerivation, base, template-haskell, tree-sitter }:
+ ({ mkDerivation, base, template-haskell, text, tree-sitter }:
mkDerivation {
pname = "tree-sitter-json";
- version = "0.2.0.0";
- sha256 = "0x30pwmganjabzkgqgrkk249r8v4frag9ww64j4sfq6r2vbfc7l3";
- libraryHaskellDepends = [ base template-haskell tree-sitter ];
+ version = "0.3.0.0";
+ sha256 = "09489gikbmddw28ckgf6mg526j43386sdilvb7gzs5x9kc86sd4q";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base template-haskell text tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for JSON";
license = stdenv.lib.licenses.bsd3;
@@ -238202,8 +240199,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-php";
- version = "0.2.0.0";
- sha256 = "0wdyppjp879wb3m73kczsa78c0lyqvpnkvsh13bh22vw66jypj6x";
+ version = "0.2.0.1";
+ sha256 = "0dxszds10fr3zp1vjcj18b44mv6hmbzskmai14x03zgimxgwwaqm";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for PHP";
@@ -238214,15 +240211,16 @@ self: {
"tree-sitter-python" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, filepath
- , hedgehog, template-haskell, tree-sitter
+ , hedgehog, semantic-source, template-haskell, tree-sitter
}:
mkDerivation {
pname = "tree-sitter-python";
- version = "0.4.0.0";
- sha256 = "02i12ys845j4n0j7a1qpdlbx9ia51m7ab9lhk7d4028ysx82crn9";
+ version = "0.6.0.0";
+ sha256 = "041qrxdkn19x9h0vcjb0jvc6d0mp6ysdak7i4yqqww683npxjkp1";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson base directory filepath template-haskell tree-sitter
+ aeson base directory filepath semantic-source template-haskell
+ tree-sitter
];
testHaskellDepends = [ base bytestring hedgehog tree-sitter ];
doHaddock = false;
@@ -238236,8 +240234,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-ruby";
- version = "0.2.0.0";
- sha256 = "0n2ls3mkinqv0h2h05pmi8scmgr70bpg3pdg9wnid1gdpcwn07qx";
+ version = "0.2.0.1";
+ sha256 = "1rk49pm93avr9fap8xim7zl26wms50q2f5x2yp9nq5w3mbm3j3sc";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Ruby";
@@ -238250,8 +240248,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-tsx";
- version = "0.2.1.0";
- sha256 = "1lj2mmgqkswn8n5p4j4zdd0fw3syvg8v4d0ahnipvv1b05g1y1f4";
+ version = "0.2.1.1";
+ sha256 = "1r4kr4c0vslw3j2hanzf8wifabfynz5brayd6kz1hpczg8icandm";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for TSX";
@@ -238264,8 +240262,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-typescript";
- version = "0.2.1.0";
- sha256 = "1dgb5b1yhpwrr8qd18l4jlxx3g5c34zaxffh934pssyldckfbid6";
+ version = "0.2.1.1";
+ sha256 = "0i8vnc0afqnf8lnl8rmsax6b9pfx3s14s8q35f0h3ghpv9b38bs6";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for TypeScript";
@@ -238464,6 +240462,8 @@ self: {
pname = "trie-simple";
version = "0.4.1.1";
sha256 = "0h3wfq4fjakkwvrv35l25709xv528h1c08cr754gvk4l8vqnk6k7";
+ revision = "1";
+ editedCabalFile = "09kzna10hdf2qjialdg6rql0w55si9db7sjd89l661sgidlbq7y0";
libraryHaskellDepends = [ base containers deepseq mtl ];
testHaskellDepends = [ base containers hspec QuickCheck vector ];
benchmarkHaskellDepends = [
@@ -238796,10 +240796,8 @@ self: {
({ mkDerivation, array, base, containers, random, stm }:
mkDerivation {
pname = "tskiplist";
- version = "1.0.0";
- sha256 = "0bayh8fl3wb98mifdiss8crb17jfqxxj0f1va5c2h4l7qwizh85a";
- revision = "1";
- editedCabalFile = "162s24i0n1pcgp8m4lqhs9vm3m78by88axdvn358zxjpfrpln817";
+ version = "1.0.1";
+ sha256 = "0fn02g963id0yzsd16lhriy78mwndl8jl7ry5q0v6a4d5xg2hjzp";
libraryHaskellDepends = [ array base containers random stm ];
description = "A Skip List Implementation in Software Transactional Memory (STM)";
license = "LGPL";
@@ -239036,14 +241034,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ttl-hashtables_1_4_0_0" = callPackage
+ "ttl-hashtables_1_4_1_0" = callPackage
({ mkDerivation, base, clock, containers, data-default, failable
, hashable, hashtables, hspec, mtl, transformers
}:
mkDerivation {
pname = "ttl-hashtables";
- version = "1.4.0.0";
- sha256 = "0s8ia8sd3j5k05gv57agbxar6bnpigwcy53ypz3j3pml90sdm820";
+ version = "1.4.1.0";
+ sha256 = "1y3wzb5fhdmyszr5902r01c6481nsaiw0y4imzppyqcap7ppl3fj";
libraryHaskellDepends = [
base clock containers data-default failable hashable hashtables mtl
transformers
@@ -239460,31 +241458,6 @@ self: {
"turtle" = callPackage
({ mkDerivation, ansi-wl-pprint, async, base, bytestring, clock
- , containers, criterion, directory, doctest, exceptions, foldl
- , hostname, managed, optional-args, optparse-applicative, process
- , semigroups, stm, system-fileio, system-filepath, temporary, text
- , time, transformers, unix, unix-compat
- }:
- mkDerivation {
- pname = "turtle";
- version = "1.5.14";
- sha256 = "10sxbmis82z5r2ksfkik5kryz5i0xwihz9drc1dzz4fb76kkb67z";
- revision = "3";
- editedCabalFile = "0rmmfqsphhv7h72a8lbdbpqi3rc4k6k83x8p9mamh57108qrs3xy";
- libraryHaskellDepends = [
- ansi-wl-pprint async base bytestring clock containers directory
- exceptions foldl hostname managed optional-args
- optparse-applicative process semigroups stm system-fileio
- system-filepath temporary text time transformers unix unix-compat
- ];
- testHaskellDepends = [ base doctest system-filepath temporary ];
- benchmarkHaskellDepends = [ base criterion text ];
- description = "Shell programming, Haskell-style";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "turtle_1_5_15" = callPackage
- ({ mkDerivation, ansi-wl-pprint, async, base, bytestring, clock
, containers, criterion, directory, doctest, exceptions, fail
, foldl, hostname, managed, optional-args, optparse-applicative
, process, semigroups, stm, streaming-commons, system-fileio
@@ -239495,6 +241468,8 @@ self: {
pname = "turtle";
version = "1.5.15";
sha256 = "0yckgsc2a4g5x867gni80ldp226bsnhncfbil4ql6v2zwm4r8p7f";
+ revision = "1";
+ editedCabalFile = "02q1rv7zx31xz9wnmcqwd4w3iw7623p07iyi21zr0cqlignic5pg";
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions foldl hostname managed optional-args
@@ -239508,7 +241483,6 @@ self: {
benchmarkHaskellDepends = [ base criterion text ];
description = "Shell programming, Haskell-style";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"turtle-options" = callPackage
@@ -241318,8 +243292,8 @@ self: {
}:
mkDerivation {
pname = "typesafe-precure";
- version = "0.7.5.1";
- sha256 = "0n2cnd15gwixk17jqcz4hxishikscwbcn2gnrkcz3a295ng68ins";
+ version = "0.7.6.1";
+ sha256 = "1sc74y1nqydshrycf309636f49h0nbc5bfiix991nxrv9grwslpi";
libraryHaskellDepends = [
aeson aeson-pretty autoexporter base bytestring dlist
monad-skeleton template-haskell text th-data-compat
@@ -242838,8 +244812,8 @@ self: {
}:
mkDerivation {
pname = "units";
- version = "2.4.1.1";
- sha256 = "0359h9pjjsw3ivl40kv51rd0pp0j1phyqqjfiv2bxa37mm3fxmr2";
+ version = "2.4.1.2";
+ sha256 = "0ipjkwcawchgfbldm56y6xb31qs6ifj7lvw4xabl2jjb6j5f0sr6";
libraryHaskellDepends = [
base containers deepseq lens linear mtl multimap singletons syb
template-haskell th-desugar units-parser vector-space
@@ -243686,12 +245660,14 @@ self: {
}) {};
"unpacked-maybe-numeric" = callPackage
- ({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes }:
+ ({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes
+ , wide-word
+ }:
mkDerivation {
pname = "unpacked-maybe-numeric";
- version = "0.1.0.0";
- sha256 = "19jz91jkbvnldy56kv9wb1nmbwvlxjh7nqlxc99nq6yi4whsh8gj";
- libraryHaskellDepends = [ base primitive ];
+ version = "0.1.1.0";
+ sha256 = "1bhipjz20zajbkg6zjgw99w1bzdn6w6ixl34m6wnhvz8bms27lm1";
+ libraryHaskellDepends = [ base primitive wide-word ];
testHaskellDepends = [ base QuickCheck quickcheck-classes ];
description = "maybes of numeric values with fewer indirections";
license = stdenv.lib.licenses.bsd3;
@@ -243699,6 +245675,17 @@ self: {
broken = true;
}) {};
+ "unpacked-maybe-text" = callPackage
+ ({ mkDerivation, base, bytestring, text-short }:
+ mkDerivation {
+ pname = "unpacked-maybe-text";
+ version = "0.1.0.0";
+ sha256 = "10mc9kjjqf82ddi586g5r6h065znhj9s0ih9w800yw4xl65ygayv";
+ libraryHaskellDepends = [ base bytestring text-short ];
+ description = "optional text that unpacks well";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"unpacked-these" = callPackage
({ mkDerivation, base, deepseq, ghc-prim, QuickCheck
, quickcheck-classes, these, unpacked-maybe
@@ -244165,6 +246152,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "uri-bytestring_0_3_2_2" = callPackage
+ ({ mkDerivation, attoparsec, base, base-compat, blaze-builder
+ , bytestring, containers, criterion, deepseq, deepseq-generics
+ , hedgehog, HUnit, network-uri, safe, semigroups, tasty
+ , tasty-hedgehog, tasty-hunit, template-haskell, th-lift-instances
+ , transformers
+ }:
+ mkDerivation {
+ pname = "uri-bytestring";
+ version = "0.3.2.2";
+ sha256 = "0spzv3mwlpxiamd7347sxwcy2xri16ak1y7p1v4fisnvq4jprm67";
+ libraryHaskellDepends = [
+ attoparsec base blaze-builder bytestring containers
+ template-haskell th-lift-instances
+ ];
+ testHaskellDepends = [
+ attoparsec base base-compat blaze-builder bytestring containers
+ hedgehog HUnit safe semigroups tasty tasty-hedgehog tasty-hunit
+ transformers
+ ];
+ benchmarkHaskellDepends = [
+ base blaze-builder bytestring criterion deepseq deepseq-generics
+ network-uri
+ ];
+ description = "Haskell URI parsing as ByteStrings";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"uri-bytestring-aeson" = callPackage
({ mkDerivation, aeson, base, bytestring, text, uri-bytestring }:
mkDerivation {
@@ -245621,8 +247637,8 @@ self: {
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "validity";
- version = "0.9.0.1";
- sha256 = "112wchq5l39fi9bkfkljic7bh1rd5gvz4lwjjw9pajg0zj51pyib";
+ version = "0.9.0.2";
+ sha256 = "1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "Validity typeclass";
@@ -245667,6 +247683,18 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "validity-containers_0_5_0_0" = callPackage
+ ({ mkDerivation, base, containers, validity }:
+ mkDerivation {
+ pname = "validity-containers";
+ version = "0.5.0.0";
+ sha256 = "0b1kwzgynq00mx563w9yfm6jmy268m5ylsdsibn3ymxf3h19px91";
+ libraryHaskellDepends = [ base containers validity ];
+ description = "Validity instances for containers";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"validity-path" = callPackage
({ mkDerivation, base, filepath, genvalidity-hspec, hspec, path
, validity
@@ -245683,6 +247711,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "validity-path_0_4_0_0" = callPackage
+ ({ mkDerivation, base, filepath, genvalidity-hspec, hspec, path
+ , validity
+ }:
+ mkDerivation {
+ pname = "validity-path";
+ version = "0.4.0.0";
+ sha256 = "1clma6ll0n5biaci0bsi0zzf8xr2xnc1ff5vmbxyr98pz1wy6yn4";
+ libraryHaskellDepends = [ base filepath path validity ];
+ testHaskellDepends = [
+ base filepath genvalidity-hspec hspec path validity
+ ];
+ description = "Validity instances for Path";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"validity-primitive" = callPackage
({ mkDerivation, base, primitive, validity }:
mkDerivation {
@@ -246210,6 +248255,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "vec_0_2" = callPackage
+ ({ mkDerivation, adjunctions, base, base-compat, criterion, deepseq
+ , distributive, fin, hashable, inspection-testing, lens
+ , semigroupoids, tagged, transformers, vector
+ }:
+ mkDerivation {
+ pname = "vec";
+ version = "0.2";
+ sha256 = "0jh3na9nvljvshzij3hca8g2gpbsrp253fqnqzpq4p8bkv8zkfj1";
+ libraryHaskellDepends = [
+ adjunctions base base-compat deepseq distributive fin hashable lens
+ semigroupoids transformers
+ ];
+ testHaskellDepends = [
+ base base-compat fin inspection-testing tagged
+ ];
+ benchmarkHaskellDepends = [ base criterion fin vector ];
+ description = "Vec: length-indexed (sized) list";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"vect" = callPackage
({ mkDerivation, base, random }:
mkDerivation {
@@ -246362,8 +248429,8 @@ self: {
}:
mkDerivation {
pname = "vector-builder";
- version = "0.3.7.2";
- sha256 = "04dri31fqcwlhprvw9vl6qsgj8f7q4ms0rc2bfqcaqj1a2kr3cdf";
+ version = "0.3.8";
+ sha256 = "0ww0l52p8s6gmh985adnjbvm1vrqpqbm08qdcrvxwhhcqmxgv6m3";
libraryHaskellDepends = [ base base-prelude semigroups vector ];
testHaskellDepends = [
attoparsec QuickCheck quickcheck-instances rerebase tasty
@@ -246755,10 +248822,8 @@ self: {
({ mkDerivation, base, data-default, template-haskell, vector }:
mkDerivation {
pname = "vector-th-unbox";
- version = "0.2.1.6";
- sha256 = "0d82x55f5vvr1jvaia382m23rs690lg55pvavv8f4ph0y6kd91xy";
- revision = "1";
- editedCabalFile = "1bpxdliw7jmks1rkmb8hbr7hng3niz1pfc6n3s8ndj1acrksmfmv";
+ version = "0.2.1.7";
+ sha256 = "0q8dqnbv1c2gi7jjdhqj14abj1vik23ki6lq4iz2sz18yc7q69fi";
libraryHaskellDepends = [ base template-haskell vector ];
testHaskellDepends = [ base data-default vector ];
description = "Deriver for Data.Vector.Unboxed using Template Haskell";
@@ -246941,6 +249006,42 @@ self: {
broken = true;
}) {};
+ "verismith" = callPackage
+ ({ mkDerivation, alex, array, base, binary, blaze-html, bytestring
+ , Cabal, cabal-doctest, criterion, cryptonite, deepseq, DRBG
+ , exceptions, fgl, fgl-visualize, filepath, gitrev, hedgehog, lens
+ , lifted-base, memory, monad-control, optparse-applicative, parsec
+ , prettyprinter, random, recursion-schemes, shakespeare, shelly
+ , statistics, tasty, tasty-hedgehog, tasty-hunit, template-haskell
+ , text, time, tomland, transformers, transformers-base
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "verismith";
+ version = "0.4.0.0";
+ sha256 = "1f2yzspw12slmhywvdnqfwzxn3v6qvzwgjm7lsjx72lb3611w4z3";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ array base binary blaze-html bytestring cryptonite deepseq DRBG
+ exceptions fgl fgl-visualize filepath gitrev hedgehog lens
+ lifted-base memory monad-control optparse-applicative parsec
+ prettyprinter random recursion-schemes shakespeare shelly
+ statistics template-haskell text time tomland transformers
+ transformers-base unordered-containers vector
+ ];
+ libraryToolDepends = [ alex ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base fgl hedgehog lens parsec shakespeare tasty tasty-hedgehog
+ tasty-hunit text
+ ];
+ benchmarkHaskellDepends = [ base criterion lens ];
+ description = "Random verilog generation and simulator testing";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"versioning" = callPackage
({ mkDerivation, aeson, base, bytestring, hspec, semigroupoids }:
mkDerivation {
@@ -247017,6 +249118,18 @@ self: {
broken = true;
}) {};
+ "vformat" = callPackage
+ ({ mkDerivation, base, containers, hspec, QuickCheck, time }:
+ mkDerivation {
+ pname = "vformat";
+ version = "0.9.1.0";
+ sha256 = "1bq7m1yjqkgqk1bxh28n67n04yfxvp2466xmrb83a93w22h98k7l";
+ libraryHaskellDepends = [ base containers time ];
+ testHaskellDepends = [ base containers hspec QuickCheck time ];
+ description = "A Python str.format() like formatter";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"vfr-waypoints" = callPackage
({ mkDerivation, base, containers, dimensional, fuzzy
, geodetic-types, lens, monoid-subclasses, optparse-applicative
@@ -247134,24 +249247,6 @@ self: {
}:
mkDerivation {
pname = "viewprof";
- version = "0.0.0.30";
- sha256 = "0l3hf7dj9y4zr6qzih3xl3yz56pjd4gy9jfk9aqypv2rcvwh1w17";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base brick containers directory ghc-prof lens scientific text
- vector vector-algorithms vty
- ];
- description = "Text-based interactive GHC .prof viewer";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "viewprof_0_0_0_31" = callPackage
- ({ mkDerivation, base, brick, containers, directory, ghc-prof, lens
- , scientific, text, vector, vector-algorithms, vty
- }:
- mkDerivation {
- pname = "viewprof";
version = "0.0.0.31";
sha256 = "0qw2r89ghyxcyzl360i3h0iwfgp1cmsb5pn0kw9nprqpa2flwfdj";
isLibrary = false;
@@ -247162,7 +249257,6 @@ self: {
];
description = "Text-based interactive GHC .prof viewer";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"views" = callPackage
@@ -247307,6 +249401,32 @@ self: {
pname = "vinyl";
version = "0.11.0";
sha256 = "0sqa4x8cwg6hdx3lrnq9pbggsh5vv6rhng2az4grl60c4kw6zr08";
+ revision = "1";
+ editedCabalFile = "05i1sjkgn9vf488sa063fnp0p56ic39a5vyni9b2llm4vbpl4kwz";
+ libraryHaskellDepends = [ array base ghc-prim ];
+ testHaskellDepends = [
+ aeson base doctest hspec lens lens-aeson microlens mtl
+ should-not-typecheck singletons text unordered-containers vector
+ ];
+ benchmarkHaskellDepends = [
+ base criterion linear microlens mwc-random primitive tagged vector
+ ];
+ description = "Extensible Records";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "vinyl_0_12_0" = callPackage
+ ({ mkDerivation, aeson, array, base, criterion, doctest, ghc-prim
+ , hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random
+ , primitive, should-not-typecheck, singletons, tagged, text
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "vinyl";
+ version = "0.12.0";
+ sha256 = "04lzhlmm57yp1x0z4g0dl1q96wqsygsldxdksam0gisdidk133vi";
libraryHaskellDepends = [ array base ghc-prim ];
testHaskellDepends = [
aeson base doctest hspec lens lens-aeson microlens mtl
@@ -247900,6 +250020,41 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "vty_5_26" = callPackage
+ ({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers
+ , deepseq, directory, filepath, hashable, HUnit, microlens
+ , microlens-mtl, microlens-th, mtl, parallel, parsec, QuickCheck
+ , quickcheck-assertions, random, smallcheck, stm, string-qq
+ , terminfo, test-framework, test-framework-hunit
+ , test-framework-smallcheck, text, transformers, unix, utf8-string
+ , vector
+ }:
+ mkDerivation {
+ pname = "vty";
+ version = "5.26";
+ sha256 = "03iznvkdm11blzx09il96262qpgc4mmi3qzarhl8grrijkgzxj4x";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base blaze-builder bytestring containers deepseq directory filepath
+ hashable microlens microlens-mtl microlens-th mtl parallel parsec
+ stm terminfo text transformers unix utf8-string vector
+ ];
+ executableHaskellDepends = [
+ base containers microlens microlens-mtl mtl
+ ];
+ testHaskellDepends = [
+ base blaze-builder bytestring Cabal containers deepseq HUnit
+ microlens microlens-mtl mtl QuickCheck quickcheck-assertions random
+ smallcheck stm string-qq terminfo test-framework
+ test-framework-hunit test-framework-smallcheck text unix
+ utf8-string vector
+ ];
+ description = "A simple terminal UI library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"vty-examples" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, containers
, data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck
@@ -248373,6 +250528,8 @@ self: {
pname = "wai-extra";
version = "3.0.28";
sha256 = "0iky7k4kirngvk1p2nz19zgzffb5hppfaxdjan80v06ikc8w1wm7";
+ revision = "1";
+ editedCabalFile = "0kb3fpiyq6kp7vm16cf8j4225q74ssfq9ilfdms7prn1c6brb19g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -248688,6 +250845,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "wai-logger_2_3_6" = callPackage
+ ({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest
+ , doctest, fast-logger, http-types, network, wai
+ }:
+ mkDerivation {
+ pname = "wai-logger";
+ version = "2.3.6";
+ sha256 = "0hbm7if28p6qa36cgpyq6i569275si53z9gsl2g1z8x09z3xiyz2";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ base byteorder bytestring fast-logger http-types network wai
+ ];
+ testHaskellDepends = [ base doctest ];
+ description = "A logging system for WAI";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"wai-logger-buffered" = callPackage
({ mkDerivation, base, bytestring, containers, data-default
, http-types, time, wai, warp
@@ -249996,7 +252171,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "warp_3_3_2" = callPackage
+ "warp_3_3_3" = 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
@@ -250006,8 +252181,8 @@ self: {
}:
mkDerivation {
pname = "warp";
- version = "3.3.2";
- sha256 = "1sh1jp27azf8zdzhaqg5ab8mky4wgdacwd5cd9zrk3dbbarkf94i";
+ version = "3.3.3";
+ sha256 = "0s01zj1j518ipf22wpyln7zri15qxmg5p198fsy9qwc84k08h19x";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
@@ -250840,24 +253015,23 @@ self: {
}) {};
"webby" = callPackage
- ({ mkDerivation, aeson, base, binary, bytestring, fast-logger
- , formatting, http-api-data, http-types, monad-logger, protolude
- , resourcet, tasty, tasty-hunit, tasty-quickcheck, text, unliftio
+ ({ mkDerivation, aeson, base-noprelude, binary, bytestring
+ , formatting, http-api-data, http-types, relude, resourcet, tasty
+ , tasty-hunit, tasty-quickcheck, text, unliftio
, unordered-containers, wai
}:
mkDerivation {
pname = "webby";
- version = "0.1.3";
- sha256 = "1ry3cbi9awpxvj8f84b65ml9f73n5c1nw0ckc32hg55cq84yva9f";
+ version = "0.4.0";
+ sha256 = "0cicjk07cg1fnj07nhlsgg6g1zndr36sinhic3cqjllaxxsmnqia";
libraryHaskellDepends = [
- aeson base binary bytestring fast-logger formatting http-api-data
- http-types monad-logger protolude resourcet text unliftio
- unordered-containers wai
+ aeson base-noprelude binary bytestring formatting http-api-data
+ http-types relude resourcet text unliftio unordered-containers wai
];
testHaskellDepends = [
- aeson base binary bytestring fast-logger formatting http-api-data
- http-types monad-logger protolude resourcet tasty tasty-hunit
- tasty-quickcheck text unliftio unordered-containers wai
+ aeson base-noprelude binary bytestring formatting http-api-data
+ http-types relude resourcet tasty tasty-hunit tasty-quickcheck text
+ unliftio unordered-containers wai
];
description = "A super-simple web server framework";
license = stdenv.lib.licenses.asl20;
@@ -251426,24 +253600,24 @@ self: {
}) {};
"websockets-simple" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, exceptions
+ ({ mkDerivation, aeson, async, base, bytestring, chan, exceptions
, extractable-singleton, hspec, monad-control-aligned, profunctors
- , stm, tasty, tasty-hspec, transformers, vector, wai-transformers
+ , stm, tasty, tasty-hspec, text, transformers, wai-transformers
, websockets
}:
mkDerivation {
pname = "websockets-simple";
- version = "0.1.3";
- sha256 = "1nknnb7zmkcm377q9i9whcw4fd43q2nk5vla2yilr9lnp5g4gqr0";
+ version = "0.2.0";
+ sha256 = "1xcvrvv79vjhm3k026mszbqmgn65mnrm4aws213bx315pjavldg9";
libraryHaskellDepends = [
- aeson async base bytestring exceptions extractable-singleton
- monad-control-aligned profunctors stm transformers vector
+ aeson async base bytestring chan exceptions extractable-singleton
+ monad-control-aligned profunctors stm text transformers
wai-transformers websockets
];
testHaskellDepends = [
- aeson async base bytestring exceptions extractable-singleton hspec
- monad-control-aligned profunctors stm tasty tasty-hspec
- transformers vector wai-transformers websockets
+ aeson async base bytestring chan exceptions extractable-singleton
+ hspec monad-control-aligned profunctors stm tasty tasty-hspec text
+ transformers wai-transformers websockets
];
description = "Composable websockets clients";
license = stdenv.lib.licenses.bsd3;
@@ -251451,6 +253625,18 @@ self: {
broken = true;
}) {};
+ "websockets-simple-extra" = callPackage
+ ({ mkDerivation, base, mtl, websockets-simple }:
+ mkDerivation {
+ pname = "websockets-simple-extra";
+ version = "0.0.0";
+ sha256 = "1ckni1imxh4k1nxivvj9p1mffzvdmyjc20nas8b90dkkxblgnk1j";
+ libraryHaskellDepends = [ base mtl websockets-simple ];
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"websockets-snap" = callPackage
({ mkDerivation, base, bytestring, bytestring-builder, io-streams
, mtl, snap-core, snap-server, websockets
@@ -251876,27 +254062,6 @@ self: {
}:
mkDerivation {
pname = "wide-word";
- version = "0.1.0.8";
- sha256 = "1n6g9kn7k8gi2qi8fbik5pi2yj5mbzzj62512as1gjysv3y3l2dj";
- revision = "1";
- editedCabalFile = "189p1g51xx0a1lhxlhr0i8qv7mvr4zsjfdpb4i8ja2hfi0ssszdx";
- libraryHaskellDepends = [ base deepseq primitive ];
- testHaskellDepends = [
- base bytestring ghc-prim hedgehog QuickCheck quickcheck-classes
- semirings
- ];
- description = "Data types for large but fixed width signed and unsigned integers";
- license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "wide-word_0_1_0_9" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, ghc-prim, hedgehog
- , primitive, QuickCheck, quickcheck-classes, semirings
- }:
- mkDerivation {
- pname = "wide-word";
version = "0.1.0.9";
sha256 = "0k8v6iggsrbmmq82b4zziyg9arh6fvwqsfid15nnycdfgsaafph3";
revision = "1";
@@ -252040,8 +254205,8 @@ self: {
}:
mkDerivation {
pname = "wild-bind-x11";
- version = "0.2.0.7";
- sha256 = "00lpx5lqahd5wx3f2rp0glhi9m5k0miys39fpq7p57iwvdzjhgxa";
+ version = "0.2.0.8";
+ sha256 = "1qrh7rkmwfmwlkfn0nqvml2ljx7ai8c6rl1fkdi7vjchxvmb0139";
libraryHaskellDepends = [
base containers fold-debounce mtl semigroups stm text transformers
wild-bind X11
@@ -252134,8 +254299,8 @@ self: {
}:
mkDerivation {
pname = "winery";
- version = "1.1.2";
- sha256 = "1hxs3pyv0icqmnmnjadr86d55jdi689hgcjgx3lq7skxs3hp0qf1";
+ version = "1.1.3";
+ sha256 = "1qh2i6fwwgncmx15gp4h3cg04plff3h8252x66rzxnd22g1sk3d9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -252301,25 +254466,6 @@ self: {
}:
mkDerivation {
pname = "witherable";
- version = "0.3.3";
- sha256 = "0pp2p2zhdjv3kq8dywcj9hcdaf0i37vihaxcxbs889iiw2cgy9hj";
- revision = "1";
- editedCabalFile = "1v10h2biv5k9amahw77755k60wgqp0d36d1rb2vy8qjh07gnnanr";
- libraryHaskellDepends = [
- base base-orphans containers hashable lens monoidal-containers
- transformers transformers-compat unordered-containers vector
- ];
- description = "filterable traversable";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "witherable_0_3_4" = callPackage
- ({ mkDerivation, base, base-orphans, containers, hashable, lens
- , monoidal-containers, transformers, transformers-compat
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "witherable";
version = "0.3.4";
sha256 = "19qkb8ww3vp446jr1yd4x4wxqm725lc6n2f3d1n3hb925x2djcd6";
libraryHaskellDepends = [
@@ -252328,7 +254474,6 @@ self: {
];
description = "filterable traversable";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"witness" = callPackage
@@ -253088,7 +255233,7 @@ self: {
base containers exceptions free spiros split text transformers
];
executableHaskellDepends = [ base ];
- description = "Automate keyboard/mouse/clipboard/application interaction";
+ description = "Automate keyboard\\/mouse\\/clipboard\\/application interaction";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -255163,6 +257308,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "xml-lens_0_2" = callPackage
+ ({ mkDerivation, base, case-insensitive, containers, lens, text
+ , xml-conduit
+ }:
+ mkDerivation {
+ pname = "xml-lens";
+ version = "0.2";
+ sha256 = "1jvi8xcsvwzvh44karnsp9br6bfn59s5vhizwycg4fi7ljhm8fm3";
+ revision = "1";
+ editedCabalFile = "0agp2gpzzgrpy831cj47r8fi91r0s68a7bl8fqvbb1ya7jfadfll";
+ libraryHaskellDepends = [
+ base case-insensitive containers lens text xml-conduit
+ ];
+ description = "Lenses, traversals, and prisms for xml-conduit";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"xml-monad" = callPackage
({ mkDerivation, base, mtl, transformers, transformers-compose, xml
}:
@@ -255556,8 +257719,8 @@ self: {
pname = "xmlhtml";
version = "0.2.5.2";
sha256 = "1p2v1cj9jjwbqyb0fyv2201zd7ljz5d46qg5kwy7rz2bchbqd0b4";
- revision = "2";
- editedCabalFile = "1d7q7acdv72zbbqq2n0swf3ia3lz1zplni6q5r97sp2w1a3xm6hf";
+ revision = "3";
+ editedCabalFile = "00a7ymnzf87p6dv6mphziycyx6p97xbbbvg8fzbqa6am4pvr029z";
libraryHaskellDepends = [
base blaze-builder blaze-html blaze-markup bytestring
bytestring-builder containers parsec text unordered-containers
@@ -255638,8 +257801,8 @@ self: {
}:
mkDerivation {
pname = "xmobar";
- version = "0.30";
- sha256 = "1msyl3gy8cybdkx24k6ykcxjf95b5zid8b6vdwqmsamw1yrb3sgr";
+ version = "0.31";
+ sha256 = "1sbxva4zaj060bigmxivpn4zlz0q1qbq2np8gljdqkjvysjzpbka";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@@ -255731,6 +257894,8 @@ self: {
pname = "xmonad-contrib";
version = "0.15";
sha256 = "0r9yzgy67j4mi3dyxx714f0ssk5qzca5kh4zw0fhiz1pf008cxms";
+ revision = "1";
+ editedCabalFile = "15r1mlqs1axh1dp4fqqb54xj3zns47nrvlf2xp5jg5jq51z03xpf";
libraryHaskellDepends = [
base bytestring containers directory extensible-exceptions filepath
mtl old-locale old-time process random semigroups unix utf8-string
@@ -255835,8 +258000,8 @@ self: {
}:
mkDerivation {
pname = "xmonad-extras";
- version = "0.15.1";
- sha256 = "1x61s81rnmh26i8bwd7jlpsa5jn7fsas2fsibg46bsszs5ln225q";
+ version = "0.15.2";
+ sha256 = "1p20zc5k0s05ic2jjx01x0mx88y369dvq2ad43sfjbyf95msi7ls";
configureFlags = [
"-f-with_hlist" "-fwith_parsec" "-fwith_split"
];
@@ -258789,6 +260954,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "yesod-newsfeed_1_7_0_0" = callPackage
+ ({ mkDerivation, base, blaze-html, blaze-markup, bytestring
+ , containers, shakespeare, text, time, xml-conduit, yesod-core
+ }:
+ mkDerivation {
+ pname = "yesod-newsfeed";
+ version = "1.7.0.0";
+ sha256 = "0g7n99zsrfinal2kcmrfyj3gcxrd390az93yz3c1kxzd5w1ffb4g";
+ libraryHaskellDepends = [
+ base blaze-html blaze-markup bytestring containers shakespeare text
+ time xml-conduit yesod-core
+ ];
+ description = "Helper functions and data types for producing News feeds";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"yesod-paginate" = callPackage
({ mkDerivation, base, template-haskell, yesod }:
mkDerivation {
@@ -259498,6 +261680,32 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "yesod-test_1_6_7" = callPackage
+ ({ mkDerivation, attoparsec, base, blaze-builder, blaze-html
+ , bytestring, case-insensitive, conduit, containers, cookie, hspec
+ , hspec-core, html-conduit, http-types, HUnit, memory, network
+ , pretty-show, semigroups, text, time, transformers, unliftio, wai
+ , wai-extra, xml-conduit, xml-types, yesod-core, yesod-form
+ }:
+ mkDerivation {
+ pname = "yesod-test";
+ version = "1.6.7";
+ sha256 = "1x7fmp1q3zn15av6rhdddnilkb54xmkpb6pkfzfpjm3vff27i7jj";
+ libraryHaskellDepends = [
+ attoparsec base blaze-builder blaze-html bytestring
+ case-insensitive conduit containers cookie hspec-core html-conduit
+ http-types HUnit memory network pretty-show semigroups text time
+ transformers wai wai-extra xml-conduit xml-types yesod-core
+ ];
+ testHaskellDepends = [
+ base bytestring containers cookie hspec html-conduit http-types
+ HUnit text unliftio wai wai-extra xml-conduit yesod-core yesod-form
+ ];
+ description = "integration testing for WAI/Yesod Applications";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"yesod-test-json" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, hspec
, http-types, HUnit, text, transformers, wai, wai-test
@@ -261246,8 +263454,8 @@ self: {
pname = "zip";
version = "1.2.0";
sha256 = "1jbxnbiizdklv0pw8f22h38xbmk6d4wggy27w8injdsfi18f27dn";
- revision = "1";
- editedCabalFile = "084dfylc1h45r4v2zyld1vvrxs6x1ljq8hzinqrkv2ii748cmzdb";
+ revision = "2";
+ editedCabalFile = "09ak8h11hm1jnpkvljradbj3a741s31k8cvyvwypr927khi5y9mp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -261953,8 +264161,8 @@ self: {
}:
mkDerivation {
pname = "zxcvbn-hs";
- version = "0.2.0.0";
- sha256 = "1524j8mgvp26cz4n4cd1vyslniw0xbw9ngrgkcyj3jmkh6p53ngh";
+ version = "0.2.1.0";
+ sha256 = "1gvarz005nlz9q5bkdwvplvsmwwchhx0arpq1grmh39r706lh4d8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [