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.nix18403
1 files changed, 8470 insertions, 9933 deletions
diff --git a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
index dd8d563e42e..2caf04f479a 100644
--- a/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
@@ -288,8 +288,6 @@ self: {
];
description = "Efficient, high-level dynamic programming";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ADPfusionForest" = callPackage
@@ -800,7 +798,7 @@ self: {
, exceptions, filepath, geniplate-mirror, gitrev, happy, hashable
, hashtables, haskeline, ieee754, mtl, murmur-hash, pretty, process
, regex-tdfa, split, stm, strict, template-haskell, text, time
- , transformers, unordered-containers, uri-encode, zlib
+ , unordered-containers, uri-encode, zlib
}:
mkDerivation {
pname = "Agda";
@@ -815,7 +813,7 @@ self: {
containers data-hash deepseq directory EdisonCore edit-distance
equivalence exceptions filepath geniplate-mirror gitrev hashable
hashtables haskeline ieee754 mtl murmur-hash pretty process
- regex-tdfa split stm strict template-haskell text time transformers
+ regex-tdfa split stm strict template-haskell text time
unordered-containers uri-encode zlib
];
libraryToolDepends = [ alex happy ];
@@ -1131,6 +1129,8 @@ self: {
];
description = "Strongly typed Attribute Grammars implemented using type-level programming";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"AttoBencode" = callPackage
@@ -1302,21 +1302,19 @@ self: {
}) {};
"BNFC-meta" = callPackage
- ({ mkDerivation, alex-meta, array, base, happy-meta
+ ({ mkDerivation, alex-meta, array, base, fail, happy-meta
, haskell-src-meta, syb, template-haskell
}:
mkDerivation {
pname = "BNFC-meta";
- version = "0.6";
- sha256 = "1vw3h7b4n6im9kr2abr3m1d1y7xr5m19f53b0pqh1w1izmi5m6mz";
+ version = "0.6.1";
+ sha256 = "0snackflcjxza4iqbd85fdsmylwr3bj71nsfrs2s2idc3nlxc7ia";
libraryHaskellDepends = [
- alex-meta array base happy-meta haskell-src-meta syb
+ alex-meta array base fail happy-meta haskell-src-meta syb
template-haskell
];
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Baggins" = callPackage
@@ -2436,6 +2434,8 @@ self: {
];
description = "cwmwl udp message queue";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"COrdering" = callPackage
@@ -2480,6 +2480,8 @@ self: {
];
description = "An interpreter of Hagino's Categorical Programming Language (CPL)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"CSPM-CoreLanguage" = callPackage
@@ -2915,6 +2917,8 @@ self: {
pname = "Chart";
version = "1.9.3";
sha256 = "0p69kq5kh40gd4y8wqabypmw67pqh42vaaw64zv9sf8j075g85ry";
+ revision = "1";
+ editedCabalFile = "1is2xvhwyf5j4nls6k162glazd28jj84r2h0bf868q93qdppzgxj";
libraryHaskellDepends = [
array base colour data-default-class lens mtl old-locale
operational time vector
@@ -2931,6 +2935,8 @@ self: {
pname = "Chart-cairo";
version = "1.9.3";
sha256 = "0clm68alzsakkn5m4h49dgx33crajacsykb4hry2fh9zxp9j743f";
+ revision = "1";
+ editedCabalFile = "1jhw93vmhafnrvim03afc989n6jdiwpnwqma09zxd3m09hcsg17l";
libraryHaskellDepends = [
array base cairo Chart colour data-default-class lens mtl
old-locale operational time
@@ -2949,6 +2955,8 @@ self: {
pname = "Chart-diagrams";
version = "1.9.3";
sha256 = "075yzq50jpakgq6lb3anr660jydm68ry0di33icdacbdymq8avwn";
+ revision = "1";
+ editedCabalFile = "1hm4z73k60ndb5jvy6wxviiyv9i0qd6diz8kf36yfbayzacqianw";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base blaze-markup bytestring Chart colour containers
@@ -2960,6 +2968,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "Chart-fltkhs" = callPackage
+ ({ mkDerivation, base, Cabal, Chart, colour, data-default-class
+ , filepath, fltkhs, operational, text, vector
+ }:
+ mkDerivation {
+ pname = "Chart-fltkhs";
+ version = "0.1.0.6";
+ sha256 = "0wj0im5y76ag10li9ra285z1hdbsx467p2q72clpqa1whasfja2q";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal filepath ];
+ libraryHaskellDepends = [
+ base Chart colour data-default-class fltkhs operational text vector
+ ];
+ description = "A backend for the Chart library for FLTKHS";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"Chart-gtk" = callPackage
({ mkDerivation, array, base, cairo, Chart, Chart-cairo, colour
, data-default-class, gtk, mtl, old-locale, time
@@ -3021,6 +3049,8 @@ self: {
pname = "Chart-tests";
version = "1.9.3";
sha256 = "1xhjd400xf235m345mhn98hjrvvv5qdr90paq4kixh2g0aswnhrd";
+ revision = "1";
+ editedCabalFile = "1kpqix1wp8qy3ca9fbh3kpbqp48nchvqqjp4n8h4x2bhl80lgvvh";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -3262,18 +3292,18 @@ self: {
"Color" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, colour, criterion
- , data-default-class, deepseq, doctest, hspec, HUnit, QuickCheck
- , random, template-haskell, vector
+ , data-default-class, deepseq, doctest, hspec, HUnit, JuicyPixels
+ , massiv, massiv-test, QuickCheck, random, template-haskell, vector
}:
mkDerivation {
pname = "Color";
- version = "0.1.1";
- sha256 = "0jwqyvch7mpg83q57c50qc0visgc0nav6ihb8gr81wdp8i3f680k";
+ version = "0.1.4";
+ sha256 = "155h0zyl7gqpks4441ib4vjcdqpijmza0hx19lifg6kjvygpfj6d";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base data-default-class deepseq vector ];
testHaskellDepends = [
- base colour doctest hspec HUnit QuickCheck random template-haskell
- vector
+ base colour doctest hspec HUnit JuicyPixels massiv massiv-test
+ QuickCheck random template-haskell vector
];
benchmarkHaskellDepends = [ base colour criterion deepseq random ];
description = "Color spaces and conversions between them";
@@ -4276,8 +4306,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "A package for adding index column to data files";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"DataTreeView" = callPackage
@@ -4492,23 +4520,6 @@ self: {
}:
mkDerivation {
pname = "Diff";
- version = "0.3.4";
- sha256 = "0bqcdvhxx8dmqc3793m6axg813wv9ldz2j37f1wygbbrbbndmdvp";
- libraryHaskellDepends = [ array base pretty ];
- testHaskellDepends = [
- array base directory pretty process QuickCheck test-framework
- test-framework-quickcheck2
- ];
- description = "O(ND) diff algorithm in haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "Diff_0_4_0" = callPackage
- ({ mkDerivation, array, base, directory, pretty, process
- , QuickCheck, test-framework, test-framework-quickcheck2
- }:
- mkDerivation {
- pname = "Diff";
version = "0.4.0";
sha256 = "1is9y5rlqyxacnj6kbi6h9laym5shp699r0hkj5p9d6qi84sr43j";
libraryHaskellDepends = [ array base pretty ];
@@ -4518,7 +4529,6 @@ self: {
];
description = "O(ND) diff algorithm in haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"DifferenceLogic" = callPackage
@@ -4681,6 +4691,8 @@ self: {
testHaskellDepends = [ base containers MonadRandom ];
description = "A Haskell library for probability distributions";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"DistanceTransform" = callPackage
@@ -5501,6 +5513,8 @@ self: {
];
description = "Library for computer music research and education";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"EventSocket" = callPackage
@@ -5940,15 +5954,15 @@ self: {
}:
mkDerivation {
pname = "Fin";
- version = "0.2.8.0";
- sha256 = "1smzghfifiqakbv9308bz5b4mkzmrfvgs6zpry5nw2lbqh7crcc7";
+ version = "0.2.9.0";
+ sha256 = "1wkbdjrpb7ydc659h76yrrhyv7akwx64k7cxv5fmjrwn4vgd0r8a";
+ revision = "2";
+ editedCabalFile = "0d8zdfkndkyb3ygv4sfy57k4h875b639p3s5jn60krlvd1vx81ql";
libraryHaskellDepends = [
alg base foldable1 natural-induction peano universe-base
];
description = "Finite totally-ordered sets";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Finance-Quote-Yahoo" = callPackage
@@ -6074,6 +6088,8 @@ self: {
libraryHaskellDepends = [ base MissingH split ];
description = "Tools for focusing in on locations within numbers";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Folly" = callPackage
@@ -6322,8 +6338,8 @@ self: {
}:
mkDerivation {
pname = "Frames";
- version = "0.6.1";
- sha256 = "07pqy9ljf0ag5yxd62fi3c41pcvysfqccjizfiwz8ycfdj2b6a6l";
+ version = "0.6.2";
+ sha256 = "1pbwrjcd8fm56hnxw6q42adn9n7maj96j3a2qyb6a668pc8q8jyx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -6340,8 +6356,6 @@ self: {
benchmarkHaskellDepends = [ base criterion pipes transformers ];
description = "Data frames For working with tabular data files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Frames-beam" = callPackage
@@ -6384,8 +6398,6 @@ self: {
testHaskellDepends = [ base Frames hspec pipes ];
description = "Alternative CSV parser for the Frames package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Frames-map-reduce" = callPackage
@@ -6406,8 +6418,6 @@ self: {
];
description = "Frames wrapper for map-reduce-folds and some extra folds helpers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Frank" = callPackage
@@ -6527,6 +6537,8 @@ self: {
librarySystemDepends = [ libGL libX11 libXext libXfixes ];
description = "A Haskell binding for GLFW";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;
inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXfixes;};
@@ -6546,23 +6558,6 @@ self: {
}) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;};
"GLFW-b" = callPackage
- ({ mkDerivation, base, bindings-GLFW, deepseq, HUnit
- , test-framework, test-framework-hunit
- }:
- mkDerivation {
- pname = "GLFW-b";
- version = "3.2.1.1";
- sha256 = "1rjfdbx4pv7knlm4g8rh90jndc2a8zjmrdmfm2wvwna08h385g5g";
- libraryHaskellDepends = [ base bindings-GLFW deepseq ];
- testHaskellDepends = [
- base bindings-GLFW deepseq HUnit test-framework
- test-framework-hunit
- ];
- description = "Bindings to GLFW OpenGL library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "GLFW-b_3_3_0_0" = callPackage
({ mkDerivation, array, base, bindings-GLFW, deepseq, HUnit
, test-framework, test-framework-hunit
}:
@@ -6577,7 +6572,6 @@ self: {
];
description = "Bindings to GLFW OpenGL library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"GLFW-b-demo" = callPackage
@@ -6610,6 +6604,8 @@ self: {
];
description = "GLFW utility functions to use together with monad-task";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"GLHUI" = callPackage
@@ -6710,6 +6706,8 @@ self: {
libraryToolDepends = [ hpp ];
description = "Miscellaneous OpenGL utilities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"GPX" = callPackage
@@ -7651,6 +7649,8 @@ self: {
];
description = "The Haskell/R mixed programming environment";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HABQT" = callPackage
@@ -7822,6 +7822,8 @@ self: {
];
description = "High-level library for building command line interfaces";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HCard" = callPackage
@@ -7840,18 +7842,18 @@ self: {
}) {};
"HCodecs" = callPackage
- ({ mkDerivation, array, base, bytestring, QuickCheck, random
+ ({ mkDerivation, array, base, bytestring, fail, QuickCheck, random
, semigroups
}:
mkDerivation {
pname = "HCodecs";
- version = "0.5.1";
- sha256 = "0hrib81nw4g7qgka3brypb8k1mg7l37m8gywc7bc44mcg5mn2957";
+ version = "0.5.2";
+ sha256 = "0gbspig721viwncsfg9m4qc9jbl9rz93ra74d5b1zw9pw7rhy5ji";
libraryHaskellDepends = [
- array base bytestring QuickCheck random semigroups
+ array base bytestring fail QuickCheck random semigroups
];
testHaskellDepends = [
- array base bytestring QuickCheck random semigroups
+ array base bytestring fail QuickCheck random semigroups
];
description = "A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files";
license = stdenv.lib.licenses.bsd3;
@@ -8098,8 +8100,6 @@ self: {
libraryHaskellDepends = [ array base stm X11 ];
description = "A simple graphics library based on X11 or Win32";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"HGamer3D" = callPackage
@@ -8866,8 +8866,8 @@ self: {
({ mkDerivation, base, bcm2835, bytestring }:
mkDerivation {
pname = "HPi";
- version = "0.5.1";
- sha256 = "1hh5b5jknmfdz0fjh220fv1p5p3q7i176fphvdin30jk4r7xpin9";
+ version = "0.7.0";
+ sha256 = "094wdlnby4iqp5zvd3iimp3whn386w5h6x04izz5xxf43bzzbl2a";
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ bcm2835 ];
description = "GPIO, I2C and SPI functions for the Raspberry Pi";
@@ -9109,6 +9109,8 @@ self: {
];
description = "Library to mix shell scripting with Haskell programs";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HSHHelpers" = callPackage
@@ -9139,6 +9141,8 @@ self: {
libraryHaskellDepends = [ base containers hashable hashtables ];
description = "Faux heterogeneous sets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HSlippyMap" = callPackage
@@ -9258,42 +9262,6 @@ self: {
"HTF" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, base
- , base64-bytestring, bytestring, containers, cpphs, Diff, directory
- , filepath, haskell-src, HUnit, lifted-base, monad-control, mtl
- , old-time, pretty, process, QuickCheck, random, regex-compat
- , template-haskell, temporary, text, time, unix
- , unordered-containers, vector, xmlgen
- }:
- mkDerivation {
- pname = "HTF";
- version = "0.13.2.5";
- sha256 = "1kmf95y4vijdiih27xa35acl02dsxqnd9qa56z1waki5qqiz6nin";
- revision = "1";
- editedCabalFile = "0l18mp06jjwpjbnvj548naas1xhnc46c8l0pbgzi3bm6siq5hhv6";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson array base base64-bytestring bytestring containers cpphs Diff
- directory haskell-src HUnit lifted-base monad-control mtl old-time
- pretty process QuickCheck random regex-compat text time unix vector
- xmlgen
- ];
- libraryToolDepends = [ cpphs ];
- executableHaskellDepends = [
- array base cpphs directory HUnit mtl old-time random text
- ];
- executableToolDepends = [ cpphs ];
- testHaskellDepends = [
- aeson aeson-pretty base bytestring directory filepath HUnit mtl
- process random regex-compat template-haskell temporary text
- unordered-containers
- ];
- description = "The Haskell Test Framework";
- license = stdenv.lib.licenses.lgpl21;
- }) {};
-
- "HTF_0_14_0_3" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, array, base
, base64-bytestring, bytestring, Cabal, containers, cpphs, Diff
, directory, filepath, haskell-src, HUnit, lifted-base
, monad-control, mtl, old-time, pretty, process, QuickCheck, random
@@ -9326,6 +9294,7 @@ self: {
description = "The Haskell Test Framework";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HTTP" = callPackage
@@ -9516,6 +9485,8 @@ self: {
libraryHaskellDepends = [ base HUnit mtl QuickCheck ];
description = "HaLeX enables modelling, manipulation and visualization of regular languages";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HaMinitel" = callPackage
@@ -9581,34 +9552,14 @@ self: {
}) {};
"HaTeX" = callPackage
- ({ mkDerivation, base, bytestring, containers, hashable, matrix
- , parsec, prettyprinter, QuickCheck, tasty, tasty-quickcheck, text
- , transformers
- }:
- mkDerivation {
- pname = "HaTeX";
- version = "3.21.0.0";
- sha256 = "0vavvs83r63sgzz4vyb617xady51ncli4ra9zwjhks8avzw3l1z1";
- libraryHaskellDepends = [
- base 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;
- }) {};
-
- "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";
+ version = "3.22.1.0";
+ sha256 = "1an10gxrhb6kxrp2hgmya6bx06xmr6y4dhvz5wnz6jqavnv2mmwh";
libraryHaskellDepends = [
base bibtex bytestring containers hashable matrix parsec
prettyprinter QuickCheck text transformers
@@ -9618,7 +9569,6 @@ self: {
];
description = "The Haskell LaTeX library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"HaTeX-meta" = callPackage
@@ -9767,6 +9717,8 @@ self: {
libraryHaskellDepends = [ base bytestring network ];
description = "Haskell implementation of a HandlerSocket client (API)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HandsomeSoup" = callPackage
@@ -10126,6 +10078,8 @@ self: {
];
description = "mastodon client module for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Hate" = callPackage
@@ -10339,6 +10293,8 @@ self: {
testHaskellDepends = [ base ];
description = "Useful functions for Hipmunk";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HipmunkPlayground" = callPackage
@@ -10790,24 +10746,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "HsYAML" = callPackage
- ({ mkDerivation, base, bytestring, containers, mtl, parsec, text }:
+ "HsWebots" = callPackage
+ ({ mkDerivation, base, bytestring, Controller, driver, hspec
+ , hspec-discover, inline-c, inline-c-cpp, JuicyPixels, process
+ , safe-exceptions, template-haskell, vector, VRML
+ }:
mkDerivation {
- pname = "HsYAML";
- version = "0.1.2.0";
- sha256 = "1pajfhj16559v64ixm8j7bvxdqmxg6c3c0z3wz7in8ckswgzfp54";
- revision = "1";
- editedCabalFile = "0j6qmmcz5yqh89hs2cq453maix50q61vl2h0ahj5lg02bygn42cf";
- isLibrary = true;
- isExecutable = true;
+ pname = "HsWebots";
+ version = "0.1.1.2";
+ sha256 = "02nm89dwm43yg5a99n9x72jf2y61rshqk6ka52s13qsg6d0bvhzv";
libraryHaskellDepends = [
- base bytestring containers mtl parsec text
+ base bytestring inline-c inline-c-cpp JuicyPixels safe-exceptions
+ template-haskell vector
];
- description = "Pure Haskell YAML 1.2 parser";
- license = stdenv.lib.licenses.gpl2;
- }) {};
+ librarySystemDepends = [ Controller driver ];
+ testHaskellDepends = [
+ base bytestring hspec hspec-discover inline-c inline-c-cpp
+ JuicyPixels process safe-exceptions template-haskell vector VRML
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Webots bindings for Haskell";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {Controller = null; driver = null;};
- "HsYAML_0_2_1_0" = callPackage
+ "HsYAML" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, mtl, parsec
, QuickCheck, tasty, tasty-quickcheck, text
}:
@@ -10826,7 +10790,6 @@ self: {
];
description = "Pure Haskell YAML 1.2 processor";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"HsYAML-aeson" = callPackage
@@ -10843,8 +10806,6 @@ self: {
];
description = "JSON to YAML Adapter";
license = stdenv.lib.licenses.gpl2Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Hsed" = callPackage
@@ -11261,6 +11222,8 @@ self: {
];
description = "Data interning (with compact regions where possible)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Interpolation" = callPackage
@@ -11588,8 +11551,8 @@ self: {
}:
mkDerivation {
pname = "JuicyPixels";
- version = "3.3.4";
- sha256 = "0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x";
+ version = "3.3.5";
+ sha256 = "0yj4jyf56r3c1r3v1lkx8i8ll0jl8g8y2yv87sa4hwgck52199gc";
libraryHaskellDepends = [
base binary bytestring containers deepseq mtl primitive
transformers vector zlib
@@ -12085,6 +12048,8 @@ self: {
libraryHaskellDepends = [ base containers QuickCheck ];
description = "Implements an LRU data structure";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"LTree" = callPackage
@@ -12292,6 +12257,8 @@ self: {
];
description = "Library for RedPitaya";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"LargeCardinalHierarchy" = callPackage
@@ -12523,6 +12490,20 @@ self: {
broken = true;
}) {};
+ "Liquorice" = callPackage
+ ({ mkDerivation, base, binary, bytestring, HTF, mtl }:
+ mkDerivation {
+ pname = "Liquorice";
+ version = "0.0.1";
+ sha256 = "067vnmm74wrdjpy4syabn8l2gr11s4pfarn6156mfhf981svnzqd";
+ libraryHaskellDepends = [ base binary bytestring HTF mtl ];
+ testHaskellDepends = [ base binary bytestring HTF mtl ];
+ description = "Algorithmic Doom map generation";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"List" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
@@ -12567,6 +12548,8 @@ self: {
pname = "ListT";
version = "0.1.2.0";
sha256 = "0ygj695w1xrv0kkpnm55gfjnks7xdbw6vrlqx1a5as4s36hq11zr";
+ revision = "1";
+ editedCabalFile = "1bc361psymmj12akdb3vdl4qsm5fp37dwbsqapj9sglnmv3w7bhg";
libraryHaskellDepends = [ base transformers util ];
testHaskellDepends = [
base smallcheck tasty tasty-smallcheck transformers util
@@ -12996,8 +12979,6 @@ self: {
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Class of key-value maps";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Mapping" = callPackage
@@ -13262,23 +13243,21 @@ self: {
"MissingH" = callPackage
({ mkDerivation, array, base, containers, directory
, errorcall-eq-instance, filepath, hslogger, HUnit, mtl, network
- , old-locale, old-time, parsec, process, QuickCheck, random
- , regex-compat, testpack, time, unix
+ , network-bsd, old-locale, old-time, parsec, process, random
+ , regex-compat, time, unix
}:
mkDerivation {
pname = "MissingH";
- version = "1.4.1.0";
- sha256 = "1jp0vk6w9a7fzrbxfhx773105jp2s1n50klq9ak6spfl7bgx5v29";
- revision = "2";
- editedCabalFile = "1k7d8cgvpmln4imcrfpj4c02n3c5l1gkd5hs4hnar9ln0qh61cfx";
+ version = "1.4.2.0";
+ sha256 = "1wfhpb351nrqjryf9si9j13nkvrqybhkkyc9643wqq8ywkdd59b9";
libraryHaskellDepends = [
- array base containers directory filepath hslogger HUnit mtl network
- old-locale old-time parsec process random regex-compat time unix
+ array base containers directory filepath hslogger mtl network
+ network-bsd old-locale old-time parsec process random regex-compat
+ time unix
];
testHaskellDepends = [
- array base containers directory errorcall-eq-instance filepath
- hslogger HUnit mtl network old-locale old-time parsec process
- QuickCheck random regex-compat testpack time unix
+ base containers directory errorcall-eq-instance filepath HUnit
+ old-time parsec regex-compat time unix
];
description = "Large utility library";
license = stdenv.lib.licenses.bsd3;
@@ -13888,21 +13867,19 @@ self: {
}) {};
"NTRU" = callPackage
- ({ mkDerivation, arithmoi, base, bytestring, containers, crypto-api
- , polynomial, random, SHA, split
+ ({ mkDerivation, base, bytestring, containers, crypto-api
+ , integer-gmp, poly, random, SHA, split
}:
mkDerivation {
pname = "NTRU";
- version = "1.0.0.1";
- sha256 = "1h9cn015wpcygs6s3kaddmhn28fps93iimd2frl1mq2r8jfmjfa6";
+ version = "1.1.0.0";
+ sha256 = "0hslzmkhinv3yjzbp2l8d2gbjispikj1mbgjpy2f6qx4k8dgq8f5";
libraryHaskellDepends = [
- arithmoi base bytestring containers crypto-api polynomial random
- SHA split
+ base bytestring containers crypto-api integer-gmp poly random SHA
+ split
];
description = "NTRU Cryptography";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"NXT" = callPackage
@@ -14035,6 +14012,8 @@ self: {
];
description = "Simple scoring schemes for word alignments";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"NaturalSort" = callPackage
@@ -14240,6 +14219,8 @@ self: {
testHaskellDepends = [ base ];
description = "Remove all the functions come from Debug.Trace after debugging";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Noise" = callPackage
@@ -14526,6 +14507,8 @@ self: {
executableHaskellDepends = [ base filepath ];
description = "ONC RPC (aka Sun RPC) and XDR library";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"OSM" = callPackage
@@ -15848,6 +15831,8 @@ self: {
];
description = "Pretty-printing for primitive arrays";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Printf-TH" = callPackage
@@ -15972,6 +15957,8 @@ self: {
doHaddock = false;
description = "A networked event handling framework for hooking into other programs";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Pup-Events-Client" = callPackage
@@ -16033,6 +16020,8 @@ self: {
];
description = "A networked event handling framework for hooking into other programs";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"PyF" = callPackage
@@ -16555,26 +16544,6 @@ self: {
"RSA" = callPackage
({ mkDerivation, base, binary, bytestring, crypto-api
- , crypto-pubkey-types, DRBG, QuickCheck, SHA, tagged
- , test-framework, test-framework-quickcheck2
- }:
- mkDerivation {
- pname = "RSA";
- version = "2.3.1";
- sha256 = "06k7nd7b1rdfb7891gw9bihrd9ripffbgqa14q1ryyj6vqa9r4jw";
- libraryHaskellDepends = [
- base binary bytestring crypto-api crypto-pubkey-types SHA
- ];
- testHaskellDepends = [
- base binary bytestring crypto-api crypto-pubkey-types DRBG
- QuickCheck SHA tagged test-framework test-framework-quickcheck2
- ];
- description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "RSA_2_4_1" = callPackage
- ({ mkDerivation, base, binary, bytestring, crypto-api
, crypto-pubkey-types, QuickCheck, SHA, tagged, test-framework
, test-framework-quickcheck2
}:
@@ -16591,7 +16560,6 @@ self: {
];
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"RSolve" = callPackage
@@ -16691,6 +16659,8 @@ self: {
executableHaskellDepends = [ base random-fu ];
description = "Randomness intuition trainer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Range" = callPackage
@@ -16767,8 +16737,8 @@ self: {
}:
mkDerivation {
pname = "Rasterific";
- version = "0.7.5";
- sha256 = "158s0w95x0yxhffcccvhil827jmv7mmbh65nbg8qypvw9j4ldb9j";
+ version = "0.7.5.1";
+ sha256 = "0n2kamiymfnh93yc8zn3bjjnxlz1q2yyc33f9h2ahyn4wzfw64n6";
libraryHaskellDepends = [
base bytestring containers dlist FontyFruity free JuicyPixels mtl
primitive transformers vector vector-algorithms
@@ -16930,6 +16900,36 @@ self: {
broken = true;
}) {};
+ "Ritt-Wu" = callPackage
+ ({ mkDerivation, algebra, base, criterion, deepseq, massiv
+ , scheduler, sscript, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-smallcheck
+ }:
+ mkDerivation {
+ pname = "Ritt-Wu";
+ version = "0.1.0.0";
+ sha256 = "1jk9a2hgnm82b4b9cbfsw8aib1q4jrdb9zal858vbprsvx6ig36f";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ algebra base criterion deepseq massiv scheduler sscript
+ ];
+ executableHaskellDepends = [
+ algebra base criterion deepseq massiv scheduler sscript
+ ];
+ testHaskellDepends = [
+ base deepseq scheduler tasty tasty-hunit tasty-quickcheck
+ tasty-smallcheck
+ ];
+ benchmarkHaskellDepends = [
+ algebra base criterion deepseq massiv scheduler sscript
+ ];
+ description = "Parallel implementation of Ritt-Wu's algorithm";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"Rlang-QQ" = callPackage
({ mkDerivation, array, base, binary, bytestring, Cabal, containers
, data-binary-ieee754, directory, doctest, filepath
@@ -17000,6 +17000,8 @@ self: {
sha256 = "09vs2y6zry4xak0gc6pc6xqinr9sv9z53hdiydxpn6ixam9s0g5r";
libraryHaskellDepends = [ base ];
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"RxHaskell" = callPackage
@@ -17391,6 +17393,8 @@ self: {
libraryHaskellDepends = [ attoparsec base bytestring cereal text ];
description = "STL 3D geometry format parsing and pretty-printing";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"STLinkUSB" = callPackage
@@ -17615,6 +17619,8 @@ self: {
testHaskellDepends = [ base data-default either hlint hspec mtl ];
description = "Saturnin CI / Job System";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"SciBaseTypes" = callPackage
@@ -17643,6 +17649,8 @@ self: {
];
description = "Base types and classes for statistics, sciences and humanities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"SciFlow" = callPackage
@@ -18409,6 +18417,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "Spintax_0_3_4" = callPackage
+ ({ mkDerivation, attoparsec, base, extra, mtl, mwc-random, text }:
+ mkDerivation {
+ pname = "Spintax";
+ version = "0.3.4";
+ sha256 = "008b83nnjgpzjr4c2dk1vambzb78dwx59c5cq4p0s8ghp6xl9sk3";
+ libraryHaskellDepends = [
+ attoparsec base extra mtl mwc-random text
+ ];
+ description = "Random text generation based on spintax";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"Spock" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring, containers
, cryptonite, focus, hashable, hspec, hspec-wai, http-types, hvect
@@ -18672,6 +18694,8 @@ self: {
];
description = "Libary for Stockholm aligmnent format";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Stomp" = callPackage
@@ -19157,6 +19181,8 @@ self: {
];
description = "A collection of tools which can be used to access taskwarrior from xmonad";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Taxonomy" = callPackage
@@ -19482,6 +19508,8 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "A total map datatype";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Tournament" = callPackage
@@ -19838,8 +19866,8 @@ self: {
}:
mkDerivation {
pname = "Unique";
- version = "0.4.7.6";
- sha256 = "19388lmnld4z1vgnj9cfwhm51xn0m0rwsq76w5752sy9nzcpck91";
+ version = "0.4.7.7";
+ sha256 = "05klzscyvqd67rcyhkbx046i860vpxlfzp52yalfqrlvyyfgg3m2";
libraryHaskellDepends = [
base containers extra hashable unordered-containers
];
@@ -19959,6 +19987,31 @@ self: {
broken = true;
}) {};
+ "VRML" = callPackage
+ ({ mkDerivation, aeson, base, doctest, megaparsec, pretty-simple
+ , prettyprinter, text
+ }:
+ mkDerivation {
+ pname = "VRML";
+ version = "0.1.0.0";
+ sha256 = "17dnxkr8y2g65anas5vg76cqyxbcp2zzxayf8lc2d5iigxnrvsgq";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base megaparsec prettyprinter text
+ ];
+ executableHaskellDepends = [
+ aeson base megaparsec pretty-simple prettyprinter text
+ ];
+ testHaskellDepends = [
+ aeson base doctest megaparsec prettyprinter text
+ ];
+ description = "VRML parser and generator for Haskell";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"Validation" = callPackage
({ mkDerivation, base, bifunctors, semigroupoids, semigroups }:
mkDerivation {
@@ -20906,6 +20959,8 @@ self: {
pname = "XML";
version = "0.0.1.0";
sha256 = "1cix816q5q45gyw48634ar4x50wmmqqn4cwz94czvlb7v03qc8rv";
+ revision = "1";
+ editedCabalFile = "01hxvcp2g9vwpafr7nv4dcl1iny2w973ikhdlj59i0zcrd9k92aw";
libraryHaskellDepends = [
base base-unicode-symbols hs-functors multivector txt util vector
];
@@ -21137,6 +21192,8 @@ self: {
];
description = "YAML reference implementation";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Yampa" = callPackage
@@ -21325,8 +21382,6 @@ self: {
testHaskellDepends = [ base containers random tasty tasty-hunit ];
description = "Graphing library wrapper + assorted useful functions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Zwaluw" = callPackage
@@ -21614,6 +21669,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "An embedded language for accelerated array processing";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"accelerate-arithmetic" = callPackage
@@ -21914,6 +21971,8 @@ self: {
];
description = "Read and write Accelerate arrays in various formats";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"accelerate-kullback-liebler" = callPackage
@@ -21923,8 +21982,8 @@ self: {
}:
mkDerivation {
pname = "accelerate-kullback-liebler";
- version = "0.1.1.0";
- sha256 = "1dkhbv6nmay7mh52y4d5mw5pvxznz802hhx33bcjxgn2ws8nwzhy";
+ version = "0.1.2.0";
+ sha256 = "16psmn0wakrrym8m98ing4nrh8r7qvbn04b28sicl5jdbfhg1fdn";
libraryHaskellDepends = [ accelerate base mwc-random-accelerate ];
testHaskellDepends = [
accelerate accelerate-llvm-native accelerate-llvm-ptx base
@@ -22575,8 +22634,8 @@ self: {
pname = "acme-mutable-package";
version = "0";
sha256 = "16da6pkkdr2g77dn3n4v9x6mwi6yz3xlpisvpn0id2xz0bayipmr";
- revision = "3";
- editedCabalFile = "094kr4ib0hldgccr5bvy9azpfvkf5dmq3hq6xk5hyha6djjkx2gc";
+ revision = "4";
+ editedCabalFile = "1154vbz0yar1xd8jn2v2dl5fc2pkawwp93yd0g5dcrb9bbx6pagf";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base ];
description = "A mutable package";
@@ -22775,6 +22834,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "import This";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"acme-timemachine" = callPackage
@@ -22812,8 +22873,6 @@ self: {
libraryHaskellDepends = [ array base random ];
description = "A somewhat flexible Zalgo̐ te̳͜x̥̖̉̓͞t̍̌̔ ̀̃t̴̢̞̜͓̝r̶̬̆̂̒͟á̧̡͎͔̯̰̕n̹̾̓ͬͦ̍͘ṡ̢͓͉ͮ͆l̠̖̹̗̳̖̽̌ͤ͞a͚̭͙̹̲ͭͩt͈͐o̢̭͇͍̟͐ͬ̾ͪ͜r͇.̸̅ͭ̐̀̊ͨ͛";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"acme-zero" = callPackage
@@ -22882,6 +22941,8 @@ self: {
pname = "active";
version = "0.2.0.14";
sha256 = "0x3b4ln6csa554qls28wbxvclkbdz3yi60i1m0q5ing0cs16fifz";
+ revision = "1";
+ editedCabalFile = "01j431dkl3ax98g974v6mgxv9xha4c0hlpjqq5fvh7l8lyjan676";
libraryHaskellDepends = [
base lens linear semigroupoids semigroups vector
];
@@ -22979,6 +23040,21 @@ self: {
broken = true;
}) {};
+ "acts" = callPackage
+ ({ mkDerivation, base, deepseq, finitary, finite-typelits, groups
+ }:
+ mkDerivation {
+ pname = "acts";
+ version = "0.3.1.0";
+ sha256 = "06bpayfa8vwj8dqlqp71nw2s9iwbffdknkk4hpazd4r1wvhnrg37";
+ libraryHaskellDepends = [
+ base deepseq finitary finite-typelits groups
+ ];
+ doHaddock = false;
+ description = "Semigroup actions and torsors";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ad" = callPackage
({ mkDerivation, array, base, Cabal, cabal-doctest, comonad
, containers, criterion, data-reify, directory, doctest, erf
@@ -22986,8 +23062,8 @@ self: {
}:
mkDerivation {
pname = "ad";
- version = "4.3.6";
- sha256 = "0fgpv3lm20k1vwlychs7a76hn96cvpbczkdcbg9mr9f1nivg7035";
+ version = "4.4";
+ sha256 = "1v7m5nk9aa0sfqfqmv15dq87s2nl7i3v1d5xx0xla9ydhlqizy4x";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
array base comonad containers data-reify erf free nats reflection
@@ -23060,6 +23136,8 @@ self: {
];
description = "Convert adblock config files to privoxy format";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"addLicenseInfo" = callPackage
@@ -23117,6 +23195,19 @@ self: {
broken = true;
}) {};
+ "adjunction" = callPackage
+ ({ mkDerivation, base, gauge, hs-functors }:
+ mkDerivation {
+ pname = "adjunction";
+ version = "0.0.0.0";
+ sha256 = "1n83ak423jwyj3w708alj9ngczzll05jyn60d0fgx8bvr3hlmi0i";
+ libraryHaskellDepends = [ base hs-functors ];
+ testHaskellDepends = [ base hs-functors ];
+ benchmarkHaskellDepends = [ base gauge hs-functors ];
+ description = "See README for more info";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"adjunctions" = callPackage
({ mkDerivation, array, base, comonad, containers, contravariant
, distributive, free, generic-deriving, hspec, hspec-discover, mtl
@@ -23232,24 +23323,6 @@ self: {
}) {};
"advent-of-code-api" = callPackage
- ({ mkDerivation, attoparsec, base, containers, curl, deepseq
- , directory, filepath, finite-typelits, HUnit, mtl, tagsoup, text
- , time, uri-encode
- }:
- mkDerivation {
- pname = "advent-of-code-api";
- version = "0.1.2.3";
- sha256 = "1ma9x8dxvhrgxg55bcf6l1d5w1mnmplav2yisnyrgs5034jqpm7l";
- libraryHaskellDepends = [
- attoparsec base containers curl deepseq directory filepath
- finite-typelits mtl tagsoup text time uri-encode
- ];
- testHaskellDepends = [ base directory filepath HUnit text ];
- description = "Advent of Code REST API bindings";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "advent-of-code-api_0_2_7_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, deepseq
, directory, filepath, finite-typelits, http-api-data, http-client
, http-client-tls, http-media, HUnit, megaparsec, mtl, profunctors
@@ -23269,7 +23342,6 @@ self: {
testHaskellDepends = [ base directory filepath HUnit text ];
description = "Advent of Code REST API bindings and servant API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aern2-mp" = callPackage
@@ -23463,6 +23535,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "aeson-combinators" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, fail, hspec
+ , scientific, text, time, time-compat, unordered-containers
+ , utf8-string, uuid-types, vector, void
+ }:
+ mkDerivation {
+ pname = "aeson-combinators";
+ version = "0.0.2.1";
+ sha256 = "1a087940jpbnc2rc7cs4xj6kq1wv7b5ibhaimj7f6jglrn9xjgf0";
+ libraryHaskellDepends = [
+ aeson base bytestring containers fail scientific text time
+ time-compat unordered-containers uuid-types vector void
+ ];
+ testHaskellDepends = [
+ aeson base bytestring hspec text utf8-string
+ ];
+ description = "Aeson combinators for dead simple JSON decoding";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"aeson-compat" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-iso8601, base
, base-compat, base-orphans, bytestring, containers, exceptions
@@ -23511,6 +23603,18 @@ self: {
broken = true;
}) {};
+ "aeson-default" = callPackage
+ ({ mkDerivation, aeson, base, containers }:
+ mkDerivation {
+ pname = "aeson-default";
+ version = "0.9.1.0";
+ sha256 = "0fmjxanahqdkrrgy56i2xbm3547c512k4p4if6c6lvrxcfvb8zjy";
+ libraryHaskellDepends = [ aeson base containers ];
+ testHaskellDepends = [ aeson base containers ];
+ description = "Apply default value to FromJSON instacnes' Maybe fields";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"aeson-diff" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, doctest
, edit-distance-vector, filepath, Glob, hashable, mtl
@@ -23601,6 +23705,8 @@ self: {
];
description = "Several newtypes and combinators for dealing with less-than-cleanly JSON input";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aeson-flat" = callPackage
@@ -23730,6 +23836,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Aeson instances for iproute types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aeson-json-ast" = callPackage
@@ -23766,8 +23874,8 @@ self: {
}:
mkDerivation {
pname = "aeson-match-qq";
- version = "1.0.0";
- sha256 = "0py6h62a9h7wmrgcc79inbpx5b3jv660jlf5hqc1hdnvmf96prkr";
+ version = "1.1.0";
+ sha256 = "0qkj38b05klzwrgy0vyr9qnkllzz9v225b3d60f6mbx3q3nxdk9x";
libraryHaskellDepends = [
aeson attoparsec base bytestring either haskell-src-meta scientific
template-haskell text unordered-containers vector
@@ -23775,7 +23883,7 @@ self: {
testHaskellDepends = [
aeson aeson-qq base hspec unordered-containers
];
- description = "Matching Aeson values with a quasiquoter";
+ description = "Declarative JSON matchers";
license = stdenv.lib.licenses.bsd2;
}) {};
@@ -24001,8 +24109,8 @@ self: {
pname = "aeson-schemas";
version = "1.0.3";
sha256 = "0fmhqibw6mw9shxh94riqq465njbgjsv539xb6sx7qpkhcck2csi";
- revision = "1";
- editedCabalFile = "19fk0ccb68143mj7ndp6qflksz7vlja0gbmrqqyaf1zr5z0f9q1v";
+ revision = "3";
+ editedCabalFile = "01vp89mjl7jl80mdl9hqmiz3vs7fjl5mf1p64d3g352xqak3mr7d";
libraryHaskellDepends = [
aeson base bytestring first-class-families megaparsec
template-haskell text unordered-containers
@@ -24159,16 +24267,16 @@ self: {
}) {};
"aeson-value-parser" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, mtl
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, hashable, mtl
, scientific, text, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "aeson-value-parser";
- version = "0.16";
- sha256 = "07l08rbx7xdp0jnr672skmisaa5wikpn6h43m6i9l7l7x1937b38";
+ version = "0.18";
+ sha256 = "1n288jb8ksjb6psgal4q6p7ad13sdak3llk54nc0gg5w2r20x634";
libraryHaskellDepends = [
- aeson attoparsec base bytestring mtl scientific text transformers
- unordered-containers vector
+ aeson attoparsec base bytestring hashable mtl scientific text
+ transformers unordered-containers vector
];
description = "API for parsing \"aeson\" JSON tree into Haskell types";
license = stdenv.lib.licenses.mit;
@@ -24192,8 +24300,8 @@ self: {
}:
mkDerivation {
pname = "aeson-yaml";
- version = "1.0.5.0";
- sha256 = "0cx54xqv2w4lcnnmcwapbizxjzxaf0x2xbr7lbhcy380nx99pi73";
+ version = "1.0.6.0";
+ sha256 = "16rm4jgl4wznsc4nna3vdx186qy3jl71r9y89dgcc7k00qvlxb7y";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -24238,8 +24346,6 @@ self: {
libraryHaskellDepends = [ alg base ];
description = "Affine spaces (generalized)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"affine-invariant-ensemble-mcmc" = callPackage
@@ -24422,8 +24528,6 @@ self: {
executableHaskellDepends = [ base containers ];
description = "Unification and Matching in an Abelian Group";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aig" = callPackage
@@ -24830,8 +24934,8 @@ self: {
}:
mkDerivation {
pname = "alarmclock";
- version = "0.7.0.2";
- sha256 = "0sp9h8vy8i4pvyadnb1ibpxpfxjikdr9ds3y9y8321cmkprlbs87";
+ version = "0.7.0.4";
+ sha256 = "0am8q26yj29k82y9bsgrlqxam1wllzdnxjbwqx4cgmjkzr7x802j";
libraryHaskellDepends = [
async base clock stm time unbounded-delays
];
@@ -24840,6 +24944,8 @@ self: {
];
description = "Wake up and perform an action at a certain time";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"alea" = callPackage
@@ -24912,18 +25018,14 @@ self: {
}:
mkDerivation {
pname = "alex-meta";
- version = "0.3.0.9";
- sha256 = "0882p9j272dhq94kgmg6pnxzi3qfwa01fk7npsz748rgx6ggycyr";
- revision = "1";
- editedCabalFile = "0p6j9ilvn5gjx0n7v1war0z8rlmcz1qnvpc8lcik8l7baydz6qjl";
+ version = "0.3.0.11";
+ sha256 = "0pb6m2h9r3j71iy8ch8kgvssblidlr6r7k12fa1q2v7wi5q2mq91";
libraryHaskellDepends = [
array base containers haskell-src-meta QuickCheck template-haskell
];
libraryToolDepends = [ alex happy ];
description = "Quasi-quoter for Alex lexers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"alex-prelude" = callPackage
@@ -24953,8 +25055,6 @@ self: {
];
description = "A set of functions for a common use case of Alex";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"alfred" = callPackage
@@ -24983,11 +25083,11 @@ self: {
pname = "alg";
version = "0.2.13.1";
sha256 = "0764j2njb86qdskck3nvbrh61v99hqdhf8aj9irblm6smdlrv4l3";
+ revision = "1";
+ editedCabalFile = "0rm66k502d8la140ffawd38yaf0hr92h8x7xrq6krn6ypljwql0v";
libraryHaskellDepends = [ base dual util ];
description = "Algebraic structures";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"alga" = callPackage
@@ -25032,16 +25132,14 @@ self: {
pname = "algebra";
version = "4.3.1";
sha256 = "090jaipyx5pcav2wqcqzds51fwx49l4c9cpp9nnk16bgkf92z615";
- revision = "1";
- editedCabalFile = "1lxxbbibsf1lkm6fv0svfvfbr0dg16jwcm18hcmfgwypzxqdrbdz";
+ revision = "2";
+ editedCabalFile = "1yrqg6p9p7vfzv8gjbcvln5gd221kslg6zvn5d1722wfa06g4g1j";
libraryHaskellDepends = [
adjunctions array base containers distributive mtl nats
semigroupoids semigroups tagged transformers void
];
description = "Constructive abstract algebra";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"algebra-dag" = callPackage
@@ -25057,6 +25155,8 @@ self: {
];
description = "Infrastructure for DAG-shaped relational algebra plans";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"algebra-sql" = callPackage
@@ -25109,29 +25209,25 @@ self: {
libraryHaskellDepends = [ base syb template-haskell ];
description = "Conversions between algebraic classes and F-algebras";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"algebraic-graphs" = callPackage
- ({ mkDerivation, array, base, base-compat, base-orphans, containers
- , deepseq, extra, inspection-testing, mtl, QuickCheck
+ ({ mkDerivation, array, base, containers, deepseq, extra
+ , inspection-testing, mtl, QuickCheck, transformers
}:
mkDerivation {
pname = "algebraic-graphs";
- version = "0.4";
- sha256 = "1dyk8qgaahrvcp4gsl9c6s3hwmwys4xvznwnh0y1x8bqc4md61f9";
+ version = "0.5";
+ sha256 = "02y5g459zl6hgdyq0kkqv4gz9v2xp7y2al9m4g46wis5hb7zxfc9";
libraryHaskellDepends = [
- array base base-compat containers deepseq mtl
+ array base containers deepseq mtl transformers
];
testHaskellDepends = [
- array base base-compat base-orphans containers extra
- inspection-testing QuickCheck
+ array base containers deepseq extra inspection-testing mtl
+ QuickCheck transformers
];
description = "A library for algebraic graph construction and transformation";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"algebraic-prelude" = callPackage
@@ -25201,6 +25297,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A client implementing the Algolia search API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"align" = callPackage
@@ -28242,33 +28340,6 @@ self: {
}:
mkDerivation {
pname = "amqp";
- version = "0.18.3";
- sha256 = "1cyzazl3hz5yd2i220b4g8xs0fm47xqlwyvgarxbnn5gnrm8ys21";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base binary bytestring clock connection containers
- data-binary-ieee754 monad-control network network-uri split stm
- text vector
- ];
- executableHaskellDepends = [ base containers xml ];
- testHaskellDepends = [
- base binary bytestring clock connection containers
- data-binary-ieee754 hspec hspec-expectations network network-uri
- split stm text vector
- ];
- description = "Client library for AMQP servers (currently only RabbitMQ)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "amqp_0_19_1" = callPackage
- ({ mkDerivation, base, binary, bytestring, clock, connection
- , containers, data-binary-ieee754, hspec, hspec-expectations
- , monad-control, network, network-uri, split, stm, text, vector
- , xml
- }:
- mkDerivation {
- pname = "amqp";
version = "0.19.1";
sha256 = "1802gngl74niszw355caf6x41ayfvyg2hpbckgshp7rlhfqdjabj";
isLibrary = true;
@@ -28286,7 +28357,6 @@ self: {
];
description = "Client library for AMQP servers (currently only RabbitMQ)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"amqp-conduit" = callPackage
@@ -28318,8 +28388,8 @@ self: {
}:
mkDerivation {
pname = "amqp-utils";
- version = "0.4.2.0";
- sha256 = "1fycix8q5mbx975jwv659d0ag4h6yk7a6saxn4jy1xi8z8qsvdjr";
+ version = "0.4.4.0";
+ sha256 = "07zpmq9sx6lmnma4dxxph0jficghrlfbb568frh3d6fbdiqgmfgl";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -28329,8 +28399,6 @@ self: {
];
description = "Generic Haskell AMQP tools";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"amqp-worker" = callPackage
@@ -28764,6 +28832,8 @@ self: {
executableHaskellDepends = [ base data-default ];
description = "Tools for interacting with Anki database";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"annah" = callPackage
@@ -28885,8 +28955,8 @@ self: {
({ mkDerivation, base, colour }:
mkDerivation {
pname = "ansi-terminal";
- version = "0.9.1";
- sha256 = "1yr0ld0kqns3w3j9gl62bdwshvyazidx4dv1qkvq19ivnf08w23l";
+ version = "0.10.3";
+ sha256 = "0z5m6ljmdyjyzq0s08rjjdzdj1ry4fz2ni7xlxd86addvwr2wbps";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base colour ];
@@ -28894,20 +28964,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ansi-terminal_0_10_2" = callPackage
- ({ mkDerivation, base, colour }:
- mkDerivation {
- pname = "ansi-terminal";
- version = "0.10.2";
- sha256 = "0h09lia7gqchp023hbgwq4w8bmg33a02chaixdsx8nqbj8jf5558";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base colour ];
- description = "Simple ANSI terminal support, with Windows compatibility";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"ansi-terminal-game" = callPackage
({ mkDerivation, ansi-terminal, array, base, bytestring, cereal
, clock, exceptions, hspec, linebreak, mintty, mtl, QuickCheck
@@ -28932,8 +28988,6 @@ self: {
];
description = "sdl-like functions for terminal applications, based on ansi-terminal";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ansi-wl-pprint" = callPackage
@@ -29086,8 +29140,8 @@ self: {
}:
mkDerivation {
pname = "antiope-athena";
- version = "7.4.5";
- sha256 = "1d2mphqa9jhlrbv6zyc9xpmv4i32r9c05dbdzms9rn22lx456qsl";
+ version = "7.5.1";
+ sha256 = "03yy4l5czchq9djxh0yg40vlnynly2wsl5rcj91231n575ndqbij";
libraryHaskellDepends = [
amazonka amazonka-athena amazonka-core base lens resourcet text
unliftio-core
@@ -29099,23 +29153,19 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-contract" = callPackage
({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }:
mkDerivation {
pname = "antiope-contract";
- version = "7.4.5";
- sha256 = "1j1kxy8vbrrggp3vac15h1lnd2jqr9h3f4i5pyfid10y2pkxzmqc";
+ version = "7.5.1";
+ sha256 = "006i6z7hzz6kkss18wyk2pwmib9ip2z2qwc1r0y3ni1j6kaghbh0";
libraryHaskellDepends = [
aeson antiope-s3 avro base bytestring text
];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-core" = callPackage
@@ -29142,8 +29192,33 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-core_7_5_1" = callPackage
+ ({ mkDerivation, aeson, aeson-lens, amazonka, amazonka-core, base
+ , bytestring, exceptions, generic-lens, hedgehog, hspec
+ , hspec-discover, http-client, http-types, hw-hspec-hedgehog, lens
+ , mtl, resourcet, scientific, text, transformers, unliftio-core
+ }:
+ mkDerivation {
+ pname = "antiope-core";
+ version = "7.5.1";
+ sha256 = "068dsdag8bng2ddzr0vxipmzrfa5x3jq80pmrmc0l86bjvnlsdjr";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core base bytestring exceptions
+ generic-lens http-client http-types lens mtl resourcet text
+ transformers unliftio-core
+ ];
+ testHaskellDepends = [
+ aeson aeson-lens amazonka amazonka-core base bytestring exceptions
+ generic-lens hedgehog hspec http-client http-types
+ hw-hspec-hedgehog lens mtl resourcet scientific text transformers
+ unliftio-core
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-dynamodb" = callPackage
@@ -29166,8 +29241,29 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-dynamodb_7_5_1" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-dynamodb
+ , antiope-core, base, generic-lens, hspec-discover, lens, text
+ , unliftio-core, unordered-containers
+ }:
+ mkDerivation {
+ pname = "antiope-dynamodb";
+ version = "7.5.1";
+ sha256 = "19d7rbz4qqq3pd9nncydgvda798a5ziw21zkpa5d0smfna71zckp";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-dynamodb antiope-core base
+ generic-lens lens text unliftio-core unordered-containers
+ ];
+ testHaskellDepends = [
+ amazonka amazonka-core amazonka-dynamodb antiope-core base
+ generic-lens lens text unliftio-core unordered-containers
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-es" = callPackage
@@ -29177,8 +29273,8 @@ self: {
}:
mkDerivation {
pname = "antiope-es";
- version = "7.4.5";
- sha256 = "1hdcsfgy504831r8816vck422qr087w5479wxy3rrf3rm91d6s2l";
+ version = "7.5.1";
+ sha256 = "1ww4bfwqbyrmzb84wy78yqzp3snbq3xlxvhs7vl3ik71bn99abyr";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-elasticsearch base bytestring
json-stream lens thyme unordered-containers vector
@@ -29211,8 +29307,31 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-messages_7_5_1" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, base, bytestring
+ , generic-lens, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
+ , lens, lens-aeson, monad-loops, network-uri, scientific, text
+ , unliftio-core
+ }:
+ mkDerivation {
+ pname = "antiope-messages";
+ version = "7.5.1";
+ sha256 = "01hkq4n5jpfnb9i8ysaj73zknvkhpxb3mnq7csv2dc29ral4vzdp";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core base bytestring generic-lens lens
+ lens-aeson monad-loops network-uri text unliftio-core
+ ];
+ testHaskellDepends = [
+ aeson amazonka amazonka-core base bytestring generic-lens hedgehog
+ hspec hw-hspec-hedgehog lens lens-aeson monad-loops network-uri
+ scientific text unliftio-core
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-optparse-applicative" = callPackage
@@ -29222,8 +29341,8 @@ self: {
}:
mkDerivation {
pname = "antiope-optparse-applicative";
- version = "7.4.5";
- sha256 = "1nx6hirkjf6gpqbkjczld6zbml9f5xnvafb6d9lgglwrpcjm67br";
+ version = "7.5.1";
+ sha256 = "0zmsb9ng46p0plch2q8lh5awbkx7vhg9xl3na1czdk0mdh2hdhxz";
libraryHaskellDepends = [
amazonka amazonka-core amazonka-s3 base optparse-applicative text
];
@@ -29234,8 +29353,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-s3" = callPackage
@@ -29264,8 +29381,35 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-s3_7_5_1" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
+ , antiope-core, antiope-messages, attoparsec, base, bytestring
+ , conduit, conduit-extra, deepseq, 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.5.1";
+ sha256 = "0nqs90pqk8dfjbrc55f4gdw4ybw2fslbx9z2x8k45mqpri3xwc0y";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-s3 antiope-core
+ antiope-messages attoparsec base bytestring conduit conduit-extra
+ deepseq 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
+ base bytestring conduit conduit-extra exceptions generic-lens
+ hedgehog hspec http-types hw-hspec-hedgehog lens mtl network-uri
+ resourcet text time unliftio-core
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-shell" = callPackage
@@ -29278,8 +29422,8 @@ self: {
}:
mkDerivation {
pname = "antiope-shell";
- version = "7.4.5";
- sha256 = "1c69crnrqg8jij5z9y9008341ki42r6mjkklm8qpj8xh6c5k50zm";
+ version = "7.5.1";
+ sha256 = "1c68d84ykdamzgybryr474xh826j9b5mh4gn6q3aiapzl5bhh7ym";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core
antiope-messages antiope-s3 attoparsec base bytestring exceptions
@@ -29295,8 +29439,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-sns" = callPackage
@@ -29320,8 +29462,30 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-sns_7_5_1" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sns, base
+ , bytestring, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, lens, text, time, unliftio-core
+ }:
+ mkDerivation {
+ pname = "antiope-sns";
+ version = "7.5.1";
+ sha256 = "13wzfjqihsi0xw7j869knj82a6k1fi74fywhlqc3bh1xc6wcir7q";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-sns base bytestring
+ generic-lens lens text time unliftio-core
+ ];
+ testHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-sns base bytestring
+ generic-lens hedgehog hspec hw-hspec-hedgehog lens text time
+ unliftio-core
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-sqs" = callPackage
@@ -29348,8 +29512,33 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "antiope-sqs_7_5_1" = callPackage
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sqs, base
+ , bytestring, conduit, generic-lens, hedgehog, hspec
+ , hspec-discover, hw-hspec-hedgehog, lens, lens-aeson, monad-loops
+ , mtl, network-uri, split, text, time, unliftio-core
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "antiope-sqs";
+ version = "7.5.1";
+ sha256 = "1y3fxqx5595agcnr157q3jap0dmcss8lyij187j9f29y0wkbkzv6";
+ libraryHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-sqs base bytestring conduit
+ generic-lens lens lens-aeson monad-loops mtl network-uri split text
+ unliftio-core unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson amazonka amazonka-core amazonka-sqs base bytestring conduit
+ generic-lens hedgehog hspec hw-hspec-hedgehog lens lens-aeson
+ monad-loops mtl network-uri text time unliftio-core
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiope-swf" = callPackage
@@ -29365,8 +29554,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"antiprimes" = callPackage
@@ -29585,8 +29772,8 @@ self: {
}:
mkDerivation {
pname = "apecs";
- version = "0.8.2";
- sha256 = "06dhq7knzxj48563ll7r1srlgq5nd2kbk5fzrf7x6yjp0w2c9kmp";
+ version = "0.9.1";
+ sha256 = "1hf4ksv5s5z7842wz2zdmfix3s4xd34j6lcx94qja2h2vvh4c46a";
libraryHaskellDepends = [
array base containers mtl template-haskell vector
];
@@ -29602,8 +29789,8 @@ self: {
}:
mkDerivation {
pname = "apecs-gloss";
- version = "0.2.3";
- sha256 = "0f2cvjlsf00w69a6m52pwcp9srk441qfzbpdvdwh8pm2vl6nax69";
+ version = "0.2.4";
+ sha256 = "0dwaynabg26vlzbaa59q5ri6sczda667ni900fn567zn8hq9c837";
libraryHaskellDepends = [
apecs apecs-physics base containers gloss linear
];
@@ -29617,31 +29804,14 @@ self: {
}:
mkDerivation {
pname = "apecs-physics";
- version = "0.4.2";
- sha256 = "0jqylv937c4y4jygqyb127n9lvvmss52pz7rcwq7x3qc3k5mwgnh";
- setupHaskellDepends = [ base Cabal ];
- libraryHaskellDepends = [
- apecs base containers inline-c linear template-haskell vector
- ];
- description = "2D physics for apecs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "apecs-physics_0_4_3" = callPackage
- ({ mkDerivation, apecs, base, Cabal, containers, inline-c, linear
- , template-haskell, vector
- }:
- mkDerivation {
- pname = "apecs-physics";
- version = "0.4.3";
- sha256 = "1d1dq50r5hqq3551abn82i35qaq62gsk04h6vzwhi01jrfkjxyxr";
+ version = "0.4.4";
+ sha256 = "01kdp31zyz95i912qk57avmzr4596xjj8m8lw7r2yszg0il0mndf";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
apecs base containers inline-c linear template-haskell vector
];
description = "2D physics for apecs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"apecs-physics-gloss" = callPackage
@@ -29661,8 +29831,8 @@ self: {
}:
mkDerivation {
pname = "apecs-stm";
- version = "0.1.2";
- sha256 = "0wq20ibki20xccp7gvajzfmp90m9vr0sdx55m3ni91j76bsswqg8";
+ version = "0.1.3";
+ sha256 = "0wp5mydn1cmf4p70jsnfxqzy48p6d3x01xxpvdbnvkkqrpyrwgxg";
libraryHaskellDepends = [
apecs base containers list-t stm stm-containers template-haskell
vector
@@ -30224,8 +30394,6 @@ self: {
];
description = "Apple Push Notification service HTTP/2 integration";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"apotiki" = callPackage
@@ -30475,37 +30643,6 @@ self: {
}:
mkDerivation {
pname = "apply-refact";
- version = "0.6.0.0";
- sha256 = "0p2mqgjcqr1zcmk8zgr0yq7g8z1agsa6l493lkj6g3ya9lyhxgig";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers directory filemanip ghc ghc-exactprint mtl process
- refact syb temporary transformers unix-compat
- ];
- executableHaskellDepends = [
- base containers directory filemanip filepath ghc ghc-exactprint mtl
- optparse-applicative process refact syb temporary transformers
- unix-compat
- ];
- testHaskellDepends = [
- base containers directory filemanip filepath ghc ghc-exactprint mtl
- optparse-applicative process refact silently syb tasty
- tasty-expected-failure tasty-golden temporary transformers
- unix-compat
- ];
- description = "Perform refactorings specified by the refact library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "apply-refact_0_7_0_0" = callPackage
- ({ mkDerivation, base, containers, directory, filemanip, filepath
- , ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
- , silently, syb, tasty, tasty-expected-failure, tasty-golden
- , temporary, transformers, unix-compat
- }:
- mkDerivation {
- pname = "apply-refact";
version = "0.7.0.0";
sha256 = "1facic5lbc9xih6w1kfr3inwvada6y98n9xgc6iv6r057zr8jfp0";
isLibrary = true;
@@ -30527,7 +30664,6 @@ self: {
];
description = "Perform refactorings specified by the refact library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"apportionment" = callPackage
@@ -30713,6 +30849,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Datadog client for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"arbor-lru-cache" = callPackage
@@ -30751,8 +30889,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Counter library for submitting metrics to a backend such as datadog";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"arbor-monad-logger" = callPackage
@@ -30776,8 +30912,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Simple logging library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"arbor-monad-metric" = callPackage
@@ -30846,8 +30980,6 @@ self: {
];
description = "Convenience types and functions for postgresql-simple";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"arbtt" = callPackage
@@ -30877,6 +31009,8 @@ self: {
];
description = "Automatic Rule-Based Time Tracker";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"arcgrid" = callPackage
@@ -30945,8 +31079,6 @@ self: {
libraryToolDepends = [ cpphs ];
description = "Common interface using libarchive";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"archive-sig" = callPackage
@@ -30979,6 +31111,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "archive-tar-bytestring" = callPackage
+ ({ mkDerivation, base, bytestring, composition-prelude, cpphs
+ , tar-bytestring, text, unix
+ }:
+ mkDerivation {
+ pname = "archive-tar-bytestring";
+ version = "0.1.0.0";
+ sha256 = "0s1x4krnjdf1gq0f1krqdhxjkz4yanl5ayr0mdg6bcprlpzf3ib9";
+ libraryHaskellDepends = [
+ base bytestring composition-prelude tar-bytestring text unix
+ ];
+ libraryToolDepends = [ cpphs ];
+ description = "Common interface using the tar-bytestring package";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"archiver" = callPackage
({ mkDerivation, base, bytestring, containers, curl, HTTP, network
, process, random
@@ -31060,6 +31210,25 @@ self: {
broken = true;
}) {};
+ "arduino-copilot" = callPackage
+ ({ mkDerivation, base, containers, copilot, copilot-c99
+ , copilot-language, directory, filepath, mtl, optparse-applicative
+ , unix
+ }:
+ mkDerivation {
+ pname = "arduino-copilot";
+ version = "1.5.1";
+ sha256 = "0j7j2npipgd6jrlm9gn76ia3xbpnbiicn125ii673qzfgfzmgwrh";
+ libraryHaskellDepends = [
+ base containers copilot copilot-c99 copilot-language directory
+ filepath mtl optparse-applicative unix
+ ];
+ description = "Arduino programming in haskell using the Copilot stream DSL";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"arena" = callPackage
({ mkDerivation, base, bytes, bytestring, containers, criterion
, digest, directory, filepath, mtl, persistent-vector, safe
@@ -31285,24 +31454,23 @@ self: {
}) {};
"arith-encode" = callPackage
- ({ mkDerivation, arithmoi, array, base, binary, containers
- , hashable, HUnit-Plus, integer-logarithms, unordered-containers
+ ({ mkDerivation, array, base, binary, containers, hashable
+ , HUnit-Plus, integer-logarithms, integer-roots
+ , unordered-containers
}:
mkDerivation {
pname = "arith-encode";
- version = "1.0.1";
- sha256 = "0dpfhn2xwjjf318f431s8xgnr827ayjak8s8cs6672la8rqgfpb5";
+ version = "1.0.2";
+ sha256 = "0nfrjfm6c37bsvqcqsgnxk6pal8hc7p85nhmab9pc2ha5jrcwhj0";
libraryHaskellDepends = [
- arithmoi array base binary containers hashable integer-logarithms
- unordered-containers
+ array base binary containers hashable integer-logarithms
+ integer-roots unordered-containers
];
testHaskellDepends = [
base binary containers hashable HUnit-Plus unordered-containers
];
description = "A practical arithmetic encoding (aka Godel numbering) library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"arithmatic" = callPackage
@@ -31323,8 +31491,8 @@ self: {
}:
mkDerivation {
pname = "arithmetic";
- version = "1.5";
- sha256 = "0angjp341sfij8lqns74k6pwazdc679bd19fxphqab91cj9p9s56";
+ version = "1.6";
+ sha256 = "1k448bgs99i5lg87jvbfy63p4h1n2g6ldb4a0vig5ym7q5yhjkdc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -31375,41 +31543,9 @@ self: {
];
description = "Arithmetic circuits for zkSNARKs";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"arithmoi" = callPackage
- ({ mkDerivation, array, base, containers, deepseq, exact-pi, gauge
- , ghc-prim, integer-gmp, integer-logarithms, QuickCheck, random
- , semirings, smallcheck, tasty, tasty-hunit, tasty-quickcheck
- , tasty-smallcheck, transformers, vector
- }:
- mkDerivation {
- pname = "arithmoi";
- version = "0.9.0.0";
- sha256 = "0c1s93kf44ghhnvzhmnld4visx59pwvadfiww9smqisgjl6mpsa3";
- configureFlags = [ "-f-llvm" ];
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- array base containers deepseq exact-pi ghc-prim integer-gmp
- integer-logarithms random semirings transformers vector
- ];
- testHaskellDepends = [
- base containers exact-pi integer-gmp QuickCheck semirings
- smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck
- transformers vector
- ];
- benchmarkHaskellDepends = [
- array base containers deepseq gauge integer-logarithms random
- vector
- ];
- description = "Efficient basic number-theoretic functions";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "arithmoi_0_10_0_0" = callPackage
({ mkDerivation, array, base, constraints, containers, deepseq
, exact-pi, gauge, ghc-prim, integer-gmp, integer-logarithms
, QuickCheck, random, semirings, smallcheck, tasty, tasty-hunit
@@ -31437,7 +31573,6 @@ self: {
];
description = "Efficient basic number-theoretic functions";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"arity-generic-liftA" = callPackage
@@ -31556,8 +31691,6 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Builders for arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"array-chunks" = callPackage
@@ -31575,8 +31708,6 @@ self: {
];
description = "Lists of chunks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"array-forth" = callPackage
@@ -31886,6 +32017,8 @@ self: {
libraryHaskellDepends = [ base MissingH ];
description = "Generic markup builder";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ascii" = callPackage
@@ -31904,6 +32037,8 @@ self: {
];
description = "Type-safe, bytestring-based ASCII values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ascii-art-to-unicode" = callPackage
@@ -31930,6 +32065,8 @@ self: {
libraryHaskellDepends = [ base random-extras random-fu text ];
description = "A collection of ASCII cows. Moo.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ascii-flatten" = callPackage
@@ -32021,6 +32158,8 @@ self: {
];
description = "ASCII table";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ascii-vector-avc" = callPackage
@@ -32116,47 +32255,6 @@ self: {
"asif" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, conduit
, conduit-combinators, conduit-extra, containers, cpu, directory
- , 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.3";
- sha256 = "14c77hvghh6116ca29xzj1l7j95557mcfx0j9s73wxc82hl14wjg";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu either exceptions foldl generic-lens
- hw-bits hw-ip lens network old-locale profunctors resourcet
- temporary-resourcet text thyme transformers vector
- ];
- executableHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu directory either exceptions foldl
- generic-lens hw-bits hw-ip lens network old-locale
- optparse-applicative profunctors resourcet temporary-resourcet text
- thyme transformers vector
- ];
- testHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu either exceptions foldl generic-lens
- hedgehog hspec hw-bits hw-hspec-hedgehog hw-ip lens network
- 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;
- broken = true;
- }) {};
-
- "asif_6_0_4" = callPackage
- ({ mkDerivation, attoparsec, base, binary, bytestring, conduit
- , conduit-combinators, conduit-extra, containers, cpu, directory
, doctest, doctest-discover, either, exceptions, foldl
, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
, hw-hspec-hedgehog, hw-ip, lens, network, old-locale
@@ -32194,8 +32292,6 @@ self: {
testToolDepends = [ doctest-discover hspec-discover ];
description = "Library for creating and querying segmented feeds";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"asil" = callPackage
@@ -32274,6 +32370,8 @@ self: {
libraryHaskellDepends = [ base bytestring cereal mtl text ];
description = "ASN1 data reader and writer in RAW, BER and DER forms";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"asn1-encoding" = callPackage
@@ -32490,6 +32588,47 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "assumpta" = callPackage
+ ({ mkDerivation, assumpta-core, base, bytestring, connection
+ , data-default, exceptions, hspec, mime-mail, mtl, network
+ , QuickCheck, quickcheck-io, text, transformers
+ }:
+ mkDerivation {
+ pname = "assumpta";
+ version = "0.1.0.0";
+ sha256 = "1rk0nx8wx4ypvm4bscd6zj9l99hffp9946kszvpramrf8nqdkkvc";
+ libraryHaskellDepends = [
+ assumpta-core base bytestring connection data-default exceptions
+ mime-mail mtl text transformers
+ ];
+ testHaskellDepends = [
+ assumpta-core base bytestring hspec network QuickCheck
+ quickcheck-io
+ ];
+ description = "An SMTP client library";
+ license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "assumpta-core" = callPackage
+ ({ mkDerivation, attoparsec, base, base64-bytestring, bytestring
+ , constraints, cryptonite, exceptions, hspec, memory, mtl
+ , QuickCheck, text, transformers
+ }:
+ mkDerivation {
+ pname = "assumpta-core";
+ version = "0.1.0.2";
+ sha256 = "06k8rb3fz597k97hasfzvjcs0psvy2jzj3v5yxibqm7yp66f2zhq";
+ libraryHaskellDepends = [
+ attoparsec base base64-bytestring bytestring constraints cryptonite
+ exceptions memory mtl text transformers
+ ];
+ testHaskellDepends = [ base bytestring hspec mtl QuickCheck text ];
+ description = "Core functionality for an SMTP client";
+ license = stdenv.lib.licenses.bsd2;
+ }) {};
+
"ast-monad" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -32885,6 +33024,8 @@ self: {
pname = "atl";
version = "17072";
sha256 = "0ym06hm0w443r8akw59663p651m0p14zp288f7dv1ng9vy6nmvis";
+ revision = "1";
+ editedCabalFile = "0h3y24p4296qxwcmynsrqwnxpk024p9c835yh8s366skcjwmhk4x";
libraryHaskellDepends = [ base ];
description = "Arrow Transformer Library";
license = stdenv.lib.licenses.bsd3;
@@ -32936,6 +33077,8 @@ self: {
];
description = "Code that helps you create a valid Atlassian Connect Descriptor";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"atmos" = callPackage
@@ -33205,6 +33348,8 @@ self: {
testHaskellDepends = [ base containers HUnit time ];
description = "Translation from Ocaml to Haskell of John Harrison's ATP code";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"atrans" = callPackage
@@ -33236,32 +33381,30 @@ self: {
];
description = "A source-code formatter for ATS";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ats-pkg" = callPackage
({ mkDerivation, ansi-wl-pprint, base, binary, bytestring, Cabal
, cli-setup, composition-prelude, containers, cpphs, dependency
- , dhall, directory, file-embed, filemanip, filepath, http-client
- , http-client-tls, language-ats, lzma, microlens, mtl
+ , dhall, directory, file-embed, filepath, http-client
+ , http-client-tls, language-ats, libarchive, lzma, microlens, mtl
, optparse-applicative, parallel-io, process, shake, shake-ats
- , shake-c, shake-ext, tar, temporary, text, unix, unix-compat
+ , shake-c, shake-ext, temporary, text, unix, unix-compat
, zip-archive, zlib
}:
mkDerivation {
pname = "ats-pkg";
- version = "3.4.0.8";
- sha256 = "1mm3zvy85lmfw5zkix1ymjgfn9wywnvlf5r0ln5cqr63h3x620b7";
+ version = "3.5.0.0";
+ sha256 = "0ky17b8s4rg42gr2wwarvlgf0r0zgllrxqcdramsiyh8w9zgmc71";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-wl-pprint base binary bytestring Cabal composition-prelude
- containers dependency dhall directory file-embed filemanip filepath
- http-client http-client-tls lzma microlens mtl parallel-io process
- shake shake-ats shake-c shake-ext tar text unix unix-compat
- zip-archive zlib
+ containers dependency dhall directory file-embed filepath
+ http-client http-client-tls libarchive lzma microlens mtl
+ parallel-io process shake shake-ats shake-c shake-ext text unix
+ unix-compat zip-archive zlib
];
libraryToolDepends = [ cpphs ];
executableHaskellDepends = [
@@ -33322,6 +33465,8 @@ self: {
libraryHaskellDepends = [ base failure ];
description = "Concrete data type for handling extensible exceptions as failures. (deprecated)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"attic-schedule" = callPackage
@@ -33366,6 +33511,8 @@ self: {
];
description = "Efficient parsing and serialisation of S-Expressions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"attomail" = callPackage
@@ -33388,6 +33535,8 @@ self: {
testHaskellDepends = [ base doctest Glob QuickCheck ];
description = "Minimal mail delivery agent (MDA) for local mail with maildir support";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"attoparsec" = callPackage
@@ -33491,8 +33640,6 @@ self: {
];
description = "Parsers for the standard Haskell data types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"attoparsec-enumerator" = callPackage
@@ -33641,8 +33788,6 @@ self: {
];
description = "Attoparsec parsers of time";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"attoparsec-trans" = callPackage
@@ -33833,14 +33978,14 @@ self: {
broken = true;
}) {};
- "aur_6_3_0" = callPackage
+ "aur_6_3_1" = callPackage
({ mkDerivation, aeson, base, http-client, http-client-tls, servant
, servant-client, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "aur";
- version = "6.3.0";
- sha256 = "0q8sirx52hm6yh09383r1li5l4jra8vscnzs7nz44q8nd89rq22i";
+ version = "6.3.1";
+ sha256 = "049n21n8b2qllig40fqrc72ah16d4r2ajhxxj851nkyi44fvz0ba";
libraryHaskellDepends = [
aeson base http-client servant servant-client text
];
@@ -33873,42 +34018,40 @@ self: {
"aura" = callPackage
({ mkDerivation, aeson, aeson-pretty, algebraic-graphs, aur, base
- , base-prelude, bytestring, compactable, containers, directory
- , errors, filepath, fused-effects, generic-lens, http-client
- , http-client-tls, http-types, language-bash, megaparsec, microlens
- , microlens-ghc, mwc-random, network-uri, nonempty-containers
- , optparse-applicative, paths, pretty-simple, prettyprinter
- , prettyprinter-ansi-terminal, scheduler, semigroupoids, stm, tasty
- , tasty-hunit, text, these, time, transformers, typed-process
- , unliftio, versions
+ , bytestring, containers, errors, filepath, generic-lens
+ , http-client, http-client-tls, http-types, language-bash
+ , megaparsec, microlens, microlens-ghc, mwc-random, network-uri
+ , nonempty-containers, optparse-applicative, paths, pretty-simple
+ , prettyprinter, prettyprinter-ansi-terminal, rio, scheduler
+ , semigroupoids, servant-client-core, stm, tasty, tasty-hunit, text
+ , these, time, transformers, typed-process, unliftio, versions
+ , witherable-class
}:
mkDerivation {
pname = "aura";
- version = "2.0.2";
- sha256 = "1r11dzyy7z759ch664cml6lywh7033s6qrv56mkn41kn91jrl3qy";
+ version = "2.2.1";
+ sha256 = "01biz0slwjn9pbjfpg2lc1fywjyk9y0zvhjrbv4kx9nxnbrb7b2b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson aeson-pretty algebraic-graphs aur base base-prelude
- bytestring compactable containers directory errors filepath
- fused-effects generic-lens http-client http-types language-bash
+ aeson aeson-pretty algebraic-graphs aur base bytestring containers
+ errors filepath generic-lens http-client http-types language-bash
megaparsec microlens microlens-ghc mwc-random network-uri
nonempty-containers paths prettyprinter prettyprinter-ansi-terminal
- scheduler semigroupoids stm text these time transformers
- typed-process unliftio versions
+ rio scheduler semigroupoids servant-client-core stm text these time
+ transformers typed-process unliftio versions witherable-class
];
executableHaskellDepends = [
- base base-prelude bytestring containers errors fused-effects
- http-client http-client-tls microlens nonempty-containers
- optparse-applicative paths pretty-simple prettyprinter
- prettyprinter-ansi-terminal text transformers typed-process
- versions
+ base bytestring containers errors http-client http-client-tls
+ microlens nonempty-containers optparse-applicative paths
+ pretty-simple prettyprinter prettyprinter-ansi-terminal rio text
+ transformers typed-process versions
];
testHaskellDepends = [
- base base-prelude bytestring containers megaparsec microlens paths
- tasty tasty-hunit text versions
+ base bytestring containers megaparsec microlens paths rio tasty
+ tasty-hunit text versions
];
- description = "A secure package manager for Arch Linux and the AUR, written in Haskell";
+ description = "A secure package manager for Arch Linux and the AUR";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -33984,6 +34127,8 @@ self: {
libraryHaskellDepends = [ attoparsec base network text ];
description = "Password querying for .authinfo";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"authoring" = callPackage
@@ -34390,27 +34535,27 @@ self: {
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, bytestring, containers, data-binary-ieee754, deepseq
, directory, doctest, doctest-discover, extra, fail, gauge
- , hashable, hspec, hspec-discover, lens, lens-aeson, mtl
- , QuickCheck, random, raw-strings-qq, scientific, semigroups
- , tagged, template-haskell, text, tf-random, transformers
- , unordered-containers, vector, zlib
+ , HasBigDecimal, hashable, hspec, hspec-discover, lens, lens-aeson
+ , mtl, QuickCheck, random, raw-strings-qq, scientific, semigroups
+ , tagged, template-haskell, text, tf-random, time, transformers
+ , unordered-containers, uuid, vector, zlib
}:
mkDerivation {
pname = "avro";
- version = "0.4.6.0";
- sha256 = "127w8pny2ah05wa44khqs53vdyh54jlxvihxhpqk94wx8ggg00vx";
+ version = "0.4.7.0";
+ sha256 = "14s2d2slnk5d1mjava003a61gn5cczx5m7wg4h48nzh8w70y1a9q";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
- containers data-binary-ieee754 deepseq fail hashable mtl scientific
- semigroups tagged template-haskell text tf-random
- unordered-containers vector zlib
+ containers data-binary-ieee754 deepseq fail HasBigDecimal hashable
+ mtl scientific semigroups tagged template-haskell text tf-random
+ time unordered-containers uuid vector zlib
];
testHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
- containers directory doctest doctest-discover extra fail hashable
- hspec lens lens-aeson mtl QuickCheck raw-strings-qq scientific
- semigroups tagged template-haskell text tf-random transformers
- unordered-containers vector zlib
+ containers directory doctest doctest-discover extra fail
+ HasBigDecimal hashable hspec lens lens-aeson mtl QuickCheck
+ raw-strings-qq scientific semigroups tagged template-haskell text
+ tf-random time transformers unordered-containers uuid vector zlib
];
testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
@@ -34452,8 +34597,6 @@ self: {
];
description = "Tool for decoding avro";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"avwx" = callPackage
@@ -34473,6 +34616,8 @@ self: {
testHaskellDepends = [ attoparsec base lens pretty-show text ];
description = "Parse aviation weather reports";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"awesome-prelude" = callPackage
@@ -34533,61 +34678,22 @@ self: {
broken = true;
}) {awesomium = null;};
- "aws_0_18" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base16-bytestring
- , base64-bytestring, blaze-builder, byteable, bytestring
- , case-insensitive, cereal, conduit, conduit-combinators
- , conduit-extra, containers, cryptonite, data-default, directory
- , errors, filepath, http-client, http-client-tls, http-conduit
- , http-types, lifted-base, memory, monad-control, mtl, network
- , old-locale, QuickCheck, quickcheck-instances, resourcet, safe
- , scientific, tagged, tasty, tasty-hunit, tasty-quickcheck, text
- , time, transformers, transformers-base, unordered-containers
- , utf8-string, vector, xml-conduit
- }:
- mkDerivation {
- pname = "aws";
- version = "0.18";
- sha256 = "0h7473wkvc5xjzx5fd5k5fp70rjq5gqmn1cpy95mswvvfsq3irxj";
- revision = "1";
- editedCabalFile = "0y3xkhnaksj926khsy1d8gks2jzphkaibi97h98l47nbh962ickj";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson attoparsec base base16-bytestring base64-bytestring
- blaze-builder byteable bytestring case-insensitive cereal conduit
- conduit-extra containers cryptonite data-default directory filepath
- http-conduit http-types lifted-base memory monad-control mtl
- network old-locale resourcet safe scientific tagged text time
- transformers unordered-containers utf8-string vector xml-conduit
- ];
- testHaskellDepends = [
- aeson base bytestring conduit-combinators errors http-client
- http-client-tls http-types lifted-base monad-control mtl QuickCheck
- quickcheck-instances resourcet tagged tasty tasty-hunit
- tasty-quickcheck text time transformers transformers-base
- ];
- description = "Amazon Web Services (AWS) for Haskell";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"aws" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, base64-bytestring, blaze-builder, byteable, bytestring
, case-insensitive, cereal, conduit, conduit-extra, containers
, cryptonite, data-default, directory, errors, exceptions, filepath
, http-client, http-client-tls, http-conduit, http-types
- , lifted-base, memory, monad-control, mtl, network, old-locale
- , QuickCheck, quickcheck-instances, resourcet, safe, scientific
- , tagged, tasty, tasty-hunit, tasty-quickcheck, text, time
- , transformers, transformers-base, unordered-containers
+ , lifted-base, memory, monad-control, mtl, network, network-bsd
+ , old-locale, QuickCheck, quickcheck-instances, resourcet, safe
+ , scientific, tagged, tasty, tasty-hunit, tasty-quickcheck, text
+ , time, transformers, transformers-base, unordered-containers
, utf8-string, vector, xml-conduit
}:
mkDerivation {
pname = "aws";
- version = "0.21.1";
- sha256 = "047zfpc3bzdxgh6adfi1xls3j300vhyzcykzf9wyasxksw4xnrxl";
+ version = "0.22";
+ sha256 = "1l3f94mpih7slz37ikyjkyrwvlf110w87997d8sbnbd8glwlcb8r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -34595,9 +34701,9 @@ self: {
blaze-builder byteable bytestring case-insensitive cereal conduit
conduit-extra containers cryptonite data-default directory
exceptions filepath http-client-tls http-conduit http-types
- lifted-base memory monad-control mtl network old-locale resourcet
- safe scientific tagged text time transformers unordered-containers
- utf8-string vector xml-conduit
+ lifted-base memory monad-control mtl network network-bsd old-locale
+ resourcet safe scientific tagged text time transformers
+ unordered-containers utf8-string vector xml-conduit
];
testHaskellDepends = [
aeson base bytestring conduit errors http-client http-client-tls
@@ -34708,8 +34814,6 @@ self: {
];
description = "Haskell bindings for Amazon DynamoDB Streams";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-easy" = callPackage
@@ -34762,8 +34866,6 @@ self: {
];
description = "AWS EC2/VPC, ELB and CloudWatch client library for Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-ec2-knownhosts" = callPackage
@@ -34837,8 +34939,6 @@ self: {
];
description = "Bindings for Amazon Web Services (AWS) General Reference";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-kinesis" = callPackage
@@ -34864,8 +34964,6 @@ self: {
];
description = "Bindings for Amazon Kinesis";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-kinesis-client" = callPackage
@@ -34951,8 +35049,6 @@ self: {
];
description = "Haskell bindings for AWS Lambda";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-lambda-haskell-runtime" = callPackage
@@ -34993,8 +35089,6 @@ self: {
executableHaskellDepends = [ aeson base lens lens-aeson text ];
description = "Haskell on AWS Lambda Runtime API";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-mfa-credentials" = callPackage
@@ -35062,8 +35156,6 @@ self: {
];
description = "Amazon Route53 DNS service plugin for the aws package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-sdk" = callPackage
@@ -35115,8 +35207,6 @@ self: {
];
description = "The text converter for aws-sdk";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-sdk-xml-unordered" = callPackage
@@ -35137,8 +35227,6 @@ self: {
];
description = "The xml parser for aws-sdk package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aws-ses-easy" = callPackage
@@ -35225,8 +35313,6 @@ self: {
];
description = "Bindings for AWS SNS Version 2013-03-31";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"axel" = callPackage
@@ -35278,6 +35364,8 @@ self: {
testToolDepends = [ hpack tasty-discover ];
description = "The Axel programming language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"axiom" = callPackage
@@ -35354,6 +35442,8 @@ self: {
];
description = "Windows Azure ACS";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"azure-email" = callPackage
@@ -35372,6 +35462,8 @@ self: {
];
description = "send email with microsoft azure";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"azure-service-api" = callPackage
@@ -35467,6 +35559,8 @@ self: {
benchmarkHaskellDepends = [ base criterion pipes ];
description = "Immutable disk-based B* trees";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"b9" = callPackage
@@ -35480,21 +35574,21 @@ self: {
}:
mkDerivation {
pname = "b9";
- version = "0.5.68.4";
- sha256 = "1j73gi31aqbxfdd32p7l4kmrvpzm0n4plji83i4pw0zrjwigs0jz";
+ version = "0.5.69.0";
+ sha256 = "0r2iwv3ykh04d7qq9nskrj4m3xwlhhlyxzh38vij65gx8jiy2nwa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async base base64-bytestring bifunctors binary boxes
bytestring conduit conduit-extra ConfigFile directory exceptions
- extensible-effects filepath free hashable lens monad-control mtl
- parallel parsec pretty pretty-show process QuickCheck random shake
- syb tagged template text time transformers unordered-containers
- vector yaml
+ extensible-effects filepath free hashable hspec hspec-expectations
+ lens monad-control mtl parallel parsec pretty pretty-show process
+ QuickCheck random shake syb tagged template text time transformers
+ unordered-containers vector yaml
];
executableHaskellDepends = [
- base bytestring directory extensible-effects lens
- optparse-applicative text
+ base bytestring directory extensible-effects hspec
+ hspec-expectations lens optparse-applicative text
];
testHaskellDepends = [
aeson base binary bytestring directory extensible-effects hspec
@@ -35610,8 +35704,6 @@ self: {
];
description = "Heterogeneous automatic differentation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"backstop" = callPackage
@@ -35950,12 +36042,14 @@ self: {
({ mkDerivation, base, containers, hspec, QuickCheck, time }:
mkDerivation {
pname = "bank-holidays-england";
- version = "0.2.0.2";
- sha256 = "1r82plqk1danqby90snmp4zjzdkwryvhbzj1c67b0h0k9w42v781";
+ version = "0.2.0.4";
+ sha256 = "1lqjcpxacjkvgy0900av004xsshyjqx1hq1q0ig42f8r6r4cnf3m";
libraryHaskellDepends = [ base containers time ];
testHaskellDepends = [ base containers hspec QuickCheck time ];
description = "Calculation of bank holidays in England and Wales";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"banwords" = callPackage
@@ -35980,22 +36074,6 @@ self: {
}) {};
"barbies" = callPackage
- ({ mkDerivation, base, bifunctors, QuickCheck, tasty, tasty-hunit
- , tasty-quickcheck
- }:
- mkDerivation {
- pname = "barbies";
- version = "1.1.3.0";
- sha256 = "0fb7d0fr46zm8y00nipq8vvq5fvhsx41jj52zvz27f690azpj961";
- libraryHaskellDepends = [ base bifunctors ];
- testHaskellDepends = [
- base QuickCheck tasty tasty-hunit tasty-quickcheck
- ];
- description = "Classes for working with types that can change clothes";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "barbies_2_0_0_0" = callPackage
({ mkDerivation, base, QuickCheck, tasty, tasty-hunit
, tasty-quickcheck, transformers
}:
@@ -36009,15 +36087,14 @@ self: {
];
description = "Classes for working with types that can change clothes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"barbies-th" = callPackage
({ mkDerivation, barbies, base, template-haskell }:
mkDerivation {
pname = "barbies-th";
- version = "0";
- sha256 = "12h6yzl1rqi24ybif5bciljazjxnbvhq5wi9iyjg8zhjmklb6sgr";
+ version = "0.1";
+ sha256 = "1rabviwnyp4c9r6ym958nxgrjz18gdajrj1crdniyyd586giadh4";
libraryHaskellDepends = [ barbies base template-haskell ];
testHaskellDepends = [ barbies base ];
description = "Create strippable HKD via TH";
@@ -36177,23 +36254,11 @@ self: {
({ mkDerivation, base, unix }:
mkDerivation {
pname = "base-compat";
- version = "0.10.5";
- sha256 = "0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr";
- libraryHaskellDepends = [ base unix ];
- description = "A compatibility layer for base";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "base-compat_0_11_0" = callPackage
- ({ mkDerivation, base, unix }:
- mkDerivation {
- pname = "base-compat";
- version = "0.11.0";
- sha256 = "0svswi3nby9cabai2l9mkcx0c9zqw9y8js50sh09cms1s2jjly26";
+ version = "0.11.1";
+ sha256 = "0dkdmyxg8hfjn1zyrp4mahkr90g4y672mlvkj0m1krwkxi11avrm";
libraryHaskellDepends = [ base unix ];
description = "A compatibility layer for base";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"base-compat-batteries" = callPackage
@@ -36202,31 +36267,13 @@ self: {
}:
mkDerivation {
pname = "base-compat-batteries";
- version = "0.10.5";
- sha256 = "1vkhc639vqiv5p39jn1v312z32i7yk5q2lf0ap4jxl1v8p8wyp8p";
- revision = "1";
- editedCabalFile = "15sn2qc8k0hxbb2nai341kkrci98hlhzcj2ci087m0zxcg5jcdbp";
- libraryHaskellDepends = [ base base-compat ];
- testHaskellDepends = [ base hspec QuickCheck ];
- testToolDepends = [ hspec-discover ];
- description = "base-compat with extra batteries";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "base-compat-batteries_0_11_0" = callPackage
- ({ mkDerivation, base, base-compat, hspec, hspec-discover
- , QuickCheck
- }:
- mkDerivation {
- pname = "base-compat-batteries";
- version = "0.11.0";
- sha256 = "0r9p14ks2fspbhj61b2gi4ixipkhhkzpcx0y35nf4yypcqv5262h";
+ version = "0.11.1";
+ sha256 = "1n5fyv5ih2jdw0fbxf46999fhx3h7b4iib9cd4vh8fqa7knnzxna";
libraryHaskellDepends = [ base base-compat ];
testHaskellDepends = [ base hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
description = "base-compat with extra batteries";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"base-compat-migrate" = callPackage
@@ -36306,25 +36353,12 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "base-noprelude";
- version = "4.12.0.0";
- sha256 = "1hb25nj49k4lcxi4w33qvcy8izkgsvls5kasmva6hjlvg8b35ymb";
- libraryHaskellDepends = [ base ];
- doHaddock = false;
- description = "\"base\" package sans \"Prelude\" module";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "base-noprelude_4_13_0_0" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "base-noprelude";
version = "4.13.0.0";
sha256 = "1ld1phm7jpyvm33dj568gy28inbiklrj00yvb83v5y7rn01w32kp";
libraryHaskellDepends = [ base ];
doHaddock = false;
description = "\"base\" package sans \"Prelude\" module";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"base-orphans" = callPackage
@@ -36332,8 +36366,8 @@ self: {
}:
mkDerivation {
pname = "base-orphans";
- version = "0.8.1";
- sha256 = "1nwr9av27i9p72k0sn96mw3ywdczw65dy5gd5wxpabhhxlxdcas4";
+ version = "0.8.2";
+ sha256 = "00gbp4v4nxgp8gb3pyg23yy5f59rp5r2r8i8hi0ywpaxbqw6501a";
libraryHaskellDepends = [ base ghc-prim ];
testHaskellDepends = [ base hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
@@ -36356,23 +36390,32 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "base-unicode-symbols";
- version = "0.2.3";
- sha256 = "1ia6li7qjg1zkak4gf6mnbshw45mq9bfjr0jch58ds0lscmvwyzf";
+ version = "0.2.4.2";
+ sha256 = "0qkhp4ybmx4nbqqkrmw3hkm47bv61i2wpi20qb09wvk10g2dcr23";
libraryHaskellDepends = [ base ];
description = "Unicode alternatives for common functions and operators";
license = stdenv.lib.licenses.bsd3;
}) {};
- "base-unicode-symbols_0_2_4_2" = callPackage
- ({ mkDerivation, base }:
+ "base16" = callPackage
+ ({ mkDerivation, base, base16-bytestring, bytestring, criterion
+ , deepseq, memory, random-bytestring, tasty, tasty-hunit, text
+ }:
mkDerivation {
- pname = "base-unicode-symbols";
- version = "0.2.4.2";
- sha256 = "0qkhp4ybmx4nbqqkrmw3hkm47bv61i2wpi20qb09wvk10g2dcr23";
- libraryHaskellDepends = [ base ];
- description = "Unicode alternatives for common functions and operators";
+ pname = "base16";
+ version = "0.1.2.1";
+ sha256 = "1dqkqyyqdym48fh59zz3jyvhbbc70q37fvx2zv80cmysa929d1fr";
+ libraryHaskellDepends = [ base bytestring text ];
+ testHaskellDepends = [
+ base base16-bytestring bytestring memory random-bytestring tasty
+ tasty-hunit text
+ ];
+ benchmarkHaskellDepends = [
+ base base16-bytestring bytestring criterion deepseq memory
+ random-bytestring text
+ ];
+ description = "RFC 4648-compliant Base16 encodings/decodings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"base16-bytestring" = callPackage
@@ -36386,6 +36429,40 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "base16-lens" = callPackage
+ ({ mkDerivation, base, base16, bytestring, Cabal, cabal-doctest
+ , doctest, lens, text
+ }:
+ mkDerivation {
+ pname = "base16-lens";
+ version = "0.1.0.0";
+ sha256 = "17cckwpl3c7bf6jj8l1jbwpb0hlsqp7iv3mllb59gp38nfdn51rd";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base base16 bytestring lens text ];
+ testHaskellDepends = [ base doctest lens ];
+ description = "Optics for the Base16 library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "base32" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, deepseq, memory
+ , random-bytestring, tasty, tasty-hunit, text
+ }:
+ mkDerivation {
+ pname = "base32";
+ version = "0.1.1.1";
+ sha256 = "1j00nznckw6q09kwbqg4dx4s869bi2vdwlmkddanli74f8fc7l7m";
+ libraryHaskellDepends = [ base bytestring text ];
+ testHaskellDepends = [
+ base bytestring memory random-bytestring tasty tasty-hunit text
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion deepseq memory random-bytestring text
+ ];
+ description = "RFC 4648-compliant Base32 encodings/decodings";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"base32-bytestring" = callPackage
({ mkDerivation, base, bits-extras, bytestring, cpu, criterion
, hspec, QuickCheck
@@ -36399,6 +36476,23 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Fast base32 and base32hex codec for ByteStrings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "base32-lens" = callPackage
+ ({ mkDerivation, base, base32, bytestring, Cabal, cabal-doctest
+ , doctest, lens, text
+ }:
+ mkDerivation {
+ pname = "base32-lens";
+ version = "0.1.0.0";
+ sha256 = "0yhaaz5y8cwyjcclmjw0hk31388z233041ycfpwm2a3f0vgpilvn";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base base32 bytestring lens text ];
+ testHaskellDepends = [ base doctest lens ];
+ description = "Optics for the Base32 library";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"base32-z-bytestring" = callPackage
@@ -36508,27 +36602,28 @@ self: {
];
description = "Base62 encoding and decoding";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"base64" = callPackage
- ({ mkDerivation, base, base64-bytestring, bytestring, criterion
- , deepseq, memory, random-bytestring, tasty, tasty-hunit, text
+ ({ mkDerivation, base, base64-bytestring, bytestring, deepseq
+ , gauge, memory, random-bytestring, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "base64";
- version = "0.3.1.1";
- sha256 = "0g812lfql9agbdmrqvwc42sb91sibdd6w50mw3kvfz0fflskkiip";
- libraryHaskellDepends = [ base bytestring deepseq text ];
+ version = "0.4.1";
+ sha256 = "06mwamlqdz90k7nh3x4w0j0mjkbhkns11hvj9zd8d1yw6wy3l4hd";
+ revision = "1";
+ editedCabalFile = "1jvx3wpnfwzxfz5w3bqglqcv539fkk7wivl8ylm126pqh7sjdp5f";
+ libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
- base base64-bytestring random-bytestring tasty tasty-hunit text
+ base base64-bytestring bytestring random-bytestring tasty
+ tasty-hunit text
];
benchmarkHaskellDepends = [
- base base64-bytestring bytestring criterion deepseq memory
+ base base64-bytestring bytestring deepseq gauge memory
random-bytestring text
];
- description = "RFC 4648-compliant padded and unpadded base64 and base64url encodings";
+ description = "Fast RFC 4648-compliant Base64 encoding";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -36603,8 +36698,10 @@ self: {
}:
mkDerivation {
pname = "base64-lens";
- version = "0.1.0.3";
- sha256 = "1qc0hqk647liw13l65r8pk86m9g12xwvdf7imk54idxy2xp1rp77";
+ version = "0.2.0";
+ sha256 = "0d4lri7wpaxx7hgd7slxj5jl2qkgfairzsga4vajl05g49amyk80";
+ revision = "1";
+ editedCabalFile = "07x38p4zcv05y94gjn5j3j1ydv06vi17fbjnz4ckcgc3ay0dzbzf";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base base64 bytestring lens text ];
testHaskellDepends = [ base doctest lens ];
@@ -36612,6 +36709,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "base64-lens_0_3_0" = callPackage
+ ({ mkDerivation, base, base64, bytestring, Cabal, cabal-doctest
+ , doctest, lens, text
+ }:
+ mkDerivation {
+ pname = "base64-lens";
+ version = "0.3.0";
+ sha256 = "0gs3cxmglz0hshi4m94zrlc6fix90cvbdmcv2v4j01zwsdg8gv81";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base base64 bytestring lens text ];
+ testHaskellDepends = [ base doctest lens ];
+ description = "Optics for the Base64 library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"base64-string" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -36725,6 +36838,8 @@ self: {
libraryHaskellDepends = [ base network pureMD5 utf8-string ];
description = "A BaseX client for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bash" = callPackage
@@ -36756,6 +36871,8 @@ self: {
];
description = "Lifting values from base types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"basic-cpuid" = callPackage
@@ -36936,6 +37053,8 @@ self: {
];
description = "Core definitions for BattlePlace.io service";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"battleplace-api" = callPackage
@@ -36949,6 +37068,8 @@ self: {
];
description = "Public API definitions of BattlePlace.io service";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"battleship-combinatorics" = callPackage
@@ -37046,6 +37167,8 @@ self: {
];
description = "HTML Coverage Reports for Rules_Haskell";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bazel-runfiles" = callPackage
@@ -37113,6 +37236,8 @@ self: {
];
description = "Language tags as specified by BCP 47";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bcrypt" = callPackage
@@ -37228,6 +37353,8 @@ self: {
];
description = "Behavior-Driven Development DSL";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bdelta" = callPackage
@@ -37254,6 +37381,8 @@ self: {
executableHaskellDepends = [ aeson base network text url ];
description = "Update CSS in the browser without reloading the page";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam" = callPackage
@@ -37296,6 +37425,8 @@ self: {
];
description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam-migrate" = callPackage
@@ -37316,6 +37447,8 @@ self: {
];
description = "SQL DDL support and migrations support library for Beam";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam-mysql" = callPackage
@@ -37333,6 +37466,8 @@ self: {
];
description = "Connection layer between beam and MySQL/MariaDB";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam-newtype-field" = callPackage
@@ -37395,6 +37530,8 @@ self: {
];
description = "Beam driver for SQLite";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam-th" = callPackage
@@ -37447,13 +37584,15 @@ self: {
}) {};
"bearriver" = callPackage
- ({ mkDerivation, base, dunai, MonadRandom, mtl, transformers }:
+ ({ mkDerivation, base, dunai, MonadRandom, mtl, simple-affine-space
+ , transformers
+ }:
mkDerivation {
pname = "bearriver";
- version = "0.13.1";
- sha256 = "1mkvn05gdazg8inc61vzswwcm53m6xpv7ly4gs5ms6bfqh406xm5";
+ version = "0.13.1.1";
+ sha256 = "0gqlwj30rghlqsik1i7w2yrccpf7h4pm3adnq6v7dprnhfcz1pkw";
libraryHaskellDepends = [
- base dunai MonadRandom mtl transformers
+ base dunai MonadRandom mtl simple-affine-space transformers
];
description = "A replacement of Yampa based on Monadic Stream Functions";
license = stdenv.lib.licenses.bsd3;
@@ -37482,10 +37621,8 @@ self: {
}:
mkDerivation {
pname = "bech32";
- version = "1.0.0";
- sha256 = "1pq0izcjsnyrwjik7p6xw1y8b5g3x4rxi95jh08x81lfp53pr9bn";
- revision = "1";
- editedCabalFile = "0xkdidn53amg5ihbiwjw44yc87rnw6wivcgx84nimmhi9az3mlkb";
+ version = "1.0.2";
+ sha256 = "0km1jy3fhpnzqhi4pd5yn6y7214ij7rg47xwnp915c0x6j72ykym";
libraryHaskellDepends = [
array base bytestring containers extra text
];
@@ -37498,6 +37635,21 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "bech32-th" = callPackage
+ ({ mkDerivation, base, bech32, hspec, hspec-discover
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "bech32-th";
+ version = "1.0.2";
+ sha256 = "0ypn8y4b0iw7jb167biy0zjs4hp9k9nlf8y4nsczfv5n4p4cadnq";
+ libraryHaskellDepends = [ base bech32 template-haskell text ];
+ testHaskellDepends = [ base bech32 hspec template-haskell ];
+ testToolDepends = [ hspec-discover ];
+ description = "Template Haskell extensions to the Bech32 library";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"bed-and-breakfast" = callPackage
({ mkDerivation, array, base, binary, cpphs, deepseq, QuickCheck
, template-haskell
@@ -37512,6 +37664,8 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Efficient Matrix and Vector operations in 100% Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beeminder-api" = callPackage
@@ -37678,20 +37832,26 @@ self: {
executableHaskellDepends = [ base bytestring ];
description = "Micro-benchmarking with detailed statistics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bencode" = callPackage
- ({ mkDerivation, base, binary, bytestring, containers, parsec }:
+ ({ mkDerivation, base, binary, bytestring, containers, hspec
+ , parsec, QuickCheck, transformers, transformers-compat
+ }:
mkDerivation {
pname = "bencode";
- version = "0.6.0.0";
- sha256 = "12pnh598k30ggs54f0pic19j7ji8f4xn7fydkdnlig79rvzgv3iv";
- revision = "1";
- editedCabalFile = "0nvph7frmrra9k57v01saxgnhf1ma3m8qzwj1i53pswssfnj41mv";
+ version = "0.6.1.1";
+ sha256 = "0znv0y3b3zm5jvhlvj5f5s7y93db67j9yd59w1bnrw2pqv30gqaq";
libraryHaskellDepends = [
- base binary bytestring containers parsec
+ base binary bytestring containers parsec transformers
+ transformers-compat
];
- description = "Parser and printer for bencoded data";
+ testHaskellDepends = [
+ base bytestring containers hspec QuickCheck
+ ];
+ description = "Parsers and printers for bencoded data";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -37815,6 +37975,8 @@ self: {
];
description = "BERT implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"besout" = callPackage
@@ -37896,6 +38058,8 @@ self: {
];
description = "A horizontal version of tetris for braille users";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"between" = callPackage
@@ -37979,6 +38143,8 @@ self: {
libraryHaskellDepends = [ attoparsec base bytestring time ];
description = "Parse BgMax-files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bgzf" = callPackage
@@ -38114,8 +38280,6 @@ self: {
libraryHaskellDepends = [ base category ];
description = "Bifunctors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bifunctors" = callPackage
@@ -38125,8 +38289,8 @@ self: {
}:
mkDerivation {
pname = "bifunctors";
- version = "5.5.6";
- sha256 = "1jnsnc0rj3vkx8rjwsf2aacla9xzdfy1am9mmjk8crxp2gkazcnc";
+ version = "5.5.7";
+ sha256 = "0cimvd64jzd6dyxjw2kx8wqhd1x0z89pj0ppmsikj4afa3aa5cw8";
libraryHaskellDepends = [
base base-orphans comonad containers tagged template-haskell
th-abstraction transformers
@@ -38413,6 +38577,8 @@ self: {
];
description = "Bit parsing/writing on top of binary";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"binary-communicator" = callPackage
@@ -38618,8 +38784,8 @@ self: {
pname = "binary-orphans";
version = "1.0.1";
sha256 = "0gbmn5rpvyxhw5bxjmxwld6918lslv03b2f6hshssaw1il5x86j3";
- revision = "2";
- editedCabalFile = "0b4fafgwhrp4i7vxcynzk5678kn6jvraanmbmf14mxlkipl2fff3";
+ revision = "3";
+ editedCabalFile = "1s3bk63x2rxwk611jbvpvvgrq1k7k0gd9q105cqxcbcih396ac0s";
libraryHaskellDepends = [ base binary transformers ];
testHaskellDepends = [
base binary QuickCheck quickcheck-instances tagged tasty
@@ -38723,6 +38889,8 @@ self: {
];
description = "Binary and exponential searches";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"binary-serialise-cbor" = callPackage
@@ -38800,14 +38968,13 @@ self: {
}) {};
"binary-strict" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, mtl }:
+ ({ mkDerivation, array, base, bytestring, mtl }:
mkDerivation {
pname = "binary-strict";
- version = "0.4.8.3";
- sha256 = "1c9cm428zp8ncrjca5y5i0y91rzppmrk4zpjkp1ppbpxv5dzpf4f";
- revision = "1";
- editedCabalFile = "1y4x4zhqs8lxxy9qcmkf93g9a1fa6bkn9my8pb9ac75qnc8mi42x";
- libraryHaskellDepends = [ array base bytestring containers mtl ];
+ version = "0.4.8.5";
+ sha256 = "1m1r6dnvnj5ghvhb2wsh5sczvqx500xyh2f8qs1j1ddzn70bb6wp";
+ libraryHaskellDepends = [ array base bytestring mtl ];
+ testHaskellDepends = [ base bytestring ];
description = "Binary deserialisation using strict ByteStrings";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -38847,6 +39014,8 @@ self: {
];
description = "Tagged binary serialisation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"binary-tree" = callPackage
@@ -38943,6 +39112,8 @@ self: {
testHaskellDepends = [ base HTF HUnit QuickCheck random ];
description = "Data Binding";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"binding-gtk" = callPackage
@@ -39020,8 +39191,8 @@ self: {
}:
mkDerivation {
pname = "bindings-GLFW";
- version = "3.2.1.1";
- sha256 = "03hn12bdqypwd6x9hxa7685bm6w86nsf6cmcwkr8zzgb41mwc93b";
+ version = "3.3.2.0";
+ sha256 = "0frvqybvy6bk79drhdmv4m754g4db3ys63ib8kw6aw5d3bmhjdbw";
libraryHaskellDepends = [ base bindings-DSL ];
librarySystemDepends = [
libGL libX11 libXcursor libXext libXfixes libXi libXinerama
@@ -39038,32 +39209,6 @@ self: {
inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrandr;
inherit (pkgs.xorg) libXxf86vm;};
- "bindings-GLFW_3_3_1_0" = callPackage
- ({ mkDerivation, base, bindings-DSL, HUnit, libGL, libX11
- , libXcursor, libXext, libXfixes, libXi, libXinerama, libXrandr
- , libXxf86vm, test-framework, test-framework-hunit
- }:
- mkDerivation {
- pname = "bindings-GLFW";
- version = "3.3.1.0";
- sha256 = "14np6l61q9nglyailixsajngd6d799xa1xd6nzw0kjiqiqznn43a";
- libraryHaskellDepends = [ base bindings-DSL ];
- librarySystemDepends = [
- libGL libX11 libXcursor libXext libXfixes libXi libXinerama
- libXrandr libXxf86vm
- ];
- testHaskellDepends = [
- base HUnit test-framework test-framework-hunit
- ];
- description = "Low-level bindings to GLFW OpenGL library";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;
- inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXext;
- inherit (pkgs.xorg) libXfixes; inherit (pkgs.xorg) libXi;
- inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrandr;
- inherit (pkgs.xorg) libXxf86vm;};
-
"bindings-K8055" = callPackage
({ mkDerivation, base, K8055D }:
mkDerivation {
@@ -39327,8 +39472,6 @@ self: {
libraryPkgconfigDepends = [ gts ];
description = "Low level bindings supporting GTS, the GNU Triangulated Surface Library";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gts;};
"bindings-hamlib" = callPackage
@@ -39507,6 +39650,8 @@ self: {
libraryHaskellDepends = [ base bindings-DSL ioctl ];
description = "bindings to Video For Linux Two (v4l2) kernel interfaces";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bindings-lxc" = callPackage
@@ -39598,8 +39743,6 @@ self: {
libraryPkgconfigDepends = [ portaudio ];
description = "Low-level bindings to portaudio library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) portaudio;};
"bindings-posix" = callPackage
@@ -39634,6 +39777,8 @@ self: {
libraryHaskellDepends = [ base bindings-DSL ioctl ];
description = "PPDev bindings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bindings-saga-cmd" = callPackage
@@ -40020,8 +40165,8 @@ self: {
}:
mkDerivation {
pname = "bioinformatics-toolkit";
- version = "0.9.1";
- sha256 = "1blx00zkmw85c4pp36fp6jig8yy1qsc68vn40pglm0j3lgwagv9w";
+ version = "0.9.2";
+ sha256 = "1glf8wnswn60mcyrwn6y1ma6db1k6zckjmzbm28nvr961plp108b";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty attoparsec base bytestring bytestring-lexing
@@ -40126,23 +40271,23 @@ self: {
"birch-beer" = callPackage
({ mkDerivation, aeson, base, bytestring, cassava, colour
, containers, deepseq, diagrams, diagrams-cairo, diagrams-graphviz
- , diagrams-gtk, diagrams-lib, diversity, fgl, foldl, graphviz, gtk
- , hierarchical-clustering, hierarchical-spectral-clustering, lens
- , matrix-market-attoparsec, mtl, optparse-generic, palette, plots
- , safe, scientific, sparse-linear-algebra, spectral-clustering
- , split, statistics, SVGFonts, temporary, text, text-show
- , typed-spreadsheet, vector
+ , diagrams-gtk, diagrams-lib, diversity, elbow, fgl, foldl
+ , graphviz, gtk, hierarchical-clustering
+ , hierarchical-spectral-clustering, lens, matrix-market-attoparsec
+ , mtl, optparse-generic, palette, plots, safe, scientific
+ , sparse-linear-algebra, spectral-clustering, split, statistics
+ , SVGFonts, temporary, text, text-show, typed-spreadsheet, vector
}:
mkDerivation {
pname = "birch-beer";
- version = "0.2.2.0";
- sha256 = "1175gxj08pn1h58cgppwx3h79wplmycfrpzn46cyw2fpjqakc5gi";
+ version = "0.2.3.0";
+ sha256 = "1lq5mxq2pci3jh3a0pv7k6a3ncz39g45hvj9r78xwmqxn5s5hffw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring cassava colour containers deepseq diagrams
diagrams-cairo diagrams-graphviz diagrams-gtk diagrams-lib
- diversity fgl foldl graphviz gtk hierarchical-clustering
+ diversity elbow fgl foldl graphviz gtk hierarchical-clustering
hierarchical-spectral-clustering lens matrix-market-attoparsec mtl
optparse-generic palette plots safe scientific
sparse-linear-algebra spectral-clustering split statistics SVGFonts
@@ -40150,8 +40295,8 @@ self: {
];
executableHaskellDepends = [
aeson base bytestring cassava colour containers diagrams
- diagrams-cairo diagrams-lib hierarchical-spectral-clustering lens
- optparse-generic sparse-linear-algebra text text-show vector
+ diagrams-cairo diagrams-lib elbow hierarchical-spectral-clustering
+ lens optparse-generic sparse-linear-algebra text text-show vector
];
description = "Plot a colorful tree";
license = stdenv.lib.licenses.gpl3;
@@ -40248,8 +40393,6 @@ self: {
];
description = "Plays chess";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bit-array" = callPackage
@@ -40358,6 +40501,8 @@ self: {
];
description = "Provides access to the RPC API of Bitcoin Core";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitcoin-api-extra" = callPackage
@@ -40380,6 +40525,8 @@ self: {
];
description = "Higher level constructs on top of the bitcoin-api package";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitcoin-block" = callPackage
@@ -40400,6 +40547,8 @@ self: {
];
description = "Utility functions for manipulating bitcoin blocks";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitcoin-hs" = callPackage
@@ -40509,6 +40658,8 @@ self: {
testHaskellDepends = [ base bytestring hspec ];
description = "Compilation, manipulation and decompilation of Bitcoin scripts";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitcoin-tx" = callPackage
@@ -40529,6 +40680,8 @@ self: {
];
description = "Utility functions for manipulating bitcoin transactions";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitcoin-types" = callPackage
@@ -40550,6 +40703,49 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "bitcoind-regtest" = callPackage
+ ({ mkDerivation, base, bitcoind-rpc, cereal, containers
+ , haskoin-core, http-client, process, servant, servant-client
+ , tasty, tasty-hunit, temporary, text
+ }:
+ mkDerivation {
+ pname = "bitcoind-regtest";
+ version = "0.1.0.0";
+ sha256 = "078834ndl253d1s6f68a8cq1dc0hq3r3ic4a90wbr4msw9zn626q";
+ libraryHaskellDepends = [
+ base bitcoind-rpc cereal containers haskoin-core http-client
+ process servant servant-client temporary text
+ ];
+ testHaskellDepends = [
+ base bitcoind-rpc cereal haskoin-core http-client process servant
+ servant-client tasty tasty-hunit temporary text
+ ];
+ description = "A library for working with bitcoin-core regtest networks";
+ license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "bitcoind-rpc" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, cereal, haskoin-core
+ , http-client, scientific, servant, servant-client
+ , servant-jsonrpc-client, text, time, transformers
+ }:
+ mkDerivation {
+ pname = "bitcoind-rpc";
+ version = "0.1.0.0";
+ sha256 = "1a3p49lzzsqd9m7ivisxksb6c7yc0dg5rps6ym85s4aasr1ln1j8";
+ libraryHaskellDepends = [
+ aeson base bytestring cereal haskoin-core http-client scientific
+ servant servant-client servant-jsonrpc-client text time
+ transformers
+ ];
+ description = "A streamlined interface to bitcoin core using Haskoin types and Servant";
+ license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"bitly-cli" = callPackage
({ mkDerivation, base, Bitly, directory, filepath, regexpr }:
mkDerivation {
@@ -40633,6 +40829,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Atomic bit operations on memory locations for low-level synchronization";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bits-bytestring" = callPackage
@@ -40718,6 +40916,8 @@ self: {
librarySystemDepends = [ gcc_s ];
description = "Efficient high-level bit operations not found in Data.Bits";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {gcc_s = null;};
"bitset" = callPackage
@@ -40908,8 +41108,6 @@ self: {
benchmarkHaskellDepends = [ array base bytestring criterion ];
description = "fast multi-dimensional unboxed bit packed Bool arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bitwise-enum" = callPackage
@@ -40919,17 +41117,17 @@ self: {
}:
mkDerivation {
pname = "bitwise-enum";
- version = "0.1.0.3";
- sha256 = "192hv1ln2jb2ms36vrk110j79wsxgqgdwbq47slyq3fcd77l908i";
+ version = "1.0.0";
+ sha256 = "11klr2qxbly9ppcv7b1pcrvqfw6h0l3qqwy0wzlv05jqhaywjxwc";
libraryHaskellDepends = [
aeson array base deepseq mono-traversable vector
];
testHaskellDepends = [
- aeson base deepseq mono-traversable QuickCheck test-framework
+ aeson array base deepseq mono-traversable QuickCheck test-framework
test-framework-quickcheck2 vector
];
benchmarkHaskellDepends = [
- aeson base deepseq gauge mono-traversable vector wide-word
+ aeson array base deepseq gauge mono-traversable vector wide-word
];
description = "Bitwise operations on bounded enumerations";
license = stdenv.lib.licenses.bsd3;
@@ -40956,6 +41154,8 @@ self: {
];
description = "A Haskell library for working with the BitX bitcoin exchange";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bizzlelude" = callPackage
@@ -41090,8 +41290,6 @@ self: {
];
description = "Decentralized, k-ordered unique ID generator";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"blake2" = callPackage
@@ -41110,8 +41308,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A library providing BLAKE2";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"blakesum" = callPackage
@@ -41177,16 +41373,14 @@ self: {
"blank-canvas" = callPackage
({ mkDerivation, aeson, base, base-compat-batteries
, base64-bytestring, bytestring, colour, containers
- , data-default-class, directory, fail, http-types, kansas-comet
- , mime-types, process, scotty, semigroups, shake, stm, text
- , text-show, time, transformers, unix, vector, wai, wai-extra, warp
+ , data-default-class, fail, http-types, kansas-comet, mime-types
+ , scotty, semigroups, stm, text, text-show, transformers, vector
+ , wai, wai-extra, warp
}:
mkDerivation {
pname = "blank-canvas";
- version = "0.7";
- sha256 = "11blkr9yhag4l8lyg5gyi2wzcnapkgihkh01mp9lm28f3bb1v1z7";
- revision = "1";
- editedCabalFile = "11jqhxcr8vynlknpw73s0nmg1a7n9rsbyifyhaxi3aq7hzvb0qai";
+ version = "0.7.1";
+ sha256 = "02w428jpb49yaqzw93121lf1m4pjxi8wniqhnrvqh2zh63gsfws1";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base base-compat-batteries base64-bytestring bytestring
@@ -41194,10 +41388,6 @@ self: {
mime-types scotty semigroups stm text text-show transformers vector
wai wai-extra warp
];
- testHaskellDepends = [
- base base-compat-batteries containers directory process shake stm
- text time unix vector
- ];
description = "HTML5 Canvas Graphics Library";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -41254,8 +41444,6 @@ self: {
];
description = "Auto-generated interface to Fortran BLAS via CArrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"blas-comfort-array" = callPackage
@@ -41272,8 +41460,6 @@ self: {
];
description = "Auto-generated interface to Fortran BLAS via comfort-array";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"blas-ffi" = callPackage
@@ -41288,8 +41474,6 @@ self: {
libraryPkgconfigDepends = [ blas ];
description = "Auto-generated interface to Fortran BLAS";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) blas;};
"blas-hs" = callPackage
@@ -41427,6 +41611,8 @@ self: {
testHaskellDepends = [ base colonnade doctest ];
description = "blaze-html backend for colonnade";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"blaze-from-html" = callPackage
@@ -41946,6 +42132,8 @@ self: {
executableHaskellDepends = [ base GLFW OpenGL ];
description = "OpenGL Logic Game";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"blubber" = callPackage
@@ -42473,8 +42661,6 @@ self: {
];
description = "Boolean normal form: NNF, DNF & CNF";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"boolector" = callPackage
@@ -42483,8 +42669,8 @@ self: {
}:
mkDerivation {
pname = "boolector";
- version = "0.0.0.10";
- sha256 = "0lssarfp05v6mnwn1qkgj8gjzszb43dhbs3025b60cmwsbnhfx2w";
+ version = "0.0.0.11";
+ sha256 = "1mj6pjh4vg7dziil68p8k60sn6s721jxdgpsq9kk1h05v67lh5fz";
libraryHaskellDepends = [
base containers directory mtl temporary time
];
@@ -42644,25 +42830,12 @@ self: {
({ mkDerivation, base, exceptions, hspec, mtl }:
mkDerivation {
pname = "boots";
- version = "0.0.100";
- sha256 = "0q685h5z561lgjg2kqnkls35wpys9kx4zhghqqq3dyvl2i4dwmcz";
- libraryHaskellDepends = [ base exceptions mtl ];
- testHaskellDepends = [ base exceptions hspec mtl ];
- description = "IoC Monad in Haskell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "boots_0_2_0_1" = callPackage
- ({ mkDerivation, base, exceptions, hspec, mtl }:
- mkDerivation {
- pname = "boots";
version = "0.2.0.1";
sha256 = "04dh749p5nwar3hgmx5g12814lazwrzzqxbxbk4f003qpbd8np8w";
libraryHaskellDepends = [ base exceptions mtl ];
testHaskellDepends = [ base exceptions hspec mtl ];
description = "IoC Monad in Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"boots-app" = callPackage
@@ -42788,25 +42961,6 @@ self: {
}) {};
"boring" = callPackage
- ({ mkDerivation, adjunctions, base, base-compat, constraints, dec
- , fin, generics-sop, singleton-bool, streams, tagged, transformers
- , transformers-compat, vec
- }:
- mkDerivation {
- pname = "boring";
- version = "0.1.2";
- sha256 = "0978dq53rpb7clz1ydjm6x38nrx0vkp3safqcbjp2kq6jlaz29jr";
- revision = "3";
- editedCabalFile = "1d7xl2dxm4v33j1bd5450x1mh86x8kb24qjvad8nk98dmgf63ah2";
- libraryHaskellDepends = [
- adjunctions base base-compat constraints dec fin generics-sop
- singleton-bool streams tagged transformers transformers-compat vec
- ];
- description = "Boring and Absurd types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "boring_0_1_3" = callPackage
({ mkDerivation, adjunctions, base, base-compat, bin, constraints
, dec, fin, generics-sop, ral, singleton-bool, streams, tagged
, transformers, transformers-compat, vec
@@ -42822,7 +42976,6 @@ self: {
];
description = "Boring and Absurd types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"boring-game" = callPackage
@@ -42893,6 +43046,8 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "Build tool for Lambdabot";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bound" = callPackage
@@ -43033,8 +43188,6 @@ self: {
];
description = "audio-visual pseudo-physical simulation of colliding circles";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"box" = callPackage
@@ -43045,8 +43198,8 @@ self: {
}:
mkDerivation {
pname = "box";
- version = "0.1.0";
- sha256 = "1q03sgz4qzm61rs5chkvk0h9qj7idxxzmyr29awkxigv18nab18h";
+ version = "0.2.0";
+ sha256 = "0100vq8fb2lihnas6cqrigrrndzj48icsl56kdyi6vvkr9aclzm2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -43156,8 +43309,8 @@ self: {
({ mkDerivation, base, directory, process }:
mkDerivation {
pname = "brainfuck-monad";
- version = "0.5.1";
- sha256 = "1y0dz80q2rniz23b0m2dircyl244id9888pblaqj8d4zcapsnsww";
+ version = "0.5.2";
+ sha256 = "1c1xg56dh0qbiy7jga436pmp8x8rhkkpf3gb54kqg8asajswdh0s";
libraryHaskellDepends = [ base directory process ];
description = "BrainFuck monad";
license = stdenv.lib.licenses.bsd3;
@@ -43243,8 +43396,6 @@ self: {
];
description = "a url shortener";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"brians-brain" = callPackage
@@ -43263,46 +43414,21 @@ self: {
}) {};
"brick" = callPackage
- ({ mkDerivation, base, config-ini, containers, contravariant
- , data-clist, deepseq, directory, dlist, filepath, microlens
- , microlens-mtl, microlens-th, QuickCheck, stm, template-haskell
- , text, text-zipper, transformers, unix, vector, vty, word-wrap
- }:
- mkDerivation {
- pname = "brick";
- version = "0.47.1";
- sha256 = "0s0frxr6spgxzzvnym8rf40wj261clv7yfy2fxgm8iyjrr0ki49h";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base config-ini containers contravariant data-clist deepseq
- directory dlist filepath microlens microlens-mtl microlens-th stm
- template-haskell text text-zipper transformers unix vector vty
- word-wrap
- ];
- testHaskellDepends = [
- base containers microlens QuickCheck vector
- ];
- description = "A declarative terminal user interface library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "brick_0_50_1" = callPackage
({ mkDerivation, base, bytestring, config-ini, containers
- , contravariant, data-clist, deepseq, directory, dlist, filepath
- , microlens, microlens-mtl, microlens-th, QuickCheck, stm
+ , contravariant, data-clist, deepseq, directory, dlist, exceptions
+ , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm
, template-haskell, text, text-zipper, transformers, unix, vector
, vty, word-wrap
}:
mkDerivation {
pname = "brick";
- version = "0.50.1";
- sha256 = "0wv69pbs4xqfdqw9ag32fhqhmh8djxb14h8jpyblmykirlznx77y";
+ version = "0.52";
+ sha256 = "10734nqmmix3ddab30a02dn9sma2aywg358q156b392g0nxzv39n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring config-ini containers contravariant data-clist
- deepseq directory dlist filepath microlens microlens-mtl
+ deepseq directory dlist exceptions filepath microlens microlens-mtl
microlens-th stm template-haskell text text-zipper transformers
unix vector vty word-wrap
];
@@ -43311,7 +43437,6 @@ self: {
];
description = "A declarative terminal user interface library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"brick-dropdownmenu" = callPackage
@@ -43532,6 +43657,8 @@ self: {
pname = "brittany";
version = "0.12.1.1";
sha256 = "0nw7ymdb7xam634w42l1xjgyvpla8grcg02aj19fscw2fn9gfh7z";
+ revision = "1";
+ editedCabalFile = "0wqg0yl3da1dgpqqv5q0ml3k0njn7pgipaac4vd9gidv3d1pyd74";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -43589,8 +43716,6 @@ self: {
];
description = "Conduit-based parallel streaming code for broadcast-chan";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"broadcast-chan-pipes" = callPackage
@@ -43607,8 +43732,6 @@ self: {
];
description = "Pipes-based parallel streaming code for broadcast-chan";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"broadcast-chan-tests" = callPackage
@@ -43631,8 +43754,6 @@ self: {
];
description = "Helpers for generating tests for broadcast-chan";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"broccoli" = callPackage
@@ -43655,8 +43776,8 @@ self: {
}:
mkDerivation {
pname = "brok";
- version = "0.1.7.0";
- sha256 = "1961s6ccr5x81jym34y1437pa7ml4jsxnw4gd1r496h8mh9lcm99";
+ version = "0.2.0.0";
+ sha256 = "1fsh05433gkm89j4nf9whcif0iiscxbd32q307rjm1fwsfwp9c46";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -43705,6 +43826,8 @@ self: {
];
description = "Common types and URIs for the BronyRadioGermany API bindings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bronyradiogermany-streaming" = callPackage
@@ -43854,8 +43977,8 @@ self: {
}:
mkDerivation {
pname = "bson";
- version = "0.3.2.8";
- sha256 = "1xqxjs0vhlrvnclkxn8y5dr4liaja4flqizphk1000km2kvvw748";
+ version = "0.4.0.0";
+ sha256 = "0fcwqxzh678j48b04rbk7jwbnpp4859w389fb0fl7d5hvvw9kj19";
libraryHaskellDepends = [
base binary bytestring cryptohash-md5 data-binary-ieee754 mtl
network text time
@@ -43866,6 +43989,8 @@ self: {
];
description = "BSON documents are JSON-like objects with a standard binary encoding";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bson-generic" = callPackage
@@ -43903,7 +44028,8 @@ self: {
libraryHaskellDepends = [ base bson lens text ];
description = "BSON lenses";
license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ jb55 ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bson-mapping" = callPackage
@@ -43950,6 +44076,8 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "A simple unassuming parser for bytestring";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"btree" = callPackage
@@ -43969,6 +44097,8 @@ self: {
benchmarkHaskellDepends = [ base clock ghc-prim hashable ];
description = "B-Tree on Unmanaged Heap";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"btree-concurrent" = callPackage
@@ -44093,6 +44223,8 @@ self: {
];
description = "Library for efficiently building up buffers, one piece at a time";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"buffer-builder-aeson" = callPackage
@@ -44218,8 +44350,8 @@ self: {
}:
mkDerivation {
pname = "bugsnag-haskell";
- version = "0.0.3.0";
- sha256 = "1g1wqs3vlgdyk8f0xwvrzb1hc77xmjm8ygaw1skrh64darj8y9cq";
+ version = "0.0.3.1";
+ sha256 = "0ka4sj415pn2r2f037hyxw3fwsjzad9g67llm4yx1d3b15zzdxx9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -44320,6 +44452,8 @@ self: {
];
description = "Rehackable components for writing buildbots and test harnesses";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"buildbox-tools" = callPackage
@@ -44406,35 +44540,6 @@ self: {
}) {inherit (pkgs) bullet;};
"bulletproofs" = callPackage
- ({ mkDerivation, arithmoi, base, containers, criterion, cryptonite
- , memory, MonadRandom, protolude, QuickCheck, random-shuffle, tasty
- , tasty-discover, tasty-hunit, tasty-quickcheck, text
- }:
- mkDerivation {
- pname = "bulletproofs";
- version = "0.4.0";
- sha256 = "0aw485g11mpx74wx3pb831z64jq085pvrp150fy0fbnjyi0ahvkc";
- libraryHaskellDepends = [
- arithmoi base containers cryptonite memory MonadRandom protolude
- random-shuffle text
- ];
- testHaskellDepends = [
- arithmoi base containers cryptonite memory MonadRandom protolude
- QuickCheck random-shuffle tasty tasty-discover tasty-hunit
- tasty-quickcheck text
- ];
- testToolDepends = [ tasty-discover ];
- benchmarkHaskellDepends = [
- arithmoi base containers criterion cryptonite memory MonadRandom
- protolude QuickCheck random-shuffle tasty tasty-hunit
- tasty-quickcheck text
- ];
- license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "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
@@ -44469,8 +44574,6 @@ self: {
];
description = "Bulletproofs are short zero-knowledge proofs without a trusted setup";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bulmex" = callPackage
@@ -44645,14 +44748,15 @@ self: {
"bustle" = callPackage
({ mkDerivation, base, bytestring, Cabal, cairo, containers, dbus
- , directory, filepath, gio, gio-unix, glib, gtk3, hgettext, HUnit
- , mtl, pango, pcap, process, QuickCheck, setlocale, system-glib
- , test-framework, test-framework-hunit, text, time
+ , directory, filepath, gio, glib, gtk3, HUnit, mtl, pango, pcap
+ , process, QuickCheck, system-glib, test-framework
+ , test-framework-hunit, text, time
}:
mkDerivation {
pname = "bustle";
version = "0.7.5";
sha256 = "0r0ng67b2q9ww0adv1fdrpmgmdyjqv6ksd9g6kkn9cjwnaascq3p";
+ configureFlags = [ "-f-hgettext" ];
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -44660,18 +44764,15 @@ self: {
libraryPkgconfigDepends = [ system-glib ];
executableHaskellDepends = [
base bytestring cairo containers dbus directory filepath gio glib
- gtk3 hgettext mtl pango pcap process setlocale text time
+ gtk3 mtl pango pcap process text time
];
- executablePkgconfigDepends = [ gio-unix ];
testHaskellDepends = [
- base bytestring cairo containers dbus directory filepath gtk3
- hgettext HUnit mtl pango pcap QuickCheck setlocale test-framework
- test-framework-hunit text
+ base bytestring cairo containers dbus directory filepath gtk3 HUnit
+ mtl pango pcap QuickCheck test-framework test-framework-hunit text
];
description = "Draw sequence diagrams of D-Bus traffic";
- license = "unknown";
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {gio-unix = null; system-glib = pkgs.glib;};
+ license = stdenv.lib.licenses.lgpl21Plus;
+ }) {system-glib = pkgs.glib;};
"butcher" = callPackage
({ mkDerivation, base, bifunctors, containers, deque, extra, free
@@ -44880,6 +44981,35 @@ self: {
libraryHaskellDepends = [ base bytestring primitive text ];
description = "Parsing of bytearray-based data";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "bytebuild" = callPackage
+ ({ mkDerivation, base, byteslice, bytestring, gauge
+ , natural-arithmetic, primitive, primitive-offset
+ , primitive-unlifted, QuickCheck, quickcheck-classes, run-st, tasty
+ , tasty-hunit, tasty-quickcheck, text, text-short, vector
+ , wide-word
+ }:
+ mkDerivation {
+ pname = "bytebuild";
+ version = "0.3.4.0";
+ sha256 = "00kda7qz92vfqldq2ksxx8qf1v4kl0wm2w2fxg6m2nkpqfzlv026";
+ libraryHaskellDepends = [
+ base byteslice bytestring natural-arithmetic primitive
+ primitive-offset primitive-unlifted run-st text-short wide-word
+ ];
+ testHaskellDepends = [
+ base byteslice bytestring natural-arithmetic primitive
+ primitive-unlifted QuickCheck quickcheck-classes tasty tasty-hunit
+ tasty-quickcheck text vector wide-word
+ ];
+ benchmarkHaskellDepends = [
+ base byteslice gauge natural-arithmetic primitive text-short
+ ];
+ description = "Serialize to a small byte arrays";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"bytedump" = callPackage
@@ -44896,6 +45026,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bytelog" = callPackage
+ ({ mkDerivation, base, bytebuild, byteslice, natural-arithmetic
+ , posix-api, primitive
+ }:
+ mkDerivation {
+ pname = "bytelog";
+ version = "0.1.0.0";
+ sha256 = "03acvb13q3bs77qyxsf91b9l2wv6f23lrghqnh2dacsdrg75dpfa";
+ libraryHaskellDepends = [
+ base bytebuild byteslice natural-arithmetic posix-api primitive
+ ];
+ description = "Fast logging";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"byteorder" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -44908,29 +45053,6 @@ self: {
}) {};
"bytes" = callPackage
- ({ mkDerivation, base, binary, bytestring, Cabal, cabal-doctest
- , cereal, containers, directory, doctest, filepath, hashable, mtl
- , scientific, text, time, transformers, transformers-compat
- , unordered-containers, void
- }:
- mkDerivation {
- pname = "bytes";
- version = "0.15.5";
- sha256 = "063il2vrn0p88r9gzndh4ijs0mxj37khkc9ym9bqdsv7ngk3b683";
- revision = "1";
- editedCabalFile = "0k05cszpxmdwgnbxhmlmmvsxkwlanvz8dn0p3f6bzs8qlv3kbhm7";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base binary bytestring cereal containers hashable mtl scientific
- text time transformers transformers-compat unordered-containers
- void
- ];
- testHaskellDepends = [ base directory doctest filepath ];
- description = "Sharing code for serialization between binary and cereal";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "bytes_0_16" = callPackage
({ mkDerivation, base, binary, binary-orphans, bytestring, Cabal
, cabal-doctest, cereal, containers, directory, doctest, filepath
, hashable, mtl, scientific, text, time, transformers
@@ -44938,8 +45060,8 @@ self: {
}:
mkDerivation {
pname = "bytes";
- version = "0.16";
- sha256 = "1m8nkviq4ckqi9v1w1fxzicdzmvb3wfxcmqmppjrrmkwawn4c6i9";
+ version = "0.17";
+ sha256 = "11gacfxcn9f3v5a1phlgi7mwwrnyh51sfsym573g6i4v2zqfrwi3";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base binary binary-orphans bytestring cereal containers hashable
@@ -44949,7 +45071,6 @@ self: {
testHaskellDepends = [ base directory doctest filepath ];
description = "Sharing code for serialization between binary and cereal";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"byteset" = callPackage
@@ -44966,14 +45087,14 @@ self: {
}) {};
"byteslice" = callPackage
- ({ mkDerivation, base, bytestring, primitive, primitive-addr
+ ({ mkDerivation, base, bytestring, gauge, primitive, primitive-addr
, primitive-unlifted, quickcheck-classes, run-st, tasty
, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "byteslice";
- version = "0.2.1.0";
- sha256 = "0dwvxj0rxk7jfb4yjwrr7jwxwv0f5bz8h21wrr4hw7max2wfanll";
+ version = "0.2.2.0";
+ sha256 = "0ml3igz9rgrbwvpb883f6sz2j73isxf58iskfpisjgsx8lmgdl4c";
libraryHaskellDepends = [
base primitive primitive-addr primitive-unlifted run-st
];
@@ -44981,10 +45102,9 @@ self: {
base bytestring primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck
];
+ benchmarkHaskellDepends = [ base gauge primitive ];
description = "Slicing managed and unmanaged memory";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bytesmith" = callPackage
@@ -44994,8 +45114,8 @@ self: {
}:
mkDerivation {
pname = "bytesmith";
- version = "0.3.3.0";
- sha256 = "08q2wpdj3na06n7k1ig27i67csby6yy2vhrgcdpmsi1jx8as9nwh";
+ version = "0.3.6.0";
+ sha256 = "0idkkmmw5n8dv7hx236s1543n0k6gsj9s0yk6fggbaqydlsxn641";
libraryHaskellDepends = [
base byteslice bytestring contiguous primitive run-st text-short
wide-word
@@ -45009,8 +45129,6 @@ self: {
];
description = "Nonresumable byte parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bytestring_0_10_10_0" = callPackage
@@ -45048,6 +45166,8 @@ self: {
];
description = "Arbitrary instances for ByteStrings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bytestring-builder" = callPackage
@@ -45385,6 +45505,8 @@ self: {
libraryHaskellDepends = [ base bytestring pipes primitive ];
description = "break bytestrings up into substrings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bytestring-time" = callPackage
@@ -45497,6 +45619,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Combinator parsing with Data.ByteString.Lazy";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bytestringreadp" = callPackage
@@ -45525,26 +45649,67 @@ self: {
}) {};
"bz2" = callPackage
- ({ mkDerivation, base, bytestring, c2hs }:
+ ({ mkDerivation, base, bytestring, c2hs, criterion, deepseq
+ , directory, filepath, tasty, tasty-golden, tasty-hunit, temporary
+ }:
mkDerivation {
pname = "bz2";
- version = "0.1.0.1";
- sha256 = "07ry2y8xlm6m54qqriwmrcw2m9dal5mr728y3gzsfy104f1w80bf";
- revision = "1";
- editedCabalFile = "0wbhhcmi7wjyjp82sj0ifi3i5hblzdda66jyzcb66rdwi2547jd2";
+ version = "1.0.0.1";
+ sha256 = "055sfi658z8sxznzdnj40hwzj89nfa0dk4x59b5z43lah9m3hpa2";
+ revision = "2";
+ editedCabalFile = "1kf9phb27cy7yk06sdd3bgh39ym0gb988h6zx315gcmlxncj71jb";
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ];
+ testHaskellDepends = [
+ base bytestring deepseq directory filepath tasty tasty-golden
+ tasty-hunit
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion filepath temporary
+ ];
description = "Bindings to libbz2";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bz2_1_0_0_2" = callPackage
+ ({ mkDerivation, base, bytestring, bzlib, bzlib-conduit, c2hs
+ , conduit, cpphs, criterion, deepseq, directory, filepath, pipes
+ , pipes-bytestring, pipes-bzip, pipes-safe, tasty, tasty-golden
+ , tasty-hunit, temporary
+ }:
+ mkDerivation {
+ pname = "bz2";
+ version = "1.0.0.2";
+ sha256 = "12w3rz137g45cw3s5n0ajk9pvilfvh3fszjrnn07fsjck0r5mnyx";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base bytestring ];
+ libraryToolDepends = [ c2hs ];
+ testHaskellDepends = [
+ base bytestring deepseq directory filepath tasty tasty-golden
+ tasty-hunit
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring bzlib bzlib-conduit conduit criterion filepath
+ pipes pipes-bytestring pipes-bzip pipes-safe temporary
+ ];
+ benchmarkToolDepends = [ cpphs ];
+ description = "Bindings to libbz2";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"bzip-signature" = callPackage
- ({ mkDerivation, base, bytestring, composition-prelude }:
+ ({ mkDerivation, base, bytestring, composition-prelude, lens }:
mkDerivation {
pname = "bzip-signature";
- version = "0.1.1.0";
- sha256 = "154birx50dzgpiz3x34lmd2flmwv41y5b6kvx6imskzqf3nwmcv2";
- libraryHaskellDepends = [ base bytestring composition-prelude ];
+ version = "0.1.2.0";
+ sha256 = "077bwh3rwig9rml5pz49m4rxbn0j9q6cv7zlc5xlhkmw6plwg4ps";
+ revision = "1";
+ editedCabalFile = "003197s08saac5azpwc4vqvs65244pvp019j9lhr76my6a98iz0f";
+ libraryHaskellDepends = [
+ base bytestring composition-prelude lens
+ ];
description = "Backpack signature for BZip compression";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -45561,6 +45726,8 @@ self: {
librarySystemDepends = [ bzip2 ];
description = "Compression and decompression in the bzip2 format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) bzip2;};
"bzlib-conduit" = callPackage
@@ -45633,6 +45800,8 @@ self: {
testHaskellDepends = [ base ];
description = "Simpe mosquito MQTT binding able to work with the Amazons IoT";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) mosquitto;};
"c-storable" = callPackage
@@ -45695,6 +45864,8 @@ self: {
libraryHaskellDepends = [ base network unix ];
description = "C10k server library using prefork";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"c2ats" = callPackage
@@ -45790,11 +45961,11 @@ self: {
pname = "ca";
version = "0.0.0.1";
sha256 = "0fkqbpgbbp1g6q5vjmgnfddrilyqwqsvd6w7w3vmgg6q7zdh6fy2";
+ revision = "1";
+ editedCabalFile = "1s7qxji4a44qrsmfajrpzjfg06aksxxf41b5y8bgrc93m2iyn4xw";
libraryHaskellDepends = [ alg base ];
description = "Cellular Automata";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ca-province-codes" = callPackage
@@ -45889,6 +46060,8 @@ self: {
];
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-build-programs" = callPackage
@@ -45932,8 +46105,8 @@ self: {
}:
mkDerivation {
pname = "cabal-cache";
- version = "1.0.1.3";
- sha256 = "03x5p2yz6vdrhl8dnmgc7phbsmrg7x51syg41i2hjcw9bm2js8wg";
+ version = "1.0.1.5";
+ sha256 = "0bzxpr1lalj3i4qickxpch3ky5d686k1rdba2aymhcr8g89l4m0m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -46026,8 +46199,8 @@ self: {
}:
mkDerivation {
pname = "cabal-debian";
- version = "5.0";
- sha256 = "1brbn45zg8ki54xl429qlzhzn30mgy7i1sidq1imd54c0rnai46v";
+ version = "5.0.2";
+ sha256 = "0586sjda7ar8p243m92csz3d35smpzlxvyh09rl4fllgzhazxn5f";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -46039,8 +46212,6 @@ self: {
executableHaskellDepends = [ base Cabal debian lens mtl pretty ];
description = "Create a Debianization for a Cabal package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-dependency-licenses" = callPackage
@@ -46105,6 +46276,8 @@ self: {
pname = "cabal-doctest";
version = "1.0.8";
sha256 = "03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0";
+ revision = "1";
+ editedCabalFile = "0z0r7h2y5six2zgfylcwr9g4j78qph35zqglk9lz4za1klvgdprl";
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "A Setup.hs helper for doctests running";
license = stdenv.lib.licenses.bsd3;
@@ -46123,6 +46296,8 @@ self: {
testHaskellDepends = [ base Cabal ];
description = "Template Haskell expressions for reading fields from a project's cabal file";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-flatpak" = callPackage
@@ -46147,8 +46322,6 @@ 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
@@ -46175,8 +46348,6 @@ self: {
doHaddock = false;
description = "Format .cabal files";
license = "GPL-3.0-or-later AND BSD-3-Clause";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-ghc-dynflags" = callPackage
@@ -46259,8 +46430,6 @@ self: {
doCheck = false;
description = "Give Haskell development tools access to Cabal project environment";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-info" = callPackage
@@ -46400,8 +46569,6 @@ self: {
];
description = "Utilities to work with cabal-install files";
license = "GPL-2.0-or-later AND BSD-3-Clause";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-lenses" = callPackage
@@ -46420,6 +46587,8 @@ self: {
];
description = "Lenses and traversals for the Cabal library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-macosx" = callPackage
@@ -46576,30 +46745,8 @@ self: {
}:
mkDerivation {
pname = "cabal-rpm";
- version = "1.0.3";
- sha256 = "1j0m5x3bgr5krjqfdmllsplhw4vh1vbmiq89v1x87zi1mgn3yf6m";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring Cabal directory filepath http-client
- http-client-tls http-conduit optparse-applicative process
- simple-cabal simple-cmd simple-cmd-args time unix
- ];
- description = "RPM packaging tool for Haskell Cabal-based packages";
- license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "cabal-rpm_2_0_0" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, directory, filepath
- , http-client, http-client-tls, http-conduit, optparse-applicative
- , process, simple-cabal, simple-cmd, simple-cmd-args, time, unix
- }:
- mkDerivation {
- pname = "cabal-rpm";
- version = "2.0.0";
- sha256 = "1gr68l5bg2mfl6b8nbfzcinibldk271psxp5wkiw14mclyx7ln8g";
+ version = "2.0.4";
+ sha256 = "0p2g0cci4ylbpkv3r1pfi6pc2iyxghqi8rjrmxz0jxs4x28hb23v";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -46609,8 +46756,6 @@ self: {
];
description = "RPM packaging tool for Haskell Cabal-based packages";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-scripts" = callPackage
@@ -46758,8 +46903,6 @@ self: {
libraryHaskellDepends = [ base Cabal QuickCheck ];
description = "QuickCheck for Cabal";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-toolkit" = callPackage
@@ -46924,8 +47067,8 @@ self: {
}:
mkDerivation {
pname = "cabal2spec";
- version = "2.4.1";
- sha256 = "14p53cg8x3d6ja5n1qf9f1hzxb7dvlscwwwhk5l8k531jmlhpqkb";
+ version = "2.5";
+ sha256 = "1z6sxjgsbp0gz6rv9camkbmnazj3gn5j4wsxmmwpchv0n6vmcmzw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base Cabal filepath time ];
@@ -47163,29 +47306,29 @@ self: {
({ 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
- , safe-exceptions, servant, servant-auth, servant-auth-client
- , servant-client, servant-client-core, servant-conduit, temporary
- , text, unix, uri-bytestring, versions
+ , 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, safe-exceptions, servant
+ , servant-auth, servant-auth-client, servant-client
+ , servant-client-core, servant-conduit, temporary, text, unix
+ , uri-bytestring, vector, versions
}:
mkDerivation {
pname = "cachix";
- version = "0.3.5";
- sha256 = "1f67bchd5cnb777iz13xc6r7r9aw4r6pz6fdi5nnwjpsia3k42mc";
+ version = "0.3.7";
+ sha256 = "14rz8rncvnv8x9idfg69acck38bygnbnccdn7ghhz4ailiamf50b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async base base64-bytestring bytestring cachix-api conduit
conduit-extra containers cookie cryptonite dhall directory ed25519
- filepath fsnotify here hnix-store-core http-client http-client-tls
- http-conduit http-types inline-c inline-c-cpp lzma-conduit
- megaparsec memory mmorph netrc optparse-applicative process
- protolude resourcet retry safe-exceptions servant servant-auth
- servant-auth-client servant-client servant-client-core
- servant-conduit text unix uri-bytestring versions
+ filepath fsnotify here http-client http-client-tls http-conduit
+ http-types inline-c inline-c-cpp lzma-conduit megaparsec memory
+ mmorph netrc optparse-applicative process protolude resourcet retry
+ safe-exceptions servant servant-auth servant-auth-client
+ servant-client servant-client-core servant-conduit text unix
+ uri-bytestring vector versions
];
librarySystemDepends = [ boost ];
libraryPkgconfigDepends = [ nix ];
@@ -47258,8 +47401,6 @@ self: {
];
description = "A library implementing the Noise protocol";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"caf" = callPackage
@@ -47282,6 +47423,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Prelude subsets—take only what you want!";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"caffegraph" = callPackage
@@ -47611,8 +47754,6 @@ self: {
];
description = "Commandline tool to get week of the year";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"call" = callPackage
@@ -47689,25 +47830,12 @@ self: {
({ mkDerivation, base, nanospec }:
mkDerivation {
pname = "call-stack";
- version = "0.1.0";
- sha256 = "1qmihf5jafmc79sk52l6gpx75f5bnla2lp62kh3p34x3j84mwpzj";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base nanospec ];
- description = "Use GHC call-stacks in a backward compatible way";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "call-stack_0_2_0" = callPackage
- ({ mkDerivation, base, nanospec }:
- mkDerivation {
- pname = "call-stack";
version = "0.2.0";
sha256 = "1iz0wkbcqchyji72c4j4zb72vfsfdp2ys8pf9mqqsxaq774r7ilm";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base nanospec ];
description = "Use GHC call-stacks in a backward compatible way";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"camfort" = callPackage
@@ -47804,6 +47932,8 @@ self: {
libraryHaskellDepends = [ arithmoi array base containers random ];
description = "Arithmetic for Psychedelically Large Numbers";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"canonical-filepath" = callPackage
@@ -47966,22 +48096,20 @@ self: {
}) {};
"cantor-pairing" = callPackage
- ({ mkDerivation, arithmoi, base, containers, hspec, hspec-discover
- , integer-gmp, integer-logarithms, mtl
+ ({ mkDerivation, base, containers, hspec, hspec-discover
+ , integer-gmp, integer-logarithms, integer-roots, mtl
}:
mkDerivation {
pname = "cantor-pairing";
- version = "0.2.0.0";
- sha256 = "0szdmfwaaqnipxjvlzblk1lwyw573d3p659njwi18w0iydsf56js";
+ version = "0.2.0.1";
+ sha256 = "12wfm27gwhar7djd459yc86bv29818xdyc8glkhgn4q1kx7nda90";
libraryHaskellDepends = [
- arithmoi base containers integer-gmp integer-logarithms
+ base containers integer-gmp integer-logarithms integer-roots
];
testHaskellDepends = [ base containers hspec mtl ];
testToolDepends = [ hspec-discover ];
description = "Convert data to and from a natural number representation";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cao" = callPackage
@@ -48044,6 +48172,8 @@ self: {
];
description = "Extensional capabilities and deriving combinators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"capataz" = callPackage
@@ -48080,6 +48210,8 @@ self: {
pname = "capnp";
version = "0.4.0.0";
sha256 = "1dzabszp3nn13rmvqmdl2gimwmkdpjzd303chbi0jw8248s14bfx";
+ revision = "1";
+ editedCabalFile = "16h6xvl3xr91rfn5l9lyg2jq14mffxjnkzhva4gn4bds01g2d2jl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -48183,6 +48315,8 @@ self: {
];
description = "High-level OpenGL bindings";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"carbonara" = callPackage
@@ -48309,6 +48443,68 @@ self: {
broken = true;
}) {};
+ "cas-hashable" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, clock, containers
+ , cryptonite, ghc-prim, hashable, integer-gmp, memory, path
+ , path-io, safe-exceptions, scientific, text, time, unix
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "cas-hashable";
+ version = "1.0.1";
+ sha256 = "13r3iiv882mq692yy24gy3kdfgg3lrk51909na5yx2hjlj47nyxd";
+ libraryHaskellDepends = [
+ aeson base bytestring clock containers cryptonite ghc-prim hashable
+ integer-gmp memory path path-io safe-exceptions scientific text
+ time unix unordered-containers vector
+ ];
+ description = "A hashing class for content-addressed storage";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "cas-hashable-s3" = callPackage
+ ({ mkDerivation, aeson, aws, base, cas-hashable, constraints
+ , http-conduit, reflection, resourcet
+ }:
+ mkDerivation {
+ pname = "cas-hashable-s3";
+ version = "1.0.0";
+ sha256 = "07sap2kx6vqhyszdnmnvamaqkfpqn3711phj0ig961n7h8p433dz";
+ libraryHaskellDepends = [
+ aeson aws base cas-hashable constraints http-conduit reflection
+ resourcet
+ ];
+ description = "ContentHashable instances for S3 objects";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "cas-store" = callPackage
+ ({ mkDerivation, aeson, async, base, bytestring, cas-hashable
+ , containers, cryptonite, directory, filepath, hashable, hinotify
+ , hostname, lens, monad-control, path, path-io, random
+ , safe-exceptions, sqlite-simple, store, tar, tasty, tasty-hunit
+ , text, unix
+ }:
+ mkDerivation {
+ pname = "cas-store";
+ version = "1.0.1";
+ sha256 = "1ls0zsaf472ikpxddzr94cj7hbszlxm4jhdhl7syykypp867v2vi";
+ libraryHaskellDepends = [
+ aeson async base bytestring cas-hashable containers cryptonite
+ directory filepath hashable hinotify hostname lens monad-control
+ path path-io random safe-exceptions sqlite-simple store tar text
+ unix
+ ];
+ testHaskellDepends = [
+ async base cas-hashable containers path path-io safe-exceptions
+ tasty tasty-hunit unix
+ ];
+ description = "A content-addressed storage";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"casa-abbreviations-and-acronyms" = callPackage
({ mkDerivation, base, bytestring, containers, fuzzy, lens
, monoid-subclasses, optparse-applicative, these, wreq
@@ -48332,6 +48528,43 @@ self: {
broken = true;
}) {};
+ "casa-client" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base16-bytestring
+ , bytestring, casa-types, conduit, conduit-extra, cryptonite
+ , exceptions, http-conduit, http-types, memory, network-uri
+ , resourcet, template-haskell, text, th-lift, unliftio-core
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "casa-client";
+ version = "0.0.1";
+ sha256 = "1l8lhk7bbrpjip693a3p6kp92aryajb6aw1w4ycak7nrb947dvjw";
+ libraryHaskellDepends = [
+ aeson attoparsec base base16-bytestring bytestring casa-types
+ conduit conduit-extra cryptonite exceptions http-conduit http-types
+ memory network-uri resourcet template-haskell text th-lift
+ unliftio-core unordered-containers
+ ];
+ description = "Client for Casa";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "casa-types" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base16-bytestring
+ , bytestring, hashable, path-pieces, persistent, text
+ }:
+ mkDerivation {
+ pname = "casa-types";
+ version = "0.0.1";
+ sha256 = "0f8c4a43rh6zr5cwingxyjfpisipy4x4xc0lpasfjaj4vhjgwqkp";
+ libraryHaskellDepends = [
+ aeson attoparsec base base16-bytestring bytestring hashable
+ path-pieces persistent text
+ ];
+ description = "Types for Casa";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"casadi-bindings" = callPackage
({ mkDerivation, base, binary, casadi, casadi-bindings-core
, casadi-bindings-internal, cereal, containers, doctest, HUnit
@@ -48483,23 +48716,6 @@ self: {
}:
mkDerivation {
pname = "case-insensitive";
- version = "1.2.0.11";
- sha256 = "1qrpxfirsxckg7jv28f5ah2qc8lh95hp7rnqkbqs1ahcwlbnvkm7";
- libraryHaskellDepends = [ base bytestring deepseq hashable text ];
- testHaskellDepends = [
- base bytestring HUnit test-framework test-framework-hunit text
- ];
- benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
- description = "Case insensitive string comparison";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "case-insensitive_1_2_1_0" = callPackage
- ({ mkDerivation, base, bytestring, criterion, deepseq, hashable
- , HUnit, test-framework, test-framework-hunit, text
- }:
- mkDerivation {
- pname = "case-insensitive";
version = "1.2.1.0";
sha256 = "01p40hfjyldfds5jg6vlvvn3ihs4ki63xn6fh8yzngaz1izc2v99";
libraryHaskellDepends = [ base bytestring deepseq hashable text ];
@@ -48509,7 +48725,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
description = "Case insensitive string comparison";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"case-insensitive-match" = callPackage
@@ -48572,6 +48787,8 @@ self: {
benchmarkHaskellDepends = [ criterion mwc-random rerebase ];
description = "A converter for spinal, snake and camel cases";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cash" = callPackage
@@ -48915,6 +49132,8 @@ self: {
];
description = "Auto-generation of records data type";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cassava-streams" = callPackage
@@ -49031,8 +49250,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Multicast, thread-safe, and fast logger";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"castle" = callPackage
@@ -49131,8 +49348,6 @@ self: {
libraryHaskellDepends = [ alg base dual transformers ];
description = "Categorical types and classes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"category-extras" = callPackage
@@ -49181,6 +49396,8 @@ self: {
pname = "category-traced";
version = "0.1.0.1";
sha256 = "00c70xvjprq0laipa47ypd3dq8a2818b4k3sgamisgy40a7vgp10";
+ revision = "2";
+ editedCabalFile = "0c4bb2wa3yd1blnji9i1bpx883y2q7aklqckyr5n8c5bzwwyb9ql";
libraryHaskellDepends = [ base categories ];
description = "Traced monoidal categories";
license = stdenv.lib.licenses.bsd3;
@@ -49236,6 +49453,8 @@ self: {
];
description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cautious-gen" = callPackage
@@ -49279,29 +49498,8 @@ self: {
}:
mkDerivation {
pname = "cayley-client";
- version = "0.4.9";
- sha256 = "05i032xqi4hplchf9dklxqi0fh5byw2ibyf1ba2wnxql2j7y177z";
- libraryHaskellDepends = [
- aeson attoparsec base binary bytestring exceptions http-client
- http-conduit lens lens-aeson mtl text transformers
- unordered-containers vector
- ];
- testHaskellDepends = [ aeson base hspec unordered-containers ];
- description = "A Haskell client for the Cayley graph database";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "cayley-client_0_4_11" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, binary, bytestring
- , exceptions, hspec, http-client, http-conduit, lens, lens-aeson
- , mtl, text, transformers, unordered-containers, vector
- }:
- mkDerivation {
- pname = "cayley-client";
- version = "0.4.11";
- sha256 = "0acsrb2dawcrc088497b3480z3v5ilb2qvgwrxyy13ri36khadgf";
+ version = "0.4.12";
+ sha256 = "1syx1qlgp7jw1f2334jc5y2bxph5xqpnsamd3dp1qa9zvxk9bxzd";
libraryHaskellDepends = [
aeson attoparsec base binary bytestring exceptions http-client
http-conduit lens lens-aeson mtl text transformers
@@ -49841,6 +50039,8 @@ self: {
testHaskellDepends = [ base cereal hspec QuickCheck time ];
description = "Serialize instances for types from `time` package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cereal-unordered-containers" = callPackage
@@ -50044,26 +50244,6 @@ self: {
}:
mkDerivation {
pname = "cgi";
- version = "3001.4.0.0";
- sha256 = "1d0nh5ymkqskkp4yn0gfz4mff8i0cxyw1wws8xxp6k1mg1ywa25k";
- revision = "2";
- editedCabalFile = "1y0gh51qzdkmvla5r02vab8i9r90m4qqglb0iyy888yc4lw2v6jj";
- 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;
- }) {};
-
- "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;
@@ -50074,7 +50254,6 @@ self: {
];
description = "A library for writing CGI programs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cgi-undecidable" = callPackage
@@ -50113,8 +50292,8 @@ self: {
}:
mkDerivation {
pname = "cgrep";
- version = "6.6.30";
- sha256 = "1ald0461mnd65g5czp3d8dzdvy8pmdxhzj35sghcnxi6qs18xp69";
+ version = "6.6.32";
+ sha256 = "0d1d81bkqd2wvcls5l1msli42cvcdrp0xy7i3s0yb10kfgd1y0qw";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -50370,6 +50549,8 @@ self: {
];
description = "Command-line utility to draw charts from input data easily";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"chart-histogram" = callPackage
@@ -50552,27 +50733,6 @@ self: {
}:
mkDerivation {
pname = "cheapskate";
- version = "0.1.1.1";
- sha256 = "0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm";
- revision = "1";
- editedCabalFile = "0mf6qdpgh56n0ynyy272vhkk2bjrdhppks2vrw79gk0kzn29fggh";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base blaze-html containers data-default deepseq mtl syb text
- uniplate xss-sanitize
- ];
- executableHaskellDepends = [ base blaze-html bytestring text ];
- description = "Experimental markdown processor";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "cheapskate_0_1_1_2" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, containers
- , data-default, deepseq, mtl, syb, text, uniplate, xss-sanitize
- }:
- mkDerivation {
- pname = "cheapskate";
version = "0.1.1.2";
sha256 = "17n6laihqrjn62l8qw4565nf77zkvrl68bjmc3vzr4ckqfblhdzd";
isLibrary = true;
@@ -50584,7 +50744,6 @@ self: {
executableHaskellDepends = [ base blaze-html bytestring text ];
description = "Experimental markdown processor";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cheapskate-highlight" = callPackage
@@ -50697,8 +50856,8 @@ self: {
({ mkDerivation, array, base, QuickCheck, random, semigroupoids }:
mkDerivation {
pname = "checkers";
- version = "0.5.2";
- sha256 = "1mqfy6lrivc36kxbfr9zyp70pyq3k2xrmavkadznh999d54x11kq";
+ version = "0.5.4";
+ sha256 = "09g1430hjqxy01w0rgp0d03z2y8nw2zjyvfxs0kl9j0gyv57a10v";
libraryHaskellDepends = [
array base QuickCheck random semigroupoids
];
@@ -50886,28 +51045,6 @@ self: {
}) {};
"chimera" = callPackage
- ({ mkDerivation, base, gauge, ghc-prim, QuickCheck, tasty
- , tasty-hunit, tasty-quickcheck, tasty-smallcheck, vector
- }:
- mkDerivation {
- pname = "chimera";
- version = "0.2.0.0";
- sha256 = "1hrnvyp8d7qc1c3xl4mzfsycb554yn3b49yy8jjyvaqazmvrb4zi";
- revision = "1";
- editedCabalFile = "029hpcs3x1sv3jsq10bygm4246b4gy83yxg3s4r98f37055dyzyd";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base ghc-prim vector ];
- testHaskellDepends = [
- base QuickCheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck
- vector
- ];
- benchmarkHaskellDepends = [ base gauge ];
- description = "Lazy, infinite streams with O(1) indexing";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "chimera_0_3_0_0" = callPackage
({ mkDerivation, base, QuickCheck, tasty, tasty-hunit
, tasty-quickcheck, tasty-smallcheck, vector
}:
@@ -50922,7 +51059,6 @@ self: {
];
description = "Lazy infinite streams with O(1) indexing";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"chiphunk" = callPackage
@@ -50939,8 +51075,6 @@ self: {
libraryToolDepends = [ c2hs ];
description = "Haskell bindings for Chipmunk2D physics engine";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"chitauri" = callPackage
@@ -51276,33 +51410,6 @@ self: {
}) {};
"chronos" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, clock
- , criterion, deepseq, doctest, hashable, HUnit, old-locale
- , primitive, QuickCheck, semigroups, test-framework
- , test-framework-hunit, test-framework-quickcheck2, text, thyme
- , time, torsor, vector
- }:
- mkDerivation {
- pname = "chronos";
- version = "1.0.9";
- sha256 = "103vwpdjqk1csw8famc62ba5ck9s6yd8w5hfa6a0qj3bx9vmf9qv";
- libraryHaskellDepends = [
- aeson attoparsec base bytestring clock hashable primitive
- semigroups text torsor vector
- ];
- testHaskellDepends = [
- attoparsec base bytestring doctest HUnit QuickCheck test-framework
- test-framework-hunit test-framework-quickcheck2 text torsor
- ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion deepseq old-locale QuickCheck
- text thyme time vector
- ];
- description = "A performant time library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "chronos_1_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
, deepseq, doctest, hashable, HUnit, old-locale, primitive
, QuickCheck, semigroups, test-framework, test-framework-hunit
@@ -51326,7 +51433,6 @@ self: {
];
description = "A performant time library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"chronos-bench" = callPackage
@@ -51358,8 +51464,6 @@ self: {
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
@@ -51470,6 +51574,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Automatically convert Generic instances to and from church representations";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"church-list" = callPackage
@@ -51493,6 +51599,8 @@ self: {
libraryHaskellDepends = [ base deepseq semigroupoids semigroups ];
description = "Church encoded Maybe";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"church-pair" = callPackage
@@ -51641,6 +51749,8 @@ self: {
];
description = "Blowfish cipher";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cipher-camellia" = callPackage
@@ -52149,8 +52259,8 @@ self: {
}:
mkDerivation {
pname = "clang-pure";
- version = "0.2.0.5";
- sha256 = "0s84q6qdym02xvva3iq559kmhwzb08slip69h4cvvc6a7lqmaj37";
+ version = "0.2.0.6";
+ sha256 = "0s7aqx2wchs834r47kj826kp6fdk3h9gl88s50b1992xhnqxv619";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal inline-c process ];
@@ -52229,13 +52339,13 @@ self: {
, filepath, ghc, ghc-boot, ghc-prim, ghc-typelits-extra
, ghc-typelits-knownnat, ghc-typelits-natnormalise, ghci, hashable
, haskeline, integer-gmp, lens, mtl, primitive, process, reflection
- , template-haskell, text, time, transformers, uniplate, unix
+ , split, template-haskell, text, time, transformers, uniplate, unix
, unordered-containers, utf8-string, vector
}:
mkDerivation {
pname = "clash-ghc";
- version = "1.0.1";
- sha256 = "00g5j3f8j9virq32mmbk8qi6nkjcgagw6n9n8kwv9x3xyl4cpjkq";
+ version = "1.2.0";
+ sha256 = "1rv8bjs563c8r543crj69dnp1610bch3dsxb5c0wckf799l8bmpn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -52243,34 +52353,38 @@ self: {
concurrent-supply containers deepseq directory filepath ghc
ghc-boot ghc-prim ghc-typelits-extra ghc-typelits-knownnat
ghc-typelits-natnormalise ghci hashable haskeline integer-gmp lens
- mtl primitive process reflection template-haskell text time
+ mtl primitive process reflection split template-haskell text time
transformers uniplate unix unordered-containers utf8-string vector
];
executableHaskellDepends = [ base ];
description = "CAES Language for Synchronous Hardware";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"clash-lib" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base, binary
, bytestring, clash-prelude, concurrent-supply, containers
- , data-binary-ieee754, deepseq, directory, errors, exceptions
- , filepath, ghc, ghc-typelits-knownnat, hashable, hint, integer-gmp
- , interpolate, lens, mtl, parsers, prettyprinter, primitive
- , process, reducers, tasty, tasty-hunit, template-haskell
- , temporary, text, text-show, time, transformers, trifecta
- , unordered-containers, vector, vector-binary-instances
+ , data-binary-ieee754, data-default, deepseq, directory, dlist
+ , errors, exceptions, extra, filepath, ghc, ghc-boot-th
+ , ghc-typelits-knownnat, hashable, haskell-src-meta, hint
+ , integer-gmp, interpolate, lens, mtl, ordered-containers, parsers
+ , prettyprinter, primitive, process, reducers, tasty, tasty-hunit
+ , template-haskell, temporary, text, text-show, time, transformers
+ , trifecta, unordered-containers, vector, vector-binary-instances
}:
mkDerivation {
pname = "clash-lib";
- version = "1.0.1";
- sha256 = "0icp6lgn5iix8iqcr2dqcjwx7qzx4r61lxqjjdrkfrj87kxaa9v1";
+ version = "1.2.0";
+ sha256 = "0w5ilrqagc7xj14ngjg0rgcc3vhkxhsrz21rgl9qhygcs1cam5j2";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal attoparsec base binary bytestring clash-prelude
- concurrent-supply containers data-binary-ieee754 deepseq directory
- errors exceptions filepath ghc hashable hint integer-gmp
- interpolate lens mtl parsers prettyprinter primitive process
+ concurrent-supply containers data-binary-ieee754 data-default
+ deepseq directory dlist errors exceptions extra filepath ghc
+ ghc-boot-th hashable haskell-src-meta hint integer-gmp interpolate
+ lens mtl ordered-containers parsers prettyprinter primitive process
reducers template-haskell temporary text text-show time
transformers trifecta unordered-containers vector
vector-binary-instances
@@ -52280,6 +52394,8 @@ self: {
];
description = "CAES Language for Synchronous Hardware - As a Library";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"clash-multisignal" = callPackage
@@ -52304,24 +52420,27 @@ self: {
, data-default-class, deepseq, doctest, ghc-prim
, ghc-typelits-extra, ghc-typelits-knownnat
, ghc-typelits-natnormalise, half, hashable, hint, integer-gmp
- , lens, QuickCheck, reflection, singletons, tasty, tasty-hunit
- , template-haskell, text, th-lift, th-orphans, time, transformers
- , type-errors, vector
+ , lens, QuickCheck, quickcheck-classes-base, recursion-schemes
+ , reflection, singletons, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, text, text-show, th-abstraction, th-lift
+ , th-orphans, time, transformers, type-errors, vector
}:
mkDerivation {
pname = "clash-prelude";
- version = "1.0.1";
- sha256 = "0cqsr561cx27kqrdf56af1ggq4d1wadzlmbx4wm14l4z6vc2579p";
+ version = "1.2.0";
+ sha256 = "181ccw3ajdfhmlwjs9jiqy10b7whsp3pcqyxw166s8rda7h3pvpj";
libraryHaskellDepends = [
array base bifunctors binary bytestring constraints containers
data-binary-ieee754 data-default-class deepseq ghc-prim
ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise
- half hashable integer-gmp lens QuickCheck reflection singletons
- template-haskell text th-lift th-orphans time transformers
- type-errors vector
+ half hashable integer-gmp lens QuickCheck recursion-schemes
+ reflection singletons template-haskell text text-show
+ th-abstraction th-lift th-orphans time transformers type-errors
+ vector
];
testHaskellDepends = [
- base doctest ghc-typelits-knownnat hint tasty tasty-hunit
+ base doctest ghc-typelits-knownnat hint quickcheck-classes-base
+ tasty tasty-hunit tasty-quickcheck template-haskell
];
benchmarkHaskellDepends = [
base criterion deepseq template-haskell
@@ -52458,6 +52577,8 @@ self: {
];
description = "Super simple InfluxDB package in Classy-MTL style";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"classy-miso" = callPackage
@@ -52574,6 +52695,8 @@ self: {
benchmarkHaskellDepends = [ base criterion parallel uniplate ];
description = "Fuseable type-class based generics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"clay" = callPackage
@@ -52883,6 +53006,8 @@ self: {
];
description = "Keep your home dir clean by finding old conf files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"clean-unions" = callPackage
@@ -53216,14 +53341,16 @@ self: {
testHaskellDepends = [ base ];
description = "Tiny library to pretty print sparklines onto the CLI";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"clist" = callPackage
({ mkDerivation, base, natural-induction, peano }:
mkDerivation {
pname = "clist";
- version = "0.3.0.0";
- sha256 = "1wicpkc1rxyjnmnlsdh975d58fwfmfqwhkd50v044g4763i36bdr";
+ version = "0.3.0.1";
+ sha256 = "1k6i4gjfqv19cgnnmycy4dyjg5wh9wlykvi62qwzxl1vswd8mzgy";
libraryHaskellDepends = [ base natural-induction peano ];
description = "Counted list";
license = "unknown";
@@ -53471,8 +53598,6 @@ self: {
];
description = "Haskell CloudI API";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cloudyfs" = callPackage
@@ -54051,22 +54176,25 @@ self: {
];
description = "Compare types of any kinds";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cmt" = callPackage
- ({ mkDerivation, attoparsec, base, classy-prelude, containers
- , directory, file-embed, filepath, process, tasty, tasty-discover
- , tasty-expected-failure, tasty-hunit, terminal-size, text
+ ({ mkDerivation, ansi-terminal, attoparsec, base, classy-prelude
+ , containers, directory, file-embed, filepath, process, tasty
+ , tasty-discover, tasty-expected-failure, tasty-hunit
+ , terminal-size, text
}:
mkDerivation {
pname = "cmt";
- version = "0.5.0.0";
- sha256 = "0wnnqzcqxk976q0zy35gi9l46w2fdjvqnx2nxijmfsxj3f221ggx";
+ version = "0.7.1.0";
+ sha256 = "16nlsfah6gqx529nixjai6l1g6c02mjimz9n1xf7fr0vayp4a4dj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- attoparsec base classy-prelude containers directory filepath
- process terminal-size text
+ ansi-terminal attoparsec base classy-prelude containers directory
+ file-embed filepath process terminal-size text
];
executableHaskellDepends = [ base classy-prelude ];
testHaskellDepends = [
@@ -54092,8 +54220,6 @@ self: {
executableHaskellDepends = [ array base containers ];
description = "Unification in a Commutative Monoid";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cmv" = callPackage
@@ -54164,36 +54290,6 @@ self: {
({ mkDerivation, ansi-terminal, base, bytestring, chronos
, co-log-core, containers, contravariant, directory, filepath
, hedgehog, markdown-unlit, mtl, stm, text, transformers
- , typerep-map
- }:
- mkDerivation {
- pname = "co-log";
- version = "0.3.0.0";
- sha256 = "0rrxgc3qs10lj94d0v42fd6979znvmzxd7dmffp2lxpzmnymnsha";
- revision = "3";
- editedCabalFile = "0z2456b49k0qfd4fzvbwndvdvnwfvsmhyxd5gmbiz7l7b458dq3s";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-terminal base bytestring chronos co-log-core containers
- contravariant directory filepath mtl stm text transformers
- typerep-map
- ];
- executableHaskellDepends = [
- base co-log-core mtl text typerep-map
- ];
- executableToolDepends = [ markdown-unlit ];
- testHaskellDepends = [ base co-log-core hedgehog ];
- description = "Composable Contravariant Comonadic Logging Library";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "co-log_0_4_0_0" = callPackage
- ({ mkDerivation, ansi-terminal, base, bytestring, chronos
- , co-log-core, containers, contravariant, directory, filepath
- , hedgehog, markdown-unlit, mtl, stm, text, transformers
, typerep-map, vector
}:
mkDerivation {
@@ -54234,16 +54330,14 @@ self: {
({ mkDerivation, base, co-log-core, polysemy }:
mkDerivation {
pname = "co-log-polysemy";
- version = "0.0.1.0";
- sha256 = "1l2ihpi0h704abk1b9nqg1pwch447yhs8g6h29yd4igyy7c6gh9b";
+ version = "0.0.1.1";
+ sha256 = "0wm5zcn3df4hc5rbbj1mlm9y1fs5pkpvvm1c98r5dnvs7lfmnzpd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base co-log-core polysemy ];
executableHaskellDepends = [ base co-log-core polysemy ];
description = "Composable Contravariant Comonadic Logging Library";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"co-log-sys" = callPackage
@@ -54321,8 +54415,8 @@ self: {
}:
mkDerivation {
pname = "cobot-io";
- version = "0.1.2.6";
- sha256 = "1p76m7qgvcl01zyvb8zmbp5064dp2qjd3rr3mjcai55pk5xcm35r";
+ version = "0.1.2.7";
+ sha256 = "0gf0amdlkzrar154vmqx952c5p7hbqm6qay47w7m0xb6p2qgvrv7";
libraryHaskellDepends = [
array attoparsec base binary bytestring containers data-msgpack
deepseq http-conduit hyraxAbif lens linear mtl split text vector
@@ -54408,6 +54502,8 @@ self: {
];
description = "Simple bidirectional serialization";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"codec-beam" = callPackage
@@ -54616,6 +54712,8 @@ self: {
];
description = "A notation for comonads, analogous to the do-notation for monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"coerce-role" = callPackage
@@ -54645,21 +54743,6 @@ self: {
({ mkDerivation, base, gauge }:
mkDerivation {
pname = "coercible-utils";
- version = "0.0.0";
- sha256 = "164cn0cs7fjfm599v2z8wsgsz599f97wky4h7vycf460rn34jqia";
- revision = "1";
- editedCabalFile = "1xbnkv6fqf4mizqkha8b073p0r84l1rx1kzdsd6nh8b0adrp6i4d";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base ];
- benchmarkHaskellDepends = [ base gauge ];
- description = "Utility functions for Coercible types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "coercible-utils_0_1_0" = callPackage
- ({ mkDerivation, base, gauge }:
- mkDerivation {
- pname = "coercible-utils";
version = "0.1.0";
sha256 = "0nadwhr96nvwz1vxxr7814h22v02zrycqa9xijgvrakf0j174yls";
libraryHaskellDepends = [ base ];
@@ -54667,7 +54750,6 @@ self: {
benchmarkHaskellDepends = [ base gauge ];
description = "Utility functions for Coercible types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"coercion-extras" = callPackage
@@ -54829,12 +54911,12 @@ self: {
, 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
+ , unordered-containers, uuid, vector, websockets, wuss
}:
mkDerivation {
pname = "coinbase-pro";
- version = "0.7.2.0";
- sha256 = "1vkw9pda8pn5kljpv6hx0mdml5yjgz354dvfv02akl81ds3r0lhq";
+ version = "0.8.0.0";
+ sha256 = "021c05qkrvgxlylvrrlb81bjxl49v5varn0fi5wqs5sda15766n3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -54842,14 +54924,14 @@ self: {
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
+ unagi-streams unordered-containers uuid 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
+ unagi-streams unordered-containers uuid vector websockets wuss
];
description = "Client for Coinbase Pro";
license = stdenv.lib.licenses.mit;
@@ -54964,8 +55046,6 @@ self: {
libraryHaskellDepends = [ base containers OpenGL tuple vector ];
description = "Data exchange between graphics applications";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"collapse-duplication" = callPackage
@@ -55108,6 +55188,8 @@ self: {
];
description = "Generic types and functions for columnar encoding and decoding";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"color-counter" = callPackage
@@ -55275,6 +55357,8 @@ self: {
libraryHaskellDepends = [ accelerate base ];
description = "Working with colours in Accelerate";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"colour-space" = callPackage
@@ -55296,6 +55380,17 @@ self: {
broken = true;
}) {};
+ "colourista" = callPackage
+ ({ mkDerivation, ansi-terminal, base, bytestring, text }:
+ mkDerivation {
+ pname = "colourista";
+ version = "0.0.0.0";
+ sha256 = "15nzcy3q8iivghprzsvy5l6c98ir085v6nhyymwy2ar0fnhx4hdi";
+ libraryHaskellDepends = [ ansi-terminal base bytestring text ];
+ description = "Convenient interface for printing colourful messages";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"coltrane" = callPackage
({ mkDerivation, base, bytestring, HTTP, http-types, HUnit, mtl
, regex-compat, text, wai, wai-extra, warp
@@ -55351,6 +55446,8 @@ self: {
];
description = "A CSV toolkit based on cassava and enum-text";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"com" = callPackage
@@ -55648,6 +55745,8 @@ self: {
];
description = "A format for describing comics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"comma" = callPackage
@@ -55707,6 +55806,20 @@ self: {
broken = true;
}) {};
+ "commander-cli" = callPackage
+ ({ mkDerivation, base, mtl, text, unordered-containers }:
+ mkDerivation {
+ pname = "commander-cli";
+ version = "0.1.0.0";
+ sha256 = "1ix0pjcq7khpc9b7f9j44akgfdlcssqhqmflsgvqyw5m8bg4qkrd";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base mtl text unordered-containers ];
+ executableHaskellDepends = [ base mtl text ];
+ description = "A command line argument/option parser library built around a monadic metaphor";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"commodities" = callPackage
({ mkDerivation, base, comonad, containers, directory, distributive
, doctest, failure, filepath, hspec, hspec-expectations, keys, lens
@@ -55810,18 +55923,14 @@ self: {
}:
mkDerivation {
pname = "comonad-extras";
- version = "4.0";
- sha256 = "0irlx6rbp0cq5njxssm5a21mv7v5yccchfpn7h9hzr9fgyaxsr62";
- revision = "1";
- editedCabalFile = "1bmhdmncfbv80qgmykn67f4jkwbgags4ypaqibnzz849hpmibfj1";
+ version = "4.0.1";
+ sha256 = "1vsxxgqsiizprm2xxjks1n77mlx5rb9ybx36ag49fkzyb01rbb34";
libraryHaskellDepends = [
array base comonad containers distributive semigroupoids
transformers
];
description = "Exotic comonad transformers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"comonad-random" = callPackage
@@ -55873,6 +55982,8 @@ self: {
testHaskellDepends = [ base directory ];
description = "Non-GC'd, contiguous storage for immutable data structures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compact-list" = callPackage
@@ -55934,6 +56045,8 @@ self: {
testHaskellDepends = [ base compact hspec ];
description = "Mutable vector with different GC characteristics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compact-socket" = callPackage
@@ -55998,8 +56111,6 @@ self: {
];
description = "Small vectors of small integers stored very compactly";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"compactable" = callPackage
@@ -56011,6 +56122,8 @@ self: {
libraryHaskellDepends = [ base containers transformers vector ];
description = "A typeclass for structures which can be catMaybed, filtered, and partitioned";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compactmap" = callPackage
@@ -56061,6 +56174,8 @@ self: {
];
description = "Compositional Data Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compdata-automata" = callPackage
@@ -56076,6 +56191,8 @@ self: {
];
description = "Tree automata on Compositional Data Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compdata-dags" = callPackage
@@ -56134,6 +56251,8 @@ self: {
];
description = "Parametric Compositional Data Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compendium-client" = callPackage
@@ -56142,8 +56261,8 @@ self: {
}:
mkDerivation {
pname = "compendium-client";
- version = "0.1.0.1";
- sha256 = "09j71sjqpzhmzkmr1439qqwc8nizgc5ag7fmbd8z51wnkmw1wmky";
+ version = "0.2.0.0";
+ sha256 = "1jsl2li88wvw61r38gcwdn7y6gf7q6br50i4mfnh40mzq1qqgkm0";
libraryHaskellDepends = [
aeson base http-client language-protobuf megaparsec servant
servant-client text
@@ -56154,38 +56273,14 @@ self: {
"compensated" = callPackage
({ mkDerivation, base, bifunctors, binary, bytes, Cabal
- , cabal-doctest, cereal, comonad, deepseq, distributive, doctest
- , generic-deriving, hashable, lens, log-domain, safecopy
+ , cabal-doctest, cereal, comonad, criterion, deepseq, distributive
+ , doctest, generic-deriving, hashable, lens, log-domain, safecopy
, semigroupoids, semigroups, simple-reflect, vector
}:
mkDerivation {
pname = "compensated";
- version = "0.7.3";
- sha256 = "089xj9j3gznxz66ywapjd9kasjcnv197ipj4azgjfbpl2y11l8dg";
- revision = "1";
- editedCabalFile = "1ax4jq2hp5737yvi3lxvyj3c4bzkg10h4c7w3nw0hgfcn1ng49kc";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base bifunctors binary bytes cereal comonad deepseq distributive
- hashable lens log-domain safecopy semigroupoids semigroups vector
- ];
- testHaskellDepends = [
- base doctest generic-deriving semigroups simple-reflect
- ];
- description = "Compensated floating-point arithmetic";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "compensated_0_8" = callPackage
- ({ mkDerivation, base, bifunctors, binary, bytes, Cabal
- , cabal-doctest, cereal, comonad, deepseq, distributive, doctest
- , generic-deriving, hashable, lens, log-domain, safecopy
- , semigroupoids, semigroups, simple-reflect, vector
- }:
- mkDerivation {
- pname = "compensated";
- version = "0.8";
- sha256 = "1jvvsa1dqsds6ri6f746y47flwrlfxnc7jsgic2m6kvf1b700qr9";
+ version = "0.8.1";
+ sha256 = "1qr5nsg6fb6ib2wp29c1y05zdbydsng0sfg2k75qsh0avb2cgw7z";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bifunctors binary bytes cereal comonad deepseq distributive
@@ -56194,9 +56289,9 @@ self: {
testHaskellDepends = [
base doctest generic-deriving semigroups simple-reflect
];
+ benchmarkHaskellDepends = [ base criterion ];
description = "Compensated floating-point arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"competition" = callPackage
@@ -56381,8 +56476,8 @@ self: {
}:
mkDerivation {
pname = "composite-aeson";
- version = "0.6.1.0";
- sha256 = "1a5h03h46ahighdqqxfa22mnhbik9bqzm0cxnpgxyjksbagj3x5x";
+ version = "0.7.1.0";
+ sha256 = "1jv9frfv1ixqyby8zgldp2nkc051fnz0nqwcrnk1mqhav7rf3ilx";
libraryHaskellDepends = [
aeson aeson-better-errors base composite-base containers
contravariant generic-deriving hashable lens mmorph mtl profunctors
@@ -56395,7 +56490,7 @@ self: {
profunctors QuickCheck scientific tagged template-haskell text time
unordered-containers vector vinyl
];
- description = "JSON for Vinyl/Frames records";
+ description = "JSON for Vinyl records";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -56407,8 +56502,8 @@ self: {
}:
mkDerivation {
pname = "composite-aeson-refined";
- version = "0.6.1.0";
- sha256 = "1z03ncjabcph9vwwhzmqp7wmhznr7jz188xpnl2lsdw0fzxlir3q";
+ version = "0.7.1.0";
+ sha256 = "12nqw9mg25vblz5my5rrd0w2nwgpvykw0nnlmaibpj7z5z5fnfv6";
libraryHaskellDepends = [
aeson-better-errors base composite-aeson mtl refined
];
@@ -56425,8 +56520,8 @@ self: {
}:
mkDerivation {
pname = "composite-base";
- version = "0.6.1.0";
- sha256 = "0qnxchx5dr2bgi8wdi4a1x2z20lw61zfxlmjkr1m7ggzz3f7py3k";
+ version = "0.7.1.0";
+ sha256 = "11sbpl43z65gkafz0y69b33irg51ag4hjg7yswaqiwv1b6qn80w4";
libraryHaskellDepends = [
base exceptions lens monad-control mtl profunctors template-haskell
text transformers transformers-base unliftio-core vinyl
@@ -56447,12 +56542,12 @@ self: {
}:
mkDerivation {
pname = "composite-ekg";
- version = "0.6.1.0";
- sha256 = "14pa5bcr0ip43vn6wpxd4pf7lcc83f2xscri05kdf4h4d1nnwscj";
+ version = "0.7.1.0";
+ sha256 = "1w2vlbzaxrxj95q3k2vmvzd34d51cz1pj4fv3x34icmp4rx92qvz";
libraryHaskellDepends = [
base composite-base ekg-core lens text vinyl
];
- description = "EKG Metrics for Vinyl/Frames records";
+ description = "EKG Metrics for Vinyl records";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -56465,8 +56560,8 @@ self: {
}:
mkDerivation {
pname = "composite-opaleye";
- version = "0.6.1.0";
- sha256 = "1vqj7pwb0wkz7c4clqj7kmc0asg74i7xb92g0g0qmwavwwc9flq1";
+ version = "0.7.1.0";
+ sha256 = "1p5nrq5i5ssdiqy38p0qraig8r3z1djfa2hrb7wg5pandiplngr8";
libraryHaskellDepends = [
base bytestring composite-base lens opaleye postgresql-simple
product-profunctors profunctors template-haskell text vinyl
@@ -56476,7 +56571,7 @@ self: {
product-profunctors profunctors QuickCheck template-haskell text
vinyl
];
- description = "Opaleye SQL for Frames records";
+ description = "Opaleye SQL for Vinyl records";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -56489,8 +56584,8 @@ self: {
}:
mkDerivation {
pname = "composite-swagger";
- version = "0.6.1.0";
- sha256 = "1ysp297b2nrwq6dx3bv9q44f69hlym4yvbimzj1hqc3mz63qjpaz";
+ version = "0.7.1.0";
+ sha256 = "0npzy42ls7r8i4zldkn3569l5nfdcm905mycd5zda7pkjyyi36q4";
libraryHaskellDepends = [
base composite-base insert-ordered-containers lens swagger2
template-haskell text vinyl
@@ -56499,7 +56594,7 @@ self: {
base composite-aeson composite-base hspec insert-ordered-containers
lens QuickCheck swagger2 template-haskell text vinyl
];
- description = "Swagger for Vinyl/Frames records";
+ description = "Swagger for Vinyl records";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -56559,6 +56654,8 @@ self: {
pname = "compositional-data";
version = "0.1.0.1";
sha256 = "1pw7xqzin7v9xxjkm7xixf5d6r5jmgdgyvyhpsmn8bdqp8rrwgzj";
+ revision = "1";
+ editedCabalFile = "167j8vjxv8lf4h92dqag8wdz7k8sp2678s72afs0wig2sy4hm720";
libraryHaskellDepends = [
base bifunctor category transformers util
];
@@ -56590,10 +56687,14 @@ self: {
pname = "comprehensions-ghc";
version = "0.1.0.1";
sha256 = "04s83q9mvsdnxy9glc15n1nbqk6imbdzi40skvvhasjppgb9ysbm";
+ revision = "1";
+ editedCabalFile = "0in3a8v2si3r92ak85gbq873b5k8fg88153wypzn6razg1c66rx0";
libraryHaskellDepends = [ base base-unicode-symbols ghc syb util ];
testHaskellDepends = [ base ];
description = "Plugin to generalize comprehensions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"compressed" = callPackage
@@ -56732,6 +56833,8 @@ self: {
];
description = "Collection of algorithms in Computational Geometry";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"computations" = callPackage
@@ -57005,8 +57108,8 @@ self: {
}:
mkDerivation {
pname = "concurrency";
- version = "1.7.0.0";
- sha256 = "16zg4c2x2ym7crvrimzp8jr3mw6qlbdzkfmv1h6smjp3bn8qxf06";
+ version = "1.8.1.0";
+ sha256 = "0nw5i85lzh03ppcprzpvrlp3bmdam1z50bp7ddq9mp2ycyjbvrp5";
libraryHaskellDepends = [
array atomic-primops base exceptions monad-control mtl stm
transformers
@@ -57015,14 +57118,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "concurrency_1_8_1_0" = callPackage
+ "concurrency_1_9_0_0" = callPackage
({ mkDerivation, array, atomic-primops, base, exceptions
, monad-control, mtl, stm, transformers
}:
mkDerivation {
pname = "concurrency";
- version = "1.8.1.0";
- sha256 = "0nw5i85lzh03ppcprzpvrlp3bmdam1z50bp7ddq9mp2ycyjbvrp5";
+ version = "1.9.0.0";
+ sha256 = "1bmj1g9dnjj6390ky1xkddb1azff1ibphaiyyy2dix351m9dhc3s";
libraryHaskellDepends = [
array atomic-primops base exceptions monad-control mtl stm
transformers
@@ -57119,8 +57222,6 @@ self: {
testHaskellDepends = [ async base dns hspec ];
description = "Concurrent DNS cache";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"concurrent-extra" = callPackage
@@ -57205,6 +57306,18 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
+ "concurrent-resource-map" = callPackage
+ ({ mkDerivation, base, containers, random, stm }:
+ mkDerivation {
+ pname = "concurrent-resource-map";
+ version = "0.1.0.0";
+ sha256 = "05zgjb2plrk35fiyskk07jfiydi4mlk6awbfjvhnsa3qi11pxdly";
+ libraryHaskellDepends = [ base containers ];
+ testHaskellDepends = [ base random stm ];
+ description = "Concurrent resource map";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"concurrent-rpc" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -57289,6 +57402,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "More utilities and broad-used datastructures for concurrency";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"concurrentoutput" = callPackage
@@ -57744,6 +57859,8 @@ self: {
];
description = "Conduit for character encoding conversion";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"conduit-merge" = callPackage
@@ -57882,6 +57999,8 @@ self: {
];
description = "Virtual file system for Conduit; disk, pure, and in-memory impls";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"conduit-vfs-zip" = callPackage
@@ -57908,6 +58027,8 @@ self: {
];
description = "Zip archive interface for the Conduit Virtual File System";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"conduit-zstd" = callPackage
@@ -57995,6 +58116,8 @@ self: {
text transformers
];
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"conferer" = callPackage
@@ -58015,6 +58138,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "conferer_0_3_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, directory
+ , hspec, text
+ }:
+ mkDerivation {
+ pname = "conferer";
+ version = "0.3.0.0";
+ sha256 = "0irbi1b5fwxcm68a8dbh6qhl2sin998qv8pazw574a3s4z38slv5";
+ libraryHaskellDepends = [
+ base bytestring containers directory text
+ ];
+ testHaskellDepends = [
+ base bytestring containers deepseq directory hspec text
+ ];
+ description = "Configuration management library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "conferer-hedis" = callPackage
+ ({ mkDerivation, base, conferer, hedis, hspec, text }:
+ mkDerivation {
+ pname = "conferer-hedis";
+ version = "0.3.0.0";
+ sha256 = "1d5y15xlsmvj5vbfyp5hmx3zjrwyz58q08aq3w90ia4pi206sq1l";
+ libraryHaskellDepends = [ base conferer hedis text ];
+ testHaskellDepends = [ base conferer hedis hspec text ];
+ description = "conferer's FromConfig instances for hedis settings";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"conferer-hspec" = callPackage
({ mkDerivation, base, conferer, hspec, hspec-core, text }:
mkDerivation {
@@ -58027,14 +58181,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "conferer-hspec_0_3_0_0" = callPackage
+ ({ mkDerivation, base, conferer, hspec, hspec-core, text }:
+ mkDerivation {
+ pname = "conferer-hspec";
+ version = "0.3.0.0";
+ sha256 = "0vgg0fadcd3xkjrjrvvwl6ybxp6sccr82rjdxswrr0x38c5q42xz";
+ libraryHaskellDepends = [ base conferer hspec-core text ];
+ testHaskellDepends = [ base conferer hspec hspec-core text ];
+ description = "conferer's FromConfig instances for hspec Config";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"conferer-provider-dhall" = callPackage
({ mkDerivation, base, bytestring, conferer, conferer-provider-json
, dhall, dhall-json, directory, hspec, text
}:
mkDerivation {
pname = "conferer-provider-dhall";
- version = "0.2.0.0";
- sha256 = "0d0zwx4cqihvv09i45b6c7vhbxp9iiagqx417ikmhan9pki6ykq5";
+ version = "0.3.0.0";
+ sha256 = "0gdfc1np6p80sb2ddz2jzhqqzzw7jz0rkbhrvyd9k5bp7ivzhfk3";
libraryHaskellDepends = [
base bytestring conferer conferer-provider-json dhall dhall-json
directory text
@@ -58067,14 +58234,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "conferer-provider-json_0_3_0_0" = callPackage
+ ({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
+ , directory, hspec, text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "conferer-provider-json";
+ version = "0.3.0.0";
+ sha256 = "0jrq1cpfhlyq9dvnf4kmx3wqjwz7x18g0hwbg4gkv12spjffpnc9";
+ libraryHaskellDepends = [
+ aeson base bytestring conferer directory text unordered-containers
+ vector
+ ];
+ testHaskellDepends = [
+ aeson aeson-qq base bytestring conferer directory hspec text
+ unordered-containers vector
+ ];
+ description = "conferer's provider for reading json files";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"conferer-provider-yaml" = callPackage
({ mkDerivation, base, conferer, conferer-provider-json, hspec
, yaml
}:
mkDerivation {
pname = "conferer-provider-yaml";
- version = "0.2.0.0";
- sha256 = "19h18374jkcbhj90f0sbz5fq9h35b4pi6wx0hf4h2n46k0gffq12";
+ version = "0.3.0.0";
+ sha256 = "0w1niybl4qa3yv5yzyvybs3v1h0a0ay051cvcpzimwx7kg6vqjv6";
libraryHaskellDepends = [
base conferer conferer-provider-json yaml
];
@@ -58091,8 +58279,8 @@ self: {
}:
mkDerivation {
pname = "conferer-snap";
- version = "0.2.0.0";
- sha256 = "0kvg31i2ffs9ppky8kqszqpq5xaf01zy7k09ifsywmnm96cri9g4";
+ version = "0.3.0.0";
+ sha256 = "19kw9g0f7znc7as6nhjvnx5kypd71ygr5ialhk4pfjva3bp121ij";
libraryHaskellDepends = [
base conferer snap-core snap-server text
];
@@ -58118,6 +58306,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "conferer-warp_0_3_0_0" = callPackage
+ ({ mkDerivation, base, conferer, hspec, http-types, text, wai, warp
+ }:
+ mkDerivation {
+ pname = "conferer-warp";
+ version = "0.3.0.0";
+ sha256 = "19rld3xl4mfzl08wyciwh9amfcadnbn0rgjxvdy2s0vgk3nj7677";
+ libraryHaskellDepends = [ base conferer http-types text wai warp ];
+ testHaskellDepends = [
+ base conferer hspec http-types text wai warp
+ ];
+ description = "conferer's FromConfig instances for warp settings";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"confetti" = callPackage
({ mkDerivation, base, cmdargs, directory, filepath, MissingH
, tasty, tasty-hunit, tasty-smallcheck, text, time, unix, yaml
@@ -58137,6 +58341,8 @@ self: {
];
description = "A simple config file swapping tool";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"conffmt" = callPackage
@@ -58182,6 +58388,8 @@ self: {
pname = "config-ini";
version = "0.2.4.0";
sha256 = "0dfm4xb1sd713rcqzplzdgw68fyhj24i6lj8j3q8kldpmkl98lbf";
+ revision = "1";
+ editedCabalFile = "15ryq15851m9hzljamw5spr6hzr6picgf6s3xzkn7nviidcq78mz";
libraryHaskellDepends = [
base containers megaparsec text transformers unordered-containers
];
@@ -58285,8 +58493,6 @@ 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
@@ -58344,8 +58550,10 @@ self: {
}:
mkDerivation {
pname = "configuration-tools";
- version = "0.4.1";
- sha256 = "1c6yk6516v4ld8rmhwg4s4f3s6k40gx3dsqfrl2y9lcx3477nlj8";
+ version = "0.4.2";
+ sha256 = "08wzgd38adlrgp9s8330hsp3h1jmhnlaj3fyvkxgljlmyyzlw70q";
+ revision = "1";
+ editedCabalFile = "1x30k0jbx62689rnjwg74v9mwcf81rpjvbkm0gj94slzsx66adpp";
setupHaskellDepends = [
base bytestring Cabal directory filepath process
];
@@ -58365,6 +58573,8 @@ self: {
];
description = "Tools for specifying and parsing configurations";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"configurator" = callPackage
@@ -58432,16 +58642,16 @@ self: {
}) {};
"configurator-pg" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers, filepath
- , HUnit, protolude, scientific, test-framework
+ ({ mkDerivation, base, bytestring, containers, filepath, HUnit
+ , megaparsec, protolude, scientific, test-framework
, test-framework-hunit, text
}:
mkDerivation {
pname = "configurator-pg";
- version = "0.1.0.3";
- sha256 = "0fc77ihnablff8v0kgr88pcc3rn41ca14bvfxr21jx807fn8g63p";
+ version = "0.2.1";
+ sha256 = "0hlzh1608gcz86sh0wg1qgfz2v805hdjwga9sib1hb5cpmfc9c4j";
libraryHaskellDepends = [
- attoparsec base containers protolude scientific text
+ base containers megaparsec protolude scientific text
];
testHaskellDepends = [
base bytestring filepath HUnit protolude test-framework
@@ -58449,6 +58659,8 @@ self: {
];
description = "Reduced parser for configurator-ng config files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"confsolve" = callPackage
@@ -58467,6 +58679,8 @@ self: {
];
description = "A command line tool for resolving conflicts of file synchronizers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"congruence-relation" = callPackage
@@ -58605,16 +58819,18 @@ self: {
}) {};
"connections" = callPackage
- ({ mkDerivation, base, containers, hedgehog, lawz, property
+ ({ mkDerivation, base, containers, hedgehog, lawz, rings
, semigroupoids
}:
mkDerivation {
pname = "connections";
- version = "0.0.2.2";
- sha256 = "1ykfxixlkpw490dxjy5bbj2ykypvp8031x98001vzsklm1avkhvw";
- libraryHaskellDepends = [ base containers lawz semigroupoids ];
- testHaskellDepends = [ base hedgehog property ];
- description = "Partial orders, lattices, & Galois connections";
+ version = "0.0.3";
+ sha256 = "112m18l4apg9djgi9m9pg4222dy7wfkl0z9l98yf92yzw9pq08zv";
+ libraryHaskellDepends = [
+ base containers lawz rings semigroupoids
+ ];
+ testHaskellDepends = [ base hedgehog lawz rings ];
+ description = "Partial orders, Galois connections, and lattices";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -58654,6 +58870,8 @@ self: {
];
description = "Interpret the command line and a config file as commands and options";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"console-prompt" = callPackage
@@ -58754,6 +58972,8 @@ self: {
pname = "constrained-category";
version = "0.1.0.0";
sha256 = "01r5jyydixfh82zynjpacsv5dc0mz28bcm8xaz2pgf2pc4gcfl9h";
+ revision = "1";
+ editedCabalFile = "1kgkrzzvdjbdhkr53dlrm4qyxa8sxva9vkjyl7kd3lha5sdpids3";
libraryHaskellDepends = [
alg base category constraint unconstrained
];
@@ -58836,11 +59056,11 @@ self: {
pname = "constraint";
version = "0.1.4.0";
sha256 = "0cdncdzpgyr9a0v213g9f6fqfd4311j5rg84gh85xynp8hhh0rr4";
+ revision = "1";
+ editedCabalFile = "0ivca43m1lqi75462z4hacvzs27whqzjnby7y7jjji8kqaw8wlda";
libraryHaskellDepends = [ base category unconstrained ];
description = "Reified constraints";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"constraint-classes" = callPackage
@@ -58876,8 +59096,6 @@ self: {
libraryHaskellDepends = [ base category constraint reflection ];
description = "Constraint reflection";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"constraint-tuples" = callPackage
@@ -58894,17 +59112,15 @@ self: {
"constraints" = callPackage
({ mkDerivation, base, binary, deepseq, ghc-prim, hashable, hspec
, hspec-discover, mtl, semigroups, transformers
- , transformers-compat
+ , transformers-compat, type-equality
}:
mkDerivation {
pname = "constraints";
- version = "0.10.1";
- sha256 = "1xy3vv78jxc17hm0z7qqspxjwv7l2jbcbj670yrl2f053qkfr02q";
- revision = "1";
- editedCabalFile = "1i2rd805mjz5q7s98ryy1m91zd4b9hx92gw1rwr6kpibqqw9smcb";
+ version = "0.11.2";
+ sha256 = "10mnhg7p5gk4i3bzldl07qkrihnvmfkgsp32w7p9i7x8cmj5akjq";
libraryHaskellDepends = [
base binary deepseq ghc-prim hashable mtl semigroups transformers
- transformers-compat
+ transformers-compat type-equality
];
testHaskellDepends = [ base hspec ];
testToolDepends = [ hspec-discover ];
@@ -58912,15 +59128,15 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "constraints_0_11_2" = callPackage
+ "constraints_0_12" = callPackage
({ mkDerivation, base, binary, deepseq, ghc-prim, hashable, hspec
, hspec-discover, mtl, semigroups, transformers
, transformers-compat, type-equality
}:
mkDerivation {
pname = "constraints";
- version = "0.11.2";
- sha256 = "10mnhg7p5gk4i3bzldl07qkrihnvmfkgsp32w7p9i7x8cmj5akjq";
+ version = "0.12";
+ sha256 = "08q2fq2xy2ija164k5a178jjffdii57nrx2x9ddz24zh2ld56szj";
libraryHaskellDepends = [
base binary deepseq ghc-prim hashable mtl semigroups transformers
transformers-compat type-equality
@@ -59002,8 +59218,8 @@ self: {
}:
mkDerivation {
pname = "construct";
- version = "0.1";
- sha256 = "0gwpks2nrw4hmvw0m9bs23djjcv7ijjrvp14bdi13lv195c3f3af";
+ version = "0.2.0.1";
+ sha256 = "1j2xc1j9f71shins5nnj0xg41k4vx2r1jgimnnlcdln2g24v71l2";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
@@ -59021,16 +59237,20 @@ self: {
}) {};
"constructible" = callPackage
- ({ mkDerivation, arithmoi, base, binary-search, complex-generic }:
+ ({ mkDerivation, base, binary-search, complex-generic
+ , integer-roots
+ }:
mkDerivation {
pname = "constructible";
- version = "0.1.0.1";
- sha256 = "0d3x92h194y6q8qn11prj05gcnv01vmbvlcsvb1zxgp51qmv1aih";
+ version = "0.1.1";
+ sha256 = "19g62i3cv39fww55xcayrzh1v7flghg43ygj41g9cq6qsbq345wr";
libraryHaskellDepends = [
- arithmoi base binary-search complex-generic
+ base binary-search complex-generic integer-roots
];
description = "Exact computation with constructible real numbers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"constructive-algebra" = callPackage
@@ -59111,6 +59331,8 @@ self: {
];
description = "Containers abstraction and utilities";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"container-builder" = callPackage
@@ -59213,6 +59435,8 @@ self: {
libraryHaskellDepends = [ containers ];
description = "Formally verified drop-in replacement of containers";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"content-store" = callPackage
@@ -59325,8 +59549,6 @@ self: {
];
description = "Unified interface for primitive arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"contiguous-checked" = callPackage
@@ -59351,8 +59573,6 @@ self: {
libraryHaskellDepends = [ base contiguous primitive semirings ];
description = "dft of contiguous memory structures";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"continue" = callPackage
@@ -59449,22 +59669,6 @@ self: {
}) {};
"contravariant-extras" = callPackage
- ({ mkDerivation, base, base-prelude, contravariant, semigroups
- , template-haskell, tuple-th
- }:
- mkDerivation {
- pname = "contravariant-extras";
- version = "0.3.5";
- sha256 = "18hzip2i3r9hlw69pdvlkf9g7yg6bpm4b794m2ck84kpb4ajpm6p";
- libraryHaskellDepends = [
- base base-prelude contravariant semigroups template-haskell
- tuple-th
- ];
- description = "Extras for the \"contravariant\" package";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "contravariant-extras_0_3_5_1" = callPackage
({ mkDerivation, base, contravariant, template-haskell
, template-haskell-compat-v0208
}:
@@ -59477,7 +59681,6 @@ self: {
];
description = "Extras for the \"contravariant\" package";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"control" = callPackage
@@ -59492,6 +59695,8 @@ self: {
];
description = "Class of monad transformers which control operations can be lifted thru";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"control-bool" = callPackage
@@ -59559,6 +59764,8 @@ self: {
];
description = "A typeclass for type isomorphisms";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"control-monad-attempt" = callPackage
@@ -59846,6 +60053,8 @@ self: {
];
description = "Safe and unsafe data conversion utilities with strong type-level operation. checking.";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"convert-annotation" = callPackage
@@ -59984,6 +60193,8 @@ self: {
testHaskellDepends = [ base HUnit lens ];
description = "A representation of latitude and longitude";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"copilot" = callPackage
@@ -60185,24 +60396,6 @@ self: {
}:
mkDerivation {
pname = "core-data";
- version = "0.2.1.4";
- sha256 = "1arrw5xbzxpwqzpxcyw13lv4sazn5pzv448crw54284kyi798hc3";
- libraryHaskellDepends = [
- aeson base bytestring containers core-text hashable prettyprinter
- prettyprinter-ansi-terminal scientific text unordered-containers
- vector
- ];
- description = "Convenience wrappers around common data structures and encodings";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "core-data_0_2_1_5" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, core-text
- , hashable, prettyprinter, prettyprinter-ansi-terminal, scientific
- , text, unordered-containers, vector
- }:
- mkDerivation {
- pname = "core-data";
version = "0.2.1.5";
sha256 = "17lvpbyrr9wm93qprk45n5gf3f6k47f9wf7ays0bfk0hx23chc1n";
libraryHaskellDepends = [
@@ -60212,7 +60405,6 @@ self: {
];
description = "Convenience wrappers around common data structures and encodings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"core-haskell" = callPackage
@@ -60241,8 +60433,8 @@ self: {
}:
mkDerivation {
pname = "core-program";
- version = "0.2.4.1";
- sha256 = "0ji0vnk7k4rgib6zpid7fjqy1ggf3m88cm6j23bg0lvmj5rvml5c";
+ version = "0.2.4.2";
+ sha256 = "0zs62mn87fdrjwi1dp11hkr7nbb7v3ikxk1ph6cnjdk0di9hrr6a";
libraryHaskellDepends = [
async base bytestring chronologique core-data core-text directory
exceptions filepath fsnotify hashable hourglass mtl prettyprinter
@@ -60251,8 +60443,6 @@ self: {
];
description = "Opinionated Haskell Interoperability";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"core-text" = callPackage
@@ -60262,23 +60452,6 @@ self: {
}:
mkDerivation {
pname = "core-text";
- version = "0.2.2.6";
- sha256 = "0yywrgcm2g8p93kklckj258l89cmg0li3aikil1rsgrqrnawwc87";
- libraryHaskellDepends = [
- base bytestring deepseq fingertree hashable prettyprinter
- prettyprinter-ansi-terminal template-haskell text text-short
- ];
- description = "A rope type based on a finger tree over UTF-8 fragments";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "core-text_0_2_3_3" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, fingertree, hashable
- , prettyprinter, prettyprinter-ansi-terminal, template-haskell
- , text, text-short
- }:
- mkDerivation {
- pname = "core-text";
version = "0.2.3.3";
sha256 = "0bnbl34fzy497a8ljgcydp490j3684yw8r32jijqyix7y9q2cl2d";
libraryHaskellDepends = [
@@ -60287,7 +60460,6 @@ self: {
];
description = "A rope type based on a finger tree over UTF-8 fragments";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"corebot-bliki" = callPackage
@@ -60581,26 +60753,6 @@ self: {
"country" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq
- , ghc-prim, hashable, primitive, scientific, text
- , unordered-containers
- }:
- mkDerivation {
- pname = "country";
- version = "0.1.6";
- sha256 = "0a4r2jnp15xy18s6xpd4p10cgq3hd8qqzhy5lakmzymivwq6xcq9";
- revision = "3";
- editedCabalFile = "034cd94hiwgci0qhkdkkqmx2igmf1wxmd4b70g6sdlk1kklcn7x1";
- libraryHaskellDepends = [
- aeson attoparsec base bytestring deepseq ghc-prim hashable
- primitive scientific text unordered-containers
- ];
- testHaskellDepends = [ base ];
- description = "Country data type and functions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "country_0_2" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq
, ghc-prim, hashable, primitive, QuickCheck, quickcheck-classes
, scientific, tasty, tasty-quickcheck, text, unordered-containers
}:
@@ -60617,7 +60769,6 @@ self: {
];
description = "Country data type and functions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"country-codes" = callPackage
@@ -60634,6 +60785,8 @@ self: {
testHaskellDepends = [ aeson base HTF HUnit ];
description = "ISO 3166 country codes and i18n names";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"courier" = callPackage
@@ -60752,21 +60905,21 @@ self: {
}) {};
"cpkg" = callPackage
- ({ mkDerivation, base, binary, bytestring, bzlib
- , composition-prelude, containers, cpphs, dhall, dir-traverse
- , directory, filemanip, filepath, hashable, hspec, hspec-megaparsec
- , http-client, http-client-tls, libarchive, lzlib, lzma, megaparsec
- , microlens, mtl, network-uri, optparse-applicative, prettyprinter
- , process, recursion, temporary, text, zip-archive, zlib, zstd
+ ({ mkDerivation, base, binary, bytestring, bz2, composition-prelude
+ , containers, cpphs, dhall, dir-traverse, directory, filemanip
+ , filepath, hashable, hspec, hspec-megaparsec, http-client
+ , http-client-tls, libarchive, lzlib, lzma, megaparsec, microlens
+ , mtl, network-uri, optparse-applicative, prettyprinter, process
+ , recursion, temporary, text, zip-archive, zlib, zstd
}:
mkDerivation {
pname = "cpkg";
- version = "0.2.4.1";
- sha256 = "0amv5kwba1amh6nsqfh6bb2gm7a3ky5lrjjr9c88w0qfyk8rr3am";
+ version = "0.2.4.6";
+ sha256 = "0ll0qxn7s29ys8w71dvfz3qy0f5rzihz0q3axg1g73pmhqbxqi2m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base binary bytestring bzlib composition-prelude containers dhall
+ base binary bytestring bz2 composition-prelude containers dhall
dir-traverse directory filemanip filepath hashable http-client
http-client-tls libarchive lzlib lzma megaparsec microlens mtl
network-uri prettyprinter process recursion temporary text
@@ -60779,8 +60932,6 @@ self: {
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
@@ -60833,20 +60984,17 @@ self: {
}) {};
"cpphs" = callPackage
- ({ mkDerivation, base, directory, old-locale, old-time, polyparse
- }:
+ ({ mkDerivation, base, directory, polyparse, time }:
mkDerivation {
pname = "cpphs";
- version = "1.20.8";
- sha256 = "1bh524asqhk9v1s0wvipl0hgn7l63iy3js867yv0z3h5v2kn8vg5";
+ version = "1.20.9";
+ sha256 = "07qb1k9iq76a3l0506s08mw3a16i7qvp0hrmn7wxvwj3f6pg53cp";
+ revision = "1";
+ editedCabalFile = "1zsyi2h2b7kcmbda2kr3a1xg81d26a92zqg78ziqqyc5aw1j5z6b";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [
- base directory old-locale old-time polyparse
- ];
- executableHaskellDepends = [
- base directory old-locale old-time polyparse
- ];
+ libraryHaskellDepends = [ base directory polyparse time ];
+ executableHaskellDepends = [ base directory polyparse time ];
description = "A liberalised re-implementation of cpp, the C pre-processor";
license = "LGPL";
}) {};
@@ -61461,6 +61609,8 @@ self: {
];
description = "Conflict-free replicated data types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"creatur" = callPackage
@@ -61678,8 +61828,8 @@ self: {
}:
mkDerivation {
pname = "criterion";
- version = "1.5.6.1";
- sha256 = "0m2k323r00q3x5fk8gfcd2y39kmj35nzb8fwqmxjlg7kiz3nkyx5";
+ version = "1.5.6.2";
+ sha256 = "0jv8457b7pxav3h8bpf5p4fj5rp05nbs1r5jz7ysxf78q8f17j9p";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -61847,6 +61997,8 @@ self: {
libraryHaskellDepends = [ base digits QuickCheck safe ];
description = "An implementation of Douglas Crockford's base32 encoding";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"crocodile" = callPackage
@@ -61889,8 +62041,6 @@ self: {
benchmarkHaskellDepends = [ attoparsec base criterion text time ];
description = "Cron datatypes and Attoparsec parser";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cron-compat" = callPackage
@@ -62062,21 +62212,19 @@ self: {
"crypto-classical" = callPackage
({ mkDerivation, base, bytestring, containers, crypto-numbers
, crypto-random, microlens, microlens-th, modular-arithmetic
- , QuickCheck, random, random-shuffle, text, transformers
+ , QuickCheck, text, transformers
}:
mkDerivation {
pname = "crypto-classical";
- version = "0.2.0";
- sha256 = "0gnqvsw5nbank1yanvjrqjprqd80y00scajmjdjyfbpiq47lj4c9";
+ version = "0.2.1";
+ sha256 = "0mqvygx8pvvmaalqzr94nf400smq8y22shyvfhxrh69hs6q0dgw6";
libraryHaskellDepends = [
base bytestring containers crypto-numbers crypto-random microlens
- microlens-th modular-arithmetic QuickCheck random random-shuffle
- text transformers
+ microlens-th modular-arithmetic text transformers
];
+ testHaskellDepends = [ base bytestring microlens QuickCheck ];
description = "An educational tool for studying classical cryptography schemes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"crypto-conduit" = callPackage
@@ -62226,6 +62374,8 @@ self: {
];
description = "OpenSSH keys decoder/encoder";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"crypto-pubkey-types" = callPackage
@@ -62297,6 +62447,8 @@ self: {
];
description = "Cryptographic random number generator";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"crypto-simple" = callPackage
@@ -62344,6 +62496,8 @@ self: {
];
description = "Symmetrical block and stream ciphers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cryptocompare" = callPackage
@@ -62617,28 +62771,6 @@ self: {
}:
mkDerivation {
pname = "cryptonite";
- version = "0.25";
- sha256 = "131wbbdr5yavs5k1ah9sz6fqx1ffyvaxf66pwjzsfc47mwc1mgl9";
- libraryHaskellDepends = [
- base basement bytestring deepseq ghc-prim integer-gmp memory
- ];
- testHaskellDepends = [
- base bytestring memory tasty tasty-hunit tasty-kat tasty-quickcheck
- ];
- benchmarkHaskellDepends = [
- base bytestring deepseq gauge memory random
- ];
- description = "Cryptography Primitives sink";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "cryptonite_0_26" = callPackage
- ({ mkDerivation, base, basement, bytestring, deepseq, gauge
- , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
- , tasty-kat, tasty-quickcheck
- }:
- mkDerivation {
- pname = "cryptonite";
version = "0.26";
sha256 = "1pdf0zzbfr0cdzls6bab6f6kpx08wa8c2qc1zfqzv5ajapgr0wy4";
libraryHaskellDepends = [
@@ -62652,7 +62784,6 @@ self: {
];
description = "Cryptography Primitives sink";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cryptonite-conduit" = callPackage
@@ -62717,8 +62848,6 @@ self: {
];
description = "Serialization of cryptographic data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cryptsy-api" = callPackage
@@ -62769,8 +62898,6 @@ self: {
];
description = "Connection-set algebra (CSA) library";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cse-ghc-plugin" = callPackage
@@ -62992,6 +63119,8 @@ self: {
];
description = "High-performance CSS tokenizer and serializer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"css-text" = callPackage
@@ -63450,26 +63579,31 @@ self: {
}) {};
"curl-runnings" = callPackage
- ({ mkDerivation, aeson, base, bytestring, case-insensitive, cmdargs
- , connection, directory, hspec, hspec-expectations, http-client-tls
- , http-conduit, megaparsec, pretty-simple, regex-posix, tar, text
+ ({ mkDerivation, aeson, base, bytestring, case-insensitive, clock
+ , cmdargs, connection, directory, hspec, hspec-expectations
+ , http-client-tls, http-conduit, http-types, megaparsec
+ , pretty-simple, raw-strings-qq, regex-posix, tar, text, time
, unordered-containers, vector, yaml, zlib
}:
mkDerivation {
pname = "curl-runnings";
- version = "0.11.1";
- sha256 = "12adrp4y4g5lpkgrvc7fd5v7vndg9y3cfgdyw3pk67aic8p10w2h";
+ version = "0.12.0";
+ sha256 = "091csiklwxhc8qjzqh3jmq7qvrr5z5z1mgndbli03wd33jhq5rw8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base bytestring case-insensitive connection directory hspec
- hspec-expectations http-client-tls http-conduit megaparsec
- pretty-simple regex-posix text unordered-containers vector yaml
+ aeson base bytestring case-insensitive clock connection directory
+ hspec hspec-expectations http-client-tls http-conduit http-types
+ megaparsec pretty-simple regex-posix text time unordered-containers
+ vector yaml
];
executableHaskellDepends = [
aeson base bytestring cmdargs directory http-conduit tar text zlib
];
- testHaskellDepends = [ base directory hspec hspec-expectations ];
+ testHaskellDepends = [
+ aeson base bytestring directory hspec hspec-expectations
+ raw-strings-qq text
+ ];
description = "A framework for declaratively writing curl based API tests";
license = stdenv.lib.licenses.mit;
}) {};
@@ -63530,6 +63664,8 @@ self: {
testHaskellDepends = [ aeson base bson hspec QuickCheck ];
description = "ISO-4217 Currency Codes";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"currency-convert" = callPackage
@@ -63566,6 +63702,8 @@ self: {
pname = "curry";
version = "0.0.0.0";
sha256 = "09kwv72pww29xhp4sp7czp3pgjdggzs5ggj8cmzng8xzzgsgd1dv";
+ revision = "1";
+ editedCabalFile = "1mb2472j8ypxayd5sgbzl27xrhjwbsjd43dqflqjhllwk1ysm7lb";
libraryHaskellDepends = [ base ];
description = "Curry types";
license = stdenv.lib.licenses.bsd3;
@@ -63670,15 +63808,15 @@ self: {
}) {};
"cursor" = callPackage
- ({ mkDerivation, base, containers, microlens, text, validity
- , validity-containers, validity-text
+ ({ mkDerivation, base, containers, deepseq, microlens, text
+ , validity, validity-containers, validity-text
}:
mkDerivation {
pname = "cursor";
- version = "0.2.0.0";
- sha256 = "1haikdgyj7m6c7ihwvl4wy0za0nvrhh2bvqm1afa5465mcm5ynnw";
+ version = "0.3.0.0";
+ sha256 = "1k9x1pv8l8f1sfilwn3i4hrc643n6svjahl4gpd47jhjw8akval7";
libraryHaskellDepends = [
- base containers microlens text validity validity-containers
+ base containers deepseq microlens text validity validity-containers
validity-text
];
description = "Purely Functional Cursors";
@@ -63695,16 +63833,59 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "cursor-fuzzy-time" = callPackage
+ ({ mkDerivation, base, containers, cursor, deepseq, fuzzy-time
+ , megaparsec, microlens, text, time, validity, validity-time
+ }:
+ mkDerivation {
+ pname = "cursor-fuzzy-time";
+ version = "0.0.0.0";
+ sha256 = "1xx0npvjjr574f7ksswwzi8yrqsrhlg3arhpvahm8z2zz6a995gs";
+ libraryHaskellDepends = [
+ base containers cursor deepseq fuzzy-time megaparsec microlens text
+ time validity validity-time
+ ];
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "cursor-fuzzy-time-gen" = callPackage
+ ({ mkDerivation, base, containers, criterion, cursor-fuzzy-time
+ , cursor-gen, deepseq, fuzzy-time, fuzzy-time-gen, genvalidity
+ , genvalidity-criterion, genvalidity-hspec
+ , genvalidity-hspec-optics, genvalidity-time, hspec, megaparsec
+ , QuickCheck, text, time
+ }:
+ mkDerivation {
+ pname = "cursor-fuzzy-time-gen";
+ version = "0.0.0.0";
+ sha256 = "1m18d7098vivbqj079axmhrwzwk7mr89m159apnx2ff9200br31z";
+ libraryHaskellDepends = [
+ base containers cursor-fuzzy-time cursor-gen deepseq fuzzy-time
+ fuzzy-time-gen genvalidity genvalidity-time megaparsec time
+ ];
+ testHaskellDepends = [
+ base cursor-fuzzy-time fuzzy-time genvalidity genvalidity-hspec
+ genvalidity-hspec-optics genvalidity-time hspec megaparsec
+ QuickCheck text time
+ ];
+ benchmarkHaskellDepends = [
+ base criterion cursor-fuzzy-time genvalidity-criterion QuickCheck
+ ];
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"cursor-gen" = callPackage
- ({ mkDerivation, base, containers, cursor, genvalidity
- , genvalidity-containers, genvalidity-hspec
+ ({ mkDerivation, base, containers, criterion, cursor, genvalidity
+ , genvalidity-containers, genvalidity-criterion, genvalidity-hspec
, genvalidity-hspec-optics, genvalidity-text, hspec, microlens
, pretty-show, QuickCheck, text
}:
mkDerivation {
pname = "cursor-gen";
- version = "0.2.0.0";
- sha256 = "1i9ad6gmd4sqs3nbgij4jm509m6gx4v0pghsf4d3qn71hbxbxipc";
+ version = "0.3.0.0";
+ sha256 = "0sy7ypz4x9xhirfj9i2dk8r854gzr238qgaijgi221k7681jdcqb";
libraryHaskellDepends = [
base containers cursor genvalidity genvalidity-containers
genvalidity-text QuickCheck text
@@ -63713,6 +63894,9 @@ self: {
base containers cursor genvalidity-hspec genvalidity-hspec-optics
hspec microlens pretty-show QuickCheck text
];
+ benchmarkHaskellDepends = [
+ base criterion cursor genvalidity-criterion
+ ];
description = "Generators for Purely Functional Cursors";
license = stdenv.lib.licenses.mit;
}) {};
@@ -63972,6 +64156,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Digits 0-9";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"d3d11binding" = callPackage
@@ -64027,8 +64213,8 @@ self: {
}:
mkDerivation {
pname = "daemons";
- version = "0.2.1";
- sha256 = "0zf9831vl1hz606nsp0yhjg46wxzvwkd3hn9shjw5akk26sddi8p";
+ version = "0.3.0";
+ sha256 = "05h03qk31lank60cd0ig9h4rf8zl6p4li5smba919lgpm89lyvy3";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -64082,6 +64268,8 @@ self: {
testHaskellDepends = [ base bytestring hspec HUnit QuickCheck ];
description = "Parsing dAmn messages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"danibot" = callPackage
@@ -64104,6 +64292,8 @@ self: {
executableHaskellDepends = [ base optparse-applicative ];
description = "Basic Slack bot framework";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dao" = callPackage
@@ -64201,6 +64391,8 @@ self: {
'';
description = "a distributed, interactive, smart revision control system";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) curl;};
"darcs-benchmark" = callPackage
@@ -64572,23 +64764,11 @@ self: {
({ mkDerivation, array, base, containers, transformers }:
mkDerivation {
pname = "data-accessor";
- version = "0.2.2.8";
- sha256 = "1fq4gygxbz0bd0mzgvc1sl3m4gjnsv8nbgpnmdpa29zj5lb9agxc";
- libraryHaskellDepends = [ array base containers transformers ];
- description = "Utilities for accessing and manipulating fields of records";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "data-accessor_0_2_3" = callPackage
- ({ mkDerivation, array, base, containers, transformers }:
- mkDerivation {
- pname = "data-accessor";
version = "0.2.3";
sha256 = "0f1yvvzr24qgrx6k2g101s7vp012802iw6kli903n28nig93yn0x";
libraryHaskellDepends = [ array base containers transformers ];
description = "Utilities for accessing and manipulating fields of records";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"data-accessor-monadLib" = callPackage
@@ -64656,6 +64836,8 @@ self: {
];
description = "Utilities for accessing and manipulating fields of records";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-accessor-transformers" = callPackage
@@ -64678,6 +64860,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Combinator birds";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-base" = callPackage
@@ -64822,17 +65006,21 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Generate a special combinator from any data type";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-compat" = callPackage
({ mkDerivation, base, constraints }:
mkDerivation {
pname = "data-compat";
- version = "0.1.0.0";
- sha256 = "0j9gx0sg2bwqigw9w3kg286bm6imqa35jkgkzagdjg9mfkgy6kwy";
+ version = "0.1.0.1";
+ sha256 = "1hbb9rx5x9pw5nzi7x9pxswr0w8vqvw1yf3brmgfxshwlq1ac0rh";
libraryHaskellDepends = [ base constraints ];
description = "Define Backwards Compatibility Schemes for Arbitrary Data";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-concurrent-queue" = callPackage
@@ -65118,23 +65306,6 @@ self: {
}:
mkDerivation {
pname = "data-diverse";
- version = "4.6.0.0";
- sha256 = "1m6bxi37c7qkn96296lxfc0x3ab33w7yyjkvf3avla94dd248k89";
- libraryHaskellDepends = [
- base containers deepseq ghc-prim tagged
- ];
- testHaskellDepends = [ base hspec tagged ];
- benchmarkHaskellDepends = [ base criterion ];
- description = "Extensible records and polymorphic variants";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "data-diverse_4_7_0_0" = callPackage
- ({ mkDerivation, base, containers, criterion, deepseq, ghc-prim
- , hspec, tagged
- }:
- mkDerivation {
- pname = "data-diverse";
version = "4.7.0.0";
sha256 = "0ccbb8kf2spaa2h6k10y26zzaij1w28vrifhc8c1ljlvsmc9dkf3";
libraryHaskellDepends = [
@@ -65144,7 +65315,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Extensible records and polymorphic variants";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"data-diverse-lens" = callPackage
@@ -65161,6 +65331,8 @@ self: {
testHaskellDepends = [ base data-diverse hspec lens tagged ];
description = "Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-dword" = callPackage
@@ -65210,6 +65382,8 @@ self: {
];
description = "Executable and Linkable Format (ELF) data structures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-embed" = callPackage
@@ -65234,6 +65408,8 @@ self: {
];
description = "Embed files and other binary blobs inside executables without Template Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-emoticons" = callPackage
@@ -65433,6 +65609,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A simple multi-way tree data structure";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-fresh" = callPackage
@@ -65526,8 +65704,6 @@ self: {
];
description = "Interval datatype, interval arithmetic and interval-based containers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"data-inttrie" = callPackage
@@ -65733,8 +65909,8 @@ self: {
}:
mkDerivation {
pname = "data-msgpack";
- version = "0.0.12";
- sha256 = "11zlw465lpa371y7cpz9r4gn1c4cw0rjrpl5l3h6h0y3zc28p7sw";
+ version = "0.0.13";
+ sha256 = "1x2qgipyjb5h5n1bx429rwdaamw4xdm7gwj08vlw6n6sycqwnq04";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -65750,6 +65926,8 @@ self: {
];
description = "A Haskell implementation of MessagePack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-msgpack-types" = callPackage
@@ -65758,8 +65936,8 @@ self: {
}:
mkDerivation {
pname = "data-msgpack-types";
- version = "0.0.2";
- sha256 = "19c7285mrs9d1afgpdq4cprv44fif76ahahg3xpzijc5lhgxmzal";
+ version = "0.0.3";
+ sha256 = "05jg19sk42cpn2h1mfaam5khwlda4v99z6v0sdzi4kzkswpfj1i5";
libraryHaskellDepends = [
base bytestring containers deepseq hashable QuickCheck text
unordered-containers vector void
@@ -65767,6 +65945,8 @@ self: {
testHaskellDepends = [ base hspec QuickCheck ];
description = "A Haskell implementation of MessagePack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-named" = callPackage
@@ -65778,8 +65958,6 @@ self: {
libraryHaskellDepends = [ attoparsec base binary containers text ];
description = "Data types for named entities";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"data-nat" = callPackage
@@ -65923,8 +66101,6 @@ self: {
];
description = "R-Tree is a spatial data structure similar to Quadtrees or B-Trees";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"data-ref" = callPackage
@@ -66160,6 +66336,8 @@ self: {
];
description = "An efficient implementation of maps from strings to arbitrary values";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-structure-inferrer" = callPackage
@@ -66198,6 +66376,8 @@ self: {
testHaskellDepends = [ base tasty tasty-quickcheck ];
description = "Shorter binary words";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-tensor" = callPackage
@@ -66255,6 +66435,8 @@ self: {
libraryHaskellDepends = [ base containers mtl ];
description = "Functions to transform data structures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"data-tree-print" = callPackage
@@ -66555,6 +66737,8 @@ self: {
];
description = "Tool to help pack files into the minimum number of CDs/DVDs/etc";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"datarobot" = callPackage
@@ -66626,6 +66810,8 @@ self: {
];
description = "Handle data-urls";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"date-cache" = callPackage
@@ -66649,6 +66835,8 @@ self: {
testHaskellDepends = [ base dates hspec QuickCheck time ];
description = "Date conversions";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dates" = callPackage
@@ -66665,6 +66853,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Small library for parsing different dates formats";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"datetime" = callPackage
@@ -66787,6 +66977,8 @@ self: {
];
description = "Read and write XBase \".dbf\" files";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dbjava" = callPackage
@@ -66954,35 +67146,8 @@ self: {
}:
mkDerivation {
pname = "dbus";
- version = "1.2.7";
- sha256 = "0ypkjlw9fn65g7p28kb3p82glk7qs7p7vyffccw7qxa3z57s12w5";
- libraryHaskellDepends = [
- base bytestring cereal conduit containers deepseq exceptions
- filepath lens network parsec random split template-haskell text
- th-lift transformers unix vector xml-conduit xml-types
- ];
- testHaskellDepends = [
- base bytestring cereal containers directory extra filepath network
- parsec process QuickCheck random resourcet tasty tasty-hunit
- tasty-quickcheck text transformers unix vector
- ];
- benchmarkHaskellDepends = [ base criterion ];
- doCheck = false;
- description = "A client library for the D-Bus IPC system";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "dbus_1_2_11" = callPackage
- ({ mkDerivation, base, bytestring, cereal, conduit, containers
- , criterion, deepseq, directory, exceptions, extra, filepath, lens
- , network, parsec, process, QuickCheck, random, resourcet, split
- , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
- , th-lift, transformers, unix, vector, xml-conduit, xml-types
- }:
- mkDerivation {
- pname = "dbus";
- version = "1.2.11";
- sha256 = "150agli4ialryxcv6nd3y90pi5ikls8bn9my3fp2j5fwir27abns";
+ version = "1.2.12";
+ sha256 = "19gc1cmz8g5fmqks5rj5fwg9ihd5ras180jdv2wfgilrlrjxvx84";
libraryHaskellDepends = [
base bytestring cereal conduit containers deepseq exceptions
filepath lens network parsec random split template-haskell text
@@ -66997,7 +67162,6 @@ self: {
doCheck = false;
description = "A client library for the D-Bus IPC system";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dbus-client" = callPackage
@@ -67506,8 +67670,6 @@ self: {
];
description = "Delay differential equations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dead-code-detection" = callPackage
@@ -67555,7 +67717,7 @@ self: {
}) {};
"debian" = callPackage
- ({ mkDerivation, base, bytestring, bzlib, Cabal, containers
+ ({ mkDerivation, base, bytestring, bz2, Cabal, containers
, directory, either, exceptions, filepath, hostname, HUnit, lens
, ListLike, mtl, network-uri, old-locale, parsec, pretty, process
, process-extras, pureMD5, QuickCheck, regex-compat, regex-tdfa
@@ -67564,14 +67726,12 @@ self: {
}:
mkDerivation {
pname = "debian";
- version = "4.0.0";
- sha256 = "1gshvsgbgghskl4csngffdpnf49z27yhap86bwqnkp4asbh553h6";
- revision = "1";
- editedCabalFile = "1p338790mb39j77rf9r82sbwlkv7ax2ipfl5232aa8ygzn2py6nk";
+ version = "4.0.2";
+ sha256 = "1sp8vkg65fllvxk85sp34isc0zvmj0s72i138wz5vhj9hfmn2c71";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring bzlib Cabal containers directory either exceptions
+ base bytestring bz2 Cabal containers directory either exceptions
filepath hostname HUnit lens ListLike mtl network-uri old-locale
parsec pretty process process-extras pureMD5 QuickCheck
regex-compat regex-tdfa SHA syb template-haskell temporary text
@@ -67583,8 +67743,6 @@ self: {
];
description = "Modules for working with the Debian package system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"debian-binary" = callPackage
@@ -67756,6 +67914,8 @@ self: {
executableHaskellDepends = [ base ];
description = "More useful trace functions for investigating bugs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"deburr" = callPackage
@@ -67797,30 +67957,18 @@ self: {
}) {};
"decidable" = callPackage
- ({ mkDerivation, base, singletons }:
- mkDerivation {
- pname = "decidable";
- version = "0.1.5.0";
- sha256 = "1rsgwmvbx4mip26pihhmv6rssn23q8la22qxqj73i60863fkkwbj";
- libraryHaskellDepends = [ base singletons ];
- description = "Combinators for manipulating dependently-typed predicates";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "decidable_0_2_1_0" = callPackage
({ mkDerivation, base, functor-products, microlens, singletons
, vinyl
}:
mkDerivation {
pname = "decidable";
- version = "0.2.1.0";
- sha256 = "1l307j4n9xagarbqqa48c729fs63qlzy5sqzgfyzfqwnas8yrqhx";
+ version = "0.3.0.0";
+ sha256 = "1phzfp2q82ylxj09150v1gqmk8858qjw9prhn32zjfnyzfzcg3mq";
libraryHaskellDepends = [
base functor-products microlens singletons vinyl
];
description = "Combinators for manipulating dependently-typed predicates";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"decimal-arithmetic" = callPackage
@@ -68048,6 +68196,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "deepseq-instances" = callPackage
+ ({ mkDerivation, array, base, deepseq, stm }:
+ mkDerivation {
+ pname = "deepseq-instances";
+ version = "0.1.0.0";
+ sha256 = "16b0j7k8jvbccl1jrsgqcbls5k4j3m847nlq1p78jq1qx7a6qlgn";
+ libraryHaskellDepends = [ array base deepseq stm ];
+ description = "Candidate NFData Instances for Types in base";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"deepseq-magic" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -68262,8 +68421,8 @@ self: {
}:
mkDerivation {
pname = "dejafu";
- version = "2.1.0.1";
- sha256 = "08rm5f4kxwd46si0qkaf2yzsffpndhb3l4x639k11l6n28165nhg";
+ version = "2.1.0.3";
+ sha256 = "0b1akgq9pqrgwyj3smna7d4j6wvi7rm98q2d6ag01p06lcflypkg";
libraryHaskellDepends = [
base concurrency containers contravariant deepseq exceptions
leancheck profunctors random transformers
@@ -68562,21 +68721,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dependent-map" = callPackage
- ({ mkDerivation, base, containers, dependent-sum }:
+ "dependent-hashmap" = callPackage
+ ({ mkDerivation, base, constraints, constraints-extras
+ , dependent-sum, hashable, hedgehog, mtl, unordered-containers
+ }:
mkDerivation {
- 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";
- hydraPlatforms = stdenv.lib.platforms.none;
+ pname = "dependent-hashmap";
+ version = "0.1.0.1";
+ sha256 = "14jfak4jp0xvjmfh680gygvbf9yg1gzaidjh6wpnrhyv484ldcpl";
+ libraryHaskellDepends = [
+ base constraints-extras dependent-sum hashable unordered-containers
+ ];
+ testHaskellDepends = [
+ base constraints constraints-extras dependent-sum hashable hedgehog
+ mtl unordered-containers
+ ];
+ description = "Dependent hash maps";
+ license = stdenv.lib.licenses.bsd3;
}) {};
- "dependent-map_0_3" = callPackage
+ "dependent-map" = callPackage
({ mkDerivation, base, constraints-extras, containers
, dependent-sum
}:
@@ -68624,17 +68788,6 @@ self: {
}) {};
"dependent-sum" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "dependent-sum";
- version = "0.4";
- sha256 = "07hs9s78wiybwjwkal2yq65hdavq0gg1h2ld7wbph61s2nsfrpm8";
- libraryHaskellDepends = [ base ];
- description = "Dependent sum type";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "dependent-sum_0_6_2_0" = callPackage
({ mkDerivation, base, constraints-extras }:
mkDerivation {
pname = "dependent-sum";
@@ -68643,7 +68796,6 @@ self: {
libraryHaskellDepends = [ base constraints-extras ];
description = "Dependent sum type";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dependent-sum-aeson-orphans" = callPackage
@@ -68665,21 +68817,6 @@ self: {
}) {};
"dependent-sum-template" = callPackage
- ({ mkDerivation, base, dependent-sum, template-haskell, th-extras
- }:
- mkDerivation {
- pname = "dependent-sum-template";
- version = "0.0.0.6";
- sha256 = "1bcipqkkgj1afi2ax726gbvp9haqghvm5016rawx3jj9364v8k4r";
- libraryHaskellDepends = [
- base dependent-sum template-haskell th-extras
- ];
- testHaskellDepends = [ base dependent-sum ];
- description = "Template Haskell code to generate instances of classes in dependent-sum package";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "dependent-sum-template_0_1_0_0" = callPackage
({ mkDerivation, base, constraints-extras, dependent-sum
, template-haskell, th-extras
}:
@@ -68694,6 +68831,7 @@ self: {
description = "Template Haskell code to generate instances of classes in dependent-sum package";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"depends" = callPackage
@@ -68816,8 +68954,6 @@ self: {
testHaskellDepends = [ base Cabal cabal-test-quickcheck ];
description = "A typeclass and an implementation for double-ended queues";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"derangement" = callPackage
@@ -68940,8 +69076,8 @@ self: {
({ mkDerivation, base, criterion, deepseq, hspec, QuickCheck }:
mkDerivation {
pname = "derive-storable";
- version = "0.1.2.0";
- sha256 = "1rh2nm4cb34x9rdg9jpz15kidvkvlzja1354v8z5jwpc0pqkp50s";
+ version = "0.2.0.0";
+ sha256 = "0cr13ydc3p5zsrzimha4xkaj5hmf2bj3hylzjh2llgcgi2l8vc53";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec QuickCheck ];
benchmarkHaskellDepends = [ base criterion deepseq ];
@@ -68966,6 +69102,8 @@ self: {
];
description = "GHC core plugin supporting the derive-storable package";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"derive-topdown" = callPackage
@@ -69020,6 +69158,18 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "deriving-aeson" = callPackage
+ ({ mkDerivation, aeson, base, bytestring }:
+ mkDerivation {
+ pname = "deriving-aeson";
+ version = "0.2";
+ sha256 = "0d9f4xjczks79vrlw93q7jg32s3ygwl488v6ql8lr4rfvbxzik23";
+ libraryHaskellDepends = [ aeson base ];
+ testHaskellDepends = [ aeson base bytestring ];
+ description = "Type driven generic aeson instance customisation";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"deriving-compat" = callPackage
({ mkDerivation, base, base-compat, base-orphans, containers
, ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged
@@ -69084,20 +69234,20 @@ self: {
"describe" = callPackage
({ mkDerivation, base, bytestring, cereal, fixed-vector, lens
- , mmorph, monad-control, mtl, profunctors, QuickCheck, text
- , transformers
+ , mmorph, monad-control, mtl, profunctors, QuickCheck
+ , template-haskell, text, transformers
}:
mkDerivation {
pname = "describe";
- version = "0.4.0.1";
- sha256 = "13lnp0yaz18s161d7d2a4cnv2q2kqfm44xqr0jlxcvrmhvr65qdc";
+ version = "0.4.0.5";
+ sha256 = "0hy4p78hp6zgilfj9jn9mj6x5w32jm9kdb9w4vkchlncid5r9bzl";
libraryHaskellDepends = [
base bytestring cereal fixed-vector lens mmorph monad-control mtl
- profunctors text transformers
+ profunctors template-haskell text transformers
];
testHaskellDepends = [
base bytestring cereal fixed-vector lens mmorph monad-control mtl
- profunctors QuickCheck text transformers
+ profunctors QuickCheck template-haskell text transformers
];
description = "Combinators for describing binary data structures";
license = stdenv.lib.licenses.bsd3;
@@ -69189,6 +69339,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "a simple build tool for OCaml projects";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"despair" = callPackage
@@ -69236,8 +69388,6 @@ self: {
];
description = "JSON and CSV encoding for rationals as decimal point numbers";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"detour-via-uom" = callPackage
@@ -69446,82 +69596,39 @@ self: {
broken = true;
}) {};
- "dhall" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
- , bytestring, case-insensitive, cborg, cborg-json, containers
- , contravariant, criterion, cryptonite, deepseq, Diff, directory
- , doctest, dotgen, exceptions, filepath, foldl, haskeline
- , http-client, http-client-tls, http-types, lens-family-core
- , megaparsec, memory, mockery, mtl, optparse-applicative, parsers
- , prettyprinter, prettyprinter-ansi-terminal, profunctors
- , QuickCheck, quickcheck-instances, repline, scientific, serialise
- , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
- , transformers, transformers-compat, turtle, unordered-containers
- , uri-encode, vector
- }:
- mkDerivation {
- pname = "dhall";
- version = "1.24.0";
- sha256 = "1n04jk45qjl00wx7gxzp36j7d1m1ca7h7y4qlp8gxhykpkr6zzv7";
- revision = "2";
- editedCabalFile = "10ki70113z1kgq35xaib7qwrpzjl93hq4qxm0qb62d3pvaf4wp15";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty ansi-terminal base bytestring case-insensitive
- cborg cborg-json containers contravariant cryptonite Diff directory
- dotgen exceptions filepath haskeline http-client http-client-tls
- http-types lens-family-core megaparsec memory mtl
- optparse-applicative parsers prettyprinter
- prettyprinter-ansi-terminal profunctors repline scientific
- serialise template-haskell text transformers transformers-compat
- unordered-containers uri-encode vector
- ];
- executableHaskellDepends = [ base ];
- testHaskellDepends = [
- base bytestring cborg containers deepseq directory doctest filepath
- foldl megaparsec mockery prettyprinter QuickCheck
- quickcheck-instances serialise tasty tasty-hunit tasty-quickcheck
- text transformers turtle vector
- ];
- benchmarkHaskellDepends = [
- base bytestring containers criterion directory serialise text
- ];
- description = "A configuration language guaranteed to terminate";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "dhall_1_27_0" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
- , bytestring, case-insensitive, cborg, cborg-json, containers
+ "dhall_1_29_0" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
+ , base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
, generic-random, hashable, haskeline, http-client, http-client-tls
, http-types, lens-family-core, megaparsec, memory, mockery, mtl
- , network-uri, optparse-applicative, parsers, prettyprinter
- , prettyprinter-ansi-terminal, profunctors, QuickCheck
- , quickcheck-instances, repline, scientific, semigroups, serialise
- , special-values, spoon, tasty, tasty-expected-failure, tasty-hunit
- , tasty-quickcheck, template-haskell, text, th-lift-instances
- , transformers, transformers-compat, turtle, unordered-containers
- , uri-encode, vector
+ , network-uri, optparse-applicative, parsers, pretty-simple
+ , prettyprinter, prettyprinter-ansi-terminal, profunctors
+ , QuickCheck, quickcheck-instances, repline, scientific, semigroups
+ , serialise, special-values, spoon, tasty, tasty-expected-failure
+ , tasty-hunit, tasty-quickcheck, template-haskell, text
+ , th-lift-instances, transformers, transformers-compat, turtle
+ , unordered-containers, uri-encode, vector
}:
mkDerivation {
pname = "dhall";
- version = "1.27.0";
- sha256 = "04hpf0g8anhynrc3gd96cg1z4qadrk2xg9094qjm68d2kv6zx2g1";
+ version = "1.29.0";
+ sha256 = "1xp76wv36rfffym71gwdqsmwg3znmpsq5x9zgz3hfmzigxqmjgn7";
+ revision = "2";
+ editedCabalFile = "1qksvk63vmypqcd9hasacmqw7gsqcggs5lk85x7w2731mh3c3sa8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson aeson-pretty ansi-terminal base bytestring case-insensitive
- cborg cborg-json containers contravariant cryptonite data-fix
- deepseq Diff directory dotgen either exceptions filepath hashable
- haskeline http-client http-client-tls http-types lens-family-core
- megaparsec memory mtl network-uri optparse-applicative parsers
- prettyprinter prettyprinter-ansi-terminal profunctors repline
- scientific serialise template-haskell text th-lift-instances
- transformers transformers-compat unordered-containers uri-encode
- vector
+ aeson aeson-pretty ansi-terminal atomic-write base bytestring
+ case-insensitive cborg cborg-json containers contravariant
+ cryptonite data-fix deepseq Diff directory dotgen either exceptions
+ filepath hashable haskeline http-client http-client-tls http-types
+ lens-family-core megaparsec memory mtl network-uri
+ optparse-applicative parsers pretty-simple prettyprinter
+ prettyprinter-ansi-terminal profunctors repline scientific
+ serialise template-haskell text th-lift-instances transformers
+ transformers-compat unordered-containers uri-encode vector
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
@@ -69540,27 +69647,28 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "dhall_1_29_0" = callPackage
+ "dhall" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
, generic-random, hashable, haskeline, http-client, http-client-tls
, http-types, lens-family-core, megaparsec, memory, mockery, mtl
- , network-uri, optparse-applicative, parsers, pretty-simple
- , prettyprinter, prettyprinter-ansi-terminal, profunctors
- , QuickCheck, quickcheck-instances, repline, scientific, semigroups
- , serialise, special-values, spoon, tasty, tasty-expected-failure
- , tasty-hunit, tasty-quickcheck, template-haskell, text
- , th-lift-instances, transformers, transformers-compat, turtle
- , unordered-containers, uri-encode, vector
+ , network-uri, optparse-applicative, parser-combinators, parsers
+ , pretty-simple, prettyprinter, prettyprinter-ansi-terminal
+ , profunctors, QuickCheck, quickcheck-instances, repline
+ , scientific, semigroups, serialise, special-values, spoon, tasty
+ , tasty-expected-failure, tasty-hunit, tasty-quickcheck
+ , template-haskell, text, th-lift-instances, transformers
+ , transformers-compat, turtle, unordered-containers, uri-encode
+ , vector
}:
mkDerivation {
pname = "dhall";
- version = "1.29.0";
- sha256 = "1xp76wv36rfffym71gwdqsmwg3znmpsq5x9zgz3hfmzigxqmjgn7";
- revision = "2";
- editedCabalFile = "1qksvk63vmypqcd9hasacmqw7gsqcggs5lk85x7w2731mh3c3sa8";
+ version = "1.30.0";
+ sha256 = "10aagimwa5ycrq15240ff2g7r0n995waa33vaz0h51nqvncrbgpj";
+ revision = "1";
+ editedCabalFile = "1pazhb3h1rabb80wxh29k5yfp915zqp1gmhcv4mx7ibzv9zw7miq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69569,10 +69677,11 @@ self: {
cryptonite data-fix deepseq Diff directory dotgen either exceptions
filepath hashable haskeline http-client http-client-tls http-types
lens-family-core megaparsec memory mtl network-uri
- optparse-applicative parsers pretty-simple prettyprinter
- prettyprinter-ansi-terminal profunctors repline scientific
- serialise template-haskell text th-lift-instances transformers
- transformers-compat unordered-containers uri-encode vector
+ optparse-applicative parser-combinators parsers pretty-simple
+ prettyprinter prettyprinter-ansi-terminal profunctors repline
+ scientific serialise template-haskell text th-lift-instances
+ transformers transformers-compat unordered-containers uri-encode
+ vector
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
@@ -69588,7 +69697,6 @@ self: {
];
description = "A configuration language guaranteed to terminate";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dhall-bash" = callPackage
@@ -69597,8 +69705,8 @@ self: {
}:
mkDerivation {
pname = "dhall-bash";
- version = "1.0.21";
- sha256 = "06rv0wrs1ym6szy78wg3nyfwaqm279vy6m7zny9s90lnpa6dc098";
+ version = "1.0.28";
+ sha256 = "0bvq4x9swnbc37vw08dw2vaj2phm9kyb94jv3vbfmwl1s6yw83zj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69612,28 +69720,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall-bash_1_0_27" = callPackage
- ({ mkDerivation, base, bytestring, containers, dhall
- , neat-interpolation, optparse-generic, shell-escape, text
- }:
- mkDerivation {
- pname = "dhall-bash";
- version = "1.0.27";
- sha256 = "0mmf53fqgf8g6s80g6wss86lcfkrpjc51w5givy7kg9js00d48px";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers dhall neat-interpolation shell-escape
- text
- ];
- executableHaskellDepends = [
- base bytestring dhall optparse-generic text
- ];
- description = "Compile Dhall to Bash";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"dhall-check" = callPackage
({ mkDerivation, base, containers, dhall, directory, filepath
, fsnotify, text, trifecta
@@ -69661,8 +69747,8 @@ self: {
}:
mkDerivation {
pname = "dhall-fly";
- version = "0.2.2";
- sha256 = "1pp5lzg8nv1j0y9mrjb4zd9immd7i14ri0x2rgp7zjs86ygcmlf7";
+ version = "0.3.0";
+ sha256 = "01152n1g8wfhbsl6znd6jnwb2rkdzcr3wcmdixnp6j3sxbgqbqln";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69688,36 +69774,6 @@ self: {
}) {};
"dhall-json" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
- , dhall, exceptions, lens, libyaml, optparse-applicative
- , scientific, tasty, tasty-hunit, text, unordered-containers
- , vector, yaml
- }:
- mkDerivation {
- pname = "dhall-json";
- version = "1.3.0";
- sha256 = "176i30shaklranbhmb4m4zqn13cn9hd6lqiqdjv9qmckkapbkjpi";
- revision = "1";
- editedCabalFile = "101xfp3zg9i7qyibknjpcdhha8sc024xmylphiwb509h3fjy3yks";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty base bytestring containers dhall exceptions lens
- libyaml optparse-applicative scientific text unordered-containers
- vector yaml
- ];
- executableHaskellDepends = [
- aeson aeson-pretty base bytestring dhall exceptions
- optparse-applicative text
- ];
- testHaskellDepends = [
- aeson base bytestring dhall tasty tasty-hunit text
- ];
- description = "Convert between Dhall and JSON or YAML";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "dhall-json_1_6_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal
, base, bytestring, containers, dhall, exceptions, filepath
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
@@ -69726,10 +69782,10 @@ self: {
}:
mkDerivation {
pname = "dhall-json";
- version = "1.6.1";
- sha256 = "1j89a75rqr90y6yya17iym6c9d6f4sa5hhmv46qbwim9sflv1s9w";
+ version = "1.6.2";
+ sha256 = "044hq25h872rjlcp24fzf0nslxg4a6hmq8ylcljzk003lmq0c2xz";
revision = "1";
- editedCabalFile = "07h7vldqd623y7jf15j87mhs3nnbwl3a0121ajqc56qc0vvpgywp";
+ editedCabalFile = "0zljipb4nq0xmdfhqq7vr9c3966mpkd812g4z6xz7ngzrqn41s40";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69746,7 +69802,6 @@ self: {
];
description = "Convert between Dhall and JSON or YAML";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dhall-lex" = callPackage
@@ -69778,8 +69833,8 @@ self: {
}:
mkDerivation {
pname = "dhall-lsp-server";
- version = "1.0.4";
- sha256 = "0w8xql6hxchgs77ik2fgnhb2llp6138jyiynwvhsfkjijmqj5qrl";
+ version = "1.0.5";
+ sha256 = "1lrx0grpgzi8iv9pskn3dk0ill3x542afmz9v1h96fvb20nmknp8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69805,8 +69860,8 @@ self: {
}:
mkDerivation {
pname = "dhall-nix";
- version = "1.1.11";
- sha256 = "0af8nbakaznw8wvrdgslrqk7fnmv2425f67xv3cx1jlf51drphpk";
+ version = "1.1.12";
+ sha256 = "1hpy3nwn1as92v6r1qh4dp6gn9x404a8ynz1gkldcp6izyiri82h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69836,6 +69891,8 @@ self: {
];
description = "Template text using Dhall";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dhall-to-cabal" = callPackage
@@ -69876,8 +69933,8 @@ self: {
}:
mkDerivation {
pname = "dhall-yaml";
- version = "1.0.1";
- sha256 = "1pm36mwq6llnys9ac3b5nisw7d9xjxgh6nh2xl3kcdjh30f3bm2f";
+ version = "1.0.2";
+ sha256 = "1fdid65wpxngbfdyisxij8m60x9i6mlq6ll6blf5jq4362ahhf3r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69894,8 +69951,6 @@ self: {
];
description = "Convert between Dhall and YAML";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dhcp-lease-parser" = callPackage
@@ -70164,6 +70219,8 @@ self: {
pname = "diagrams-cairo";
version = "1.4.1.1";
sha256 = "0vyd2yr55n7x71194i18lnbcshdjpnqw4qyq7vj5zx377rsz711k";
+ revision = "1";
+ editedCabalFile = "1jw499gd9kni1mk3h1hyaz5gz92ly5mi7sk8b9wabxcq5hdm9p94";
libraryHaskellDepends = [
array base bytestring cairo colour containers data-default-class
diagrams-core diagrams-lib filepath hashable JuicyPixels lens mtl
@@ -70206,6 +70263,8 @@ self: {
pname = "diagrams-contrib";
version = "1.4.4";
sha256 = "043jpr7lqg708lzmv6cqys7312lfdwnf8ijcnpl4jkbvcwl87c1m";
+ revision = "1";
+ editedCabalFile = "01m59vs4lagsyqcs3p4472i5b28n2jsr7naj30azrm8s197frbsl";
libraryHaskellDepends = [
base circle-packing colour containers cubicbezier data-default
data-default-class diagrams-core diagrams-lib diagrams-solve
@@ -70229,6 +70288,8 @@ self: {
pname = "diagrams-core";
version = "1.4.2";
sha256 = "0qgb43vy23g4fxh3nmxfq6jyp34imqvkhgflaa6rz0iq6d60gl43";
+ revision = "1";
+ editedCabalFile = "0w8mpy0z8kmx4l7cg8sgc1hyixysjfqffdgmnxy5p04airjlbpj7";
libraryHaskellDepends = [
adjunctions base containers distributive dual-tree lens linear
monoid-extras mtl profunctors semigroups unordered-containers
@@ -70243,15 +70304,13 @@ self: {
}:
mkDerivation {
pname = "diagrams-graphviz";
- version = "1.4.1";
- sha256 = "05mddk0ii8afhiv4ysig6ngns7s2zg328k7xswz37vvg1f2j2gvy";
+ version = "1.4.1.1";
+ sha256 = "0lscrxd682jvyrl5bj4dxp7593qwyis01sl0p4jm2jfn335wdq40";
libraryHaskellDepends = [
base containers diagrams-lib fgl graphviz split
];
- description = "Graph layout and drawing with GrahpViz and diagrams";
+ description = "Graph layout and drawing with GraphViz and diagrams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"diagrams-gtk" = callPackage
@@ -70267,8 +70326,6 @@ self: {
];
description = "Backend for rendering diagrams directly to GTK windows";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"diagrams-haddock" = callPackage
@@ -70355,6 +70412,8 @@ self: {
pname = "diagrams-lib";
version = "1.4.3";
sha256 = "0gqrcyjyp3p78vmfxvhfjbkkl2xvwcv3qyyinbdcmalb5zb8vyy6";
+ revision = "1";
+ editedCabalFile = "0cqhqm2nz2ls00pfhx8hz6z6g17qhl380h24wp4d6l5msiw7gxq4";
libraryHaskellDepends = [
active adjunctions array base bytestring cereal colour containers
data-default-class diagrams-core diagrams-solve directory
@@ -70436,25 +70495,6 @@ self: {
}) {};
"diagrams-postscript" = callPackage
- ({ mkDerivation, base, containers, data-default-class
- , diagrams-core, diagrams-lib, dlist, hashable, lens, monoid-extras
- , mtl, semigroups, split, statestack
- }:
- mkDerivation {
- pname = "diagrams-postscript";
- version = "1.4.1";
- sha256 = "171c53msr2x8da87fghl7jikbmrwy7gdxwhdviixc2y3k4fijn57";
- revision = "2";
- editedCabalFile = "0s6z3kaj1dm5kifaydnd2nx97g5qbc6jjqy3wn4dwa9rm7w49753";
- libraryHaskellDepends = [
- base containers data-default-class diagrams-core diagrams-lib dlist
- hashable lens monoid-extras mtl semigroups split statestack
- ];
- description = "Postscript backend for diagrams drawing EDSL";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "diagrams-postscript_1_5" = callPackage
({ mkDerivation, base, bytestring, containers, data-default-class
, diagrams-core, diagrams-lib, hashable, lens, monoid-extras, mtl
, semigroups, split, statestack
@@ -70463,6 +70503,8 @@ self: {
pname = "diagrams-postscript";
version = "1.5";
sha256 = "00j58mc84srjvrf21v6zjxxlbw6b8ahhn1jmbq697w8kw3cvygpa";
+ revision = "1";
+ editedCabalFile = "1cl7fmqiq9bng7va8kwlcxjmh76p1pm71c3p8242r552s10wqvb6";
libraryHaskellDepends = [
base bytestring containers data-default-class diagrams-core
diagrams-lib hashable lens monoid-extras mtl semigroups split
@@ -70470,7 +70512,6 @@ self: {
];
description = "Postscript backend for diagrams drawing EDSL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"diagrams-qrcode" = callPackage
@@ -70499,6 +70540,8 @@ self: {
pname = "diagrams-rasterific";
version = "1.4.2";
sha256 = "161rsy3g59n3sfrbfyvd4i4hszl0zm59w21b7pk6w88n0bk8gf2l";
+ revision = "1";
+ editedCabalFile = "0q2nzcdv7j654bk8c5fjz3whiz1l6cdy21n6ah53f1s7rlsbiz0g";
libraryHaskellDepends = [
base bytestring containers data-default-class diagrams-core
diagrams-lib file-embed filepath FontyFruity hashable JuicyPixels
@@ -70570,6 +70613,8 @@ self: {
pname = "diagrams-svg";
version = "1.4.3";
sha256 = "1ysv6cz0fngrndl4wjmw4hrdj2rik5fxa1dkxzwnlgf1xwpvxgk8";
+ revision = "1";
+ editedCabalFile = "092kl3hnqlji71nxychw9v1sddxaim6ha00g1afi1ph2zm4f6s7c";
libraryHaskellDepends = [
base base64-bytestring bytestring colour containers diagrams-core
diagrams-lib filepath hashable JuicyPixels lens monoid-extras mtl
@@ -70649,6 +70694,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A Dialogflow Fulfillment library for Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dib" = callPackage
@@ -70685,6 +70732,8 @@ self: {
libraryHaskellDepends = [ base parsec random-fu transformers ];
description = "Simplistic D&D style dice-rolling system";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dice-entropy-conduit" = callPackage
@@ -70981,6 +71030,8 @@ self: {
libraryHaskellDepends = [ base containers ];
description = "diff on maps";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"difftodo" = callPackage
@@ -71124,6 +71175,8 @@ self: {
];
description = "Run digestive-functors forms against JSON";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"digestive-functors-blaze" = callPackage
@@ -71172,8 +71225,6 @@ self: {
];
description = "Heist frontend for the digestive-functors library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"digestive-functors-hsp" = callPackage
@@ -71254,8 +71305,6 @@ self: {
];
description = "A data-type representing digits 0-9 and other combinations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"digitalocean-kzs" = callPackage
@@ -71287,6 +71336,8 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Converts integers to lists of digits and back";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"digraph" = callPackage
@@ -71305,8 +71356,6 @@ self: {
testHaskellDepends = [ base fgl hashable massiv QuickCheck ];
description = "Directed Graphs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dihaa" = callPackage
@@ -71358,6 +71407,8 @@ self: {
libraryHaskellDepends = [ base dimensional numtype-dk ];
description = "CODATA Recommended Physical Constants with Dimensional Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dimensional-tf" = callPackage
@@ -71658,10 +71709,8 @@ self: {
}:
mkDerivation {
pname = "direct-sqlite";
- version = "2.3.24";
- sha256 = "0xd6wcmshzadwqjgd9ddcfi76p0v2c18h49spl076h285kp3plj1";
- revision = "1";
- editedCabalFile = "0cfl7h43q2qib1qq8sipgcxcm3i9d6cp1diwmxv8n7ygx7awz6w6";
+ version = "2.3.26";
+ sha256 = "1z7rwaqhxl9hagbcndg3dkqysr5n2bcz2jrrvdl9pdi905x2663y";
libraryHaskellDepends = [ base bytestring semigroups text ];
testHaskellDepends = [
base base16-bytestring bytestring directory HUnit temporary text
@@ -71688,12 +71737,12 @@ self: {
broken = true;
}) {};
- "directory_1_3_5_0" = callPackage
+ "directory_1_3_6_0" = callPackage
({ mkDerivation, base, filepath, time, unix }:
mkDerivation {
pname = "directory";
- version = "1.3.5.0";
- sha256 = "0lzx67630dsvwf3iraabdsqxbpzal2irbdxav87sq9bj818v1rb9";
+ version = "1.3.6.0";
+ sha256 = "1fxgha63sw3zc3hv4qswk595alxkhl4nikip9ab46ni4m83hyvmf";
libraryHaskellDepends = [ base filepath time unix ];
testHaskellDepends = [ base filepath time unix ];
description = "Platform-agnostic library for filesystem operations";
@@ -71762,6 +71811,8 @@ self: {
executableHaskellDepends = [ base directory ];
description = "Deletes a directory and retains its contents in the parent directory";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dirfiles" = callPackage
@@ -71896,8 +71947,8 @@ self: {
}:
mkDerivation {
pname = "discord-haskell";
- version = "1.2.0";
- sha256 = "0qqhzvv3ilylmpg6bn0pgg0ww6biqikfardpsqn4b78vqqp7pxjd";
+ version = "1.4.0";
+ sha256 = "1011zrn5axjm44zmnj21q3w33pwwkciici2zf2sqz2plvkxn4c1w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -72008,6 +72059,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "replacement for enum";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"discrete-intervals" = callPackage
@@ -72046,6 +72099,8 @@ self: {
pname = "discrimination";
version = "0.4";
sha256 = "085lhsvyp4d135p9yhgyl2s92f4cjdsghk1nsp8mjjddh6hxl20a";
+ revision = "1";
+ editedCabalFile = "0xi8c19cz3gm208g0dl6f2pks3skqmif2zml8j40r77ajxnf6anl";
libraryHaskellDepends = [
array base containers contravariant deepseq ghc-prim hashable
integer-gmp primitive profunctors promises semigroups transformers
@@ -72152,8 +72207,6 @@ self: {
];
description = "Disk-based hash table";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"display" = callPackage
@@ -72187,8 +72240,6 @@ self: {
libraryHaskellDepends = [ base ghcjs-base-stub stm ];
description = "Allows storing different resource-releasing actions together";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dist-upload" = callPackage
@@ -73103,34 +73154,12 @@ self: {
"dl-fedora" = callPackage
({ mkDerivation, base, bytestring, directory, filepath
, http-directory, http-types, optparse-applicative, regex-posix
- , simple-cmd, simple-cmd-args, text, unix, xdg-userdirs
- }:
- mkDerivation {
- pname = "dl-fedora";
- version = "0.5";
- sha256 = "1zfdf2s8cq171ik3iwq0zcha60i3czpjiy9bqa5wxczbwp0jpaxa";
- 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
- ];
- description = "Fedora image download tool";
- license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "dl-fedora_0_7_2" = callPackage
- ({ mkDerivation, base, bytestring, directory, filepath
- , http-directory, http-types, optparse-applicative, regex-posix
, simple-cmd, simple-cmd-args, text, time, unix, xdg-userdirs
}:
mkDerivation {
pname = "dl-fedora";
- version = "0.7.2";
- sha256 = "0a22bbmppafq6pncvpk8qnf4mvjznnl02rw93s58r2v23779m37p";
+ version = "0.7.3";
+ sha256 = "095wmsflwm4wqlvk2h7s64nqacha8did10av9n52pj3kcwczqx2i";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -73195,13 +73224,11 @@ self: {
({ mkDerivation, base, hspec, process, QuickCheck }:
mkDerivation {
pname = "dmc";
- version = "1.1";
- sha256 = "1bn214qb20xr43lraibm75gnb5friykq8bn4cyp6abjbrrspjikn";
- revision = "2";
- editedCabalFile = "1rpxbbk5mqk39xajn8f73v0z0kignl60rf3ippwr526n4hssxs56";
+ version = "1.2";
+ sha256 = "1n9l11bqn3sgdvrmcq278rcdgbnsy59bymvnwxv1npgp8i5fgw27";
libraryHaskellDepends = [ base process ];
testHaskellDepends = [ base hspec process QuickCheck ];
- description = "cmd: run shell commands from code";
+ description = "cmd for common cases";
license = stdenv.lib.licenses.publicDomain;
}) {};
@@ -73215,8 +73242,8 @@ self: {
}:
mkDerivation {
pname = "dmcc";
- version = "1.1.0.1";
- sha256 = "1agha3ppi1jh08pjn6s7jbfqqll0svwxpq2an69hcgl5kf01y0c7";
+ version = "1.1.0.2";
+ sha256 = "0xm5lxnaqlrsgxvcr4xhf85angv5is1rhy992frkiz75w74adzd7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73231,8 +73258,6 @@ self: {
];
description = "AVAYA DMCC API bindings and WebSockets server for AVAYA";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dmenu" = callPackage
@@ -73422,6 +73447,50 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "dobutok" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "dobutok";
+ version = "0.1.0.2";
+ sha256 = "06wi9p4gyxqiwaih1hg5p4wypi77si5y8c1akqsvh3ssr0sds74r";
+ libraryHaskellDepends = [ base ];
+ description = "Creates the time intervals for CLI changing messages on the screen";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "dobutokO" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "dobutokO";
+ version = "0.3.1.0";
+ sha256 = "0vsh9ygxaqy9qv193hbvk4fx4bj34m95qnqfippv76l0f4lpa8bz";
+ libraryHaskellDepends = [ base ];
+ description = "The library is intended to print updated messages on the terminal screen";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "dobutokO2" = callPackage
+ ({ mkDerivation, base, directory, mmsyn2, mmsyn3, mmsyn6ukr
+ , mmsyn7s, mmsyn7ukr, process, vector
+ }:
+ mkDerivation {
+ pname = "dobutokO2";
+ version = "0.8.2.0";
+ sha256 = "1czji489jj0f18shcx4likz8l46zwvq9vabrn1wv1lyh19nnk1k8";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr process
+ vector
+ ];
+ executableHaskellDepends = [
+ base directory mmsyn2 mmsyn3 mmsyn6ukr mmsyn7s mmsyn7ukr process
+ vector
+ ];
+ description = "A program and a library to create experimental music from a mono audio and a Ukrainian text";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"doc-review" = callPackage
({ mkDerivation, base, base64-bytestring, binary, bytestring
, containers, directory, feed, filepath, haskell98, heist, hexpat
@@ -73502,8 +73571,8 @@ self: {
}:
mkDerivation {
pname = "docker";
- version = "0.6.0.2";
- sha256 = "00xs5khq74rlc4yqlln7fdhxagzbl526mnd762ivkyikn5ip3p9r";
+ version = "0.6.0.3";
+ sha256 = "0vvvw7ijzsra1kknv196fla1vc9jigp4dafycvh2djaxmj73d1vi";
libraryHaskellDepends = [
aeson base blaze-builder bytestring conduit conduit-combinators
conduit-extra containers data-default-class directory exceptions
@@ -73520,8 +73589,6 @@ self: {
];
description = "An API client for docker written in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"docker-build-cacher" = callPackage
@@ -73650,6 +73717,8 @@ self: {
];
description = "A command-line interface parser that will make you smile";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"docrecords" = callPackage
@@ -73670,8 +73739,6 @@ self: {
];
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
@@ -73688,25 +73755,6 @@ self: {
}) {};
"doctemplates" = callPackage
- ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
- , containers, hspec, parsec, scientific, text, unordered-containers
- , vector
- }:
- mkDerivation {
- pname = "doctemplates";
- version = "0.2.2.1";
- sha256 = "1gyckfg3kgvzhxw14i7iwrw0crygvsp86sy53bbr1yn7bxbgn33b";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base blaze-html blaze-markup bytestring containers parsec
- scientific text unordered-containers vector
- ];
- testHaskellDepends = [ aeson base hspec text ];
- description = "Pandoc-style document templates";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "doctemplates_0_8" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, doclayout, filepath, Glob, HsYAML, mtl, parsec, safe, scientific
, tasty, tasty-golden, tasty-hunit, temporary, text
@@ -73730,7 +73778,6 @@ self: {
];
description = "Pandoc-style document templates";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"doctemplates_0_8_1" = callPackage
@@ -74190,8 +74237,6 @@ self: {
executableHaskellDepends = [ base containers graphviz hxt text ];
description = "Converter from GraphViz .dot format to yEd GraphML";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dotenv" = callPackage
@@ -74372,8 +74417,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A proof assistant for Magic: The Gathering puzzles";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dow" = callPackage
@@ -74392,6 +74435,8 @@ self: {
];
description = "Dungeons of Wor";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"download" = callPackage
@@ -74812,6 +74857,8 @@ self: {
];
description = "Simple schema management for arbitrary databases";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"drifter-postgresql" = callPackage
@@ -74853,6 +74900,8 @@ self: {
];
description = "SQLite support for the drifter schema migraiton tool";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"drinkery" = callPackage
@@ -75057,6 +75106,8 @@ self: {
libraryHaskellDepends = [ base parsec ];
description = "Haskell Doge Serialized Object Notation Parser";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dson-parsec" = callPackage
@@ -75105,8 +75156,8 @@ self: {
}:
mkDerivation {
pname = "dtab";
- version = "1.1.0.1";
- sha256 = "18p10a2x6ra18aj6cphgswq4sjjkdrq58pk7ikgmpgq9sj4bxgpr";
+ version = "1.1.1.1";
+ sha256 = "1pxhvnm5vvgfxwm42s3w3i5nk0lx75xgsr1c487hkswip48fiyd6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -75117,8 +75168,6 @@ self: {
executableHaskellDepends = [ base bytestring ];
description = "Harmonix (Guitar Hero, Rock Band) DTA/DTB metadata library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dtd" = callPackage
@@ -75206,26 +75255,13 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "dual";
- version = "0.1.0.3";
- sha256 = "1w8haw9q7cljiq58nh7fmywbgcxnx8xz33zx8gr9imkagh56gwv3";
- libraryHaskellDepends = [ base ];
- description = "Dual category";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "dual_0_1_1_1" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "dual";
version = "0.1.1.1";
sha256 = "0rf7vywr342llc0p7rmd4l0r8gsaxza0mh6cdb5mg13m9jfb4125";
+ revision = "1";
+ editedCabalFile = "1cm80lc3p8bpzj0crxccx2fp33p171gz4j56r9fc5g5kza390nrb";
libraryHaskellDepends = [ base ];
description = "Dual category";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dual-game" = callPackage
@@ -75245,6 +75281,8 @@ self: {
];
description = "Network multiplayer 2D shooting game";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dual-tree" = callPackage
@@ -75279,6 +75317,8 @@ self: {
];
description = "Automatically generate dual constructions";
license = "AGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dublincore-xml-conduit" = callPackage
@@ -75383,6 +75423,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit ];
description = "A computer “algebra” system that knows nothing about algebra, at the core";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dump" = callPackage
@@ -75420,35 +75462,25 @@ self: {
];
description = "A plug-in for rendering GHC core";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dunai" = callPackage
- ({ mkDerivation, base, MonadRandom, transformers, transformers-base
- }:
- mkDerivation {
- pname = "dunai";
- version = "0.5.1";
- sha256 = "07bkjp7z5lbm6466nc99p4ngiqkh5mgbczwl7rflxzis4w1vm997";
- libraryHaskellDepends = [
- base MonadRandom transformers transformers-base
- ];
- description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "dunai_0_5_2_1" = callPackage
- ({ mkDerivation, base, MonadRandom, transformers, transformers-base
+ ({ mkDerivation, base, MonadRandom, simple-affine-space
+ , transformers, transformers-base
}:
mkDerivation {
pname = "dunai";
- version = "0.5.2.1";
- sha256 = "18ccvjmr03v4fghlv2hcb3g4c9zrq0ccasr2i9r71dp07mhrpaba";
+ version = "0.6.0";
+ sha256 = "00ww23294xq8jh9mlg3rd0yz33vl09vdd176hja3l0yskd8cpbxn";
libraryHaskellDepends = [
- base MonadRandom transformers transformers-base
+ base MonadRandom simple-affine-space transformers transformers-base
];
description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dunai-core" = callPackage
@@ -75463,6 +75495,8 @@ self: {
];
description = "Generalised reactive framework supporting classic, arrowized and monadic FRP. (Core library fork.)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dunai-test" = callPackage
@@ -75476,6 +75510,8 @@ self: {
];
description = "Testing library for Dunai";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"duplo" = callPackage
@@ -75527,6 +75563,8 @@ self: {
libraryHaskellDepends = [ base bytestring directory filepath ];
description = "durable/atomic file system writes (from rio package)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"duration" = callPackage
@@ -75661,6 +75699,8 @@ self: {
libraryHaskellDepends = [ base binary bytestring containers ];
description = "Parser for DWARF debug format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dwarf-el" = callPackage
@@ -75709,6 +75749,8 @@ self: {
testHaskellDepends = [ base ];
description = "A minimal testing library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dx9base" = callPackage
@@ -75778,6 +75820,8 @@ self: {
libraryHaskellDepends = [ base generics-sop ];
description = "Programatically identify space leaks in your program";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dynamic" = callPackage
@@ -75833,6 +75877,8 @@ self: {
];
description = "Draw and update graphs in real time with OpenGL";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dynamic-graphs" = callPackage
@@ -75860,6 +75906,8 @@ self: {
benchmarkHaskellDepends = [ base criterion primitive ];
description = "Dynamic graph algorithms";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dynamic-linker-template" = callPackage
@@ -75898,6 +75946,8 @@ self: {
libraryHaskellDepends = [ base primitive vector ];
description = "A wrapper around MVector that enables pushing, popping and extending";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dynamic-object" = callPackage
@@ -76022,6 +76072,8 @@ self: {
testHaskellDepends = [ base ghc ghc-paths hspec ];
description = "Dynamically runtime loading packages";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dynobud" = callPackage
@@ -76098,8 +76150,8 @@ self: {
}:
mkDerivation {
pname = "dzen-dhall";
- version = "1.0.1";
- sha256 = "16rkmiczdgknlq1f8m5n3ila8727z1db77g141sq5qqlgn7x37ww";
+ version = "1.0.2";
+ sha256 = "1pa399smd588jm06sammacsqmvxs0wywyzpczc6jdnc10qccb3rl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -76242,6 +76294,8 @@ self: {
];
description = "types and functions for bitcoin applications";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"easy-file" = callPackage
@@ -76329,22 +76383,6 @@ self: {
}) {};
"easytest" = callPackage
- ({ mkDerivation, async, base, call-stack, containers, mtl, random
- , stm, text, transformers
- }:
- mkDerivation {
- pname = "easytest";
- version = "0.2.1";
- sha256 = "0gdyawzlw6d15yz7ji599xjgfr0g7l1iq11ffr4aw3j6g3dc6m8i";
- libraryHaskellDepends = [
- async base call-stack containers mtl random stm text transformers
- ];
- testHaskellDepends = [ base ];
- description = "Simple, expressive testing library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "easytest_0_3" = callPackage
({ mkDerivation, base, call-stack, directory, hedgehog, mtl
, profunctors, split, stm, tagged, transformers, unix
}:
@@ -76362,6 +76400,7 @@ self: {
description = "Simple, expressive testing library";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ebeats" = callPackage
@@ -76453,6 +76492,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "eccrypto-ed25519-bindings" = callPackage
+ ({ mkDerivation, base, bytestring, eccrypto }:
+ mkDerivation {
+ pname = "eccrypto-ed25519-bindings";
+ version = "0.1.0.0";
+ sha256 = "1yi93a9x5sl3h50cky7l9df3077kwr3grp2iw9s5iykcwi6jdzg7";
+ libraryHaskellDepends = [ base bytestring eccrypto ];
+ description = "provides \"ed25519\" API using \"eccrypto\"";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ecdsa" = callPackage
({ mkDerivation, base, bytestring, crypto-api, crypto-pubkey-types
, hecc
@@ -76935,6 +76987,8 @@ self: {
libraryHaskellDepends = [ base type-level-sets ];
description = "Embeds effect systems and program logics into Haskell using graded monads and parameterised monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"effect-stack" = callPackage
@@ -77037,8 +77091,8 @@ self: {
}:
mkDerivation {
pname = "egison";
- version = "3.10.2";
- sha256 = "04kk635qiv6y5g6y9gjhlh5x5ds7js127r8p2qdhq4da1yb39pqi";
+ version = "3.10.3";
+ sha256 = "01j0jgdaq002g8jb8i2chf571zksmjvd6z17jrf7fvn4981lcgqi";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -77062,6 +77116,70 @@ self: {
];
description = "Programming language with non-linear pattern-matching against non-free data";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "egison-pattern-src" = callPackage
+ ({ mkDerivation, base, containers, free, megaparsec, mtl
+ , parser-combinators, prettyprinter, recursion-schemes, tasty
+ , tasty-discover, tasty-hunit, text
+ }:
+ mkDerivation {
+ pname = "egison-pattern-src";
+ version = "0.2.1.0";
+ sha256 = "0zfqrjmbzh7s88dkqc5mabb2yhb3xz88y10n5npkz9f6cjas4cxf";
+ libraryHaskellDepends = [
+ base containers free megaparsec mtl parser-combinators
+ prettyprinter recursion-schemes text
+ ];
+ testHaskellDepends = [
+ base megaparsec mtl tasty tasty-hunit text
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Manipulating Egison patterns: abstract syntax, parser, and pretty-printer";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "egison-pattern-src-haskell-mode" = callPackage
+ ({ mkDerivation, base, egison-pattern-src, haskell-src-exts, mtl
+ , tasty, tasty-discover, tasty-hunit, text
+ }:
+ mkDerivation {
+ pname = "egison-pattern-src-haskell-mode";
+ version = "0.2.1.0";
+ sha256 = "0lgvvw23ii0g62b8q67h4mfm2bd07akl2m8dp8855hm16q1b8w8n";
+ libraryHaskellDepends = [
+ base egison-pattern-src haskell-src-exts mtl text
+ ];
+ testHaskellDepends = [
+ base egison-pattern-src haskell-src-exts mtl tasty tasty-hunit text
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Parser and pretty printer for Egison pattern expressions in Haskell source code";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "egison-pattern-src-th-mode" = callPackage
+ ({ mkDerivation, base, egison-pattern-src, haskell-src-exts
+ , haskell-src-meta, mtl, pretty, tasty, tasty-discover, tasty-hunit
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "egison-pattern-src-th-mode";
+ version = "0.2.1.0";
+ sha256 = "0libfs39irdnqfvynmpji21p6nyk2s3zsxhlmsz763aya51ymxpy";
+ revision = "1";
+ editedCabalFile = "13k65z8jai64087ns3b99wznv0ain3z3bailk8fdpnsjf4s2a4qg";
+ libraryHaskellDepends = [
+ base egison-pattern-src haskell-src-exts haskell-src-meta mtl
+ pretty template-haskell text
+ ];
+ testHaskellDepends = [
+ base egison-pattern-src haskell-src-exts mtl tasty tasty-hunit
+ template-haskell text
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Parser and pretty printer for Egison pattern expressions to use with TH";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -77099,8 +77217,6 @@ self: {
];
description = "A tutorial program for the Egison programming language";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"egyptian-fractions" = callPackage
@@ -77228,12 +77344,12 @@ self: {
}) {};
"either-list-functions" = callPackage
- ({ mkDerivation, base, doctest }:
+ ({ mkDerivation, base, containers, doctest }:
mkDerivation {
pname = "either-list-functions";
- version = "0.0.0.3";
- sha256 = "1b01aj05dbx51hgyhmggh1zgcbwfvyijkxj7knqpbgpj7hymv00y";
- libraryHaskellDepends = [ base ];
+ version = "0.0.4.2";
+ sha256 = "1cagf93vaz41hl5vm1xqvzdds82h2cck294apr5b082nscv6r9bc";
+ libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base doctest ];
description = "Functions involving lists of Either";
license = stdenv.lib.licenses.asl20;
@@ -77250,6 +77366,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Functions for probing and unwrapping values inside of Either";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eithers" = callPackage
@@ -77281,6 +77399,8 @@ self: {
];
description = "Remote monitoring of processes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-bosun" = callPackage
@@ -77298,6 +77418,8 @@ self: {
];
description = "Send ekg metrics to a Bosun instance";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-carbon" = callPackage
@@ -77314,6 +77436,8 @@ self: {
];
description = "An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-cloudwatch" = callPackage
@@ -77331,6 +77455,8 @@ self: {
];
description = "An ekg backend for Amazon Cloudwatch";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-core" = callPackage
@@ -77347,6 +77473,8 @@ self: {
benchmarkHaskellDepends = [ base ];
description = "Tracking of system metrics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-elastic" = callPackage
@@ -77418,6 +77546,8 @@ self: {
];
description = "JSON encoding of ekg metrics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-log" = callPackage
@@ -77455,6 +77585,8 @@ self: {
testHaskellDepends = [ base ];
description = "Easily expose your EKG metrics to Prometheus";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-push" = callPackage
@@ -77513,6 +77645,8 @@ self: {
];
description = "Push metrics to statsd";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-wai" = callPackage
@@ -77533,6 +77667,19 @@ self: {
];
description = "Remote monitoring of processes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "elbow" = callPackage
+ ({ mkDerivation, base, hmatrix, safe }:
+ mkDerivation {
+ pname = "elbow";
+ version = "0.2.0.0";
+ sha256 = "1am1j05z79prlybq3hg8vr4gwhl354af4dg9y1qr57vpp6gcpfwv";
+ libraryHaskellDepends = [ base hmatrix safe ];
+ description = "Find the elbow point";
+ license = stdenv.lib.licenses.gpl3;
}) {};
"electrum-mnemonic" = callPackage
@@ -77584,6 +77731,8 @@ self: {
executableHaskellDepends = [ base elerea GLFW OpenGL ];
description = "Example applications for Elerea";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"elerea-sdl" = callPackage
@@ -77629,26 +77778,10 @@ self: {
}:
mkDerivation {
pname = "eliminators";
- version = "0.5.1";
- sha256 = "0kqgfsa736sahcsgsjgyh7h1lwxzyn4z85klybmj7gffg9lz4rl1";
- libraryHaskellDepends = [
- base extra singleton-nats singletons template-haskell
- th-abstraction th-desugar
- ];
- testHaskellDepends = [ base hspec singleton-nats singletons ];
- testToolDepends = [ hspec-discover ];
- description = "Dependently typed elimination functions using singletons";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "eliminators_0_6" = callPackage
- ({ mkDerivation, base, extra, hspec, hspec-discover, singleton-nats
- , singletons, template-haskell, th-abstraction, th-desugar
- }:
- mkDerivation {
- pname = "eliminators";
version = "0.6";
sha256 = "1mxjp2ygf72k3yaiqpfi4lrmhwhx69zkm5kznrb6wainw5r6h0if";
+ revision = "1";
+ editedCabalFile = "03gq3c04arywpp60n5cb6prvwn0yk7ccc5gfpbxl9vdjp5dbikkd";
libraryHaskellDepends = [
base extra singleton-nats singletons template-haskell
th-abstraction th-desugar
@@ -77657,7 +77790,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Dependently typed elimination functions using singletons";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"elision" = callPackage
@@ -77699,8 +77831,6 @@ self: {
];
description = "Elliptic curve library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"elm-bridge" = callPackage
@@ -78102,31 +78232,6 @@ self: {
}:
mkDerivation {
pname = "elm2nix";
- version = "0.1.2";
- sha256 = "1fbxr1k6iarmzx7xam3bvgayhxmgq1yn47crckgka4s667dgsnjd";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson async base binary bytestring containers data-default
- directory filepath here mtl process req text transformers
- unordered-containers
- ];
- executableHaskellDepends = [
- ansi-wl-pprint base directory here optparse-applicative
- ];
- testHaskellDepends = [ base ];
- description = "Turn your Elm project into buildable Nix project";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "elm2nix_0_2" = callPackage
- ({ mkDerivation, aeson, ansi-wl-pprint, async, base, binary
- , bytestring, containers, data-default, directory, filepath, here
- , mtl, optparse-applicative, process, req, text, transformers
- , unordered-containers
- }:
- mkDerivation {
- pname = "elm2nix";
version = "0.2";
sha256 = "1bv2sid1adrg3327h9611kspfxkhgwcawjq59iapp776n74x2iq4";
isLibrary = true;
@@ -78142,7 +78247,6 @@ self: {
testHaskellDepends = [ base ];
description = "Turn your Elm project into buildable Nix project";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"elminator" = callPackage
@@ -78224,23 +78328,23 @@ self: {
"elynx-seq" = callPackage
({ mkDerivation, async, base, bytestring, containers
, data-memocombinators, elynx-tools, elynx-tree, hmatrix, hspec
- , hspec-megaparsec, integration, lens, math-functions, matrices
+ , hspec-megaparsec, integration, math-functions, matrices
, megaparsec, mwc-random, optparse-applicative, parallel, primitive
, statistics, transformers, vector, vector-th-unbox, word8
}:
mkDerivation {
pname = "elynx-seq";
- version = "0.0.1";
- sha256 = "0v43nqpx17zbqv0537jrikkfnvadcmfc5byxh8lk369ma76029y7";
+ version = "0.1.0";
+ sha256 = "07kykql8i5msy2n091bwbawagbfpw8q553k5s89j3y5bi6d4aahg";
libraryHaskellDepends = [
async base bytestring containers data-memocombinators elynx-tools
- elynx-tree hmatrix integration lens math-functions matrices
- megaparsec mwc-random optparse-applicative parallel primitive
- statistics transformers vector vector-th-unbox word8
+ elynx-tree hmatrix integration math-functions matrices megaparsec
+ mwc-random optparse-applicative parallel primitive statistics
+ transformers vector vector-th-unbox word8
];
testHaskellDepends = [
async base bytestring containers data-memocombinators elynx-tools
- elynx-tree hmatrix hspec hspec-megaparsec integration lens
+ elynx-tree hmatrix hspec hspec-megaparsec integration
math-functions matrices megaparsec mwc-random optparse-applicative
parallel primitive statistics transformers vector vector-th-unbox
word8
@@ -78252,36 +78356,40 @@ self: {
}) {};
"elynx-tools" = callPackage
- ({ mkDerivation, base, bytestring, containers, fast-logger, hmatrix
- , lifted-base, matrices, megaparsec, monad-control, monad-logger
- , mwc-random, optparse-applicative, parallel, primitive
- , template-haskell, text, time, transformers, transformers-base
- , vector, zlib
+ ({ mkDerivation, aeson, async, base, bytestring, containers
+ , cryptohash-sha256, deepseq, fast-logger, hmatrix, lifted-base
+ , matrices, megaparsec, monad-control, monad-logger, mwc-random
+ , optparse-applicative, parallel, primitive, template-haskell, text
+ , time, transformers, transformers-base, vector, zlib
}:
mkDerivation {
pname = "elynx-tools";
- version = "0.0.1";
- sha256 = "17h6rncyb4insjarss4a8467d4mybmwa9dwgjrw7sb66y301xy8w";
+ version = "0.1.0";
+ sha256 = "0dhri3chyyqq8svw1lkl89hdrjb7b2bin50gqv3d6hrxs9813yz3";
libraryHaskellDepends = [
- base bytestring containers fast-logger hmatrix lifted-base matrices
- megaparsec monad-control monad-logger mwc-random
- optparse-applicative parallel primitive template-haskell text time
- transformers transformers-base vector zlib
+ aeson async base bytestring containers cryptohash-sha256 deepseq
+ fast-logger hmatrix lifted-base matrices megaparsec monad-control
+ monad-logger mwc-random optparse-applicative parallel primitive
+ template-haskell text time transformers transformers-base vector
+ zlib
];
description = "Tools for ELynx";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"elynx-tree" = callPackage
- ({ mkDerivation, base, bytestring, containers, elynx-tools, hspec
- , hspec-megaparsec, lifted-async, math-functions, megaparsec
- , mwc-random, optparse-applicative, parallel, primitive, QuickCheck
- , quickcheck-instances, statistics, transformers, vector
+ ({ mkDerivation, base, bytestring, containers, criterion
+ , elynx-tools, hspec, hspec-megaparsec, lifted-async
+ , math-functions, megaparsec, mwc-random, optparse-applicative
+ , parallel, primitive, QuickCheck, quickcheck-instances, statistics
+ , transformers, vector
}:
mkDerivation {
pname = "elynx-tree";
- version = "0.0.1";
- sha256 = "0gd14cshy143q7gdxfkb0laxbramkxlqnr2s15z89rbs75hfgqa9";
+ version = "0.1.0";
+ sha256 = "1mg4k03xx1zmsn54ip5q27p3qll13dcfk2gh2xyfy097b4mlwrzp";
libraryHaskellDepends = [
base bytestring containers elynx-tools lifted-async math-functions
megaparsec mwc-random optparse-applicative parallel primitive
@@ -78293,6 +78401,12 @@ self: {
optparse-applicative parallel primitive QuickCheck
quickcheck-instances statistics transformers vector
];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion elynx-tools lifted-async
+ math-functions megaparsec mwc-random optparse-applicative parallel
+ primitive QuickCheck quickcheck-instances statistics transformers
+ vector
+ ];
description = "Handle phylogenetic trees";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -78446,8 +78560,6 @@ self: {
];
description = "Perform basic syntax and deliverability checks on email addresses";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"emailaddress" = callPackage
@@ -78534,6 +78646,8 @@ self: {
libraryHaskellDepends = [ base chronos ];
description = "execute actions periodically while avoiding drift";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"embroidery" = callPackage
@@ -78557,31 +78671,6 @@ self: {
}) {};
"emd" = callPackage
- ({ mkDerivation, base, binary, containers, criterion
- , data-default-class, deepseq, finite-typelits
- , ghc-typelits-knownnat, ghc-typelits-natnormalise, HUnit
- , mwc-random, statistics, transformers, typelits-witnesses, vector
- , vector-sized
- }:
- mkDerivation {
- pname = "emd";
- version = "0.1.5.1";
- sha256 = "06ii6yw9612dq3ryfv2n7yk5wic3lc3kyvmvbj19wwicwc7315bf";
- libraryHaskellDepends = [
- base binary containers data-default-class deepseq 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;
- }) {};
-
- "emd_0_2_0_0" = callPackage
({ mkDerivation, array, base, binary, carray, conduino, containers
, criterion, data-default-class, deepseq, fft, finite-typelits
, free, ghc-typelits-knownnat, ghc-typelits-natnormalise, hedgehog
@@ -78609,7 +78698,6 @@ self: {
];
description = "Empirical Mode Decomposition and Hilbert-Huang Transform";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"emgm" = callPackage
@@ -78753,6 +78841,8 @@ self: {
testHaskellDepends = [ base bytestring HUnit QuickCheck ];
description = "A library for various character encodings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"encoding-io" = callPackage
@@ -78824,6 +78914,8 @@ self: {
];
description = "A Haskell implementation of Engine.IO";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"engine-io-growler" = callPackage
@@ -78880,6 +78972,8 @@ self: {
];
description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"engine-io-yesod" = callPackage
@@ -79004,6 +79098,8 @@ self: {
];
description = "A text rendering and parsing toolkit for enumerated types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"enum-text-rio" = callPackage
@@ -79020,6 +79116,8 @@ self: {
];
description = "Making fmt available with rio";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"enum-types" = callPackage
@@ -79047,6 +79145,8 @@ self: {
];
description = "An experimental Utf8 parsing toolkit for enumerated types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"enumerable" = callPackage
@@ -79117,8 +79217,6 @@ self: {
testHaskellDepends = [ arith-encode base binary HUnit-Plus ];
description = "A practical API for building recursive enumeration procedures and enumerating datatypes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"enumerator" = callPackage
@@ -79269,8 +79367,6 @@ self: {
];
description = "Safe helpers for accessing and modifying environment variables";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"env-locale" = callPackage
@@ -79359,8 +79455,8 @@ self: {
}:
mkDerivation {
pname = "envy";
- version = "2.0.0.0";
- sha256 = "0l3rg9kvx5pp8ly1wl86g0nfp4161vdbf1cavpm2s84hahq9wg0z";
+ version = "2.1.0.0";
+ sha256 = "0s6jp2npnp0x5hndnhkjwc9bhdghzlpl0n38804afiwxai9bawy8";
libraryHaskellDepends = [
base bytestring containers mtl text time transformers
];
@@ -79378,8 +79474,8 @@ self: {
}:
mkDerivation {
pname = "envy-extensible";
- version = "0.1.0.0";
- sha256 = "1m5qly9la0b3rxp8amni7nhgisg5vmp3zi76hc1586c202cnsl70";
+ version = "0.2.0.1";
+ sha256 = "0800a7drik9h3bxnkqriwjg2j31j8k3pw5fsmswnmfh4wwv2bb6v";
libraryHaskellDepends = [ base envy extensible ];
testHaskellDepends = [
base doctest envy extensible hspec main-tester QuickCheck
@@ -79577,10 +79673,8 @@ self: {
}:
mkDerivation {
pname = "equational-reasoning";
- version = "0.6.0.0";
- sha256 = "1cf74r1zdb289x27linjg8di5gcsi1jg771gyb0rqaf5carl9b0f";
- revision = "1";
- editedCabalFile = "19dbxan77gsqy4v23npfbq5p3qwb6wz3r7mhs6290ghpfhzy8yp4";
+ version = "0.6.0.1";
+ sha256 = "0al3ms7gxd1ws8bs694h7ka2rg9kn3v36qgwrxm2hq4ys80y7r65";
libraryHaskellDepends = [
base containers template-haskell th-desugar th-extras void
];
@@ -79643,26 +79737,26 @@ self: {
}) {};
"erd" = callPackage
- ({ mkDerivation, base, bytestring, containers, graphviz, hspec
- , parsec, QuickCheck, raw-strings-qq, tasty, tasty-hunit, text
+ ({ mkDerivation, base, bytestring, containers, directory, filepath
+ , gitrev, graphviz, parsec, raw-strings-qq, tasty, tasty-hunit
+ , text, yaml
}:
mkDerivation {
pname = "erd";
- version = "0.2.0.0";
- sha256 = "1lxqjvsmkqhqaw63r6qp6z9kjz73ki6y3vr85bjs5i0m7ff87799";
+ version = "0.2.1.0";
+ sha256 = "1p21q4x5l29mhnm17j77b4w5rqc9n4jd24czawz7p1srmzvl67hs";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base bytestring containers graphviz parsec text
+ base bytestring containers directory filepath gitrev graphviz
+ parsec raw-strings-qq text yaml
];
testHaskellDepends = [
- base bytestring containers graphviz hspec parsec QuickCheck
- raw-strings-qq tasty tasty-hunit text
+ base bytestring containers directory filepath gitrev graphviz
+ parsec raw-strings-qq tasty tasty-hunit text yaml
];
description = "An entity-relationship diagram generator from a plain text description";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"erf" = callPackage
@@ -79702,6 +79796,8 @@ self: {
];
description = "FFI interface to Erlang";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eros" = callPackage
@@ -79792,8 +79888,6 @@ self: {
testHaskellDepends = [ base ];
description = "Error code functions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"error-context" = callPackage
@@ -79896,6 +79990,8 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "Set of utils and operators for error handling";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"errorcall-eq-instance" = callPackage
@@ -79979,8 +80075,8 @@ self: {
}:
mkDerivation {
pname = "ersatz";
- version = "0.4.7";
- sha256 = "0kddsh02yrpn7xack6xcs0c93hmf4gkmh56zip2n6q7j0xgdrl6d";
+ version = "0.4.8";
+ sha256 = "1gddf8zhavxri80f3nnd29ff6k7n03ggcah4qglknci7h94z7v8c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -79992,7 +80088,7 @@ self: {
executableHaskellDepends = [
array base containers fail lens mtl parsec semigroups
];
- testHaskellDepends = [ array base directory doctest filepath mtl ];
+ testHaskellDepends = [ array base directory doctest filepath ];
description = "A monad for expressing SAT or QSAT problems using observable sharing";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -80048,16 +80144,14 @@ self: {
}:
mkDerivation {
pname = "escape-artist";
- version = "1.1.0";
- sha256 = "1zjisjmcmp8sd8dkai20x71zzz5g94a7p93h9c4nspbyzf5ymk72";
+ version = "1.2.0.1";
+ sha256 = "1plr0vj3zjic1hy0bbr3sipqrawrym9ypakkihcdaw5fff98i4n3";
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
base bytestring hspec QuickCheck silently text
];
description = "ANSI Escape Sequence Text Decoration Made Easy";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"escaped" = callPackage
@@ -80201,34 +80295,6 @@ self: {
}) {};
"esqueleto" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, conduit, containers
- , hspec, monad-logger, mysql, mysql-simple, persistent
- , persistent-mysql, persistent-postgresql, persistent-sqlite
- , persistent-template, postgresql-libpq, postgresql-simple
- , resourcet, tagged, text, time, transformers, unliftio
- , unordered-containers
- }:
- mkDerivation {
- pname = "esqueleto";
- version = "3.0.0";
- sha256 = "187c098h2xyf2nhifkdy2bqfl6iap7a93mzwd2kirl5yyicpc9zy";
- libraryHaskellDepends = [
- base blaze-html bytestring conduit monad-logger persistent
- resourcet tagged text time transformers unliftio
- unordered-containers
- ];
- testHaskellDepends = [
- base blaze-html bytestring conduit containers hspec monad-logger
- mysql mysql-simple persistent persistent-mysql
- persistent-postgresql persistent-sqlite persistent-template
- postgresql-libpq postgresql-simple resourcet tagged text time
- transformers unliftio unordered-containers
- ];
- description = "Type-safe EDSL for SQL queries on persistent backends";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "esqueleto_3_3_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring
, conduit, containers, exceptions, hspec, monad-logger, mtl, mysql
, mysql-simple, persistent, persistent-mysql, persistent-postgresql
@@ -80238,8 +80304,8 @@ self: {
}:
mkDerivation {
pname = "esqueleto";
- version = "3.3.1";
- sha256 = "19s7grwdjh39w13c34wg8kkcc0r17a9vbriz9g4z0hcz6yv7ajx2";
+ version = "3.3.1.1";
+ sha256 = "1qi28ma8j5kfygjxnixlazxsyrkdqv8ljz3icwqi5dlscsnj6v3v";
libraryHaskellDepends = [
aeson attoparsec base blaze-html bytestring conduit containers
monad-logger persistent resourcet tagged text time transformers
@@ -80254,7 +80320,6 @@ self: {
];
description = "Type-safe EDSL for SQL queries on persistent backends";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ess" = callPackage
@@ -80773,8 +80838,6 @@ self: {
];
description = "Euler tour trees";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"euphoria" = callPackage
@@ -80823,28 +80886,24 @@ self: {
}) {};
"evdev" = callPackage
- ({ mkDerivation, base, bytestring, c2hs, containers, either, evdev
- , extra, hinotify, libevdev, monad-loops, paths, posix-paths
- , process, rawfilepath, safe, streamly, streamly-fsnotify, time
- , unix
+ ({ mkDerivation, base, bytestring, c2hs, containers, either, extra
+ , hinotify, libevdev, monad-loops, paths, posix-paths, process
+ , rawfilepath, safe, streamly, streamly-fsnotify, time, unix
}:
mkDerivation {
pname = "evdev";
- version = "1.2.0.0";
- sha256 = "1sjpqnf6gb8mb4n4sf8d60byx5s0vjpwhp7n0lkf2ikckwlc7y73";
+ version = "1.3.0.0";
+ sha256 = "0jf9zbz04iyrmsr2fi8iq23nx48n38y7rs6czl226sd2dh10jhp3";
libraryHaskellDepends = [
base bytestring containers either extra hinotify monad-loops paths
posix-paths process rawfilepath safe streamly streamly-fsnotify
time unix
];
- librarySystemDepends = [ evdev ];
libraryPkgconfigDepends = [ libevdev ];
libraryToolDepends = [ c2hs ];
description = "Bindings to libevdev";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {evdev = null; inherit (pkgs) libevdev;};
+ }) {inherit (pkgs) libevdev;};
"eve" = callPackage
({ mkDerivation, base, containers, data-default, free, hspec
@@ -81081,6 +81140,8 @@ self: {
];
description = "Common library for SQL event stores";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eventful-sqlite" = callPackage
@@ -81103,6 +81164,8 @@ self: {
];
description = "SQLite implementations for eventful";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eventful-test-helpers" = callPackage
@@ -81158,6 +81221,8 @@ self: {
];
description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eventsource-api" = callPackage
@@ -81219,8 +81284,6 @@ self: {
];
description = "Provides common test specification for Store implementation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"eventsource-stub-store" = callPackage
@@ -81242,8 +81305,6 @@ self: {
];
description = "An in-memory stub store implementation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"eventsourced" = callPackage
@@ -81345,6 +81406,8 @@ self: {
executableToolDepends = [ alex happy uuagc ];
description = "An interpreter for EWE programming language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ex-pool" = callPackage
@@ -81465,8 +81528,6 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Exception type hierarchy with TemplateHaskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"exception-mailer" = callPackage
@@ -81553,6 +81614,25 @@ self: {
libraryHaskellDepends = [ base exceptions ];
description = "Essentially the Maybe type with error messages";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "exceptionfree-readfile" = callPackage
+ ({ mkDerivation, base, criterion, deepseq, hspec, process
+ , temporary
+ }:
+ mkDerivation {
+ pname = "exceptionfree-readfile";
+ version = "0.1.0.0";
+ sha256 = "12czqrkbb1f69d2fxjnzzrxlyayvs24k6pwq9kclfsql8iscn063";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec process temporary ];
+ benchmarkHaskellDepends = [ base criterion deepseq ];
+ description = "An exception-free readFile for use with '+RTS -xc -RTS' projects";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exceptions" = callPackage
@@ -81775,6 +81855,8 @@ self: {
];
description = "Dependent pairs and their instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exinst-aeson" = callPackage
@@ -81793,6 +81875,8 @@ self: {
];
description = "Dependent pairs and their instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exinst-bytes" = callPackage
@@ -81813,6 +81897,8 @@ self: {
];
description = "Dependent pairs and their instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exinst-cereal" = callPackage
@@ -81832,6 +81918,8 @@ self: {
];
description = "Dependent pairs and their instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exinst-deepseq" = callPackage
@@ -81878,6 +81966,8 @@ self: {
];
description = "Dependent pairs and their instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"exist" = callPackage
@@ -81904,8 +81994,6 @@ self: {
];
description = "Instances for \"exist\" package (requires more language extensions and dependencies)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"existential" = callPackage
@@ -82303,6 +82391,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Generalization of parsec's expression parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"expressions" = callPackage
@@ -82320,6 +82410,8 @@ self: {
testHaskellDepends = [ base singletons text ];
description = "Expressions and Formulae a la carte";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"expressions-z3" = callPackage
@@ -82368,6 +82460,8 @@ self: {
];
description = "A simple expressions language based on row types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"extcore" = callPackage
@@ -82466,8 +82560,8 @@ self: {
}:
mkDerivation {
pname = "extensible";
- version = "0.7";
- sha256 = "1nil9qvgrbd42hv198msm7apma67m9dqi5cqgfvjgfcgdms46dk2";
+ version = "0.7.1";
+ sha256 = "1vmn2ziv8qnw22pkfy1c80hym7cprv70xz0mqi5076glwdjkx3gr";
libraryHaskellDepends = [
aeson base bytestring cassava comonad constraints deepseq ghc-prim
hashable membership monad-skeleton prettyprinter primitive
@@ -82608,22 +82702,45 @@ self: {
];
description = "Sort large arrays on your hard drive. Kind of like the unix util sort.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"extra" = callPackage
({ mkDerivation, base, clock, directory, filepath, process
- , QuickCheck, semigroups, time, unix
+ , QuickCheck, quickcheck-instances, semigroups, time, unix
}:
mkDerivation {
pname = "extra";
- version = "1.6.18";
- sha256 = "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy";
+ version = "1.6.21";
+ sha256 = "1gjx98w4w61g043k6rzc8i34cbxpcigi8lb6i7pp1vwp8w8jm5vl";
+ libraryHaskellDepends = [
+ base clock directory filepath process semigroups time unix
+ ];
+ testHaskellDepends = [
+ base directory filepath QuickCheck quickcheck-instances unix
+ ];
+ description = "Extra functions I use";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "extra_1_7_1" = callPackage
+ ({ mkDerivation, base, clock, directory, filepath, process
+ , QuickCheck, quickcheck-instances, semigroups, time, unix
+ }:
+ mkDerivation {
+ pname = "extra";
+ version = "1.7.1";
+ sha256 = "0zshxv9dnd8vksncmb8dj4wvq2wdybzwxyhmy2zp6a81icm4azx4";
libraryHaskellDepends = [
base clock directory filepath process semigroups time unix
];
- testHaskellDepends = [ base directory filepath QuickCheck unix ];
+ testHaskellDepends = [
+ base directory filepath QuickCheck quickcheck-instances unix
+ ];
description = "Extra functions I use";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"extract-dependencies" = callPackage
@@ -82697,20 +82814,6 @@ self: {
}) {};
"extrapolate" = callPackage
- ({ mkDerivation, base, leancheck, speculate, template-haskell }:
- mkDerivation {
- pname = "extrapolate";
- version = "0.3.3";
- sha256 = "1mc14d9wcrvrd2fkzjxc5gvy7s33p875qj97bdaacdjv5hmg5zr2";
- libraryHaskellDepends = [
- base leancheck speculate template-haskell
- ];
- testHaskellDepends = [ base leancheck speculate ];
- description = "generalize counter-examples of test properties";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "extrapolate_0_4_1" = callPackage
({ mkDerivation, base, express, leancheck, speculate
, template-haskell
}:
@@ -82724,7 +82827,6 @@ self: {
testHaskellDepends = [ base express leancheck speculate ];
description = "generalize counter-examples of test properties";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ez-couch" = callPackage
@@ -82776,6 +82878,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Generate a special f-algebra combinator from any data type";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"f-ree-hack-cheats-free-v-bucks-generator" = callPackage
@@ -82808,6 +82912,21 @@ self: {
broken = true;
}) {};
+ "factor" = callPackage
+ ({ mkDerivation, arithmetic, base, opentheory-primitive, random }:
+ mkDerivation {
+ pname = "factor";
+ version = "1.0";
+ sha256 = "02fy4lnajdj0dqkz3bfpj6qzk34kjmjz6c0vidwc7kqqivhxldvh";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ arithmetic base opentheory-primitive random
+ ];
+ description = "Factoring integers";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"factory" = callPackage
({ mkDerivation, array, base, Cabal, containers, data-default
, deepseq, parallel, primes, QuickCheck, random, toolshed
@@ -82831,8 +82950,6 @@ self: {
];
description = "Rational arithmetic in an irrational world";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"facts" = callPackage
@@ -82846,6 +82963,8 @@ self: {
libraryHaskellDepends = [ base exceptions mtl template-haskell ];
description = "Refined types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"factual-api" = callPackage
@@ -82951,23 +83070,11 @@ self: {
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "failable";
- version = "1.2.2.0";
- sha256 = "0cwnqipq23mhcadhxgqghsh5br8lrny7r3zlxiz05l7s3in5vsdk";
- libraryHaskellDepends = [ base mtl transformers ];
- description = "A 'Failable' error monad class to unify failure across monads that can fail";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "failable_1_2_4_0" = callPackage
- ({ mkDerivation, base, mtl, transformers }:
- mkDerivation {
- pname = "failable";
version = "1.2.4.0";
sha256 = "1vffrjywaxwfpzb6a34il772mkkaqwv9372aibijnvwf82rnglwg";
libraryHaskellDepends = [ base mtl transformers ];
description = "A 'Failable' error monad class to unify failure across monads that can fail";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"failable-list" = callPackage
@@ -83045,10 +83152,8 @@ self: {
}:
mkDerivation {
pname = "fake";
- version = "0.1.1.2";
- sha256 = "0jwndfsyc5p7da97658j14x5gynbifkx7ikg8k09ym9gizkrmdd2";
- revision = "2";
- editedCabalFile = "17ggg7m04xr42353b2gyx965c8qgymd4nvlzcm5zyx2v7q9zwy8f";
+ version = "0.1.1.3";
+ sha256 = "07ciaxbfvhajjdj5sidvy9cxpjfssjkxykrbgnghihrla78pwq1n";
libraryHaskellDepends = [
base containers generics-sop random text time
];
@@ -83072,29 +83177,36 @@ self: {
}) {inherit (pkgs.xorg) libXtst;};
"fakedata" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory
- , exceptions, filepath, hspec, hspec-discover, random
- , template-haskell, text, time, vector, yaml
+ ({ mkDerivation, base, bytestring, containers, deepseq, directory
+ , exceptions, filepath, gauge, hashable, hspec, hspec-discover
+ , random, template-haskell, text, time, unordered-containers
+ , vector, yaml
}:
mkDerivation {
pname = "fakedata";
- version = "0.2.2";
- sha256 = "11gsshxd23inh6lb3rbs0fkmh83ivffxdlcqrxsfi0ymdmzha3rr";
+ version = "0.5.0";
+ sha256 = "0xbdbxbj3phrzhg5ifp0s479sjrkm6p3pvvia2i4j1fmq313d9k7";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base bytestring containers directory exceptions filepath random
- template-haskell text time vector yaml
+ base bytestring containers directory exceptions filepath hashable
+ random template-haskell text time unordered-containers vector yaml
];
testHaskellDepends = [
- base bytestring containers directory exceptions filepath hspec
- hspec-discover random template-haskell text time vector yaml
+ base bytestring containers directory exceptions filepath hashable
+ hspec hspec-discover random template-haskell text time
+ unordered-containers vector yaml
];
testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring containers deepseq directory exceptions filepath
+ gauge hashable random template-haskell text time
+ unordered-containers vector yaml
+ ];
description = "Library for producing fake data";
license = stdenv.lib.licenses.bsd3;
}) {};
- "fakedata_0_5_0" = callPackage
+ "fakedata_0_6_1" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, directory
, exceptions, filepath, gauge, hashable, hspec, hspec-discover
, random, template-haskell, text, time, unordered-containers
@@ -83102,8 +83214,8 @@ self: {
}:
mkDerivation {
pname = "fakedata";
- version = "0.5.0";
- sha256 = "0xbdbxbj3phrzhg5ifp0s479sjrkm6p3pvvia2i4j1fmq313d9k7";
+ version = "0.6.1";
+ sha256 = "0qqc0hq7lg1s5fpflmnalcsy0043vqd8iiblwa6lvm45h7af8ii2";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers directory exceptions filepath hashable
@@ -83173,6 +83285,17 @@ self: {
broken = true;
}) {};
+ "fallible" = callPackage
+ ({ mkDerivation, base, transformers }:
+ mkDerivation {
+ pname = "fallible";
+ version = "0.1.0";
+ sha256 = "0jj806klxagv65ddxb85gdy89m46p4yqxr9y5s5gc4arb5xzlwjq";
+ libraryHaskellDepends = [ base transformers ];
+ testHaskellDepends = [ base transformers ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"falling-turnip" = callPackage
({ mkDerivation, base, gloss, gloss-raster, JuicyPixels-repa
, QuickCheck, random, repa, repa-algorithms, vector
@@ -83262,8 +83385,8 @@ self: {
}:
mkDerivation {
pname = "fast-arithmetic";
- version = "0.6.4.3";
- sha256 = "08fwfk6k081gasfpvil9hhzcc85b6xlpflp2kqi9kwza3pfi3d0s";
+ version = "0.6.5.0";
+ sha256 = "02ccvk09fqp235bl3r8k234xnl6fmis7hkl34v4wmrwpb3f96hmh";
libraryHaskellDepends = [ base combinat hgmp ];
testHaskellDepends = [ arithmoi base combinat hspec QuickCheck ];
benchmarkHaskellDepends = [ arithmoi base combinat criterion ];
@@ -83315,21 +83438,24 @@ self: {
}) {};
"fast-digits" = callPackage
- ({ mkDerivation, base, criterion, digits, integer-gmp, QuickCheck
+ ({ mkDerivation, base, digits, gauge, integer-gmp, QuickCheck
, smallcheck, tasty, tasty-quickcheck, tasty-smallcheck
}:
mkDerivation {
pname = "fast-digits";
- version = "0.2.1.0";
- sha256 = "0fyqdlb5wmsbsxsk8s7p8j2g3g4idsv9ki67ay1dw0lj8xp5g17c";
+ version = "0.3.0.0";
+ sha256 = "1vlmjlkmv1nmw1rriafm2hzkmqd5xnwgzmvrg6xxqj1ab5sdsafs";
libraryHaskellDepends = [ base integer-gmp ];
testHaskellDepends = [
base digits QuickCheck smallcheck tasty tasty-quickcheck
tasty-smallcheck
];
- benchmarkHaskellDepends = [ base criterion digits ];
- description = "The fast library for integer-to-digits conversion";
+ benchmarkHaskellDepends = [ base digits gauge ];
+ doHaddock = false;
+ description = "Integer-to-digits conversion";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fast-downward" = callPackage
@@ -83354,29 +83480,8 @@ self: {
}:
mkDerivation {
pname = "fast-logger";
- version = "2.4.17";
- sha256 = "02mxb1ckvx1s2r2m11l5i2l5rdl7232p0f61af6773haykjp0qxk";
- revision = "1";
- editedCabalFile = "1yv4f6pbrgqqhc0z3chhjrzz1gs7idrmcbvmbl8pfyn547ci6brb";
- 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;
- }) {};
-
- "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";
+ version = "3.0.1";
+ sha256 = "0fx5viyc0j4286nbnzfk9x7mqs93s1bcnawcywifsqiq9ajhq225";
libraryHaskellDepends = [
array auto-update base bytestring directory easy-file filepath text
unix-compat unix-time
@@ -83385,7 +83490,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A fast logging system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fast-math" = callPackage
@@ -83597,6 +83701,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A fast, but bare bones, bytestring parser combinators library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fastpbkdf2" = callPackage
@@ -83676,8 +83782,8 @@ self: {
}:
mkDerivation {
pname = "fay";
- version = "0.24.0.4";
- sha256 = "1jpqc48a7h9x64wv77g7bdnhvfjgbabp4n3qcbqsfz9v92j46j0a";
+ version = "0.24.0.5";
+ sha256 = "05wm3zp41xgx0s9p0wmy9rqk9ii6wcxsr3jrcqqrnlpbp90dwfxx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -83886,6 +83992,33 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "fb_2_1_0" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit
+ , conduit-extra, containers, cryptonite, data-default, hspec
+ , http-client, http-conduit, http-types, HUnit, memory
+ , monad-logger, QuickCheck, resourcet, text, time, transformers
+ , transformers-base, unliftio, unliftio-core, unordered-containers
+ }:
+ mkDerivation {
+ pname = "fb";
+ version = "2.1.0";
+ sha256 = "18h16dkyh35q0wyjvri7z2q2j8rx4bb6ma2bf6h2cdm7jh6zdakq";
+ libraryHaskellDepends = [
+ aeson attoparsec base bytestring conduit conduit-extra cryptonite
+ data-default http-client http-conduit http-types memory
+ monad-logger resourcet text time transformers transformers-base
+ unliftio unliftio-core unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring conduit containers data-default hspec
+ http-conduit HUnit QuickCheck resourcet text time transformers
+ unliftio
+ ];
+ description = "Bindings to Facebook's API";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"fb-persistent" = callPackage
({ mkDerivation, base, cereal, fb, persistent, text, time }:
mkDerivation {
@@ -83986,6 +84119,21 @@ self: {
broken = true;
}) {};
+ "fcf-containers" = callPackage
+ ({ mkDerivation, base, doctest, first-class-families, Glob }:
+ mkDerivation {
+ pname = "fcf-containers";
+ version = "0.4.0";
+ sha256 = "1qdcp2mympq8w49j9dfrl5sdkyhiyg3p8nr8568x12ham0jpar9l";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base first-class-families ];
+ executableHaskellDepends = [ base first-class-families ];
+ testHaskellDepends = [ base doctest first-class-families Glob ];
+ description = "Data structures and algorithms for first-class-families";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"fcg" = callPackage
({ mkDerivation }:
mkDerivation {
@@ -84014,16 +84162,16 @@ self: {
}) {};
"fclabels" = callPackage
- ({ mkDerivation, base, criterion, HUnit, mtl, template-haskell
- , transformers
+ ({ mkDerivation, base, base-orphans, criterion, HUnit, mtl
+ , template-haskell, transformers
}:
mkDerivation {
pname = "fclabels";
- version = "2.0.3.3";
- sha256 = "1q62p41bj991s7i15ciayw1v1xq8szn4bls50p65lfy2dnj7554s";
- revision = "4";
- editedCabalFile = "09pn1q4gjlhw956asmhzva1rhrafmn69xmd1sc80fh3c8vjd3icz";
- libraryHaskellDepends = [ base mtl template-haskell transformers ];
+ version = "2.0.4";
+ sha256 = "1ks59vcliy2x9i01qxpd4k455m7wpcfhcldgmhkym9wmwfxy0sf2";
+ libraryHaskellDepends = [
+ base base-orphans mtl template-haskell transformers
+ ];
testHaskellDepends = [
base HUnit mtl template-haskell transformers
];
@@ -84074,6 +84222,8 @@ self: {
];
description = "Admin API for Firebase Cloud Messaging";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fdo-notify" = callPackage
@@ -84189,23 +84339,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "fedora-dists";
- version = "1.0.1";
- sha256 = "107ykp3f1f35ghlxfv53mxl0wmj1jyr7xnil16gyg6gcyi0shbll";
- libraryHaskellDepends = [ base ];
- description = "Library for Fedora distribution versions";
- license = stdenv.lib.licenses.gpl3;
- }) {};
-
- "fedora-dists_1_1_2" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "fedora-dists";
version = "1.1.2";
sha256 = "0hynmwic940vmna0czavbp1wx856ad9am7i6r0d2hq8jynrsin5w";
libraryHaskellDepends = [ base ];
description = "Library for Fedora distribution versions";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fedora-haskell-tools" = callPackage
@@ -84225,8 +84363,6 @@ self: {
];
description = "Building and maintenance tools for Fedora Haskell";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fedora-img-dl" = callPackage
@@ -84292,30 +84428,6 @@ self: {
"feed" = callPackage
({ mkDerivation, base, base-compat, bytestring, HUnit
- , markdown-unlit, old-locale, old-time, safe, test-framework
- , test-framework-hunit, text, time, time-locale-compat, utf8-string
- , xml-conduit, xml-types
- }:
- mkDerivation {
- pname = "feed";
- version = "1.2.0.1";
- sha256 = "004lwdng4slj6yl8mgscr3cgj0zzc8hzkf4450dby2l6cardg4w0";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base base-compat bytestring old-locale old-time safe text time
- time-locale-compat utf8-string xml-conduit xml-types
- ];
- testHaskellDepends = [
- base base-compat HUnit old-time test-framework test-framework-hunit
- text time xml-conduit xml-types
- ];
- testToolDepends = [ markdown-unlit ];
- description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "feed_1_3_0_0" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, HUnit
, markdown-unlit, old-locale, old-time, safe, syb, test-framework
, test-framework-hunit, text, time, time-locale-compat, utf8-string
, xml-conduit, xml-types
@@ -84336,7 +84448,6 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"feed-cli" = callPackage
@@ -84829,6 +84940,8 @@ self: {
libraryHaskellDepends = [ base containers regex-compat ];
description = "Simple functions for loading config files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ffeed" = callPackage
@@ -84866,6 +84979,8 @@ self: {
];
description = "automatic C++ binding generation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fficxx-runtime" = callPackage
@@ -84980,8 +85095,8 @@ self: {
}:
mkDerivation {
pname = "fgl";
- version = "5.7.0.1";
- sha256 = "04793yh778ck3kz1z2svnfdwwls2kisbnky4lzvf4zjfgpv7mkpz";
+ version = "5.7.0.2";
+ sha256 = "13zqdwj6j2y5827w3dcx8kl1gini4x938bfh4c5g5jc3b37rlnll";
libraryHaskellDepends = [
array base containers deepseq transformers
];
@@ -84995,8 +85110,8 @@ self: {
({ mkDerivation, base, containers, fgl, hspec, QuickCheck }:
mkDerivation {
pname = "fgl-arbitrary";
- version = "0.2.0.3";
- sha256 = "0ln1szgfy8fa78l3issq4fx3aqnnd54w3cb4wssrfi48vd5rkfjm";
+ version = "0.2.0.5";
+ sha256 = "1wp6v4wb2g6alq4r26da1zmc3g2g2xzca0znf4ldw4552azasaxx";
libraryHaskellDepends = [ base fgl QuickCheck ];
testHaskellDepends = [ base containers fgl hspec QuickCheck ];
description = "QuickCheck support for fgl";
@@ -85038,6 +85153,8 @@ self: {
libraryHaskellDepends = [ base-noprelude integer-gmp semirings ];
description = "fibonacci algebra";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fibon" = callPackage
@@ -85126,6 +85243,8 @@ self: {
];
description = "Abusing monadic syntax JSON objects generation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fieldwise" = callPackage
@@ -85193,8 +85312,8 @@ self: {
}:
mkDerivation {
pname = "file-embed";
- version = "0.0.11.1";
- sha256 = "1ml9j5jln9g86qqi7akcxyfy8d2jb46y1sfk817j1s4babzff4x1";
+ version = "0.0.11.2";
+ sha256 = "0bgysf6z13cmr5lsrhzrkv33sw9x1lkfnga3la2mcakh1aa3ijm4";
libraryHaskellDepends = [
base bytestring directory filepath template-haskell
];
@@ -85279,6 +85398,8 @@ self: {
];
description = "Takes a Haskell source-code file and outputs its modules";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"file-templates" = callPackage
@@ -85462,8 +85583,8 @@ self: {
({ mkDerivation, base, directory, extra, filepath, QuickCheck }:
mkDerivation {
pname = "filepattern";
- version = "0.1.1";
- sha256 = "0jwvbhjsn4k6kpkg0dvsm7p3a79vzp0ffr1w79wkmm7hzvf5pz7p";
+ version = "0.1.2";
+ sha256 = "0nznzji5haxl4ninm2a79dqf4c7fj6pc3z9gdc6wbf5h1pp14afr";
libraryHaskellDepends = [ base directory extra filepath ];
testHaskellDepends = [ base directory extra filepath QuickCheck ];
description = "File path glob-like matching";
@@ -85484,6 +85605,8 @@ self: {
];
description = "Library to process and search large files or a collection of files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"filestore" = callPackage
@@ -85505,8 +85628,6 @@ self: {
];
description = "Interface for versioning file stores";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"filesystem-abstractions" = callPackage
@@ -85524,6 +85645,8 @@ self: {
];
description = "A shared set of abstractions and types for representing filessytem data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"filesystem-conduit" = callPackage
@@ -85835,8 +85958,6 @@ self: {
];
description = "A better, more type-safe Enum";
license = stdenv.lib.licenses.gpl3Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"finitary-derive" = callPackage
@@ -85897,6 +86018,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "finito" = callPackage
+ ({ mkDerivation, base, numeric-domains, propeller, split
+ , transformers
+ }:
+ mkDerivation {
+ pname = "finito";
+ version = "0.1.0.0";
+ sha256 = "1z1s5jxkyr1yw0iaijx415ql4i2bp1jdqjs9irwbd28c4myq4byf";
+ libraryHaskellDepends = [
+ base numeric-domains propeller transformers
+ ];
+ testHaskellDepends = [
+ base numeric-domains propeller split transformers
+ ];
+ description = "Constraint Solver for Finite Domains";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"firebase-database" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
, generic-random, HsOpenSSL, hspec, http-client, http-client-tls
@@ -85975,30 +86114,49 @@ self: {
}) {};
"first-class-families" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "first-class-families";
- version = "0.5.0.0";
- sha256 = "03skw4axj6zk593zi8fwynzjyiq6s7apjqmjqv6rxpxhj17vqwpj";
+ version = "0.7.0.0";
+ sha256 = "0dvlmfhnbbrr3yxq4idpipvlxda21qvayx6gk93f66jzcl5726my";
libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest Glob ];
description = "First class type families";
license = stdenv.lib.licenses.mit;
}) {};
- "first-class-families_0_6_0_0" = callPackage
- ({ mkDerivation, base }:
+ "first-class-families_0_8_0_0" = callPackage
+ ({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "first-class-families";
- version = "0.6.0.0";
- sha256 = "0a1f789d3lv8hvd3nidwglx11yvwiakvmabpz1hzgdjyfnrpg98n";
+ version = "0.8.0.0";
+ sha256 = "190jl3vs7glkbm8ap90x9yzlj01yzxd818s3i0w4pz21b6d6sxav";
libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest Glob ];
description = "First class type families";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "first-class-instances" = callPackage
+ ({ mkDerivation, base, Cabal, containers, hspec, hspec-discover
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "first-class-instances";
+ version = "0.1.0.0";
+ sha256 = "0d3pay7x31a5d9g4rkb0sflk97qcnpyg3fh81247b6r21gl5qbr3";
+ libraryHaskellDepends = [ base Cabal containers template-haskell ];
+ testHaskellDepends = [
+ base Cabal containers hspec hspec-discover template-haskell
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "First class typeclass instances";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"first-class-patterns" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
@@ -86050,8 +86208,6 @@ self: {
];
description = "Calculates file-size frequency-distribution";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fit" = callPackage
@@ -86159,6 +86315,8 @@ self: {
pname = "fix-parser-simple";
version = "15320.3";
sha256 = "0ls5fxwq2lnb0rjqih4isfwiv0603ga12gxnf7w3rpqp5qhrhas8";
+ revision = "2";
+ editedCabalFile = "0sbjc3v2qvi8hwf743xdzclgymcrnvyigm0rpvxi1ha46ip9fzkb";
libraryHaskellDepends = [ base mmtl ];
description = "Simple fix-expression parser";
license = "LGPL";
@@ -86660,6 +86818,8 @@ self: {
];
description = "Verify FLAC files ripped form CD using AccurateRip™";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"flags-applicative" = callPackage
@@ -86728,6 +86888,8 @@ self: {
];
description = "Principled and efficient bit-oriented binary serialization";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"flat-maybe" = callPackage
@@ -86750,10 +86912,8 @@ self: {
}:
mkDerivation {
pname = "flat-mcmc";
- version = "1.5.0";
- sha256 = "1zgi69vgwss7hhv893n5z3av0byb5hiblha7k3ck4bbfmkgakkl7";
- revision = "1";
- editedCabalFile = "1pjkyvs4c6yx6jva08zw2b1qfhhv9q71sy806f5lddjsknnym2fn";
+ version = "1.5.1";
+ sha256 = "1fi18hx6mz7qskhnnjviaghqz0vsbrvglyk16xzj3kywx70hakpb";
libraryHaskellDepends = [
base formatting mcmc-types monad-par monad-par-extras
mwc-probability pipes primitive text transformers vector
@@ -86825,6 +86985,8 @@ self: {
testHaskellDepends = [ base tasty tasty-quickcheck transformers ];
description = "Work generically on your datatype without knowing its shape nor its contents";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"flexible-defaults" = callPackage
@@ -86961,8 +87123,6 @@ self: {
];
description = "Parsing of pilot tracklogs dumped as KML";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"flip-cmd" = callPackage
@@ -87314,6 +87474,40 @@ self: {
broken = true;
}) {};
+ "flp" = callPackage
+ ({ mkDerivation, alex, array, base, containers, deepseq, happy
+ , haskell-src-meta, HUnit, pretty-simple, prettyprinter
+ , template-haskell, test-framework, test-framework-hunit, th-lift
+ , transformers
+ }:
+ mkDerivation {
+ pname = "flp";
+ version = "0.1.0.0";
+ sha256 = "0aw3a1krisx4vhn2kpdizxhp2j8rnwv5iwm6z2qv2av1yh99j8h6";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base containers deepseq haskell-src-meta prettyprinter
+ template-haskell th-lift transformers
+ ];
+ libraryToolDepends = [ alex happy ];
+ executableHaskellDepends = [
+ array base containers deepseq haskell-src-meta pretty-simple
+ prettyprinter template-haskell th-lift transformers
+ ];
+ executableToolDepends = [ alex happy ];
+ testHaskellDepends = [
+ array base containers deepseq haskell-src-meta HUnit prettyprinter
+ template-haskell test-framework test-framework-hunit th-lift
+ transformers
+ ];
+ testToolDepends = [ alex happy ];
+ description = "A layout spec language for memory managers implemented in Rust";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"fltkhs" = callPackage
({ mkDerivation, base, bytestring, c2hs, Cabal, directory, filepath
, fltk14, libGL, libGLU, mtl, OpenGLRaw, parsec, pkg-config, text
@@ -87321,8 +87515,8 @@ self: {
}:
mkDerivation {
pname = "fltkhs";
- version = "0.8.0.2";
- sha256 = "07q7xb7h48by6gj284fczszay4gg1r0j2nr7fmffj72nkjgzzyhx";
+ version = "0.8.0.3";
+ sha256 = "19y9ill3zgcip8ys3i6mppaj6qzi7pgzd1q7n5r58l0wljnq8vv6";
configureFlags = [ "-fopengl" ];
isLibrary = true;
isExecutable = true;
@@ -87405,8 +87599,8 @@ self: {
}:
mkDerivation {
pname = "fltkhs-themes";
- version = "0.2.0.2";
- sha256 = "07f21cr07kfzzrsk6j63livwjbi0ci43i5czbplj3wsy58sq8pn7";
+ version = "0.2.0.3";
+ sha256 = "0kxc03lbms0chhm33wxdqjxdabhdn0crfc1raa5pr07gkm60skb1";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
@@ -87493,6 +87687,8 @@ self: {
];
description = "The parser for fluffy to parsec the question bank in .docx type";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fluid-idl" = callPackage
@@ -87656,6 +87852,8 @@ self: {
libraryHaskellDepends = [ base enum-text-rio ];
description = "Adaptor for getting fmt to work with rio";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fmt-terminal-colors" = callPackage
@@ -87907,6 +88105,8 @@ self: {
];
description = "Transducers for foldl folds";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"foldl-transduce-attoparsec" = callPackage
@@ -87928,6 +88128,8 @@ self: {
];
description = "Attoparsec and foldl-transduce integration";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"folds" = callPackage
@@ -88182,8 +88384,8 @@ self: {
pname = "force-layout";
version = "0.4.0.6";
sha256 = "17956k3mab2xhrmfy7fj5gh08h43yjlsryi5acjhnkmin5arhwpp";
- revision = "5";
- editedCabalFile = "14d494pa7hcxmq9cvy039y5x7da6j4p5jp8kw0kmrlb9q8h6rh18";
+ revision = "6";
+ editedCabalFile = "0vhb3ysfi483zfp351ywjc6cg1ihz44wq137zbrkrkigxa3qhg8f";
libraryHaskellDepends = [
base containers data-default-class lens linear
];
@@ -88269,6 +88471,8 @@ self: {
];
description = "Tree and Forest types";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"forest-fire" = callPackage
@@ -88335,8 +88539,6 @@ self: {
testHaskellDepends = [ aeson base containers hspec mtl text ];
description = "Parse and validate forms in JSON format";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"formal" = callPackage
@@ -88381,8 +88583,8 @@ self: {
({ mkDerivation, base, hspec, text }:
mkDerivation {
pname = "format-numbers";
- version = "0.1.0.0";
- sha256 = "19ii2b804i6rmz21qpjy1p5yvb32gglniszhgcpmb268aldmd90c";
+ version = "0.1.0.1";
+ sha256 = "193nvj3bf7w0rb1igwl6q27jjijw71v82ik3l7maamfry15hwiaw";
libraryHaskellDepends = [ base text ];
testHaskellDepends = [ base hspec text ];
description = "Various number formatting functions";
@@ -88958,6 +89160,8 @@ self: {
libraryHaskellDepends = [ base semigroups ];
description = "Fractions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"frag" = callPackage
@@ -89064,6 +89268,8 @@ self: {
benchmarkHaskellDepends = [ base time ];
description = "Cached and parallel data fetching";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"freddy" = callPackage
@@ -89150,8 +89356,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "efficient data types for free categories and arrows";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"free-concurrent" = callPackage
@@ -89403,8 +89607,6 @@ self: {
];
description = "Instantiate the classes from the vector-space package with types from linear";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"free-vl" = callPackage
@@ -89866,6 +90068,8 @@ self: {
];
description = "Attempt to pretty-print any input";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"friendly-time" = callPackage
@@ -89883,12 +90087,14 @@ self: {
}) {};
"frisby" = callPackage
- ({ mkDerivation, array, base, containers, mtl, semigroups }:
+ ({ mkDerivation, array, base, containers, fail, mtl, semigroups }:
mkDerivation {
pname = "frisby";
- version = "0.2.2";
- sha256 = "1mdncc38qwakadr8q4ncz9vzvx9scfhlgk2m540y2mjdypdiicy1";
- libraryHaskellDepends = [ array base containers mtl semigroups ];
+ version = "0.2.3";
+ sha256 = "1bcdrjvd6cpq1361m8ipf1z6yp3gqiaixkl8gxgmg6ky1lsiljhn";
+ libraryHaskellDepends = [
+ array base containers fail mtl semigroups
+ ];
description = "Linear time composable parser for PEG grammars";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -89897,11 +90103,11 @@ self: {
({ mkDerivation, base, doctest, Glob, transformers }:
mkDerivation {
pname = "from-sum";
- version = "0.2.2.0";
- sha256 = "05fppk2hkxn67xfl6kdzdp2a5mfz63dv4yx7mvr9fbdrarxrf326";
+ version = "0.2.3.0";
+ sha256 = "1rdsynimmq81y3g5c8z9yvlqhsl99hnvjq4wvdci5ql788cq4m81";
libraryHaskellDepends = [ base transformers ];
testHaskellDepends = [ base doctest Glob ];
- description = "Canonical fromMaybeM and fromEitherM functions";
+ description = "Combinators for working with Maybe and Either";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -89921,18 +90127,18 @@ self: {
"front" = callPackage
({ mkDerivation, aeson, async, base, blaze-html, blaze-markup
- , bytestring, conduit, fay, fay-dom, fay-websockets, mtl, stm
- , stm-lifted, text, websockets
+ , bytestring, conduit, fay, fay-dom, fay-websockets, mtl, stm, text
+ , websockets
}:
mkDerivation {
pname = "front";
- version = "0.0.0.2";
- sha256 = "106y0qnz5lyvxy69s24fapqkys6i373kl2v51bpkvfwq5ppax0b0";
+ version = "0.0.0.3";
+ sha256 = "0n2w3rcl20njqrxx9ws2jrw3yjrxhxzl6q916apyh07bricmmkw9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async base blaze-html blaze-markup bytestring conduit fay
- fay-dom fay-websockets mtl stm stm-lifted text websockets
+ fay-dom fay-websockets mtl stm text websockets
];
description = "A reactive frontend web framework";
license = stdenv.lib.licenses.bsd3;
@@ -90207,6 +90413,8 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Finite state transducers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fsutils" = callPackage
@@ -90261,6 +90469,8 @@ self: {
];
description = "File System watching tool with cli and slave functionalities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fswatcher" = callPackage
@@ -90385,6 +90595,8 @@ self: {
];
description = "FTP Client and Server Library";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ftree" = callPackage
@@ -90631,6 +90843,8 @@ self: {
executableHaskellDepends = [ base funcons-tools funcons-values ];
description = "A modular interpreter for executing SIMPLE funcons";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"funcons-tools" = callPackage
@@ -90656,6 +90870,8 @@ self: {
];
description = "A modular interpreter for executing funcons";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"funcons-values" = callPackage
@@ -90671,6 +90887,8 @@ self: {
];
description = "Library providing values and operations on values in a fixed universe";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"function-builder" = callPackage
@@ -90741,8 +90959,8 @@ self: {
pname = "functor";
version = "0.1.0.0";
sha256 = "03s0gpxg1k5f26lxyq617ly57c56w0k6nm59h6dwdkc3w2ainqiv";
- revision = "1";
- editedCabalFile = "0yl3pxzggr05rjizmpy7fli7ribc157vci46z084dn6jqlnlbh3a";
+ revision = "2";
+ editedCabalFile = "1cjr0x65q1hmls7jszmngbibbif1l9jipjgkndpr33d84ry10hnj";
libraryHaskellDepends = [ base category ];
description = "Functors";
license = stdenv.lib.licenses.bsd3;
@@ -90769,8 +90987,8 @@ self: {
pname = "functor-classes-compat";
version = "1";
sha256 = "0vrnl5crr7d2wsm4ryx26g98j23dpk7x5p31xrbnckd78i7zj4gg";
- revision = "5";
- editedCabalFile = "0n823v0avzdwvmfm5fgw5gsmrlvd12pdx1clkislpd5yq4ffgjw7";
+ revision = "6";
+ editedCabalFile = "0r0h3hp182w9ndhr5lrvhzl1vyj2f3vvh32fpdnbxb8xkkhx55sa";
libraryHaskellDepends = [
base containers hashable unordered-containers vector
];
@@ -90787,33 +91005,6 @@ self: {
}:
mkDerivation {
pname = "functor-combinators";
- version = "0.1.1.1";
- sha256 = "1bs1xqlndbzi91z9048clmgmgkjyyrkgcmz6s864villy0s9h90c";
- libraryHaskellDepends = [
- base bifunctors comonad constraints containers deriving-compat free
- kan-extensions mmorph mtl natural-transformation
- nonempty-containers pointed profunctors semigroupoids tagged these
- transformers trivial-constraint vinyl
- ];
- testHaskellDepends = [
- base bifunctors dependent-sum free hedgehog nonempty-containers
- semigroupoids tasty tasty-hedgehog transformers
- ];
- description = "Tools for functor combinator-based program design";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "functor-combinators_0_2_0_0" = callPackage
- ({ mkDerivation, base, bifunctors, comonad, constraints, containers
- , dependent-sum, deriving-compat, free, hedgehog, kan-extensions
- , mmorph, mtl, natural-transformation, nonempty-containers, pointed
- , profunctors, semigroupoids, tagged, tasty, tasty-hedgehog, these
- , transformers, trivial-constraint, vinyl
- }:
- mkDerivation {
- pname = "functor-combinators";
version = "0.2.0.0";
sha256 = "0z8r9z08cayyv2ag748aa8550sd2mnj2zagdkf5i5yn3lvhd0k6j";
libraryHaskellDepends = [
@@ -90828,8 +91019,6 @@ self: {
];
description = "Tools for functor combinator-based program design";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"functor-combo" = callPackage
@@ -90870,6 +91059,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Infix operators for mapping over compositions of functors. Lots of them.";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"functor-monadic" = callPackage
@@ -90892,8 +91083,6 @@ self: {
libraryHaskellDepends = [ base microlens singletons text vinyl ];
description = "General functor products for various Foldable instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"functor-utils" = callPackage
@@ -90905,6 +91094,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim lens ];
description = "Collection of functor utilities, providing handy operators, like generalization of (.).";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"functorm" = callPackage
@@ -90932,37 +91123,37 @@ self: {
}) {};
"funflow" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, clock, constraints
- , 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, 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, aeson, async, base, bytestring, cas-hashable
+ , cas-store, clock, constraints, containers, contravariant
+ , cryptonite, data-default, directory, exceptions, filepath
+ , ghc-prim, Glob, hashable, hedis, hostname, integer-gmp, katip
+ , lens, lifted-async, memory, monad-control, mtl, network
+ , optparse-applicative, path, path-io, pretty, process, profunctors
+ , 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.5.0";
- sha256 = "0mvv78jjiq3bglqpynl90155mwm7k8m7qv127cxi31n0xmzpw4ky";
+ version = "1.6.0";
+ sha256 = "0cwy4wiy5vr6wix5fjiw6dmy4nxyv9bbnj5w2wkhs8rdb0c34zim";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson async base bytestring clock constraints 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 path path-io pretty
- process random safe-exceptions scientific sqlite-simple stm store
- tar template-haskell text time transformers unix
- unordered-containers vector yaml
+ aeson async base bytestring cas-hashable cas-store clock
+ constraints containers contravariant cryptonite data-default
+ directory exceptions filepath ghc-prim Glob hashable hedis hostname
+ integer-gmp katip lens lifted-async memory monad-control mtl path
+ path-io pretty process profunctors random safe-exceptions
+ scientific sqlite-simple stm store tar template-haskell text time
+ transformers unix unordered-containers vector yaml
];
executableHaskellDepends = [
- base bytestring clock hedis network optparse-applicative path
- safe-exceptions text unix
+ base bytestring cas-store clock hedis network optparse-applicative
+ path safe-exceptions text unix
];
testHaskellDepends = [
- async base containers data-default directory filepath hedis path
+ async base cas-store data-default directory filepath hedis path
path-io process random safe-exceptions tasty tasty-hunit temporary
text unix
];
@@ -91092,37 +91283,19 @@ self: {
libraryHaskellDepends = [ base ];
description = "Type-level function utilities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fused-effects" = callPackage
- ({ mkDerivation, base, deepseq, doctest, gauge, hspec
- , inspection-testing, MonadRandom, QuickCheck, random, transformers
- , unliftio-core
- }:
- mkDerivation {
- pname = "fused-effects";
- version = "0.5.0.1";
- sha256 = "0s6y34x29w31lzqlj7xf9sld9dmh3q1f0rl3zfmzd4kpp2ybc965";
- libraryHaskellDepends = [
- base deepseq MonadRandom random transformers unliftio-core
- ];
- testHaskellDepends = [
- base doctest hspec inspection-testing QuickCheck transformers
- ];
- benchmarkHaskellDepends = [ base gauge ];
- description = "A fast, flexible, fused effect system";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "fused-effects_1_0_0_0" = callPackage
({ mkDerivation, base, containers, gauge, hedgehog, hedgehog-fn
, inspection-testing, markdown-unlit, mtl, tasty, tasty-hedgehog
, tasty-hunit, transformers
}:
mkDerivation {
pname = "fused-effects";
- version = "1.0.0.0";
- sha256 = "120jvgh35wl5vb2qad8c1dhpr1ddlbhm5b03dy9kcb7d8s89qfs6";
+ version = "1.0.2.0";
+ sha256 = "0dy8m54fm3gndj0bda0savl80w7drj8h113bhbi2439wl3x02y6x";
libraryHaskellDepends = [ base transformers ];
testHaskellDepends = [
base containers hedgehog hedgehog-fn inspection-testing mtl tasty
@@ -91132,7 +91305,6 @@ self: {
benchmarkHaskellDepends = [ base gauge ];
description = "A fast, flexible, fused effect system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fused-effects-exceptions" = callPackage
@@ -91150,8 +91322,6 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "Handle exceptions thrown in IO with fused-effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fused-effects-lens" = callPackage
@@ -91164,8 +91334,6 @@ self: {
testHaskellDepends = [ base fused-effects hspec microlens ];
description = "Monadic lens combinators for fused-effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fused-effects-random" = callPackage
@@ -91181,8 +91349,6 @@ self: {
];
description = "Random number generation for fused-effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fused-effects-resumable" = callPackage
@@ -91196,6 +91362,22 @@ self: {
];
description = "Resumable exceptions for the fused-effects ecosystem";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "fused-effects-squeal" = callPackage
+ ({ mkDerivation, base, fused-effects, squeal-postgresql, unliftio
+ , unliftio-core, unliftio-pool
+ }:
+ mkDerivation {
+ pname = "fused-effects-squeal";
+ version = "0.1.0.0";
+ sha256 = "0j91ynfb546mdlyp6jm3jpj99g4gk3ps978i9p4jxy6ivaj4pz75";
+ libraryHaskellDepends = [
+ base fused-effects squeal-postgresql unliftio unliftio-core
+ unliftio-pool
+ ];
+ description = "A fused-effects adapter for squeal-postgresql";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -91216,6 +91398,40 @@ self: {
broken = true;
}) {};
+ "fusion-plugin" = callPackage
+ ({ mkDerivation, base, ghc, syb }:
+ mkDerivation {
+ pname = "fusion-plugin";
+ version = "0.1.1";
+ sha256 = "15bjjsxck6682nva7mahss87rxlzw8j66hzkhji122swyvgd89a1";
+ libraryHaskellDepends = [ base ghc syb ];
+ description = "GHC plugin to make stream fusion more predictable";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "fusion-plugin_0_2_0" = callPackage
+ ({ mkDerivation, base, fusion-plugin-types, ghc, syb }:
+ mkDerivation {
+ pname = "fusion-plugin";
+ version = "0.2.0";
+ sha256 = "0fbsmlkvxxfiwajl3ihidp2xmsds4y47sbqigng9pp78lhln35am";
+ libraryHaskellDepends = [ base fusion-plugin-types ghc syb ];
+ description = "GHC plugin to make stream fusion more predictable";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "fusion-plugin-types" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "fusion-plugin-types";
+ version = "0.1.0";
+ sha256 = "14lzymjna6faiwj7bdm1jrz42jfj3w1wi2hv66mldjhadf45613d";
+ libraryHaskellDepends = [ base ];
+ description = "Types for the fusion-plugin package";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"futhark" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
, blaze-html, bytestring, containers, data-binary-ieee754
@@ -91233,6 +91449,8 @@ self: {
pname = "futhark";
version = "0.14.1";
sha256 = "1bg0r9b0jg9j12lcc6wa684yjm58l020m9x5abpc54cghigywswj";
+ revision = "1";
+ editedCabalFile = "0iqg18jz8lgbh9iq1zgs8j9q5smzzi8w1asryz4dx8y6dl7n97p5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -91254,8 +91472,6 @@ self: {
];
description = "An optimising compiler for a functional, array-oriented language";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"futun" = callPackage
@@ -91342,8 +91558,8 @@ self: {
({ mkDerivation, base, hourglass, hspec, lens, parsec }:
mkDerivation {
pname = "fuzzy-dates";
- version = "0.1.1.1";
- sha256 = "1hanmwzr1g11am4z3r9wrkzfycvk76a03cg9bqpifidv7y9hcd73";
+ version = "0.1.1.2";
+ sha256 = "12ga6d4kp6mk6cg781ibaxxmpq7kfh8i4yg8r4awiwp1ic8lrcd9";
libraryHaskellDepends = [ base hourglass hspec lens parsec ];
testHaskellDepends = [ base hourglass hspec lens parsec ];
description = "Libary for parsing dates in strings in varied formats";
@@ -91369,6 +91585,46 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "fuzzy-time" = callPackage
+ ({ mkDerivation, base, containers, deepseq, megaparsec, text, time
+ , validity, validity-time
+ }:
+ mkDerivation {
+ pname = "fuzzy-time";
+ version = "0.1.0.0";
+ sha256 = "1l9gpirnnr8lzdcnqz1sdi998v7gka9x6sld2pz4d8y906mdhclj";
+ libraryHaskellDepends = [
+ base containers deepseq megaparsec text time validity validity-time
+ ];
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "fuzzy-time-gen" = callPackage
+ ({ mkDerivation, base, containers, criterion, fuzzy-time
+ , genvalidity, genvalidity-criterion, genvalidity-hspec
+ , genvalidity-text, genvalidity-time, hspec, megaparsec, QuickCheck
+ , text, time
+ }:
+ mkDerivation {
+ pname = "fuzzy-time-gen";
+ version = "0.1.0.0";
+ sha256 = "01hvzb6x25qbsbcfacjba1niwfswkxmarspniiaa7agzcfds45z3";
+ libraryHaskellDepends = [
+ base containers fuzzy-time genvalidity genvalidity-time megaparsec
+ QuickCheck time
+ ];
+ testHaskellDepends = [
+ base fuzzy-time genvalidity genvalidity-hspec genvalidity-text
+ genvalidity-time hspec megaparsec QuickCheck text time
+ ];
+ benchmarkHaskellDepends = [
+ base criterion fuzzy-time genvalidity-criterion
+ ];
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"fuzzy-timings" = callPackage
({ mkDerivation, base, containers, glpk-hs, HUnit, mtl, QuickCheck
, random, test-framework, test-framework-hunit
@@ -91392,26 +91648,6 @@ self: {
}) {};
"fuzzyset" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, data-default, hspec
- , ieee754, lens, text, text-metrics, unordered-containers, vector
- }:
- mkDerivation {
- pname = "fuzzyset";
- version = "0.1.1";
- sha256 = "1r23xp3c4f1y0kx0kcg4z83rfxl6swciysb3cy7z6yv35fs8bs4q";
- libraryHaskellDepends = [
- base base-unicode-symbols data-default lens text text-metrics
- unordered-containers vector
- ];
- testHaskellDepends = [
- base base-unicode-symbols hspec ieee754 lens text
- unordered-containers
- ];
- description = "Fuzzy set for approximate string matching";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "fuzzyset_0_2_0" = callPackage
({ mkDerivation, base, data-default, hspec, ieee754, text
, text-metrics, unordered-containers, vector
}:
@@ -91428,7 +91664,6 @@ self: {
];
description = "Fuzzy set for approximate string matching";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fuzzytime" = callPackage
@@ -91662,35 +91897,9 @@ self: {
];
description = "FFTs over finite fields";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"galois-field" = callPackage
- ({ mkDerivation, base, criterion, integer-gmp, MonadRandom
- , protolude, tasty, tasty-quickcheck, wl-pprint-text
- }:
- mkDerivation {
- pname = "galois-field";
- version = "0.3.0";
- sha256 = "0c4n37rf6kfpyxdmqk4hdgmjc8fvxwynq0izgrhrqinv4z4l97v7";
- libraryHaskellDepends = [
- base integer-gmp MonadRandom protolude tasty-quickcheck
- wl-pprint-text
- ];
- testHaskellDepends = [
- base integer-gmp MonadRandom protolude tasty tasty-quickcheck
- wl-pprint-text
- ];
- benchmarkHaskellDepends = [
- base criterion integer-gmp MonadRandom protolude tasty-quickcheck
- wl-pprint-text
- ];
- description = "Galois field library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "galois-field_1_0_1" = callPackage
({ mkDerivation, base, bitvec, criterion, groups, integer-gmp
, MonadRandom, poly, protolude, semirings, tasty, tasty-quickcheck
, vector, wl-pprint-text
@@ -91713,7 +91922,6 @@ self: {
];
description = "Galois field library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"game-of-life" = callPackage
@@ -92565,6 +92773,8 @@ self: {
libraryHaskellDepends = [ base List transformers ];
description = "Python-generators notation for creation of monadic lists";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generators" = callPackage
@@ -92615,6 +92825,8 @@ self: {
];
description = "Derivation of Aeson instances using GHC generics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generic-arbitrary" = callPackage
@@ -92690,6 +92902,28 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "generic-data_0_8_1_0" = callPackage
+ ({ mkDerivation, base, base-orphans, contravariant, criterion
+ , deepseq, doctest, generic-lens, Glob, one-liner, QuickCheck
+ , show-combinators, tasty, tasty-hunit
+ }:
+ mkDerivation {
+ pname = "generic-data";
+ version = "0.8.1.0";
+ sha256 = "0hrrqxvax365yg3y7pv6k6v9x86a7hj3b85kmzky2q6f7vvqfkfb";
+ libraryHaskellDepends = [
+ base base-orphans contravariant show-combinators
+ ];
+ testHaskellDepends = [
+ base doctest generic-lens Glob one-liner QuickCheck tasty
+ tasty-hunit
+ ];
+ benchmarkHaskellDepends = [ base criterion deepseq ];
+ description = "Deriving instances with GHC.Generics and related utilities";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"generic-data-surgery" = callPackage
({ mkDerivation, base, first-class-families, generic-data, tasty
, tasty-hunit
@@ -92737,25 +92971,6 @@ self: {
}:
mkDerivation {
pname = "generic-deriving";
- version = "1.12.4";
- sha256 = "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4";
- revision = "1";
- editedCabalFile = "16z0748pw4j28ib6vg5yzjm8wrarqkclr7l597q5zjxabjdn1ygj";
- libraryHaskellDepends = [
- base containers ghc-prim template-haskell th-abstraction
- ];
- testHaskellDepends = [ base hspec template-haskell ];
- testToolDepends = [ hspec-discover ];
- description = "Generic programming library for generalised deriving";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "generic-deriving_1_13_1" = callPackage
- ({ mkDerivation, base, containers, ghc-prim, hspec, hspec-discover
- , template-haskell, th-abstraction
- }:
- mkDerivation {
- pname = "generic-deriving";
version = "1.13.1";
sha256 = "1glsl15dc40wn1r851bray6i450g82xa2n0q53p1i3p5x903mdg9";
libraryHaskellDepends = [
@@ -92765,7 +92980,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Generic programming library for generalised deriving";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-enum" = callPackage
@@ -92795,13 +93009,13 @@ self: {
"generic-lens" = callPackage
({ mkDerivation, base, criterion, deepseq, doctest, HUnit
- , inspection-testing, lens, profunctors, QuickCheck, tagged
+ , inspection-testing, lens, profunctors, QuickCheck, tagged, text
}:
mkDerivation {
pname = "generic-lens";
- version = "1.1.0.0";
- sha256 = "1frng5vgk4pkaw8wqqj6ch9p5fk88rbw1mmxzs0cp13wpxnr9wpc";
- libraryHaskellDepends = [ base profunctors tagged ];
+ version = "1.2.0.1";
+ sha256 = "0dl7xrrrrbcsz6m69liiz6r8jaa7yi1h8ppgxj94r2zi7pjmwvwf";
+ libraryHaskellDepends = [ base profunctors tagged text ];
testHaskellDepends = [
base doctest HUnit inspection-testing lens profunctors
];
@@ -92812,26 +93026,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "generic-lens_1_2_0_1" = callPackage
- ({ mkDerivation, base, criterion, deepseq, doctest, HUnit
- , inspection-testing, lens, profunctors, QuickCheck, tagged, text
+ "generic-lens_2_0_0_0" = callPackage
+ ({ mkDerivation, base, doctest, generic-lens-core, HUnit
+ , inspection-testing, lens, profunctors, text
}:
mkDerivation {
pname = "generic-lens";
- version = "1.2.0.1";
- sha256 = "0dl7xrrrrbcsz6m69liiz6r8jaa7yi1h8ppgxj94r2zi7pjmwvwf";
- libraryHaskellDepends = [ base profunctors tagged text ];
+ version = "2.0.0.0";
+ sha256 = "0fh9095qiqlym0s6w0zkmybn7hyywgy964fhg95x0vprpmfya5mq";
+ libraryHaskellDepends = [
+ base generic-lens-core profunctors text
+ ];
testHaskellDepends = [
base doctest HUnit inspection-testing lens profunctors
];
- benchmarkHaskellDepends = [
- base criterion deepseq lens QuickCheck
- ];
description = "Generically derive traversals, lenses and prisms";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "generic-lens-core" = callPackage
+ ({ mkDerivation, base, indexed-profunctors, text }:
+ mkDerivation {
+ pname = "generic-lens-core";
+ version = "2.0.0.0";
+ sha256 = "0h7fjh3zk8lkkmdj3w3wg72gbmnr8wz9wfm58ryvx0036l284qji";
+ libraryHaskellDepends = [ base indexed-profunctors text ];
+ description = "Generically derive traversals, lenses and prisms";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"generic-lens-labels" = callPackage
({ mkDerivation, base, generic-lens }:
mkDerivation {
@@ -92906,6 +93130,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "generic-optics" = callPackage
+ ({ mkDerivation, base, doctest, generic-lens-core, HUnit
+ , inspection-testing, optics-core, text
+ }:
+ mkDerivation {
+ pname = "generic-optics";
+ version = "2.0.0.0";
+ sha256 = "17m72q0cjvagq1khiq8m495jhkpn2rqd6y1h9bxngp6l0k355nmw";
+ libraryHaskellDepends = [
+ base generic-lens-core optics-core text
+ ];
+ testHaskellDepends = [
+ base doctest HUnit inspection-testing optics-core
+ ];
+ description = "Generically derive traversals, lenses and prisms";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"generic-optics-lite" = callPackage
({ mkDerivation, base, generic-lens-lite, optics-core }:
mkDerivation {
@@ -92942,27 +93184,12 @@ self: {
({ mkDerivation, base, deepseq, QuickCheck }:
mkDerivation {
pname = "generic-random";
- version = "1.2.0.0";
- sha256 = "130lmblycxnpqbsl7vf6a90zccibnvcb5zaclfajcn3by39007lv";
- revision = "1";
- editedCabalFile = "1d0hx41r7yq2a86ydnfh2fv540ah8cz05l071s2z4wxcjw0ymyn4";
- libraryHaskellDepends = [ base QuickCheck ];
- testHaskellDepends = [ base deepseq QuickCheck ];
- description = "Generic random generators";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "generic-random_1_3_0_0" = callPackage
- ({ mkDerivation, base, deepseq, QuickCheck }:
- mkDerivation {
- pname = "generic-random";
version = "1.3.0.0";
sha256 = "1z62lvb0zjdy5ass2cvj442w0cbk0zi4cx6n4qm2ai4sbmgh5hzk";
libraryHaskellDepends = [ base QuickCheck ];
testHaskellDepends = [ base deepseq QuickCheck ];
description = "Generic random generators";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-records" = callPackage
@@ -92985,6 +93212,8 @@ self: {
libraryHaskellDepends = [ base bytestring network ];
description = "Simple generic TCP/IP server";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generic-storable" = callPackage
@@ -93025,6 +93254,8 @@ self: {
libraryHaskellDepends = [ base containers transformers ];
description = "A map, where the keys may be complex structured data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generic-xml" = callPackage
@@ -93055,8 +93286,6 @@ self: {
testHaskellDepends = [ base hxt tasty tasty-hunit tasty-th ];
description = "Generic generation of HXT XmlPickler instances using GHC Generics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"generics-eot" = callPackage
@@ -93078,17 +93307,6 @@ self: {
}) {};
"generics-mrsop" = callPackage
- ({ mkDerivation, base, containers, mtl, template-haskell }:
- mkDerivation {
- pname = "generics-mrsop";
- version = "2.1.0";
- sha256 = "1ynzwpwry6fqzjmz3n0iwdp5ra3c402jg1g8sdf7vbpaw9ilyrng";
- libraryHaskellDepends = [ base containers mtl template-haskell ];
- description = "Generic Programming with Mutually Recursive Sums of Products";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "generics-mrsop_2_3_0" = callPackage
({ mkDerivation, base, containers, mtl, sop-core, template-haskell
}:
mkDerivation {
@@ -93101,6 +93319,7 @@ self: {
description = "Generic Programming with Mutually Recursive Sums of Products";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"generics-mrsop-gdiff" = callPackage
@@ -93122,25 +93341,6 @@ self: {
}:
mkDerivation {
pname = "generics-sop";
- version = "0.4.0.1";
- sha256 = "160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw";
- libraryHaskellDepends = [
- base ghc-prim sop-core template-haskell
- ];
- testHaskellDepends = [ base ];
- benchmarkHaskellDepends = [
- base criterion deepseq template-haskell
- ];
- description = "Generic Programming using True Sums of Products";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "generics-sop_0_5_0_0" = callPackage
- ({ mkDerivation, base, criterion, deepseq, ghc-prim, sop-core
- , template-haskell
- }:
- mkDerivation {
- pname = "generics-sop";
version = "0.5.0.0";
sha256 = "18dkdain2g46b1637f3pbv0fkzg4b1a8frm16hfqvhpfk46i7rzc";
revision = "1";
@@ -93154,7 +93354,6 @@ self: {
];
description = "Generic Programming using True Sums of Products";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generics-sop-lens" = callPackage
@@ -93413,28 +93612,17 @@ self: {
}) {};
"genvalidity" = callPackage
- ({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
- mkDerivation {
- pname = "genvalidity";
- version = "0.8.0.0";
- sha256 = "0w38aq9hfyymidncgkrs6yvja7j573d9sap5qfg5rz910fhsij9a";
- libraryHaskellDepends = [ base QuickCheck validity ];
- testHaskellDepends = [ base hspec hspec-core QuickCheck ];
- description = "Testing utilities for the validity library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity_0_9_1_0" = callPackage
- ({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
+ ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random
+ , validity
+ }:
mkDerivation {
pname = "genvalidity";
- version = "0.9.1.0";
- sha256 = "0pkc0ys8g6g0d22s83xwk1vkx476qhassdqn4d7m6z0zcsq0shkg";
- libraryHaskellDepends = [ base QuickCheck validity ];
+ version = "0.10.0.1";
+ sha256 = "0zyg3a0gqcdhdqy8w8ydqpcq7k6vbsb77v2dw31j2yfss1av4q2x";
+ libraryHaskellDepends = [ base QuickCheck random validity ];
testHaskellDepends = [ base hspec hspec-core QuickCheck ];
description = "Testing utilities for the validity library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-aeson" = callPackage
@@ -93466,8 +93654,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-bytestring";
- version = "0.5.0.0";
- sha256 = "0lcgkq9dlf0k687ccg07jan9f1ba1iag6l8yc9xbnf7vignqz0ma";
+ version = "0.5.0.1";
+ sha256 = "00ps3aq4dz1id3k50kwqbkng7ygs8yb8fmz7yv9s4byrf5gh7kpq";
libraryHaskellDepends = [
base bytestring genvalidity QuickCheck validity validity-bytestring
];
@@ -93480,32 +93668,14 @@ self: {
}) {};
"genvalidity-containers" = callPackage
- ({ mkDerivation, base, containers, genvalidity, genvalidity-hspec
+ ({ mkDerivation, base, containers, criterion, genvalidity
+ , genvalidity-criterion, genvalidity-hspec, genvalidity-property
, hspec, QuickCheck, validity, validity-containers
}:
mkDerivation {
pname = "genvalidity-containers";
- version = "0.6.0.0";
- sha256 = "1ql8fmy6vpp0w52kkihfc3xzqsm4gdfm1j7mshirdw8vwa7y441q";
- libraryHaskellDepends = [
- base containers genvalidity QuickCheck validity validity-containers
- ];
- testHaskellDepends = [
- base containers genvalidity genvalidity-hspec hspec validity
- ];
- description = "GenValidity support for containers";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-containers_0_8_0_1" = callPackage
- ({ mkDerivation, base, containers, genvalidity, genvalidity-hspec
- , genvalidity-property, hspec, QuickCheck, validity
- , validity-containers
- }:
- mkDerivation {
- pname = "genvalidity-containers";
- version = "0.8.0.1";
- sha256 = "1iamvqrrvqa07hkpfcsmmrg3zppm2gk5gn97qpgmwn0h1pq9fmjp";
+ version = "0.8.0.2";
+ sha256 = "0nqxjs9nb080zlf2qys07dq1kfwwg1sg7jh0lnzl1zm9f228q701";
libraryHaskellDepends = [
base containers genvalidity QuickCheck validity validity-containers
];
@@ -93513,39 +93683,38 @@ self: {
base containers genvalidity genvalidity-hspec genvalidity-property
hspec validity
];
+ benchmarkHaskellDepends = [
+ base containers criterion genvalidity-criterion QuickCheck
+ ];
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
+ "genvalidity-criterion" = callPackage
+ ({ mkDerivation, base, criterion, deepseq, genvalidity, QuickCheck
}:
mkDerivation {
- pname = "genvalidity-hspec";
- version = "0.7.0.0";
- sha256 = "0cp0scxrkqmpscndxa68a1ij26i86qvblvb5fipwwyky76xhjsgg";
+ pname = "genvalidity-criterion";
+ version = "0.0.0.0";
+ sha256 = "0fd2079vh0pz3qkii9x7vwslix2mkx5h41ci0bblqxdhvsvbfp9r";
libraryHaskellDepends = [
- base genvalidity genvalidity-property hspec hspec-core QuickCheck
- transformers validity
+ base criterion deepseq genvalidity QuickCheck
];
- testHaskellDepends = [
- base doctest genvalidity genvalidity-property hspec hspec-core
- QuickCheck validity
+ benchmarkHaskellDepends = [
+ base criterion genvalidity QuickCheck
];
- description = "Standard spec's for GenValidity instances";
+ description = "Criterion benchmarks for generators";
license = stdenv.lib.licenses.mit;
}) {};
- "genvalidity-hspec_0_7_0_3" = callPackage
+ "genvalidity-hspec" = callPackage
({ mkDerivation, base, genvalidity, genvalidity-property, hspec
, hspec-core, QuickCheck, transformers, validity
}:
mkDerivation {
pname = "genvalidity-hspec";
- version = "0.7.0.3";
- sha256 = "0mxi1d005xdys4gznm0swqiryw5rmxvy8hll5mjka56vvlb2w6dw";
+ version = "0.7.0.4";
+ sha256 = "0aajx07n2rznyqxb0c4pn9j2cvkzw5brz9ki4grhhigbcri3jzmv";
libraryHaskellDepends = [
base genvalidity genvalidity-property hspec hspec-core QuickCheck
transformers validity
@@ -93555,106 +93724,126 @@ self: {
];
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
- , genvalidity-property, genvalidity-text, hspec, QuickCheck, text
- , validity
+ ({ mkDerivation, aeson, base, bytestring, deepseq, genvalidity
+ , genvalidity-aeson, genvalidity-hspec, genvalidity-property
+ , genvalidity-text, hspec, QuickCheck, text, validity
}:
mkDerivation {
pname = "genvalidity-hspec-aeson";
- version = "0.3.1.0";
- sha256 = "0ainmqs2i2q1bgcy8k3h2j4gm3730ll3b56p5pkydrgxhkdkxk9b";
+ version = "0.3.1.1";
+ sha256 = "1vqbvkjhq35jm3sr7g5jmwnalzcf8yy76fvd33x6gwayv78rp0ab";
libraryHaskellDepends = [
aeson base bytestring deepseq genvalidity genvalidity-hspec hspec
QuickCheck
];
testHaskellDepends = [
- aeson base doctest genvalidity genvalidity-aeson genvalidity-hspec
- genvalidity-property genvalidity-text hspec text validity
+ aeson base genvalidity genvalidity-aeson genvalidity-hspec
+ genvalidity-property genvalidity-text hspec QuickCheck text
+ validity
];
description = "Standard spec's for aeson-related instances";
license = stdenv.lib.licenses.mit;
}) {};
"genvalidity-hspec-binary" = callPackage
- ({ mkDerivation, base, binary, deepseq, doctest, genvalidity
+ ({ mkDerivation, base, binary, deepseq, genvalidity
, genvalidity-hspec, genvalidity-property, hspec, QuickCheck
, validity
}:
mkDerivation {
pname = "genvalidity-hspec-binary";
- version = "0.2.0.3";
- sha256 = "1am9brcf3wh2fdrfwlkcqiamwc2zlcw3lihpcqgz0sm3jhka56xr";
+ version = "0.2.0.4";
+ sha256 = "144gcr9hm89aqwr0fglnazc5biksdd7sv7qh0ivh56x7v80wd3r9";
libraryHaskellDepends = [
base binary deepseq genvalidity genvalidity-hspec hspec QuickCheck
];
testHaskellDepends = [
- base doctest genvalidity genvalidity-property hspec validity
+ base binary genvalidity genvalidity-property hspec validity
];
description = "Standard spec's for binary-related Instances";
license = stdenv.lib.licenses.mit;
}) {};
"genvalidity-hspec-cereal" = callPackage
- ({ mkDerivation, base, cereal, deepseq, doctest, genvalidity
+ ({ mkDerivation, base, cereal, deepseq, genvalidity
, genvalidity-hspec, genvalidity-property, hspec, QuickCheck
, validity
}:
mkDerivation {
pname = "genvalidity-hspec-cereal";
- version = "0.2.0.3";
- sha256 = "11bii2nf52jfarfb5jzgj6pmsz59mcvivb8nxc90z97gdd5w6zll";
+ version = "0.2.0.4";
+ sha256 = "0dyfx56cjila3l1nv199p12pi90hi9x27a97h5kqrkaxx5ca3czb";
libraryHaskellDepends = [
base cereal deepseq genvalidity genvalidity-hspec hspec QuickCheck
];
testHaskellDepends = [
- base doctest genvalidity genvalidity-property hspec validity
+ base cereal genvalidity genvalidity-property hspec QuickCheck
+ validity
];
description = "Standard spec's for cereal-related instances";
license = stdenv.lib.licenses.mit;
}) {};
"genvalidity-hspec-hashable" = callPackage
- ({ mkDerivation, base, doctest, genvalidity, genvalidity-hspec
+ ({ mkDerivation, base, genvalidity, genvalidity-hspec
, genvalidity-property, hashable, hspec, hspec-core, QuickCheck
, validity
}:
mkDerivation {
pname = "genvalidity-hspec-hashable";
- version = "0.2.0.4";
- sha256 = "1vyd14cmsj54kbfbidgsy8r695zza635bxwg2i95gl1i314dzy1n";
+ version = "0.2.0.5";
+ sha256 = "1ia1kvr4by2yfzdrk89da028aqpqx4sp3lllra147q7bpjys0kry";
libraryHaskellDepends = [
base genvalidity genvalidity-hspec genvalidity-property hashable
hspec QuickCheck validity
];
testHaskellDepends = [
- base doctest genvalidity genvalidity-hspec genvalidity-property
- hashable hspec hspec-core QuickCheck validity
+ base genvalidity genvalidity-hspec genvalidity-property hashable
+ hspec hspec-core QuickCheck validity
];
description = "Standard spec's for Hashable instances";
license = stdenv.lib.licenses.mit;
}) {};
"genvalidity-hspec-optics" = callPackage
- ({ mkDerivation, base, doctest, genvalidity, genvalidity-hspec
+ ({ mkDerivation, base, genvalidity, genvalidity-hspec
, genvalidity-property, hspec, microlens, QuickCheck, validity
}:
mkDerivation {
pname = "genvalidity-hspec-optics";
- version = "0.1.1.1";
- sha256 = "121pjin5g1mgdqjydvj68639d5f17i3ibxrl8iiigp4q3xywp4ha";
+ version = "0.1.1.2";
+ sha256 = "1mh9s6q3zii6dpkli4zbmz89wly6bjfalvgs7jh5fvg36wv0c0a8";
libraryHaskellDepends = [
base genvalidity genvalidity-hspec hspec microlens QuickCheck
];
testHaskellDepends = [
- base doctest genvalidity genvalidity-hspec genvalidity-property
- hspec microlens validity
+ base genvalidity genvalidity-hspec genvalidity-property hspec
+ microlens validity
];
- description = "Standard spec's for optics";
+ description = "Standard spec's for lens";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "genvalidity-hspec-persistent" = callPackage
+ ({ mkDerivation, base, genvalidity, genvalidity-hspec
+ , genvalidity-property, genvalidity-text, hspec, persistent
+ , QuickCheck, text, validity
+ }:
+ mkDerivation {
+ pname = "genvalidity-hspec-persistent";
+ version = "0.0.0.1";
+ sha256 = "11wzwnhij2xbgka9sjdsh7yf9xk6vlm9g6j6amb0863sxs1vpjm0";
+ libraryHaskellDepends = [
+ base genvalidity genvalidity-hspec hspec persistent QuickCheck text
+ ];
+ testHaskellDepends = [
+ base genvalidity genvalidity-hspec genvalidity-property
+ genvalidity-text hspec persistent QuickCheck text validity
+ ];
+ description = "Standard spec's for persistent-related instances";
license = stdenv.lib.licenses.mit;
}) {};
@@ -93678,30 +93867,34 @@ self: {
time uuid
];
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"genvalidity-mergeless" = callPackage
- ({ mkDerivation, base, containers, genvalidity
- , genvalidity-containers, genvalidity-hspec
- , genvalidity-hspec-aeson, genvalidity-time, genvalidity-typed-uuid
- , hspec, mergeless, mtl, QuickCheck, random, time, typed-uuid, uuid
+ ({ mkDerivation, base, containers, criterion, genvalidity
+ , genvalidity-containers, genvalidity-criterion, genvalidity-hspec
+ , genvalidity-hspec-aeson, genvalidity-time, genvalidity-uuid
+ , hspec, mergeless, mtl, pretty-show, QuickCheck, random, time
+ , uuid
}:
mkDerivation {
pname = "genvalidity-mergeless";
- version = "0.0.0.0";
- sha256 = "08lic96xmyqxi773zynn361yzqkx13w57hd7jl21hbkpjjx1g9ka";
+ version = "0.1.0.0";
+ sha256 = "0bhpbfydh78ia759y9c8hbf6j656g4b6v8j9pjg8chnbx9dzgn1m";
libraryHaskellDepends = [
- base genvalidity genvalidity-containers genvalidity-time mergeless
- QuickCheck
+ base containers genvalidity genvalidity-containers genvalidity-time
+ mergeless QuickCheck
];
testHaskellDepends = [
base containers genvalidity-hspec genvalidity-hspec-aeson
- genvalidity-typed-uuid hspec mergeless mtl QuickCheck random time
- typed-uuid uuid
+ genvalidity-uuid hspec mergeless mtl pretty-show QuickCheck random
+ time uuid
+ ];
+ benchmarkHaskellDepends = [
+ base criterion genvalidity-criterion mergeless
];
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"genvalidity-path" = callPackage
@@ -93711,8 +93904,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-path";
- version = "0.3.0.3";
- sha256 = "10vlhkr75xjdvz9s6b6m3dwi0b7h3vnwvyqwdzp96njl5l6i3944";
+ version = "0.3.0.4";
+ sha256 = "0sv059xwz0qrw5718qszh3h7n923xxq3klvzmfrr7k4k5q48513l";
libraryHaskellDepends = [
base genvalidity path QuickCheck validity-path
];
@@ -93722,27 +93915,9 @@ self: {
];
description = "GenValidity support for Path";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {genvalidity-criterion = null;};
-
- "genvalidity-property" = callPackage
- ({ mkDerivation, base, directory, doctest, filepath, genvalidity
- , hspec, QuickCheck, validity
- }:
- mkDerivation {
- pname = "genvalidity-property";
- version = "0.4.0.0";
- sha256 = "0zayycx62226w54rvkxwhvqhznsr33dk3ds55yyqrfqbnhvph1s9";
- libraryHaskellDepends = [
- base genvalidity hspec QuickCheck validity
- ];
- testHaskellDepends = [ base directory doctest filepath ];
- description = "Standard properties for functions on `Validity` types";
- license = stdenv.lib.licenses.mit;
}) {};
- "genvalidity-property_0_5_0_1" = callPackage
+ "genvalidity-property" = callPackage
({ mkDerivation, base, directory, doctest, filepath, genvalidity
, hspec, pretty-show, QuickCheck, validity
}:
@@ -93756,7 +93931,6 @@ self: {
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
@@ -93765,8 +93939,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-scientific";
- version = "0.2.1.0";
- sha256 = "0gchsn5pvmbk57y7jn33zcbdr78mx3vb8v4cwr8b4pj5af6d84dg";
+ version = "0.2.1.1";
+ sha256 = "1slcalgm79y7m5albya4n8bwv4721crr19iwvqkdy806rwr67dx9";
libraryHaskellDepends = [
base genvalidity QuickCheck scientific validity validity-scientific
];
@@ -93778,32 +93952,14 @@ self: {
}) {};
"genvalidity-text" = callPackage
- ({ mkDerivation, array, base, genvalidity, genvalidity-hspec, hspec
- , QuickCheck, text, validity, validity-text
- }:
- mkDerivation {
- pname = "genvalidity-text";
- version = "0.6.0.0";
- sha256 = "01684mmf2vk4kvk4nanrlsa237jlx1713cqrsgrnwvb1n8x0z2ja";
- libraryHaskellDepends = [
- array base genvalidity QuickCheck text validity validity-text
- ];
- testHaskellDepends = [
- base genvalidity genvalidity-hspec hspec QuickCheck text
- ];
- description = "GenValidity support for Text";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-text_0_7_0_1" = callPackage
({ mkDerivation, array, base, criterion, genvalidity
, genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck
, random, text, validity, validity-text
}:
mkDerivation {
pname = "genvalidity-text";
- version = "0.7.0.1";
- sha256 = "13lpvjid379acapk8if3355zrgaaw2dg8fw52vzby9hqj4ki4gxs";
+ version = "0.7.0.2";
+ sha256 = "0p2g8qffg3ajzvjs5vxz558ch94aqqxjvqddwgy1apcxaa933j9c";
libraryHaskellDepends = [
array base genvalidity QuickCheck random text validity
validity-text
@@ -93816,22 +93972,24 @@ self: {
];
description = "GenValidity support for Text";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {genvalidity-criterion = null;};
+ }) {};
"genvalidity-time" = callPackage
- ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec
- , QuickCheck, time, validity-time
+ ({ mkDerivation, base, criterion, genvalidity
+ , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, time
+ , validity-time
}:
mkDerivation {
pname = "genvalidity-time";
- version = "0.2.1.1";
- sha256 = "0x3qddniy2a0qfyaxi1mfw9kqijky2gwyp19bcsp1gfxxl3c4mf5";
+ version = "0.3.0.0";
+ sha256 = "1za9sgwjm1vlp1q12dj0fmrvph6xcgnalvvjsxqvg9p7p6s9avnw";
libraryHaskellDepends = [
base genvalidity QuickCheck time validity-time
];
testHaskellDepends = [ base genvalidity-hspec hspec time ];
+ benchmarkHaskellDepends = [
+ base criterion genvalidity-criterion time
+ ];
description = "GenValidity support for time";
license = stdenv.lib.licenses.mit;
}) {};
@@ -93843,8 +94001,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-typed-uuid";
- version = "0.0.0.0";
- sha256 = "17lxwdb94lqprbymqsrm8xkgmgxaff6a3cczb1mzid9c91s1ym88";
+ version = "0.0.0.1";
+ sha256 = "12b9pqly41kwvyqzlqs2nv882m0vvkf06bshngvhjl4ykn7almqk";
libraryHaskellDepends = [
base genvalidity genvalidity-uuid QuickCheck typed-uuid
];
@@ -93863,8 +94021,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-unordered-containers";
- version = "0.3.0.0";
- sha256 = "0dln4mba85vi8dlw0l7qqvcayazs12jy4a8ri3brf3kz9vhvi9rh";
+ version = "0.3.0.1";
+ sha256 = "11f8j256944c96h1p5av9c2y4czmh7wkdmi70m3y2gd6cz24jgn2";
libraryHaskellDepends = [
base genvalidity hashable QuickCheck unordered-containers validity
validity-unordered-containers
@@ -93883,8 +94041,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-uuid";
- version = "0.1.0.2";
- sha256 = "04pladdynmjdcd553cp44nli7k5hxp82rlpyihi1ynm7q3glndfi";
+ version = "0.1.0.3";
+ sha256 = "1kjvl1i4nih5yyydilwsq1mssw1ljiipi20k5pxjh5rgb4f1p520";
libraryHaskellDepends = [
base genvalidity QuickCheck uuid validity validity-uuid
];
@@ -93901,8 +94059,8 @@ self: {
}:
mkDerivation {
pname = "genvalidity-vector";
- version = "0.3.0.0";
- sha256 = "11qvacfhf60rdya2v5c7j94jgvyinz7ydhl5f8l0h1xrlw2n7w3h";
+ version = "0.3.0.1";
+ sha256 = "0y3msx28w15zy35x7w4p88xp5s1jy6p4gm3msviciy2swnm79vr0";
libraryHaskellDepends = [
base genvalidity QuickCheck validity validity-vector vector
];
@@ -93951,6 +94109,8 @@ self: {
];
description = "High precision conversion between GPS and UK Grid";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"geocalc" = callPackage
@@ -94017,8 +94177,8 @@ self: {
}:
mkDerivation {
pname = "geodetics";
- version = "0.1.0";
- sha256 = "1yq5d5k4p1vzql37q9a5c37riz87mh94rk0xv67xiaa4f8vpchqm";
+ version = "0.1.2";
+ sha256 = "18jjq4z16v6mkmm4as67srrwzk75cl32jlph3qbm106gms54vska";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ array base dimensional semigroups ];
testHaskellDepends = [
@@ -94075,8 +94235,6 @@ self: {
];
description = "A thin GeoJSON Layer above the aeson library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"geojson-types" = callPackage
@@ -94240,7 +94398,7 @@ self: {
sed -i "s|\"-s\"|\"\"|" ./Setup.hs
sed -i "s|numJobs (bf bi)++||" ./Setup.hs
'';
- preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build:$LD_LIBRARY_PATH'';
+ preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH'';
description = "Grammatical Framework";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
@@ -94320,6 +94478,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "ghc-api-compat" = callPackage
+ ({ mkDerivation, ghc }:
+ mkDerivation {
+ pname = "ghc-api-compat";
+ version = "8.6";
+ sha256 = "1pxnb5qrf9fz7ghy68xvpdc44fh2kz3f9i5cn66ch7k0ah8j2w3s";
+ libraryHaskellDepends = [ ghc ];
+ doHaddock = false;
+ description = "GHC-API compatibility helpers";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ghc-boot_8_8_1" = callPackage
({ mkDerivation, base, binary, bytestring, directory, filepath
, ghc-boot-th
@@ -94359,6 +94529,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ghc-check" = callPackage
+ ({ mkDerivation, base, ghc, ghc-paths, template-haskell
+ , transformers
+ }:
+ mkDerivation {
+ pname = "ghc-check";
+ version = "0.1.0.2";
+ sha256 = "0xxx1n3xwzfkpbhn2k6s63h8idqy8s15fvy4hbnfkk5fz6mwgvdz";
+ libraryHaskellDepends = [
+ base ghc ghc-paths template-haskell transformers
+ ];
+ description = "detect mismatches between compile-time and run-time versions of the ghc api";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ghc-compact_0_1_0_0" = callPackage
({ mkDerivation, base, bytestring, ghc-prim }:
mkDerivation {
@@ -94448,6 +94633,8 @@ self: {
];
description = "An AST and compiler plugin for dumping GHC's Core representation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ghc-dump-tree" = callPackage
@@ -94497,6 +94684,8 @@ self: {
];
description = "Handy tools for working with @ghc-dump@ dumps";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ghc-dup" = callPackage
@@ -94552,8 +94741,6 @@ self: {
];
description = "Analyze and visualize event logs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-events-parallel" = callPackage
@@ -94588,29 +94775,6 @@ self: {
}:
mkDerivation {
pname = "ghc-exactprint";
- version = "0.6.1";
- sha256 = "12nqpqmi9c57a3hgpfy8q073zryz66ylmcvf29hyffpj7vmmnvhl";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers directory filepath free ghc ghc-boot
- ghc-paths mtl syb
- ];
- testHaskellDepends = [
- base bytestring containers Diff directory filemanip filepath ghc
- ghc-boot ghc-paths HUnit mtl silently syb
- ];
- description = "ExactPrint for GHC";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ghc-exactprint_0_6_2" = callPackage
- ({ mkDerivation, base, bytestring, containers, Diff, directory
- , filemanip, filepath, free, ghc, ghc-boot, ghc-paths, HUnit, mtl
- , silently, syb
- }:
- mkDerivation {
- pname = "ghc-exactprint";
version = "0.6.2";
sha256 = "1c36f7vjk3gapp761c7w1ncg9hyhx2kxwk51s0d9fvapi1bkxw9j";
isLibrary = true;
@@ -94625,7 +94789,6 @@ self: {
];
description = "ExactPrint for GHC";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-gc-tune" = callPackage
@@ -94761,37 +94924,12 @@ self: {
"ghc-lib" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy
- , haskeline, hpc, pretty, process, time, transformers, unix
- }:
- mkDerivation {
- pname = "ghc-lib";
- version = "8.8.0.20190424";
- sha256 = "03f1racabmixc4jk3mn6k6cnhapaplswa8fbb9yajrzj56ag16wm";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- array base binary bytestring containers deepseq directory filepath
- ghc-lib-parser ghc-prim hpc pretty process time transformers unix
- ];
- libraryToolDepends = [ alex happy ];
- executableHaskellDepends = [
- array base bytestring containers deepseq directory filepath
- ghc-prim haskeline process time transformers unix
- ];
- description = "The GHC API, decoupled from GHC versions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ghc-lib_8_8_2" = callPackage
- ({ mkDerivation, alex, array, base, binary, bytestring, containers
- , deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy
, hpc, pretty, process, time, transformers, unix
}:
mkDerivation {
pname = "ghc-lib";
- version = "8.8.2";
- sha256 = "0dsb41vk9agywzw7nayraq9hhi95vz6aw9yz8jgggh1an4vkg833";
+ version = "8.8.3.20200224";
+ sha256 = "0qwv8i4x4ylixrbipxkii0zxz3j33cpahlckbn6chpp9b59bfdpa";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -94800,7 +94938,6 @@ self: {
libraryToolDepends = [ alex happy ];
description = "The GHC API, decoupled from GHC versions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-lib-parser" = callPackage
@@ -94810,8 +94947,8 @@ self: {
}:
mkDerivation {
pname = "ghc-lib-parser";
- version = "8.8.0.20190424";
- sha256 = "12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10";
+ version = "8.8.3.20200224";
+ sha256 = "0hdn3sd4l1ph26f715i6mlqw6l6w8nnfp9jmlcwrjph14rpn1y15";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -94822,42 +94959,43 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghc-lib-parser_8_8_2" = callPackage
- ({ mkDerivation, alex, array, base, binary, bytestring, containers
- , deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
- , process, time, transformers, unix
+ "ghc-lib-parser-ex" = callPackage
+ ({ mkDerivation, base, bytestring, containers, directory, extra
+ , filepath, ghc, ghc-boot, ghc-boot-th, tasty, tasty-hunit
+ , uniplate
}:
mkDerivation {
- pname = "ghc-lib-parser";
- version = "8.8.2";
- sha256 = "0q9pxdwmzm5hr6snpbkn1d3165h0lrdncgid5aqffqwz2hc1d2z0";
- enableSeparateDataOutput = true;
+ pname = "ghc-lib-parser-ex";
+ version = "8.8.5.3";
+ sha256 = "0svjfrsq7r1hvpjp0bk4jqq9z6gm441hsv5zb1yljw9p9b20kbk6";
libraryHaskellDepends = [
- array base binary bytestring containers deepseq directory filepath
- ghc-prim hpc pretty process time transformers unix
+ base bytestring containers extra ghc ghc-boot ghc-boot-th uniplate
];
- libraryToolDepends = [ alex happy ];
- description = "The GHC API, decoupled from GHC versions";
+ testHaskellDepends = [
+ base directory extra filepath ghc ghc-boot-th tasty tasty-hunit
+ ];
+ description = "Algorithms on GHC parse trees";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "ghc-lib-parser-ex" = callPackage
- ({ mkDerivation, base, bytestring, directory, extra, filepath
- , ghc-lib-parser, tasty, tasty-hunit, uniplate
+ "ghc-lib-parser-ex_8_8_5_5" = callPackage
+ ({ mkDerivation, base, bytestring, containers, directory, extra
+ , filepath, ghc, ghc-boot, ghc-boot-th, tasty, tasty-hunit
+ , uniplate
}:
mkDerivation {
pname = "ghc-lib-parser-ex";
- version = "8.8.2";
- sha256 = "1651nwlja2n2z03js0plhiihms52j1663lx4wcvzm33synh6xa4j";
+ version = "8.8.5.5";
+ sha256 = "15rp1829zzppz3y014cac1ssmklssn5hsfvadqrzkzmnky2yr215";
libraryHaskellDepends = [
- base bytestring ghc-lib-parser uniplate
+ base bytestring containers extra ghc ghc-boot ghc-boot-th uniplate
];
testHaskellDepends = [
- base directory extra filepath ghc-lib-parser tasty tasty-hunit
+ base directory extra filepath ghc ghc-boot-th tasty tasty-hunit
];
description = "Algorithms on GHC parse trees";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-make" = callPackage
@@ -95021,6 +95159,8 @@ self: {
pname = "ghc-paths";
version = "0.1.0.12";
sha256 = "1164w9pqnf7rjm05mmfjznz7rrn415blrkk1kjc0gjvks1vfdjvf";
+ revision = "1";
+ editedCabalFile = "1gb4hn87a78j1c2y1adi81y03irzkaxywscjkphfajsxc7f0ydw5";
setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base ];
description = "Knowledge of GHC's installation directories";
@@ -95260,44 +95400,49 @@ self: {
}) {};
"ghc-syntax-highlighter" = callPackage
- ({ mkDerivation, base, ghc, ghc-boot, hspec, hspec-discover, text
- }:
- mkDerivation {
- pname = "ghc-syntax-highlighter";
- version = "0.0.4.1";
- sha256 = "0glsfz2sn6a161m3sy08nf739ndgslqd8s7fawyas9ziqg06lvjg";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [ base ghc ghc-boot text ];
- testHaskellDepends = [ base hspec text ];
- testToolDepends = [ hspec-discover ];
- description = "Syntax highlighter for Haskell using lexer of GHC itself";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ghc-syntax-highlighter_0_0_5_0" = callPackage
({ mkDerivation, base, ghc-lib-parser, hspec, hspec-discover, text
}:
mkDerivation {
pname = "ghc-syntax-highlighter";
version = "0.0.5.0";
sha256 = "09h911wqja56b9j9dwjqv7dlim9rm50vra1bkp8zhnlw9fa2s127";
- revision = "2";
- editedCabalFile = "1l95cyk6cb2bwpy4whm3kgrm7jv3kbygsssip8jj9f683lrm5gf1";
+ revision = "3";
+ editedCabalFile = "0m41chf24mn78wxp1is38yg6nhkggwjw4r1avzfr2cvmcl0xz0xb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base ghc-lib-parser text ];
testHaskellDepends = [ base hspec text ];
testToolDepends = [ hspec-discover ];
description = "Syntax highlighter for Haskell using lexer of GHC itself";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "ghc-tags-plugin" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, containers
+ , directory, filepath, ghc, lattices, QuickCheck
+ , quickcheck-instances, tasty, tasty-golden, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "ghc-tags-plugin";
+ version = "0.1.4.0";
+ sha256 = "0ci82krwqiprh23p316n1k09z6ja962xscnx9ycqpsyywbgkcqk4";
+ libraryHaskellDepends = [
+ attoparsec base bytestring containers directory filepath ghc text
+ ];
+ testHaskellDepends = [
+ attoparsec base bytestring lattices QuickCheck quickcheck-instances
+ tasty tasty-golden tasty-quickcheck text
+ ];
+ doHaddock = false;
+ description = "A compiler plugin which generates tags file from GHC syntax tree";
+ license = stdenv.lib.licenses.mpl20;
}) {};
"ghc-tcplugins-extra" = callPackage
({ mkDerivation, base, ghc }:
mkDerivation {
pname = "ghc-tcplugins-extra";
- version = "0.3.2";
- sha256 = "13qhwjbhyi3nrjdvc0fdgxf4kz55my541mz2j3sndpxsmbymqs3m";
+ version = "0.4";
+ sha256 = "0z85ma3r7k4g669br3sdsmnxnk8srh1xi0wggi1gzqrrwpylyv8w";
libraryHaskellDepends = [ base ghc ];
description = "Utilities for writing GHC type-checker plugins";
license = stdenv.lib.licenses.bsd2;
@@ -95345,8 +95490,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Faster traceEvent and traceMarker, and binary object logging for eventlog";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-typelits-extra" = callPackage
@@ -95357,8 +95500,8 @@ self: {
}:
mkDerivation {
pname = "ghc-typelits-extra";
- version = "0.3.2";
- sha256 = "0swb3gil4760dlwyj8vrsrbwsr3jkxxyam7yy4xcih37zbk91qhv";
+ version = "0.3.3";
+ sha256 = "0gdnp7pp3v5742qs9vkg2bh1sws9bcc11z4119fdapflglqq22mc";
libraryHaskellDepends = [
base containers ghc ghc-prim ghc-tcplugins-extra
ghc-typelits-knownnat ghc-typelits-natnormalise integer-gmp
@@ -95372,35 +95515,39 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "ghc-typelits-knownnat" = callPackage
- ({ mkDerivation, base, ghc, ghc-tcplugins-extra
- , ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
- , template-haskell, transformers
+ "ghc-typelits-extra_0_4" = callPackage
+ ({ mkDerivation, base, containers, ghc, ghc-prim
+ , ghc-tcplugins-extra, ghc-typelits-knownnat
+ , ghc-typelits-natnormalise, integer-gmp, tasty, tasty-hunit
+ , transformers
}:
mkDerivation {
- pname = "ghc-typelits-knownnat";
- version = "0.6";
- sha256 = "0dzjqzfh1mywx2dzki6yhrac5l2y2h58zjwmgps3vk16n8krnljb";
+ pname = "ghc-typelits-extra";
+ version = "0.4";
+ sha256 = "0511vpwn8hz1hvn58g49l95iqcgqr8l8bqy5qwijy2bzad2nhcbg";
libraryHaskellDepends = [
- base ghc ghc-tcplugins-extra ghc-typelits-natnormalise
- template-haskell transformers
+ base containers ghc ghc-prim ghc-tcplugins-extra
+ ghc-typelits-knownnat ghc-typelits-natnormalise integer-gmp
+ transformers
];
testHaskellDepends = [
- base ghc-typelits-natnormalise tasty tasty-hunit tasty-quickcheck
+ base ghc-typelits-knownnat ghc-typelits-natnormalise tasty
+ tasty-hunit
];
- description = "Derive KnownNat constraints from other KnownNat constraints";
+ description = "Additional type-level operations on GHC.TypeLits.Nat";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "ghc-typelits-knownnat_0_7_1" = callPackage
+ "ghc-typelits-knownnat" = 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.1";
- sha256 = "00pfkb6iw4isfmp0jmcqsqyb84xf6b4xnljn3bmax2x8ci9vpm0c";
+ version = "0.7.2";
+ sha256 = "1wdippdn029rpd1v3mk470gyp8v13d2bna8p8q6cn7q7nhm1dhhc";
libraryHaskellDepends = [
base ghc ghc-prim ghc-tcplugins-extra ghc-typelits-natnormalise
template-haskell transformers
@@ -95410,35 +95557,38 @@ self: {
];
description = "Derive KnownNat constraints from other KnownNat constraints";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-typelits-natnormalise" = callPackage
- ({ mkDerivation, base, ghc, ghc-tcplugins-extra, integer-gmp, tasty
- , tasty-hunit, template-haskell, transformers
+ ({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra
+ , integer-gmp, syb, tasty, tasty-hunit, template-haskell
+ , transformers
}:
mkDerivation {
pname = "ghc-typelits-natnormalise";
- version = "0.6.2";
- sha256 = "04a338yfcl6jm1daax08zsy03myii4llzih4mlprkyid8i0yn740";
+ version = "0.7.1";
+ sha256 = "1sbwzbs3bnvyla44kcsxs6h12sdfqzbm6n0swy2scp5p271fr0i3";
libraryHaskellDepends = [
- base ghc ghc-tcplugins-extra integer-gmp transformers
+ base containers ghc ghc-tcplugins-extra integer-gmp syb
+ transformers
];
testHaskellDepends = [ base tasty tasty-hunit template-haskell ];
description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat";
license = stdenv.lib.licenses.bsd2;
}) {};
- "ghc-typelits-natnormalise_0_7" = callPackage
+ "ghc-typelits-natnormalise_0_7_2" = callPackage
({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra
- , integer-gmp, tasty, tasty-hunit, template-haskell, transformers
+ , integer-gmp, syb, tasty, tasty-hunit, template-haskell
+ , transformers
}:
mkDerivation {
pname = "ghc-typelits-natnormalise";
- version = "0.7";
- sha256 = "1rfw67hhhka3ga8v3224ain7jvdc390glz5cr7vvxm1yqs1wgwx4";
+ version = "0.7.2";
+ sha256 = "1hk2f2vqkpia7kv7pqwf942y1w9m7mvmikzabkrjp8f8gijcsk52";
libraryHaskellDepends = [
- base containers ghc ghc-tcplugins-extra integer-gmp transformers
+ base containers ghc ghc-tcplugins-extra integer-gmp syb
+ transformers
];
testHaskellDepends = [ base tasty tasty-hunit template-haskell ];
description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat";
@@ -95447,24 +95597,23 @@ self: {
}) {};
"ghc-typelits-presburger" = callPackage
- ({ mkDerivation, base, containers, equational-reasoning, ghc
- , ghc-tcplugins-extra, mtl, pretty, reflection, singletons, syb
- , transformers
+ ({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra, mtl
+ , pretty, reflection, syb, transformers
}:
mkDerivation {
pname = "ghc-typelits-presburger";
- version = "0.2.0.5";
- sha256 = "03n6ddvn6p1nk6yw141zdw60iqda7k3sbaacc9s04mmnmshvia1n";
+ version = "0.3.0.0";
+ sha256 = "1jahwmy2cywnnlvrjizak1wqih7pki9r35qazcz7mih68pd9gnhz";
+ revision = "1";
+ editedCabalFile = "0kh04p9n9q74n84vrzrybkd45alwzhll8m6xwn8nzi1bxpilrhm4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base containers equational-reasoning ghc ghc-tcplugins-extra mtl
- pretty reflection singletons syb transformers
+ base containers ghc ghc-tcplugins-extra mtl pretty reflection syb
+ transformers
];
description = "Presburger Arithmetic Solver for GHC Type-level natural numbers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-usage" = callPackage
@@ -95539,8 +95688,8 @@ self: {
}:
mkDerivation {
pname = "ghci-dap";
- version = "0.0.13.0";
- sha256 = "1zmj5hqc1iqmpi6993snbpbdw9zyg9k2v1kpr31766pnkbynbqp4";
+ version = "0.0.14.0";
+ sha256 = "0gnawjk1bzrcinazygwal4kfnqq780v7q4lm0xrvjb50cvixkjpf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -95688,8 +95837,8 @@ self: {
}:
mkDerivation {
pname = "ghcid";
- version = "0.7.7";
- sha256 = "1qrj6is1f6jnx9m2g7cp2009dik7inzf5yqlvqv4pwzzxp0nhl3a";
+ version = "0.8.1";
+ sha256 = "1k5yk9ba6g2x0wsqx1zb9zviqp9p7myd628fxi2rf4wjh0kkjc4c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -95707,15 +95856,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "ghcid_0_8_1" = callPackage
+ "ghcid_0_8_3" = callPackage
({ mkDerivation, ansi-terminal, base, cmdargs, containers
, directory, extra, filepath, fsnotify, process, tasty, tasty-hunit
, terminal-size, time, unix
}:
mkDerivation {
pname = "ghcid";
- version = "0.8.1";
- sha256 = "1k5yk9ba6g2x0wsqx1zb9zviqp9p7myd628fxi2rf4wjh0kkjc4c";
+ version = "0.8.3";
+ sha256 = "1b8a8mx6z2ridw79gijjv90b2jgk0qrncvg0sjbmvyyyajx1h5f7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -95741,15 +95890,16 @@ self: {
, haddock-library, hashable, haskell-lsp, haskell-lsp-types
, hie-bios, hslogger, lens, lsp-test, mtl, network-uri
, optparse-applicative, parser-combinators, prettyprinter
- , prettyprinter-ansi-terminal, regex-tdfa, rope-utf16-splay
- , safe-exceptions, shake, sorted-list, stm, syb, tasty
- , tasty-expected-failure, tasty-hunit, text, time, transformers
- , unix, unordered-containers, utf8-string
+ , prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances
+ , regex-tdfa, rope-utf16-splay, safe-exceptions, shake, sorted-list
+ , stm, syb, tasty, tasty-expected-failure, tasty-hunit
+ , tasty-quickcheck, text, time, transformers, unix
+ , unordered-containers, utf8-string
}:
mkDerivation {
pname = "ghcide";
- version = "0.0.6";
- sha256 = "1vp0x4z0444zz8zaibk1r8lb0xjymdqpagm87xsf3csbzkqfhsjb";
+ version = "0.1.0";
+ sha256 = "0yb8k64wnm9dx93925ddlwy8kimd6a44m9azs9d5x6nahigi406m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -95767,8 +95917,10 @@ self: {
];
testHaskellDepends = [
aeson base bytestring containers directory extra filepath ghc
- ghc-typelits-knownnat haskell-lsp-types lens lsp-test
- parser-combinators tasty tasty-expected-failure tasty-hunit text
+ ghc-typelits-knownnat haddock-library haskell-lsp haskell-lsp-types
+ lens lsp-test parser-combinators QuickCheck quickcheck-instances
+ rope-utf16-splay tasty tasty-expected-failure tasty-hunit
+ tasty-quickcheck text
];
description = "The core of an IDE";
license = stdenv.lib.licenses.asl20;
@@ -95830,8 +95982,6 @@ self: {
];
description = "Allow GHCJS projects to compile under GHC and develop using intero";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghcjs-codemirror" = callPackage
@@ -96339,6 +96489,28 @@ self: {
"gi-gdkx11" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
+ , gi-gdk, gi-gio, gi-gobject, gi-xlib, gtk3, haskell-gi
+ , haskell-gi-base, haskell-gi-overloading, text, transformers
+ }:
+ mkDerivation {
+ pname = "gi-gdkx11";
+ version = "3.0.9";
+ sha256 = "0z3vwwpv8a85nvg2bc4cdaa8w4jmdl5mm5bxfpwmssyxcnm1xdnc";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gdk gi-gio gi-gobject gi-xlib haskell-gi
+ ];
+ libraryHaskellDepends = [
+ base bytestring containers gi-cairo gi-gdk gi-gio gi-gobject
+ gi-xlib haskell-gi haskell-gi-base haskell-gi-overloading text
+ transformers
+ ];
+ libraryPkgconfigDepends = [ gtk3 ];
+ description = "GdkX11 bindings";
+ license = stdenv.lib.licenses.lgpl21;
+ }) {inherit (pkgs) gtk3;};
+
+ "gi-gdkx11_4_0_1" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
, gi-gdk, gi-gio, gi-gobject, gi-xlib, gtk4-x11, haskell-gi
, haskell-gi-base, haskell-gi-overloading, text, transformers
}:
@@ -96358,7 +96530,6 @@ self: {
description = "GdkX11 bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {gtk4-x11 = null;};
"gi-ggit" = callPackage
@@ -96389,8 +96560,8 @@ self: {
}:
mkDerivation {
pname = "gi-gio";
- version = "2.0.25";
- sha256 = "0w42ls035a69c2wyf050zvqxwyql3ln3ifwn9k4m187icj345qnz";
+ version = "2.0.26";
+ sha256 = "0a75azw25aww3pbhmjpvqn2w3qr430c4s8kk70xf87af0nlv21sp";
setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
@@ -96738,8 +96909,8 @@ self: {
}:
mkDerivation {
pname = "gi-gtk-hs";
- version = "0.3.8.0";
- sha256 = "0cpykq24fjpidxb1hh6qi74xv5lh6nrz8q1l4iqy8jx26qlzri5l";
+ version = "0.3.8.1";
+ sha256 = "05j26w01izxwjq2jg2nds20p6vgd5b974b07cr0m7w6hhm4v51hk";
libraryHaskellDepends = [
base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
gi-gtk haskell-gi-base mtl text transformers
@@ -96860,8 +97031,6 @@ self: {
libraryPkgconfigDepends = [ libnotify ];
description = "Libnotify bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) libnotify;};
"gi-ostree" = callPackage
@@ -97205,6 +97374,8 @@ self: {
];
description = "An implementation of the Jinja2 template language in Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gingersnap" = callPackage
@@ -97318,8 +97489,6 @@ self: {
];
description = "Giphy HTTP API wrapper and CLI search tool";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gist" = callPackage
@@ -97363,6 +97532,8 @@ self: {
doCheck = false;
description = "Git operations in haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"git-all" = callPackage
@@ -97381,6 +97552,8 @@ self: {
];
description = "Determine which Git repositories need actions to be taken";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"git-annex" = callPackage
@@ -97392,8 +97565,8 @@ self: {
, fdo-notify, feed, filepath, filepath-bytestring, free, git, gnupg
, hinotify, hslogger, http-client, http-client-tls, http-conduit
, http-types, IfElse, lsof, magic, memory, microlens, monad-control
- , monad-logger, mountpoints, mtl, network, network-info
- , network-multicast, network-uri, old-locale, openssh
+ , monad-logger, mountpoints, mtl, network, network-bsd
+ , network-info, network-multicast, network-uri, old-locale, openssh
, optparse-applicative, path-pieces, perl, persistent
, persistent-sqlite, persistent-template, process, QuickCheck
, random, regex-tdfa, resourcet, rsync, SafeSemaphore, sandi
@@ -97406,11 +97579,11 @@ self: {
}:
mkDerivation {
pname = "git-annex";
- version = "7.20191230";
- sha256 = "1xsd4vhiv3zkcqjh2pxhbkjx75hcalcc9bpdlfc27wzxsxyrwz12";
+ version = "8.20200309";
+ sha256 = "1yjb01jh5rccqg44nqh4iyxmbpkcpm6m82lnw7s0s2vizj8891p5";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
- "-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
+ "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
"-fwebapp" "-fwebdav"
];
isLibrary = false;
@@ -97428,7 +97601,7 @@ self: {
fdo-notify feed filepath filepath-bytestring free hinotify hslogger
http-client http-client-tls http-conduit http-types IfElse magic
memory microlens monad-control monad-logger mountpoints mtl network
- network-info network-multicast network-uri old-locale
+ network-bsd network-info network-multicast network-uri old-locale
optparse-applicative path-pieces persistent persistent-sqlite
persistent-template process QuickCheck random regex-tdfa resourcet
SafeSemaphore sandi securemem shakespeare socks split stm stm-chans
@@ -97462,8 +97635,8 @@ self: {
}:
mkDerivation {
pname = "git-brunch";
- version = "1.1.0.0";
- sha256 = "0nkyq5bgq6mc27j4qrydwjyb8zhhgiyjdbpk9d1xfb0z4c817131";
+ version = "1.1.2.0";
+ sha256 = "02swvnwa5iqnrsw6r709qxy1hjp7df4i0qlhkqhshfdva6xy3376";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -97696,6 +97869,8 @@ self: {
];
description = "Passively snapshots working tree changes efficiently";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"git-object" = callPackage
@@ -97910,18 +98085,18 @@ self: {
, deepseq, deepseq-generics, exceptions, file-embed, hashable
, hspec, hspec-discover, http-client, http-client-tls
, http-link-header, http-types, iso8601-time, mtl, network-uri
- , tagged, text, time, tls, transformers, transformers-compat
+ , tagged, text, time-compat, tls, transformers, transformers-compat
, unordered-containers, vector, vector-instances
}:
mkDerivation {
pname = "github";
- version = "0.24";
- sha256 = "0jbk34aibm5bqbax8f2sif840f31g81yipnkav96lr4pfdv5b4mr";
+ version = "0.25";
+ sha256 = "18avfzs7q16aagaqam0wblmq0wynl723gncwdcman4wbj4fayz3m";
libraryHaskellDepends = [
aeson base base-compat base16-bytestring binary binary-instances
bytestring containers cryptohash-sha1 deepseq deepseq-generics
exceptions hashable http-client http-client-tls http-link-header
- http-types iso8601-time mtl network-uri tagged text time tls
+ http-types iso8601-time mtl network-uri tagged text time-compat tls
transformers transformers-compat unordered-containers vector
vector-instances
];
@@ -97975,6 +98150,8 @@ self: {
pname = "github-data";
version = "0.18";
sha256 = "1rqnjw8cz4xby1gbc9w8wpk1z0vg8wsm8jq7qz0ncjrm8manii5p";
+ revision = "1";
+ editedCabalFile = "1qgd6xblmsjgzys6zix9xs9sd6p3q5vw9l88gchv90wsh0kbssbg";
libraryHaskellDepends = [
aeson aeson-compat base base-compat base16-bytestring binary
binary-orphans bytestring containers deepseq deepseq-generics
@@ -98025,6 +98202,8 @@ self: {
];
description = "Upload files to GitHub releases";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"github-rest" = callPackage
@@ -98035,8 +98214,8 @@ self: {
}:
mkDerivation {
pname = "github-rest";
- version = "1.0.1";
- sha256 = "0dv959xmfpwbkjnjkisgxldkb89ln0wypz4cb65biijqfw0i4399";
+ version = "1.0.2";
+ sha256 = "0q4dxr0080pkszq9vv3j2wx89yhy15jjbk5m7wd1mwirgwxv214m";
libraryHaskellDepends = [
aeson base bytestring http-client http-client-tls http-types jwt
mtl scientific text time transformers unliftio unliftio-core
@@ -98150,26 +98329,8 @@ self: {
}:
mkDerivation {
pname = "github-webhooks";
- version = "0.10.1";
- sha256 = "1hjl5ygvxhh70l951zc4n4qmdf3vf2x983jyimsinyv03bl11i6x";
- libraryHaskellDepends = [
- aeson base base16-bytestring bytestring cryptonite deepseq
- deepseq-generics memory text time vector
- ];
- testHaskellDepends = [ aeson base bytestring hspec text vector ];
- description = "Aeson instances for GitHub Webhook payloads";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "github-webhooks_0_11_0" = callPackage
- ({ mkDerivation, aeson, base, base16-bytestring, bytestring
- , cryptonite, deepseq, deepseq-generics, hspec, memory, text, time
- , vector
- }:
- mkDerivation {
- pname = "github-webhooks";
- version = "0.11.0";
- sha256 = "1x9vwx7k8xyblfxqny7almqlzzncnm315x6dq6y2bzsl9sxwvnkg";
+ version = "0.12.0";
+ sha256 = "0p029a2pl77arldqllr84gnizhi3fib2mxf4cfggvykhdcrc856h";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite deepseq
deepseq-generics memory text time vector
@@ -98178,22 +98339,24 @@ self: {
description = "Aeson instances for GitHub Webhook payloads";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"githud" = callPackage
({ mkDerivation, base, bytestring, daemons, data-default, directory
, mtl, network, parsec, process, tasty, tasty-hunit
- , tasty-quickcheck, tasty-smallcheck, text, unix, utf8-string
+ , tasty-quickcheck, tasty-smallcheck, temporary, text, unix
+ , utf8-string
}:
mkDerivation {
pname = "githud";
- version = "3.1.0";
- sha256 = "0shdb3a73w0n0p9pl0j7gmsqjwvniah3l251cgn27sp1cm33li8r";
+ version = "3.2.1";
+ sha256 = "1vvqn7wvalywnimv5kxz44pv4szm5csmvk54jbmsls2x0qginmqb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring daemons data-default directory mtl network parsec
- process text unix utf8-string
+ process temporary text unix utf8-string
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
@@ -98202,6 +98365,8 @@ self: {
];
description = "Heads up, and you see your GIT context";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitignore" = callPackage
@@ -98285,8 +98450,8 @@ self: {
}:
mkDerivation {
pname = "gitlab-haskell";
- version = "0.1.5";
- sha256 = "01wll1aik3x9bj5z29h12srj7skyqk6v1g4rvrd86zd9zvxqr6cw";
+ version = "0.1.7";
+ sha256 = "1l7z7sqnipkbf4355zzmjrj9ig8bb9jysyj5r7rgqk8pr1znj524";
libraryHaskellDepends = [
aeson base bytestring connection http-conduit http-types text time
transformers unliftio unliftio-core
@@ -98315,6 +98480,8 @@ self: {
];
description = "API library for working with Git repositories";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitlib-cmdline" = callPackage
@@ -98342,6 +98509,8 @@ self: {
];
description = "Gitlib repository backend that uses the git command-line tool";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitlib-cross" = callPackage
@@ -98387,6 +98556,8 @@ self: {
];
description = "Libgit2 backend for gitlib";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitlib-s3" = callPackage
@@ -98431,6 +98602,8 @@ self: {
];
description = "Sample backend for gitlib showing the basic structure for any backend";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitlib-test" = callPackage
@@ -98449,6 +98622,8 @@ self: {
];
description = "Test library for confirming gitlib backend compliance";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gitlib-utils" = callPackage
@@ -98526,6 +98701,8 @@ self: {
];
description = "Gitter.im API client";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"givegif" = callPackage
@@ -98553,8 +98730,6 @@ self: {
];
description = "CLI Giphy search tool with previews in iTerm 2";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gjk" = callPackage
@@ -98744,6 +98919,8 @@ self: {
];
description = "Extensible effects using ContT, State and variants";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"glazier-pipes" = callPackage
@@ -98930,10 +99107,10 @@ self: {
}:
mkDerivation {
pname = "glirc";
- version = "2.34";
- sha256 = "1nmkwzifch01pnzxn3rm0gvxq9xvwvxkvqfwsdsj6zjmiz68w3ca";
+ version = "2.35";
+ sha256 = "093cqbvqijjy6xd0fzas13ldrsf9kg59jak88qzl5kks7z9djl0f";
revision = "1";
- editedCabalFile = "13dm3cc5m7g7qhpasq2jbzm7x4dizjipjdsy5amghglrs8m0r90y";
+ editedCabalFile = "14kgfgqyfw5vcm77n5iljxw5n28iclc1hpvi44x4vhrnmfpmq62v";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@@ -98948,7 +99125,8 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Console IRC client";
license = stdenv.lib.licenses.isc;
- maintainers = with stdenv.lib.maintainers; [ kiwi ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gll" = callPackage
@@ -99121,6 +99299,8 @@ self: {
libraryHaskellDepends = [ accelerate base gloss gloss-rendering ];
description = "Extras to interface Gloss and Accelerate";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gloss-algorithms" = callPackage
@@ -99134,6 +99314,8 @@ self: {
libraryHaskellDepends = [ base containers ghc-prim gloss ];
description = "Data structures and algorithms for working with 2D graphics";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gloss-banana" = callPackage
@@ -99181,6 +99363,8 @@ self: {
];
description = "Examples using the gloss library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gloss-export" = callPackage
@@ -99251,6 +99435,8 @@ self: {
];
description = "Parallel rendering of raster images";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gloss-raster-accelerate" = callPackage
@@ -99372,6 +99558,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"glue-core" = callPackage
@@ -99396,6 +99584,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"glue-ekg" = callPackage
@@ -99420,6 +99610,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"glue-example" = callPackage
@@ -99440,6 +99632,8 @@ self: {
];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gluturtle" = callPackage
@@ -99657,6 +99851,8 @@ self: {
libraryHaskellDepends = [ base directory filepath process ];
description = "GHCi bindings to lambdabot";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"goal-core" = callPackage
@@ -99843,6 +100039,8 @@ self: {
doHaddock = false;
description = "Haskell bindings for the Godot game engine API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gofer-prelude" = callPackage
@@ -102251,8 +102449,6 @@ self: {
];
description = "Bindings to the Google Geocoding API (formerly Maps Geocoding API)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"google-oauth2" = callPackage
@@ -102363,6 +102559,8 @@ self: {
];
description = "Google APIs for server to server applications";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"google-static-maps" = callPackage
@@ -102382,8 +102580,6 @@ self: {
];
description = "Bindings to the Google Maps Static API (formerly Static Maps API)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"google-translate" = callPackage
@@ -102703,8 +102899,8 @@ self: {
}:
mkDerivation {
pname = "gothic";
- version = "0.1.3";
- sha256 = "0hp6p1car5kfzvz24aw04jpgplpyxj3lzgr9hdkj0q24crciwrps";
+ version = "0.1.4";
+ sha256 = "0j574gqxx1n7980pn8644al6pci1gkgwdgwwa98m3r94xlawlsv4";
libraryHaskellDepends = [
aeson base binary bytestring connection exceptions hashable
http-client http-client-tls http-conduit http-types lens lens-aeson
@@ -102924,6 +103120,8 @@ self: {
];
description = "API for creating grafana dashboards represented as json";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graflog" = callPackage
@@ -103144,6 +103342,8 @@ self: {
];
description = "Fast, memory efficient and persistent graph implementation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graph-generators" = callPackage
@@ -103547,8 +103747,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "Graphs and networks library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"graphmod" = callPackage
@@ -103585,6 +103783,8 @@ self: {
executableHaskellDepends = [ base ];
description = "A reimplementation of graphmod as a source plugin";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphql" = callPackage
@@ -103638,8 +103838,6 @@ self: {
];
description = "GraphQL API";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"graphql-w-persistent" = callPackage
@@ -103651,6 +103849,8 @@ self: {
libraryHaskellDepends = [ base containers json text ];
description = "GraphQL interface middleware for (SQL) databases";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphs" = callPackage
@@ -103679,6 +103879,8 @@ self: {
libraryHaskellDepends = [ base indexed ];
description = "Graph indexed monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphtype" = callPackage
@@ -103708,8 +103910,8 @@ self: {
}:
mkDerivation {
pname = "graphviz";
- version = "2999.20.0.3";
- sha256 = "04k26zw61nfv1pkd00iaq89pgsaiym0sf4cbzkmm2k2fj5xa587g";
+ version = "2999.20.0.4";
+ sha256 = "047f6sa5rp0f2npgvdrj5irylh0raf01a6nrjj2vsf1mzb1q83xr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -103976,27 +104178,6 @@ self: {
"greskell" = callPackage
({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover
- , exceptions, greskell-core, hint, hspec, semigroups, text
- , transformers, unordered-containers, vector
- }:
- mkDerivation {
- pname = "greskell";
- version = "0.2.3.1";
- sha256 = "0byg8f4m5n2l81y1l6lnd6zyskk1y7wj1983ziw29jkpyckjbpgl";
- libraryHaskellDepends = [
- aeson base exceptions greskell-core semigroups text transformers
- unordered-containers vector
- ];
- testHaskellDepends = [
- aeson base bytestring doctest doctest-discover greskell-core hint
- hspec text unordered-containers
- ];
- description = "Haskell binding for Gremlin graph query language";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "greskell_1_0_0_1" = callPackage
- ({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover
, exceptions, greskell-core, hashable, hint, hspec, semigroups
, text, transformers, unordered-containers, vector
}:
@@ -104014,7 +104195,6 @@ self: {
];
description = "Haskell binding for Gremlin graph query language";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"greskell-core" = callPackage
@@ -104292,25 +104472,6 @@ self: {
"groundhog" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
- , blaze-builder, bytestring, containers, monad-control, mtl
- , resourcet, safe-exceptions, scientific, text, time, transformers
- , transformers-base, transformers-compat
- }:
- mkDerivation {
- pname = "groundhog";
- version = "0.10.0";
- sha256 = "1wckm2qrgmv1ccavwvq8ji3pfb4y197s1n1adv8hz9bqk246byrq";
- libraryHaskellDepends = [
- aeson attoparsec base base64-bytestring blaze-builder bytestring
- containers monad-control mtl resourcet safe-exceptions scientific
- text time transformers transformers-base transformers-compat
- ];
- description = "Type-safe datatype-database mapping library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog_0_11_0" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, bytestring, containers, monad-control, mtl, resourcet
, safe-exceptions, scientific, text, time, transformers
, transformers-base, transformers-compat
@@ -104326,7 +104487,6 @@ self: {
];
description = "Type-safe datatype-database mapping library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-converters" = callPackage
@@ -104356,29 +104516,6 @@ self: {
}:
mkDerivation {
pname = "groundhog-inspector";
- version = "0.10.0";
- sha256 = "1l4smiydqqgpfqcyq77d2g0cvglanqfhlhx3y1k9n3kx94yss5a2";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson-pretty base bytestring containers groundhog groundhog-th
- regex-compat syb template-haskell text time transformers
- ];
- executableHaskellDepends = [
- base bytestring cmdargs containers groundhog groundhog-sqlite
- groundhog-th mtl
- ];
- description = "Type-safe datatype-database mapping library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog-inspector_0_11_0" = callPackage
- ({ mkDerivation, aeson-pretty, base, bytestring, cmdargs
- , containers, groundhog, groundhog-sqlite, groundhog-th, mtl
- , regex-compat, syb, template-haskell, text, time, transformers
- }:
- mkDerivation {
- pname = "groundhog-inspector";
version = "0.11.0";
sha256 = "19lvwfg655dg0v6ny64hhdlbdj38w5dbn988kzjyshdjmisswy1r";
isLibrary = true;
@@ -104393,7 +104530,6 @@ self: {
];
description = "Type-safe datatype-database mapping library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-mysql" = callPackage
@@ -104403,23 +104539,6 @@ self: {
}:
mkDerivation {
pname = "groundhog-mysql";
- version = "0.10";
- sha256 = "1idyisl0dbij4ffd0bn1bm681az87wc30qnkn1vmr0cd0xb6mwnx";
- libraryHaskellDepends = [
- base bytestring containers groundhog monad-control monad-logger
- mysql mysql-simple resource-pool resourcet text time transformers
- ];
- description = "MySQL backend for the groundhog library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog-mysql_0_11" = callPackage
- ({ mkDerivation, base, bytestring, containers, groundhog
- , monad-control, monad-logger, mysql, mysql-simple, resource-pool
- , resourcet, text, time, transformers
- }:
- mkDerivation {
- pname = "groundhog-mysql";
version = "0.11";
sha256 = "0xir9181c0h5f5hrg1drzd2g7cgr77zghg1i7fcwl6h9prpp6ira";
libraryHaskellDepends = [
@@ -104428,29 +104547,9 @@ self: {
];
description = "MySQL backend for the groundhog library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-postgresql" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
- , containers, groundhog, monad-control, postgresql-libpq
- , postgresql-simple, resource-pool, resourcet, text, time
- , transformers, vector
- }:
- mkDerivation {
- pname = "groundhog-postgresql";
- version = "0.10";
- sha256 = "1digvi8ra58r122i030h0b089sbyzaclir1cg4iqaflbzrnz45l9";
- libraryHaskellDepends = [
- aeson attoparsec base blaze-builder bytestring containers groundhog
- monad-control postgresql-libpq postgresql-simple resource-pool
- resourcet text time transformers vector
- ];
- description = "PostgreSQL backend for the groundhog library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog-postgresql_0_11" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, groundhog, monad-control, postgresql-libpq, postgresql-simple
, resource-pool, resourcet, text, time, transformers, vector
@@ -104466,7 +104565,6 @@ self: {
];
description = "PostgreSQL backend for the groundhog library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-sqlite" = callPackage
@@ -104476,23 +104574,6 @@ self: {
}:
mkDerivation {
pname = "groundhog-sqlite";
- version = "0.10.0";
- sha256 = "1z6yss15aw0a14i0nj0flb0h2641sjr70mhasp718qmc4iwkgw7x";
- libraryHaskellDepends = [
- base bytestring containers direct-sqlite groundhog monad-control
- resource-pool resourcet text transformers unordered-containers
- ];
- description = "Sqlite3 backend for the groundhog library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog-sqlite_0_11_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, direct-sqlite
- , groundhog, monad-control, resource-pool, resourcet, text
- , transformers, unordered-containers
- }:
- mkDerivation {
- pname = "groundhog-sqlite";
version = "0.11.0";
sha256 = "03vnnja0rbk2v8qws0m37hs6imh001pj5hy00gx5xr7kwayvc13g";
libraryHaskellDepends = [
@@ -104501,7 +104582,6 @@ self: {
];
description = "Sqlite3 backend for the groundhog library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-th" = callPackage
@@ -104510,22 +104590,6 @@ self: {
}:
mkDerivation {
pname = "groundhog-th";
- version = "0.10.2";
- sha256 = "1bpxvprsxd66k951yjlvpbpzni2f0s94ypkad698a2iyccb2slzk";
- libraryHaskellDepends = [
- aeson base bytestring containers groundhog libyaml template-haskell
- text time unordered-containers yaml
- ];
- description = "Type-safe datatype-database mapping library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "groundhog-th_0_11" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, groundhog
- , libyaml, template-haskell, text, time, unordered-containers, yaml
- }:
- mkDerivation {
- pname = "groundhog-th";
version = "0.11";
sha256 = "1rqzqwcvk9shgprgfvl54s67n3img2wnvq98mvbnmr6pfxgcy2az";
libraryHaskellDepends = [
@@ -104534,7 +104598,6 @@ self: {
];
description = "Type-safe datatype-database mapping library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"group-by-date" = callPackage
@@ -104603,6 +104666,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Grouped lists. Equal consecutive elements are grouped.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"groupoid" = callPackage
@@ -104639,6 +104704,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "groups-generic" = callPackage
+ ({ mkDerivation, base, generic-data, groups }:
+ mkDerivation {
+ pname = "groups-generic";
+ version = "0.1.0.0";
+ sha256 = "1rnil9qashpvrjxmziymf447pnqpqpnga0lxlk7413y4dprn2rad";
+ libraryHaskellDepends = [ base generic-data groups ];
+ description = "Generically derive Group instances";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"growler" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring
, case-insensitive, either, http-types, lens, monad-control, mtl
@@ -104794,12 +104872,17 @@ self: {
}) {};
"gsasl" = callPackage
- ({ mkDerivation, base, bytestring, gsasl, transformers }:
+ ({ mkDerivation, base, bytestring, gsasl, monad-loops, transformers
+ }:
mkDerivation {
pname = "gsasl";
- version = "0.3.6";
- sha256 = "0cgrw5ypkwp4mzj8m12q783jqng1jp1j7ny15704jmjxbq13cq3q";
- libraryHaskellDepends = [ base bytestring transformers ];
+ version = "0.3.7";
+ sha256 = "11i12r9s30jrq8hkgqagf2fd129r6ya607s9ibw549ablsxgr507";
+ revision = "1";
+ editedCabalFile = "1c806a82qd1hkxxfh1mwk0i062bz6fkaap5ys3n4x9n6wjv7ilin";
+ libraryHaskellDepends = [
+ base bytestring monad-loops transformers
+ ];
libraryPkgconfigDepends = [ gsasl ];
description = "Bindings for GNU libgsasl";
license = stdenv.lib.licenses.gpl3;
@@ -104814,8 +104897,6 @@ self: {
libraryHaskellDepends = [ base hierarchical-clustering ];
description = "Generic implementation of Gerstein/Sonnhammer/Chothia weighting";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gscholar-rss" = callPackage
@@ -104967,6 +105048,8 @@ self: {
];
description = "Console and GUI interface for Google Translate service";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gtfs" = callPackage
@@ -105044,6 +105127,8 @@ self: {
libraryHaskellDepends = [ base gtk json transformers ];
description = "A simple custom form widget for gtk which allows inputing of JSON values";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gtk-largeTreeStore" = callPackage
@@ -105572,6 +105657,8 @@ self: {
executableHaskellDepends = [ base unix ];
description = "ghcWithPackages cmdline util";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gyah-bin" = callPackage
@@ -105862,6 +105949,8 @@ self: {
];
description = "Haskell GELF library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hLLVM" = callPackage
@@ -105920,6 +106009,8 @@ self: {
executableHaskellDepends = [ base GLFW hOff-parser OpenGL parsec ];
description = "The tool to transform the OFF to other image format";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hOff-parser" = callPackage
@@ -105936,7 +106027,7 @@ self: {
"hOpenPGP" = callPackage
({ mkDerivation, aeson, asn1-encoding, attoparsec, base
, base16-bytestring, bifunctors, binary, binary-conduit, bytestring
- , bzlib, conduit, conduit-extra, containers, criterion
+ , bz2, conduit, conduit-extra, containers, criterion
, crypto-cipher-types, cryptonite, errors, hashable
, incremental-parser, ixset-typed, lens, memory, monad-loops
, nettle, network, network-uri, newtype, openpgp-asciiarmor
@@ -105947,61 +106038,11 @@ self: {
}:
mkDerivation {
pname = "hOpenPGP";
- version = "2.8.5";
- sha256 = "1d5cmgj3rg8snc2b5jn9h7hb83j2hhf0c9shiiyrpr8rrl4hx2mj";
- libraryHaskellDepends = [
- aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bzlib conduit conduit-extra
- containers crypto-cipher-types cryptonite errors hashable
- incremental-parser ixset-typed lens memory monad-loops nettle
- network-uri newtype openpgp-asciiarmor prettyprinter resourcet
- semigroups split text time time-locale-compat transformers
- unliftio-core unordered-containers zlib
- ];
- testHaskellDepends = [
- aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bzlib conduit conduit-extra
- containers crypto-cipher-types cryptonite errors hashable
- incremental-parser ixset-typed lens memory monad-loops nettle
- network network-uri newtype prettyprinter QuickCheck
- quickcheck-instances resourcet semigroups split tasty tasty-hunit
- tasty-quickcheck text time time-locale-compat transformers
- unliftio-core unordered-containers zlib
- ];
- benchmarkHaskellDepends = [
- aeson base base16-bytestring bifunctors binary binary-conduit
- bytestring bzlib conduit conduit-extra containers criterion
- crypto-cipher-types cryptonite errors hashable incremental-parser
- ixset-typed lens memory monad-loops nettle network network-uri
- newtype openpgp-asciiarmor prettyprinter resourcet semigroups split
- text time time-locale-compat transformers unliftio-core
- unordered-containers zlib
- ];
- description = "native Haskell implementation of OpenPGP (RFC4880)";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hOpenPGP_2_9_2" = callPackage
- ({ mkDerivation, aeson, asn1-encoding, attoparsec, base
- , base16-bytestring, bifunctors, binary, binary-conduit, bytestring
- , bzlib, conduit, conduit-extra, containers, criterion
- , crypto-cipher-types, cryptonite, errors, hashable
- , incremental-parser, ixset-typed, lens, memory, monad-loops
- , nettle, network, network-uri, newtype, openpgp-asciiarmor
- , prettyprinter, QuickCheck, quickcheck-instances, resourcet
- , semigroups, split, tasty, tasty-hunit, tasty-quickcheck, text
- , time, time-locale-compat, transformers, unliftio-core
- , unordered-containers, zlib
- }:
- mkDerivation {
- pname = "hOpenPGP";
- version = "2.9.2";
- sha256 = "0bwsy00n1hpa2q2002bgy712x6jl468jyibxk0dc1k8718yndirr";
+ version = "2.9.4";
+ sha256 = "15895a6vqaz69za63hxkbn01sji91hlsqiyg3lbzwi1qfvl3b98b";
libraryHaskellDepends = [
aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bzlib conduit conduit-extra
+ binary binary-conduit bytestring bz2 conduit conduit-extra
containers crypto-cipher-types cryptonite errors hashable
incremental-parser ixset-typed lens memory monad-loops nettle
network-uri newtype openpgp-asciiarmor prettyprinter resourcet
@@ -106010,7 +106051,7 @@ self: {
];
testHaskellDepends = [
aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bzlib conduit conduit-extra
+ binary binary-conduit bytestring bz2 conduit conduit-extra
containers crypto-cipher-types cryptonite errors hashable
incremental-parser ixset-typed lens memory monad-loops nettle
network network-uri newtype prettyprinter QuickCheck
@@ -106020,7 +106061,7 @@ self: {
];
benchmarkHaskellDepends = [
aeson base base16-bytestring bifunctors binary binary-conduit
- bytestring bzlib conduit conduit-extra containers criterion
+ bytestring bz2 conduit conduit-extra containers criterion
crypto-cipher-types cryptonite errors hashable incremental-parser
ixset-typed lens memory monad-loops nettle network network-uri
newtype openpgp-asciiarmor prettyprinter resourcet semigroups split
@@ -106140,6 +106181,8 @@ self: {
];
description = "Interface to Amazon's Simple Storage Service (S3)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hScraper" = callPackage
@@ -106313,6 +106356,8 @@ self: {
];
description = "A minimalist static blog generator";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hablog" = callPackage
@@ -106768,27 +106813,6 @@ self: {
"hackage-db" = callPackage
({ mkDerivation, aeson, base, bytestring, Cabal, containers
- , directory, filepath, tar, time, utf8-string
- }:
- mkDerivation {
- pname = "hackage-db";
- version = "2.0.1";
- sha256 = "13ggj72i8dxwh3qwznnqxbr00nvsbapyyhzx5zybfacddnpw3aph";
- revision = "2";
- editedCabalFile = "0qscq4d3xwvjhqi1fiky7g12iwbkwn9qrypwzg9lx4p3c5xlwlvn";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring Cabal containers directory filepath tar time
- utf8-string
- ];
- description = "Access Hackage's package database via Data.Map";
- license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
- }) {};
-
- "hackage-db_2_1_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, Cabal, containers
, directory, exceptions, filepath, tar, time, utf8-string
}:
mkDerivation {
@@ -106805,7 +106829,6 @@ self: {
];
description = "Access cabal-install's Hackage database via Data.Map";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
@@ -107093,6 +107116,8 @@ self: {
];
description = "Check for differences between working directory and hackage";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hackage2hwn" = callPackage
@@ -107219,8 +107244,8 @@ self: {
}:
mkDerivation {
pname = "hackport";
- version = "0.6.3";
- sha256 = "1bj4jafr81xl2dvc8ym29dnp9vmbv7njaqkkfypzvm0ws09mcvh1";
+ version = "0.6.4";
+ sha256 = "185b2mincqzla8j675lv4ydi8fvsj3ikyq4g8jivygbkcpawi5f5";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -107234,10 +107259,12 @@ self: {
testHaskellDepends = [
array base binary bytestring containers deepseq directory
extensible-exceptions filepath HUnit parsec pretty process split
- time unix xml
+ text time transformers unix xml
];
description = "Hackage and Portage integration tool";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hactor" = callPackage
@@ -107363,6 +107390,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "A documentation-only package exemplifying haddock markup features";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haddock-leksah" = callPackage
@@ -107385,7 +107414,7 @@ self: {
broken = true;
}) {};
- "haddock-library" = callPackage
+ "haddock-library_1_7_0" = callPackage
({ mkDerivation, base, base-compat, bytestring, containers, deepseq
, hspec, hspec-discover, parsec, QuickCheck, text, transformers
}:
@@ -107403,9 +107432,10 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Library exposing some functionality of Haddock";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "haddock-library_1_8_0" = callPackage
+ "haddock-library" = callPackage
({ mkDerivation, base, base-compat, bytestring, containers, deepseq
, directory, filepath, hspec, hspec-discover, optparse-applicative
, parsec, QuickCheck, text, transformers, tree-diff
@@ -107427,7 +107457,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Library exposing some functionality of Haddock";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haddock-test" = callPackage
@@ -107496,6 +107525,8 @@ self: {
];
description = "Dockerfile Linter JavaScript API";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hadoop-formats" = callPackage
@@ -107573,21 +107604,32 @@ self: {
}:
mkDerivation {
pname = "haeredes";
- version = "0.5.1";
- sha256 = "1y4r487z2k6l7xi5bi1rb3rz0i7yki2j2mmpnpfdy2bba1s51a6n";
+ version = "0.5.2";
+ sha256 = "0qqz22aghl00hy240hvws3sgaw2jvhqicms0c1y76b68af1dlkyh";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring cmdargs dns iproute parallel-io
];
- testHaskellDepends = [
- base bytestring cmdargs dns doctest filemanip iproute parallel-io
- process
- ];
+ testHaskellDepends = [ base doctest filemanip process ];
description = "Confirm delegation of NS and MX records";
license = stdenv.lib.licenses.agpl3;
}) {};
+ "hafar" = callPackage
+ ({ mkDerivation, base, intervals, mtl, QuickCheck }:
+ mkDerivation {
+ pname = "hafar";
+ version = "0.1.0.0";
+ sha256 = "0qyly669y8nav9g3y8y74pxmvq47r1l541l5ncq7fn50kvhpmnrj";
+ libraryHaskellDepends = [ base intervals mtl ];
+ testHaskellDepends = [ base intervals mtl QuickCheck ];
+ description = "Affine arithmetic library for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"haggis" = callPackage
({ mkDerivation, base, blaze-builder, blaze-html, bytestring
, containers, convertible, directory, filemanip, filepath, HDBC
@@ -107678,8 +107720,8 @@ self: {
}:
mkDerivation {
pname = "haiji";
- version = "0.3.1.0";
- sha256 = "0z0f6w4krfs220342v8sa2ylfk1qnd695pn0i9qxr7k0pwbph2wg";
+ version = "0.3.2.0";
+ sha256 = "1clxvpqwfsybfap746nq8g6gshdizjhbpafs09mnaxp7fi1196xz";
libraryHaskellDepends = [
aeson attoparsec base data-default mtl scientific tagged
template-haskell text transformers unordered-containers vector
@@ -107712,26 +107754,26 @@ self: {
];
description = "A service for pull-based continuous deployment based on hydra";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hailgun" = callPackage
- ({ mkDerivation, aeson, base, bytestring, email-validate
- , exceptions, filepath, http-client, http-client-tls, http-types
- , tagsoup, text, time, transformers
+ ({ mkDerivation, aeson, attoparsec, base, bytestring
+ , email-validate, exceptions, filepath, http-client
+ , http-client-tls, http-types, tagsoup, text, time, transformers
}:
mkDerivation {
pname = "hailgun";
- version = "0.4.2";
- sha256 = "15sbg5dnpc6g3649zy4ndbama1535xpf7dnnqlv22rdvy40ch5kl";
+ version = "0.5.1";
+ sha256 = "0kkmylcjf8lhd0jdb8zn5lxgdbd57swxrsc87zkb8hg2sqw5adss";
libraryHaskellDepends = [
- aeson base bytestring email-validate exceptions filepath
+ aeson attoparsec base bytestring email-validate exceptions filepath
http-client http-client-tls http-types tagsoup text time
transformers
];
description = "Mailgun REST api interface for Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hailgun-send" = callPackage
@@ -107764,8 +107806,6 @@ self: {
];
description = "Easy-to-use wrapper for the hailgun package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hails" = callPackage
@@ -107955,9 +107995,9 @@ self: {
"hakyll" = callPackage
({ mkDerivation, base, binary, blaze-html, blaze-markup, bytestring
- , containers, cryptohash, data-default, deepseq, directory
+ , containers, cryptonite, data-default, deepseq, directory
, file-embed, filepath, fsnotify, http-conduit, http-types
- , lrucache, mtl, network-uri, optparse-applicative, pandoc
+ , lrucache, memory, mtl, network-uri, optparse-applicative, pandoc
, pandoc-citeproc, parsec, process, QuickCheck, random, regex-tdfa
, resourcet, scientific, tagsoup, tasty, tasty-hunit
, tasty-quickcheck, template-haskell, text, time
@@ -107966,15 +108006,15 @@ self: {
}:
mkDerivation {
pname = "hakyll";
- version = "4.13.0.1";
- sha256 = "0728947np74z8dn1p55bqsv1bgx0ipaiajankwnnmp5mk0lkixd6";
+ version = "4.13.2.0";
+ sha256 = "0g52lip9i6zanjja0v86v5sypjvnfpfwzzddrpj04pml733nsnfj";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base binary blaze-html blaze-markup bytestring containers
- cryptohash data-default deepseq directory file-embed filepath
- fsnotify http-conduit http-types lrucache mtl network-uri
+ cryptonite data-default deepseq directory file-embed filepath
+ fsnotify http-conduit http-types lrucache memory mtl network-uri
optparse-applicative pandoc pandoc-citeproc parsec process random
regex-tdfa resourcet scientific tagsoup template-haskell text time
time-locale-compat unordered-containers vector wai wai-app-static
@@ -108101,8 +108141,6 @@ self: {
libraryHaskellDepends = [ base hakyll hyphenation split tagsoup ];
description = "automatic hyphenation for Hakyll";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hakyll-contrib-links" = callPackage
@@ -108167,8 +108205,6 @@ self: {
executableHaskellDepends = [ base dhall hakyll ];
description = "Dhall compiler for Hakyll";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hakyll-dir-list" = callPackage
@@ -108213,8 +108249,6 @@ self: {
executableHaskellDepends = [ base hakyll ];
testHaskellDepends = [ base ];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hakyll-filestore" = callPackage
@@ -108310,8 +108344,6 @@ self: {
];
description = "Hakyll Hamlet compiler";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hakyll-shortcode" = callPackage
@@ -108338,17 +108370,15 @@ self: {
}) {};
"hakyll-shortcut-links" = callPackage
- ({ mkDerivation, base, hakyll, hspec, megaparsec, mtl, pandoc
- , pandoc-types, shortcut-links, text
+ ({ mkDerivation, base, hakyll, hspec, mtl, pandoc, pandoc-types
+ , parsec, shortcut-links, text
}:
mkDerivation {
pname = "hakyll-shortcut-links";
- version = "0.0.0.0";
- sha256 = "1bzkq83rcpvx0cah77q6p27fd7f0l9hrnk8jyzpmngrnvgyjb2sz";
- revision = "1";
- editedCabalFile = "0ds3pb90djvqgz1z1w1kp2zdmwvbqkkgvwm05i34a9rh84lh8y8p";
+ version = "0.1.0.0";
+ sha256 = "0zhz0yixcv9xabr47rpcncxg3bwjx7la0g0hx37qfws5aqlvsz4v";
libraryHaskellDepends = [
- base hakyll megaparsec mtl pandoc-types shortcut-links text
+ base hakyll mtl pandoc-types parsec shortcut-links text
];
testHaskellDepends = [ base hspec mtl pandoc text ];
description = "Use shortcut-links in markdown file for Hakyll";
@@ -108391,6 +108421,8 @@ self: {
];
description = "A runtime environment for Haskell applications running on AWS Lambda";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"halberd" = callPackage
@@ -108805,8 +108837,8 @@ self: {
({ mkDerivation, base, containers, random }:
mkDerivation {
pname = "hanabi-dealer";
- version = "0.3.2.0";
- sha256 = "0jaw7s82l0nsr1axqkngcc4wfnmh790jdqbnsknwvyk6anvbpacb";
+ version = "0.7.0.0";
+ sha256 = "0a62h0mblddp77binl73h8yq46r9szrqzdvx16zawb0y222d14mp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers random ];
@@ -109085,6 +109117,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A deployment library for Haskell applications";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happindicator" = callPackage
@@ -109429,8 +109463,6 @@ self: {
];
description = "Happstack extension for use with FastCGI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"happstack-fay" = callPackage
@@ -109556,8 +109588,6 @@ self: {
];
description = "Support for using HSP templates in Happstack";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"happstack-hstringtemplate" = callPackage
@@ -109691,8 +109721,6 @@ self: {
];
description = "Web related tools and services";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"happstack-server-tls" = callPackage
@@ -109711,8 +109739,6 @@ self: {
librarySystemDepends = [ openssl ];
description = "extend happstack-server with https:// support (TLS/SSL)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) openssl;};
"happstack-server-tls-cryptonite" = callPackage
@@ -109905,26 +109931,24 @@ self: {
libraryHaskellDepends = [ base Chart Chart-diagrams ];
description = "Generate simple okay-looking bar plots without much effort";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happy-meta" = callPackage
- ({ mkDerivation, array, base, containers, happy, haskell-src-meta
- , mtl, template-haskell
+ ({ mkDerivation, array, base, containers, fail, happy
+ , haskell-src-meta, mtl, template-haskell
}:
mkDerivation {
pname = "happy-meta";
- version = "0.2.0.9";
- sha256 = "1w3bmwnsg9714kyqxzfrbw0az4i2dqprn2hms3kbdq5984yhi9bg";
- revision = "1";
- editedCabalFile = "1mq8gdq11bqgii498as0078pf8s1mnawh4rvys6hjnd77iaf9nfk";
+ version = "0.2.0.10";
+ sha256 = "1w6shcydpca5g9dgnki0w2xqr9mf17xa18s8hxxm3z3dd0sp1db9";
libraryHaskellDepends = [
- array base containers haskell-src-meta mtl template-haskell
+ array base containers fail haskell-src-meta mtl template-haskell
];
libraryToolDepends = [ happy ];
description = "Quasi-quoter for Happy parsers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"happybara" = callPackage
@@ -110098,8 +110122,8 @@ self: {
}:
mkDerivation {
pname = "harg";
- version = "0.4.1.0";
- sha256 = "1h1hdhlm5fjfm5cr052gf6cxp6r4lnz9a3b68ypj4b716hymir44";
+ version = "0.4.2.0";
+ sha256 = "14a5d73klg7da1pg30as9xnky95jxh1kl0qrzihvgd5m2kybsrb0";
libraryHaskellDepends = [
aeson barbies base bytestring directory higgledy
optparse-applicative split text yaml
@@ -110261,6 +110285,8 @@ self: {
libraryHaskellDepends = [ base QuickCheck ];
description = "Entity based records";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"has-th" = callPackage
@@ -110278,22 +110304,24 @@ self: {
"hasbolt" = callPackage
({ mkDerivation, base, binary, bytestring, connection, containers
- , data-binary-ieee754, data-default, hex, hspec, mtl, network
+ , data-binary-ieee754, data-default, hspec, mtl, network
, QuickCheck, text
}:
mkDerivation {
pname = "hasbolt";
- version = "0.1.4.1";
- sha256 = "1p2gffh6ym221sgrhlns209p6s0j3qbmam5a0b3s06663qgzvh5b";
+ version = "0.1.4.2";
+ sha256 = "0qrfdfyzm61zaxd9m7s93zhrr2qjpgyn24l3gbyll2v8yj38j5rm";
libraryHaskellDepends = [
base binary bytestring connection containers data-binary-ieee754
data-default mtl network text
];
testHaskellDepends = [
- base bytestring containers hex hspec QuickCheck text
+ base bytestring containers hspec QuickCheck text
];
description = "Haskell driver for Neo4j 3+ (BOLT protocol)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hasbolt-extras" = callPackage
@@ -110304,8 +110332,8 @@ self: {
}:
mkDerivation {
pname = "hasbolt-extras";
- version = "0.0.1.2";
- sha256 = "1bcp0v9m5miy26yfk0bm5j2zwc3rnijxlbym0iv599m25fhfqxjk";
+ version = "0.0.1.3";
+ sha256 = "1zgrw5k056spvqswgji41whjadq1ixayx817ln339mvc45a4nwa7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -110319,6 +110347,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Extras for hasbolt library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hascal" = callPackage
@@ -110360,6 +110390,8 @@ self: {
];
description = "Decompress SAPCAR archives";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hascas" = callPackage
@@ -110494,8 +110526,6 @@ self: {
];
description = "Hash as cache";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hash-tree" = callPackage
@@ -110524,33 +110554,6 @@ self: {
}:
mkDerivation {
pname = "hashable";
- version = "1.2.7.0";
- sha256 = "1gra8gq3kb7b2sd845h55yxlrfqx3ii004c6vjhga8v0b30fzdgc";
- revision = "1";
- editedCabalFile = "197063dpl0wn67dp7a06yc2hxp81n24ykk7klbjx0fndm5n87dh3";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring deepseq ghc-prim integer-gmp text
- ];
- testHaskellDepends = [
- base bytestring ghc-prim HUnit QuickCheck random test-framework
- test-framework-hunit test-framework-quickcheck2 text unix
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion ghc-prim integer-gmp siphash text
- ];
- description = "A class for types that can be converted to a hash value";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hashable_1_3_0_0" = callPackage
- ({ mkDerivation, base, bytestring, criterion, deepseq, ghc-prim
- , HUnit, integer-gmp, QuickCheck, random, siphash, test-framework
- , test-framework-hunit, test-framework-quickcheck2, text, unix
- }:
- mkDerivation {
- pname = "hashable";
version = "1.3.0.0";
sha256 = "1d4sn4xjf0swrfg8pl93ipavbj12ch3a9aykhkl6mjnczc9m8bl2";
isLibrary = true;
@@ -110567,7 +110570,6 @@ self: {
];
description = "A class for types that can be converted to a hash value";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hashable-extras" = callPackage
@@ -110622,6 +110624,8 @@ self: {
libraryHaskellDepends = [ base hashable sorted-list time ];
description = "Provides instances missing from Hashable";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hashable-time" = callPackage
@@ -111023,6 +111027,8 @@ self: {
];
description = "Generate tags file for Haskell project and its nearest deps";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskeem" = callPackage
@@ -111288,8 +111294,8 @@ self: {
, bytestring, Cabal, cabal-install-parsers, containers, deepseq
, Diff, directory, exceptions, filepath, generic-lens, HsYAML
, lattices, microlens, mtl, network-uri, optparse-applicative
- , parsec, pretty, process, ShellCheck, tasty, tasty-golden
- , temporary, text, transformers, unordered-containers
+ , parsec, pretty, process, tasty, tasty-golden, temporary, text
+ , transformers, unordered-containers
}:
mkDerivation {
pname = "haskell-ci";
@@ -111301,7 +111307,7 @@ self: {
aeson base base-compat bytestring Cabal cabal-install-parsers
containers deepseq directory exceptions filepath generic-lens
HsYAML lattices microlens mtl network-uri optparse-applicative
- parsec pretty process ShellCheck temporary text transformers
+ parsec pretty process temporary text transformers
unordered-containers
];
executableHaskellDepends = [ base ];
@@ -111312,8 +111318,6 @@ self: {
doHaddock = false;
description = "Cabal package script generator for Travis-CI";
license = stdenv.lib.licenses.gpl3Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-cnc" = callPackage
@@ -111401,10 +111405,7 @@ self: {
}) {};
"haskell-dap" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, deepseq
- , directory, filepath, ghc, ghc-boot, ghc-paths, ghci, haskeline
- , process, text, time, transformers, unix
- }:
+ ({ mkDerivation, base, containers, unix }:
mkDerivation {
pname = "haskell-dap";
version = "0.0.14.0";
@@ -111412,48 +111413,46 @@ self: {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers ];
- executableHaskellDepends = [
- array base bytestring containers deepseq directory filepath ghc
- ghc-boot ghc-paths ghci haskeline process text time transformers
- unix
- ];
+ executableHaskellDepends = [ base unix ];
description = "Haskell implementation of the DAP interface data";
license = stdenv.lib.licenses.bsd3;
}) {};
"haskell-debug-adapter" = callPackage
({ mkDerivation, aeson, async, base, bytestring, Cabal, clock
- , cmdargs, conduit, conduit-extra, containers, data-default
- , directory, filepath, fsnotify, ghci-dap, haskell-dap, hslogger
- , hspec, lens, mtl, parsec, process, resourcet, safe-exceptions
- , text
+ , conduit, conduit-extra, containers, data-default, directory
+ , filepath, fsnotify, ghci-dap, haskell-dap, hslogger, hspec, lens
+ , mtl, optparse-applicative, parsec, process, resourcet
+ , safe-exceptions, text
}:
mkDerivation {
pname = "haskell-debug-adapter";
- version = "0.0.32.0";
- sha256 = "1pxq0aazjdlda8hwsmbsqlg509s44v1c4ql06vf6i6jhwflbxp9r";
+ version = "0.0.33.0";
+ sha256 = "1v4dzjv1w0jdp5dyq3qrbdw34433b5xg6wk5hg87agzc3mllbkqa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson async base bytestring Cabal clock cmdargs conduit
- conduit-extra containers data-default directory filepath fsnotify
- ghci-dap haskell-dap hslogger lens mtl parsec process resourcet
- safe-exceptions text
+ aeson async base bytestring Cabal clock conduit conduit-extra
+ containers data-default directory filepath fsnotify ghci-dap
+ haskell-dap hslogger lens mtl optparse-applicative parsec process
+ resourcet safe-exceptions text
];
executableHaskellDepends = [
- aeson async base bytestring Cabal clock cmdargs conduit
- conduit-extra containers data-default directory filepath fsnotify
- ghci-dap haskell-dap hslogger lens mtl parsec process resourcet
- safe-exceptions text
+ aeson async base bytestring Cabal clock conduit conduit-extra
+ containers data-default directory filepath fsnotify ghci-dap
+ haskell-dap hslogger lens mtl optparse-applicative parsec process
+ resourcet safe-exceptions text
];
testHaskellDepends = [
- aeson async base bytestring Cabal clock cmdargs conduit
- conduit-extra containers data-default directory filepath fsnotify
- ghci-dap haskell-dap hslogger hspec lens mtl parsec process
- resourcet safe-exceptions text
+ aeson async base bytestring Cabal clock conduit conduit-extra
+ containers data-default directory filepath fsnotify ghci-dap
+ haskell-dap hslogger hspec lens mtl optparse-applicative parsec
+ process resourcet safe-exceptions text
];
description = "Haskell Debug Adapter";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-disque" = callPackage
@@ -111477,8 +111476,7 @@ self: {
"haskell-docs" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring, Cabal
, containers, cryptohash, directory, filepath, ghc, ghc-paths
- , haddock-api, haddock-library, monad-loops, process, text
- , unordered-containers
+ , haddock-api, monad-loops, process, text, unordered-containers
}:
mkDerivation {
pname = "haskell-docs";
@@ -111488,13 +111486,15 @@ self: {
isExecutable = true;
libraryHaskellDepends = [
aeson base base16-bytestring bytestring Cabal containers cryptohash
- directory filepath ghc ghc-paths haddock-api haddock-library
- monad-loops process text unordered-containers
+ directory filepath ghc ghc-paths haddock-api monad-loops process
+ text unordered-containers
];
executableHaskellDepends = [ base ghc text ];
testHaskellDepends = [ base ];
description = "A program to find and display the docs and type of a name";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-eigen-util" = callPackage
@@ -111521,6 +111521,8 @@ self: {
testHaskellDepends = [ base template-haskell ];
description = "Simple parser parser from Haskell to TemplateHaskell expressions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-fake-user-agent" = callPackage
@@ -111731,32 +111733,29 @@ self: {
testHaskellDepends = [ base template-haskell transformers ];
description = "Infer haskell code by given type";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-igraph" = callPackage
- ({ mkDerivation, base, bytestring, c2hs, cereal, colour, conduit
- , containers, data-ordlist, hxt, igraph, matrices, primitive
- , random, singletons, split, tasty, tasty-golden, tasty-hunit
+ ({ mkDerivation, base, bytestring, c2hs, cereal, conduit
+ , containers, data-ordlist, matrices, primitive, random, singletons
+ , tasty, tasty-golden, tasty-hunit
}:
mkDerivation {
pname = "haskell-igraph";
- version = "0.7.1";
- sha256 = "16sx8sx3dky6zlwhnf3fyrkcqzwrnf94hd1wfj087bgb36hxsavp";
+ version = "0.8.0";
+ sha256 = "0lwpliym0rldf4pqi17a9gm0dxlxd8jf4r12lcyp78mhdxfgdzcc";
libraryHaskellDepends = [
- base bytestring cereal colour conduit containers data-ordlist hxt
- primitive singletons split
+ base bytestring cereal conduit containers data-ordlist primitive
+ singletons
];
- librarySystemDepends = [ igraph ];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [
base cereal conduit data-ordlist matrices random tasty tasty-golden
tasty-hunit
];
- description = "Haskell interface of the igraph library";
+ description = "Bindings to the igraph C library (v0.8.0).";
license = stdenv.lib.licenses.mit;
- }) {inherit (pkgs) igraph;};
+ }) {};
"haskell-import-graph" = callPackage
({ mkDerivation, base, classy-prelude, ghc, graphviz, process, text
@@ -111774,8 +111773,6 @@ self: {
executableHaskellDepends = [ base ];
description = "create haskell import graph for graphviz";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-in-space" = callPackage
@@ -111818,8 +111815,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "haskell-lexer";
- version = "1.0.2";
- sha256 = "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq";
+ version = "1.1";
+ sha256 = "1mb3np20ig0hbgnfxrzr3lczq7ya4p76g20lvnxch8ikck61afii";
libraryHaskellDepends = [ base ];
description = "A fully compliant Haskell 98 lexer";
license = stdenv.lib.licenses.bsd3;
@@ -111834,8 +111831,8 @@ self: {
}:
mkDerivation {
pname = "haskell-lsp";
- version = "0.15.0.0";
- sha256 = "111c0hdlpnj979p3avlhswziyc6vh6apij5b2nhhi8wlfhqwrpcg";
+ version = "0.20.0.1";
+ sha256 = "1yy9j61hlar4y8p58q8a0i3c6qmv5h9f53kk48jsvfa59c3dz92b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -111847,43 +111844,13 @@ self: {
testHaskellDepends = [
aeson base bytestring containers data-default directory filepath
hashable hspec lens network-uri QuickCheck quickcheck-instances
- rope-utf16-splay sorted-list stm text
+ rope-utf16-splay sorted-list stm text unordered-containers
];
testToolDepends = [ hspec-discover ];
description = "Haskell library for the Microsoft Language Server Protocol";
license = stdenv.lib.licenses.mit;
}) {};
- "haskell-lsp_0_19_0_0" = callPackage
- ({ mkDerivation, aeson, async, attoparsec, base, bytestring
- , containers, data-default, directory, filepath, hashable
- , haskell-lsp-types, hslogger, hspec, hspec-discover, lens, mtl
- , network-uri, QuickCheck, quickcheck-instances, rope-utf16-splay
- , sorted-list, stm, temporary, text, time, unordered-containers
- }:
- mkDerivation {
- pname = "haskell-lsp";
- version = "0.19.0.0";
- sha256 = "0cjmjrcd3rg8jc6rfk73jirmvay07jps9gdjd97clxz90w3mm24i";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson async attoparsec base bytestring containers data-default
- directory filepath hashable haskell-lsp-types hslogger lens mtl
- network-uri rope-utf16-splay sorted-list stm temporary text time
- unordered-containers
- ];
- testHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- hashable hspec lens network-uri QuickCheck quickcheck-instances
- rope-utf16-splay sorted-list stm text
- ];
- testToolDepends = [ hspec-discover ];
- description = "Haskell library for the Microsoft Language Server Protocol";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"haskell-lsp-client" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, haskell-lsp, lens, process, text, unix
@@ -111913,32 +111880,14 @@ self: {
}:
mkDerivation {
pname = "haskell-lsp-types";
- version = "0.15.0.0";
- sha256 = "1ky20lpgbdiijh3z6ilf7jn7cyxl2kshqnm2p4dgabfh97gbf8bb";
- libraryHaskellDepends = [
- aeson base bytestring data-default deepseq filepath hashable lens
- network-uri scientific text unordered-containers
- ];
- description = "Haskell library for the Microsoft Language Server Protocol, data types";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "haskell-lsp-types_0_19_0_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, data-default, deepseq
- , filepath, hashable, lens, network-uri, scientific, text
- , unordered-containers
- }:
- mkDerivation {
- pname = "haskell-lsp-types";
- version = "0.19.0.0";
- sha256 = "089rxcdz02hq68ihc26r7dwsn8hl7f7096vcb0dyd2jda0ganhm9";
+ version = "0.20.0.0";
+ sha256 = "09p0d4vibrm06kj8i1yq9zhnkxl87yg5085l1sy9m20z8j988waq";
libraryHaskellDepends = [
aeson base bytestring data-default deepseq filepath hashable lens
network-uri scientific text unordered-containers
];
description = "Haskell library for the Microsoft Language Server Protocol, data types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-menu" = callPackage
@@ -112038,6 +111987,8 @@ self: {
];
description = "Name resolution library for Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-neo4j-client" = callPackage
@@ -112373,33 +112324,20 @@ self: {
];
description = "Client API for Rocket Scissor Spacegoo";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-src" = callPackage
({ mkDerivation, array, base, happy, pretty, syb }:
mkDerivation {
pname = "haskell-src";
- version = "1.0.3.0";
- sha256 = "1g4dj1f0j68bhn4ixfac63wjzy6gsp6kwgxryb1k5nl3i0g99d5l";
- revision = "1";
- editedCabalFile = "1pnrvh9wzdkhvkkky4rlq1imycl9k76x9rvgq7cmfp8rf1iwqi5q";
- libraryHaskellDepends = [ array base pretty syb ];
- libraryToolDepends = [ happy ];
- description = "Support for manipulating Haskell source code";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "haskell-src_1_0_3_1" = callPackage
- ({ mkDerivation, array, base, happy, pretty, syb }:
- mkDerivation {
- pname = "haskell-src";
version = "1.0.3.1";
sha256 = "0cjigvshk4b8wqdk0v0hz9ag1kyjjsmqsy4a1m3n28ac008cg746";
libraryHaskellDepends = [ array base pretty syb ];
libraryToolDepends = [ happy ];
description = "Support for manipulating Haskell source code";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-src-exts_1_19_1" = callPackage
@@ -112432,8 +112370,8 @@ self: {
}:
mkDerivation {
pname = "haskell-src-exts";
- version = "1.21.1";
- sha256 = "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f";
+ version = "1.22.0";
+ sha256 = "1wc3w1kkrlagbbbgqflqx4xwqk36wsng7r3wyjflvlas4sf3xmg0";
libraryHaskellDepends = [ array base ghc-prim pretty ];
libraryToolDepends = [ happy ];
testHaskellDepends = [
@@ -112564,25 +112502,6 @@ self: {
}:
mkDerivation {
pname = "haskell-src-meta";
- version = "0.8.3";
- sha256 = "17znnaqj2hnnfyc9p9xjzbs97h2jh1h4f4qbw648y3xa14wx5ra9";
- libraryHaskellDepends = [
- base haskell-src-exts pretty syb template-haskell th-orphans
- ];
- testHaskellDepends = [
- base containers haskell-src-exts HUnit pretty syb tasty tasty-hunit
- template-haskell
- ];
- description = "Parse source to template-haskell abstract syntax";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "haskell-src-meta_0_8_5" = callPackage
- ({ mkDerivation, base, containers, haskell-src-exts, HUnit, pretty
- , syb, tasty, tasty-hunit, template-haskell, th-orphans
- }:
- mkDerivation {
- pname = "haskell-src-meta";
version = "0.8.5";
sha256 = "1csqp3n7330rhia9msyw34z7qwwj64gdy5qlv8w4jbm49dap24ik";
revision = "1";
@@ -112596,7 +112515,6 @@ self: {
];
description = "Parse source to template-haskell abstract syntax";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-src-meta-mwotton" = callPackage
@@ -112669,6 +112587,8 @@ self: {
];
description = "Generate Elm types and JSON encoders and decoders from Haskell types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-token-utils" = callPackage
@@ -112710,6 +112630,8 @@ self: {
];
description = "Haskell AST for efficient tooling";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-tools-ast-fromghc" = callPackage
@@ -112781,6 +112703,8 @@ self: {
];
description = "Creating the Haskell-Tools AST from GHC's representations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-tools-builtin-refactorings" = callPackage
@@ -112992,6 +112916,8 @@ self: {
];
description = "Pretty printing of Haskell-Tools AST";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-tools-refactor" = callPackage
@@ -113183,6 +113109,8 @@ self: {
libraryHaskellDepends = [ array base ];
description = "Haskell 2020[draft] Standard Library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell98" = callPackage
@@ -113718,6 +113646,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Compiler from I- to S-Expressions for the Scheme Programming Language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskey" = callPackage
@@ -113930,35 +113860,6 @@ self: {
"haskoin-core" = 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.8";
- sha256 = "1x5ylla9910gvrydhfvzvj7x5w7xjy9bf3rakcqskcn0v4chx9pr";
- libraryHaskellDepends = [
- aeson array base base16-bytestring bytestring cereal conduit
- containers cryptonite entropy hashable hspec HUnit memory mtl
- murmur3 network QuickCheck safe 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;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "haskoin-core_0_10_0" = callPackage
- ({ mkDerivation, aeson, array, base, base16-bytestring, bytestring
, cereal, conduit, containers, cryptonite, deepseq, entropy
, hashable, hspec, hspec-discover, HUnit, memory, mtl, murmur3
, network, QuickCheck, safe, scientific, secp256k1-haskell, split
@@ -113967,8 +113868,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-core";
- version = "0.10.0";
- sha256 = "0gb9z0ncy7ff93k41yvbj0i33akpk5vcm477ydpn7sandq3m40nv";
+ version = "0.10.1";
+ sha256 = "0gfszpi453736lv7amfmknf9sfpxh071lvxfgaxyi3bshr2kibhz";
libraryHaskellDepends = [
aeson array base base16-bytestring bytestring cereal conduit
containers cryptonite deepseq entropy hashable hspec HUnit memory
@@ -114022,8 +113923,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-node";
- version = "0.9.15";
- sha256 = "0bdyqqhxjbz3lqj5q7cg9w9i40xvp9p9185g3dlhqn598s65mppx";
+ version = "0.9.16";
+ sha256 = "0k84jxlahk5axixn2y4hg63qbj6383hmidrrx2nll86vjifanv4f";
libraryHaskellDepends = [
base bytestring cereal conduit conduit-extra containers
data-default hashable haskoin-core monad-logger mtl network nqe
@@ -114092,38 +113993,39 @@ self: {
"haskoin-store" = callPackage
({ mkDerivation, aeson, base, bytestring, cereal, conduit
- , containers, data-default, filepath, hashable, haskoin-core
- , 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, warp
+ , containers, data-default, deepseq, filepath, hashable
+ , haskoin-core, haskoin-node, hspec, hspec-discover, http-types
+ , monad-logger, mtl, network, nqe, optparse-applicative, QuickCheck
+ , random, resourcet, rocksdb-haskell, rocksdb-query, scotty
+ , string-conversions, text, time, transformers, unliftio
+ , unordered-containers, wai, warp
}:
mkDerivation {
pname = "haskoin-store";
- version = "0.19.5";
- sha256 = "1pxplfipl4n6vq8s8al0acfrxnbpf8yhya6hpfymszfbvcyqkhl8";
+ version = "0.20.0";
+ sha256 = "1ljm662q0p3csq1f6xxyas6snv8bcr8vpl1m5n94nmjhb44qn44h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
- 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 warp
+ deepseq hashable haskoin-core haskoin-node http-types monad-logger
+ mtl network nqe QuickCheck random resourcet rocksdb-haskell
+ rocksdb-query scotty string-conversions text time transformers
+ unliftio unordered-containers 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 warp
+ deepseq filepath hashable haskoin-core haskoin-node http-types
+ monad-logger mtl network nqe optparse-applicative QuickCheck random
+ resourcet rocksdb-haskell rocksdb-query scotty string-conversions
+ text time transformers unliftio unordered-containers wai warp
];
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 warp
+ deepseq hashable haskoin-core haskoin-node hspec http-types
+ monad-logger mtl network nqe QuickCheck random resourcet
+ rocksdb-haskell rocksdb-query scotty string-conversions text time
+ transformers unliftio unordered-containers wai warp
];
testToolDepends = [ hspec-discover ];
description = "Storage and index for Bitcoin and Bitcoin Cash";
@@ -114464,6 +114366,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Code generation tools for Hasktorch";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hasktorch-ffi-tests" = callPackage
@@ -114730,21 +114634,23 @@ self: {
}) {};
"haskus-utils" = callPackage
- ({ mkDerivation, base, containers, extra, file-embed, hashable
+ ({ mkDerivation, base, containers, doctest, free, hashable
, haskus-utils-data, haskus-utils-types, haskus-utils-variant
, list-t, mtl, stm, stm-containers, tasty, tasty-quickcheck
, template-haskell, transformers, vector
}:
mkDerivation {
pname = "haskus-utils";
- version = "1.4";
- sha256 = "1d18q6yd4gy80qa6w1s9c4z7fyn9fqdvnvxdm4mhzi2bwx51yzfg";
+ version = "1.5";
+ sha256 = "0rdlbjk6n2mzhzhsklnc61555kac6hv2243mgcg2bakypphl48na";
libraryHaskellDepends = [
- base containers extra file-embed hashable haskus-utils-data
- haskus-utils-types haskus-utils-variant list-t mtl stm
- stm-containers template-haskell transformers vector
+ base containers free hashable haskus-utils-data haskus-utils-types
+ haskus-utils-variant list-t mtl stm stm-containers template-haskell
+ transformers vector
+ ];
+ testHaskellDepends = [
+ base containers doctest tasty tasty-quickcheck
];
- testHaskellDepends = [ base tasty tasty-quickcheck ];
description = "Haskus utility modules";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -114777,6 +114683,8 @@ self: {
pname = "haskus-utils-data";
version = "1.2";
sha256 = "0dn07zj9v5yl0mpcnblk2y17x30wg8fag4hv9mfp3kn003217f89";
+ revision = "1";
+ editedCabalFile = "0pgaf358jjkpi928rgxs5ly4v8vl7lxrsdrq0gflxfc47ni2mxj8";
libraryHaskellDepends = [
base containers extra ghc-prim haskus-utils-types mtl
recursion-schemes transformers
@@ -114792,6 +114700,8 @@ self: {
pname = "haskus-utils-types";
version = "1.5";
sha256 = "1mbgnx4i82g9bq1qpvjjs9yb683gfja5bws8y26mzjl4igk6izsy";
+ revision = "1";
+ editedCabalFile = "1mjwmk5prbrb91dbhxg9pp47zf5cfnnm07h3f2m902af3l0yjiih";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest ];
description = "Haskus types utility modules";
@@ -114818,8 +114728,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ];
description = "Variant and EADT";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskus-web" = callPackage
@@ -114869,6 +114777,8 @@ self: {
];
description = "HTTP server";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haslo" = callPackage
@@ -114973,34 +114883,6 @@ self: {
}:
mkDerivation {
pname = "hasql";
- version = "1.4.0.1";
- sha256 = "04112217385hh7bqzs4sr0263yy3pzny10ym4j5vmy9kwrbygk2d";
- libraryHaskellDepends = [
- attoparsec base base-prelude bytestring bytestring-strict-builder
- contravariant contravariant-extras dlist hashable hashtables
- loch-th mtl placeholders postgresql-binary postgresql-libpq
- profunctors text text-builder transformers vector
- ];
- testHaskellDepends = [
- bug QuickCheck quickcheck-instances rebase rerebase tasty
- tasty-hunit tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ bug criterion rerebase ];
- description = "An efficient PostgreSQL driver with a flexible mapping API";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hasql_1_4_1" = callPackage
- ({ mkDerivation, attoparsec, base, base-prelude, bug, bytestring
- , bytestring-strict-builder, contravariant, contravariant-extras
- , criterion, dlist, hashable, hashtables, loch-th, mtl
- , placeholders, postgresql-binary, postgresql-libpq, profunctors
- , QuickCheck, quickcheck-instances, rebase, rerebase, tasty
- , tasty-hunit, tasty-quickcheck, text, text-builder, transformers
- , vector
- }:
- mkDerivation {
- pname = "hasql";
version = "1.4.1";
sha256 = "0qypisbyyk9xq3g0av4vphi4k9r0jm8c16crc5wbqvalxaxrj2wc";
libraryHaskellDepends = [
@@ -115016,7 +114898,6 @@ self: {
benchmarkHaskellDepends = [ bug criterion rerebase ];
description = "An efficient PostgreSQL driver with a flexible mapping API";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hasql-backend" = callPackage
@@ -115100,6 +114981,8 @@ self: {
];
description = "An abstraction for simultaneous fetching from multiple PostgreSQL cursors";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hasql-dynamic-statements" = callPackage
@@ -115295,8 +115178,8 @@ self: {
}:
mkDerivation {
pname = "hasql-th";
- version = "0.4.0.3";
- sha256 = "0j850460d2sz6zwvawyv9913b03iqf58b737y6imgd6k7ddq82hn";
+ version = "0.4.0.4";
+ sha256 = "1kd12vw98wml58sp1dqfq58z0vjjqdssb6q7f6ngs7q6ig27kxfb";
libraryHaskellDepends = [
base bytestring case-insensitive containers contravariant
fast-builder foldl hashable hasql headed-megaparsec megaparsec
@@ -115321,24 +115204,6 @@ self: {
}:
mkDerivation {
pname = "hasql-transaction";
- version = "0.7.2";
- sha256 = "13d5zisr34bdbiypvpcb114d4c9yi6pyb9wnhigqpwd90vzpzsb5";
- libraryHaskellDepends = [
- base bytestring bytestring-tree-builder contravariant
- contravariant-extras hasql mtl transformers
- ];
- testHaskellDepends = [ async hasql rebase ];
- description = "A composable abstraction over the retryable transactions for Hasql";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hasql-transaction_1_0_0_1" = callPackage
- ({ mkDerivation, async, base, bytestring, bytestring-tree-builder
- , contravariant, contravariant-extras, hasql, mtl, rebase
- , transformers
- }:
- mkDerivation {
- pname = "hasql-transaction";
version = "1.0.0.1";
sha256 = "0jfvabsjpj56piny41hzbblhprjsk5xkpk35x502q2isl2mkk5ql";
libraryHaskellDepends = [
@@ -115348,7 +115213,6 @@ self: {
testHaskellDepends = [ async hasql rebase ];
description = "Composable abstraction over retryable transactions for Hasql";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hastache" = callPackage
@@ -115719,6 +115583,8 @@ self: {
];
description = "Recursively retrieve maven dependencies";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haverer" = callPackage
@@ -115821,6 +115687,8 @@ self: {
];
description = "A Haskell library for efficient, concurrent, and concise data access";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haxl-amazonka" = callPackage
@@ -115899,10 +115767,8 @@ self: {
}:
mkDerivation {
pname = "haxr";
- version = "3000.11.3.1";
- sha256 = "1wyb848mb0b6idkbi5jarsf6qi1zzl3yh6xd05g228kykii8k9mg";
- revision = "1";
- editedCabalFile = "1g5vqgpk02kx502w0klps88i0h0mfwmb8ai14xm5b90jmd9kndn3";
+ version = "3000.11.4";
+ sha256 = "1pyf0wjifsvsnx7zzhbn8ps0n578r0p89p2ib0nx1rsi2f1x21i5";
libraryHaskellDepends = [
array base base-compat base64-bytestring blaze-builder bytestring
HaXml HsOpenSSL http-streams http-types io-streams mtl mtl-compat
@@ -115911,8 +115777,6 @@ self: {
];
description = "XML-RPC client and server library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haxr-th" = callPackage
@@ -116066,6 +115930,8 @@ self: {
libraryHaskellDepends = [ base bytestring Decimal digits split ];
description = "Packed binary-coded decimal (BCD) serialization";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hbeanstalk" = callPackage
@@ -116081,6 +115947,8 @@ self: {
];
description = "Client for the beanstalkd workqueue service";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hbeat" = callPackage
@@ -116149,6 +116017,8 @@ self: {
pname = "hblas";
version = "0.4.0.1";
sha256 = "1jclawfvykdsd5b5wmqyz6fb0kx6yr626w4g86w9q1127k8l102k";
+ revision = "1";
+ editedCabalFile = "0085hyl5hcnxjf83vis34qklv6xajsk5z0mzrirgp03nzyf55l7r";
libraryHaskellDepends = [ base primitive storable-complex vector ];
librarySystemDepends = [ blas liblapack ];
testHaskellDepends = [ base hspec primitive vector ];
@@ -116268,6 +116138,19 @@ self: {
broken = true;
}) {};
+ "hcad" = callPackage
+ ({ mkDerivation, base, containers, gasp, mtl }:
+ mkDerivation {
+ pname = "hcad";
+ version = "0.1";
+ sha256 = "0qx0qpd7wg4555hlkv6fn80zyi0c5wmq8nd2fd1m6y25xmgbvkqm";
+ libraryHaskellDepends = [ base containers gasp mtl ];
+ description = "Haskell CAD library";
+ license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hcc" = callPackage
({ mkDerivation, base, bytestring, language-c }:
mkDerivation {
@@ -116747,6 +116630,8 @@ self: {
];
description = "Persistent GHC powered background server for FAST haskell development tools";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hdf" = callPackage
@@ -116951,6 +116836,8 @@ self: {
testHaskellDepends = [ base containers mtl ];
description = "Haskell docs tool";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hdph" = callPackage
@@ -117055,6 +116942,32 @@ self: {
broken = true;
}) {};
+ "headroom" = callPackage
+ ({ mkDerivation, aeson, base, doctest, either, file-embed, hspec
+ , lens, mustache, optparse-applicative, pcre-heavy, pcre-light, rio
+ , template-haskell, text, time, validation, yaml
+ }:
+ mkDerivation {
+ pname = "headroom";
+ version = "0.1.2.0";
+ sha256 = "0xf657k22bpyx45x0bxljv19adb2qwfv2a5724dsnmvndyvn9kxy";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base either file-embed lens mustache optparse-applicative
+ pcre-heavy pcre-light rio template-haskell text time validation
+ yaml
+ ];
+ executableHaskellDepends = [ base optparse-applicative rio ];
+ testHaskellDepends = [
+ aeson base doctest hspec optparse-applicative rio
+ ];
+ description = "License Header Manager";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"heap" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
@@ -117089,6 +117002,8 @@ self: {
executableHaskellDepends = [ array base ];
description = "Heapsort of MArrays as a demo of imperative programming";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heart-app" = callPackage
@@ -117124,6 +117039,29 @@ self: {
];
description = "An opinionated library prelude in the UnliftIO style";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "heart-core_0_3_2" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, base, containers, deepseq
+ , exceptions, filepath, hashable, lens, list-t, mtl
+ , newtype-generics, text, unliftio, unliftio-core
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "heart-core";
+ version = "0.3.2";
+ sha256 = "0fwhv0k5yykc72bk67d6rr6946w245hlg6cwjfbbgzq32b1cw7s3";
+ libraryHaskellDepends = [
+ aeson aeson-casing base containers deepseq exceptions filepath
+ hashable lens list-t mtl newtype-generics text unliftio
+ unliftio-core unordered-containers
+ ];
+ description = "An opinionated library prelude in the UnliftIO style";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heartbeat-streams" = callPackage
@@ -117135,8 +117073,6 @@ self: {
libraryHaskellDepends = [ async base io-streams time ];
description = "Heartbeats for io-streams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"heatitup" = callPackage
@@ -117177,8 +117113,8 @@ self: {
}:
mkDerivation {
pname = "heatitup-complete";
- version = "0.5.4.0";
- sha256 = "0zxyxwvpj0mkz10y4rf793cpxmd0bmlz3d4p8c0icgainacs6dsg";
+ version = "0.5.5.0";
+ sha256 = "14izlkkhm1zgdni4j95f9nv919bgq766qhwhc2z8phr4aymvjsnx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -117226,6 +117162,8 @@ self: {
];
description = "Simle api for heavy logger";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heavy-logger" = callPackage
@@ -117247,6 +117185,8 @@ self: {
];
description = "Full-weight logging based on fast-logger";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heavy-logger-amazon" = callPackage
@@ -117262,6 +117202,8 @@ self: {
];
description = "heavy-logger compatibility with amazonka-core logging";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heavy-logger-instances" = callPackage
@@ -117282,6 +117224,8 @@ self: {
];
description = "Orphan instances for data types in heavy-logger package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hebrew-time" = callPackage
@@ -117294,6 +117238,8 @@ self: {
testHaskellDepends = [ base hspec QuickCheck time ];
description = "Hebrew dates and prayer times";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hecc" = callPackage
@@ -117354,6 +117300,8 @@ self: {
pname = "hedgehog";
version = "1.0.2";
sha256 = "1058d5fcv3hhvlx34a8xkg8r75p93l2yhacdbga8d4radiayy34f";
+ revision = "2";
+ editedCabalFile = "1qh7yaijp04li1i10cd5j6bc58fcagynxxmvs32wc8m1fvgzi05w";
libraryHaskellDepends = [
ansi-terminal async base bytestring concurrent-output containers
directory erf exceptions fail lifted-async mmorph monad-control mtl
@@ -117405,8 +117353,8 @@ self: {
}:
mkDerivation {
pname = "hedgehog-classes";
- version = "0.2.4";
- sha256 = "0cvaa8rrjwz00z377b0s6c2yyfyxka78cpw66bkrlzyihjqqg6gn";
+ version = "0.2.4.1";
+ sha256 = "0qa938cy1bm3shq0l4rfdq5cmb54jjy0qpp6cmx1xjd6yrdqrkxc";
libraryHaskellDepends = [
aeson base binary comonad containers hedgehog pretty-show primitive
semirings silently transformers wl-pprint-annotated
@@ -117424,23 +117372,23 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "hedgehog-corpus";
- version = "0.1.0";
- sha256 = "1whrszkd03d9a86vqnp38sq8gs2hfdc39wxcf5c12w3767c9qmn3";
+ version = "0.2.0";
+ sha256 = "194pj8mjia5v4mc0hcyxgipf15j0dr44w02r1bcf89b4b8vnk5hq";
libraryHaskellDepends = [ base ];
description = "hedgehog-corpus";
license = stdenv.lib.licenses.bsd3;
}) {};
- "hedgehog-corpus_0_2_0" = callPackage
- ({ mkDerivation, base }:
+ "hedgehog-fakedata" = callPackage
+ ({ mkDerivation, base, containers, fakedata, hedgehog, random }:
mkDerivation {
- pname = "hedgehog-corpus";
- version = "0.2.0";
- sha256 = "194pj8mjia5v4mc0hcyxgipf15j0dr44w02r1bcf89b4b8vnk5hq";
- libraryHaskellDepends = [ base ];
- description = "hedgehog-corpus";
+ pname = "hedgehog-fakedata";
+ version = "0.0.1.1";
+ sha256 = "05s48h0cf599x5psllid0szynvqmfgkrv5cymsgy1b5mdnc868aj";
+ libraryHaskellDepends = [ base fakedata hedgehog random ];
+ testHaskellDepends = [ base containers fakedata hedgehog ];
+ description = "Use 'fakedata' with 'hedgehog'";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hedgehog-fn" = callPackage
@@ -117458,6 +117406,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hedgehog-gen" = callPackage
+ ({ mkDerivation, base, bytestring, hedgehog, text, typerep-map }:
+ mkDerivation {
+ pname = "hedgehog-gen";
+ version = "0.1.0.0";
+ sha256 = "07fq3ha96xgka35ag04vzmx7z2c59jnqr9y9bkrdzk5xm47mmlbf";
+ libraryHaskellDepends = [
+ base bytestring hedgehog text typerep-map
+ ];
+ description = "Customizable Gen for ADT using Generics";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hedgehog-gen-json" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, exceptions
, hedgehog, lens, protolude, regex-genex, regex-pcre, scientific
@@ -117591,6 +117554,16 @@ self: {
broken = true;
}) {};
+ "hedis-envy" = callPackage
+ ({ mkDerivation, base, envy, hedis, scientific, time }:
+ mkDerivation {
+ pname = "hedis-envy";
+ version = "0.1.0.1";
+ sha256 = "165a7pw1i1i9gxljmx03zavza5qjyir09bwk067cfr5an9razvq6";
+ libraryHaskellDepends = [ base envy hedis scientific time ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hedis-monadic" = callPackage
({ mkDerivation, base, hedis, monad-control, mtl, transformers
, transformers-base, transformers-compat
@@ -117684,31 +117657,10 @@ self: {
}:
mkDerivation {
pname = "hedn";
- version = "0.2.0.1";
- sha256 = "16yi4x6g27zabgqwd4xckp5zibxq882919mmyyr95g56r7pm8v1j";
- revision = "1";
- editedCabalFile = "1wr3zv0bj1714y1ip40va34zysmypicd6qp0l50bg9wj2db0misz";
- 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;
- }) {};
-
- "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";
+ revision = "1";
+ editedCabalFile = "1bpd4dd8afccj2bakqqbimmd3ja9i21q9k98vmzw37ishbd3xync";
libraryHaskellDepends = [
base containers deepseq deriving-compat megaparsec
parser-combinators prettyprinter scientific template-haskell text
@@ -117720,6 +117672,7 @@ self: {
description = "EDN parsing and encoding";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hedn-functor" = callPackage
@@ -117735,6 +117688,8 @@ self: {
];
description = "Base functor for EDN AST";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hedra" = callPackage
@@ -117750,6 +117705,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A small library and executable for generating dice rolls";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hein" = callPackage
@@ -117786,8 +117743,8 @@ self: {
pname = "heist";
version = "1.1.0.1";
sha256 = "1j4h9fwny4hl2m5lgsd257lvm9057fb0hmnaqjw8a9k4hyx7hmqq";
- revision = "1";
- editedCabalFile = "08ihm07rqkhaxgnxr4ix08chxpqs0gps2b5xv79lzbl6cn6rj63c";
+ revision = "2";
+ editedCabalFile = "1w9iabqa3pm2160275z6mh658zlyp7vkj18ch064ry3y3a6cymbk";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html bytestring
containers directory directory-tree dlist filepath hashable
@@ -117812,8 +117769,6 @@ self: {
];
description = "An Haskell template system supporting both HTML5 and XML";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"heist-aeson" = callPackage
@@ -118312,8 +118267,8 @@ self: {
}:
mkDerivation {
pname = "heredocs";
- version = "0.1.5";
- sha256 = "1bmih3jwmx8dv128rb9w1682fp3w0f6i7hhyyakswy7a04q34ryi";
+ version = "0.1.6";
+ sha256 = "12qsa6vcdc255dx7dc4nfmgy3aam7w6qy92x4811mxx4mxrsr81r";
libraryHaskellDepends = [
base bytestring doctest parsec template-haskell text
];
@@ -118334,6 +118289,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "haskell time manipulation in a 'kerf like' style";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hermit" = callPackage
@@ -118446,6 +118403,8 @@ self: {
testHaskellDepends = [ base hspec persistent-postgresql ];
description = "Parse DATABASE_URL into configuration types for Persistent";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"herringbone" = callPackage
@@ -118768,6 +118727,8 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "Convert strings into hexadecimal and back";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hex-text" = callPackage
@@ -119451,8 +119412,6 @@ self: {
testHaskellDepends = [ base doctest doctest-discover QuickCheck ];
description = "Geometric Algorithms, Data structures, and Data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hgeometry-combinatorial" = callPackage
@@ -119483,8 +119442,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Data structures, and Data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hgeometry-ipe" = callPackage
@@ -119659,8 +119616,6 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Haskell interface to GMP";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hgom" = callPackage
@@ -119733,8 +119688,6 @@ self: {
];
description = "Compile Mercurial (hg) version info into Haskell code";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hgrib" = callPackage
@@ -119795,22 +119748,23 @@ self: {
];
description = "Happy Haskell Programming";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hhwloc" = callPackage
- ({ mkDerivation, base, Cabal, directory, process }:
+ ({ mkDerivation, base, Cabal, directory }:
mkDerivation {
pname = "hhwloc";
- version = "0.2.0";
- sha256 = "16plkwv42cbrrrl73864vcabcyd9irkbvq2jcki500vkxx92yxvj";
- isLibrary = true;
- isExecutable = true;
+ version = "0.2.1";
+ sha256 = "1vzlk2zgbs0l322gff71pap6y5dz7l6wkblyrpn9vip5bf0b12vs";
enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal directory process ];
+ setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base ];
- executableHaskellDepends = [ base ];
description = "Bindings to https://www.open-mpi.org/projects/hwloc";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hi" = callPackage
@@ -119991,30 +119945,35 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Provides cross-platform getHiddenChar function";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hie-bios" = callPackage
- ({ mkDerivation, base, base16-bytestring, bytestring, conduit
- , conduit-extra, containers, cryptohash-sha1, deepseq, directory
- , extra, file-embed, filepath, ghc, hslogger, process, tasty
- , tasty-hunit, temporary, text, time, transformers, unix-compat
- , unordered-containers, vector, yaml
+ ({ mkDerivation, aeson, base, base16-bytestring, bytestring
+ , conduit, conduit-extra, containers, cryptohash-sha1, deepseq
+ , directory, extra, file-embed, filepath, ghc, hslogger, process
+ , tasty, tasty-hunit, temporary, text, time, transformers
+ , unix-compat, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "hie-bios";
- version = "0.3.2";
- sha256 = "1609rvjgh1laqxl4c1bh0j3bq5yysbbaflx6hn8npr0ckq2ckvir";
+ version = "0.4.0";
+ sha256 = "1pa8wjj6sml39371f355z46304jzzwpcr62q0qzrpqq8w9017241";
+ revision = "1";
+ editedCabalFile = "12m0hy4lirnr02h0nh2a85cfm8jv7jgqh24fdn29jkc28gpspm72";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base base16-bytestring bytestring conduit conduit-extra containers
- cryptohash-sha1 deepseq directory extra file-embed filepath ghc
- hslogger process temporary text time transformers unix-compat
- unordered-containers vector yaml
+ aeson base base16-bytestring bytestring conduit conduit-extra
+ containers cryptohash-sha1 deepseq directory extra file-embed
+ filepath ghc hslogger process temporary text time transformers
+ unix-compat unordered-containers vector yaml
];
executableHaskellDepends = [ base directory filepath ghc ];
testHaskellDepends = [
- base directory filepath ghc tasty tasty-hunit
+ base directory extra filepath ghc tasty tasty-hunit text
+ unordered-containers yaml
];
description = "Set up a GHC API session";
license = stdenv.lib.licenses.bsd3;
@@ -120084,8 +120043,6 @@ self: {
testHaskellDepends = [ base hspec HUnit QuickCheck ];
description = "Fast algorithms for single, average/UPGMA and complete linkage clustering";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hierarchical-clustering-diagrams" = callPackage
@@ -120105,8 +120062,6 @@ self: {
];
description = "Draw diagrams of dendrograms made by hierarchical-clustering";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hierarchical-exceptions" = callPackage
@@ -120473,6 +120428,8 @@ self: {
];
description = "Generate STL models from SRTM elevation data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"himerge" = callPackage
@@ -120572,6 +120529,8 @@ self: {
];
description = "Extensible Haskell pretty printer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hindley-milner" = callPackage
@@ -120822,6 +120781,8 @@ self: {
pname = "hinter";
version = "0.1.0.0";
sha256 = "0r790y7j64y79rqg7ip4dk5a8pbpryisp008lcmswzc0si35jfgl";
+ revision = "2";
+ editedCabalFile = "0jzaaiwviyw5as3pzjrsl19mrw0qsm4w08pywvl64ld3x2ldfj2y";
libraryHaskellDepends = [
base directory exceptions filepath ghc ghc-boot ghc-paths mtl
random unix
@@ -120899,8 +120860,8 @@ self: {
}:
mkDerivation {
pname = "hip";
- version = "1.5.4.0";
- sha256 = "09vv9zshgy6g9333pyny5lcja8662rxnldg1m0vvfiywcjafbn14";
+ version = "1.5.5.0";
+ sha256 = "1qy74a471bh849cil9b3f92gxgl3434x8hcvrzn83v3xa6vnh2cd";
libraryHaskellDepends = [
array base bytestring Chart Chart-diagrams colour deepseq directory
filepath JuicyPixels netpbm primitive process random repa temporary
@@ -121237,6 +121198,8 @@ self: {
];
description = "Git like program in haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hit-graph" = callPackage
@@ -121527,6 +121490,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Definition of \"Delta structures\" for higher kinded data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hkd-lens" = callPackage
@@ -121538,6 +121503,8 @@ self: {
libraryHaskellDepends = [ base profunctors ];
description = "Generic lens/prism/traversal-kinded data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hkdf" = callPackage
@@ -121558,8 +121525,8 @@ self: {
}:
mkDerivation {
pname = "hkgr";
- version = "0.2.4";
- sha256 = "09mvprpywxxfx2x0fm895k27qhsrhk8n00a5lgc4vglrvr0hyfdq";
+ version = "0.2.5.2";
+ sha256 = "0n7xxm216jzsvm2si276a0x342iwn0jyfcaq5hfs5l92na456kg2";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -121582,6 +121549,8 @@ self: {
];
description = "A library for higher kinded types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hlatex" = callPackage
@@ -121671,7 +121640,7 @@ self: {
}) {};
"hledger" = callPackage
- ({ mkDerivation, ansi-terminal, base, base-compat-batteries
+ ({ mkDerivation, aeson, ansi-terminal, base, base-compat-batteries
, bytestring, cmdargs, containers, data-default, Decimal, Diff
, directory, extra, filepath, hashable, haskeline, hledger-lib
, lucid, math-functions, megaparsec, mtl, old-time, parsec
@@ -121682,12 +121651,14 @@ self: {
}:
mkDerivation {
pname = "hledger";
- version = "1.16.2";
- sha256 = "1jvvmj13n3xv575g5zxfq2nw9bk719yb6ivddxfaf36h10zqpdxl";
+ version = "1.17";
+ sha256 = "1rdafl9c1z16ci3b812aaic6sbh1292dh5n3xqpnaqx9g68w71d4";
+ revision = "1";
+ editedCabalFile = "1lkg0h8hc7m0lj0hzylc3paiip2d6a6k9k37289gdynrm04nj258";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- ansi-terminal base base-compat-batteries bytestring cmdargs
+ aeson ansi-terminal base base-compat-batteries bytestring cmdargs
containers data-default Decimal Diff directory extra filepath
hashable haskeline hledger-lib lucid math-functions megaparsec mtl
old-time parsec pretty-show process regex-tdfa safe shakespeare
@@ -121695,7 +121666,7 @@ self: {
transformers unordered-containers utf8-string utility-ht wizards
];
executableHaskellDepends = [
- ansi-terminal base base-compat-batteries bytestring cmdargs
+ aeson ansi-terminal base base-compat-batteries bytestring cmdargs
containers data-default Decimal directory extra filepath haskeline
hledger-lib math-functions megaparsec mtl old-time parsec
pretty-show process regex-tdfa safe shakespeare split tabular tasty
@@ -121703,7 +121674,7 @@ self: {
unordered-containers utf8-string utility-ht wizards
];
testHaskellDepends = [
- ansi-terminal base base-compat-batteries bytestring cmdargs
+ aeson ansi-terminal base base-compat-batteries bytestring cmdargs
containers data-default Decimal directory extra filepath haskeline
hledger-lib math-functions megaparsec mtl old-time parsec
pretty-show process regex-tdfa safe shakespeare split tabular tasty
@@ -121757,8 +121728,6 @@ self: {
];
description = "A pie chart image generator for the hledger accounting tool";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hledger-diff" = callPackage
@@ -121780,8 +121749,8 @@ self: {
}:
mkDerivation {
pname = "hledger-flow";
- version = "0.12.4.0";
- sha256 = "1j5hhh06xrdzdpzvvk8gg2mzhsmyk9xvxbpvjy0sg3mmpa27vr6f";
+ version = "0.13.2.0";
+ sha256 = "1zajlqbayr6vm45y3901xwgg6acjn8fwx73mm9bnbsbxfzxn4g7d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -121795,8 +121764,6 @@ self: {
];
description = "An hledger workflow focusing on automated statement import and classification";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hledger-iadd" = callPackage
@@ -121810,6 +121777,8 @@ self: {
pname = "hledger-iadd";
version = "1.3.10";
sha256 = "0kdrdbvs5qi8hc807d245xrv589hgx5aly5syb6zk62pi1kf92s3";
+ revision = "1";
+ editedCabalFile = "0bwpk2h2chhcw74sf1ljkkiy699zdc2dvgq7ixlrlk09yx44jhxc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -121867,26 +121836,24 @@ self: {
];
description = "computes the internal rate of return of an investment";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hledger-lib" = callPackage
- ({ mkDerivation, ansi-terminal, array, base, base-compat-batteries
- , blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec
- , cmdargs, containers, data-default, Decimal, deepseq, directory
- , extra, fgl, file-embed, filepath, Glob, hashtables, megaparsec
- , mtl, old-time, parsec, parser-combinators, pretty-show
- , regex-tdfa, safe, split, tabular, tasty, tasty-hunit
- , template-haskell, text, time, timeit, transformers, uglymemo
- , utf8-string
+ ({ mkDerivation, aeson, ansi-terminal, array, base
+ , base-compat-batteries, blaze-markup, bytestring, call-stack
+ , cassava, cassava-megaparsec, cmdargs, containers, data-default
+ , Decimal, deepseq, directory, extra, fgl, file-embed, filepath
+ , Glob, hashtables, megaparsec, mtl, old-time, parsec
+ , parser-combinators, pretty-show, regex-tdfa, safe, split, tabular
+ , tasty, tasty-hunit, template-haskell, text, time, timeit
+ , transformers, uglymemo, utf8-string
}:
mkDerivation {
pname = "hledger-lib";
- version = "1.16.2";
- sha256 = "0b3b68560jszx8frmv8q9bxs1nc33n9c52ns1gcy3a3j3s80ww3g";
+ version = "1.17.0.1";
+ sha256 = "0kmwrkm4arhzzcfh4dhmikad1kfkv9y5dc58mjhi1jacdiy980r9";
libraryHaskellDepends = [
- ansi-terminal array base base-compat-batteries blaze-markup
+ aeson ansi-terminal array base base-compat-batteries blaze-markup
bytestring call-stack cassava cassava-megaparsec cmdargs containers
data-default Decimal deepseq directory extra fgl file-embed
filepath Glob hashtables megaparsec mtl old-time parsec
@@ -121895,7 +121862,7 @@ self: {
utf8-string
];
testHaskellDepends = [
- ansi-terminal array base base-compat-batteries blaze-markup
+ aeson ansi-terminal array base base-compat-batteries blaze-markup
bytestring call-stack cassava cassava-megaparsec cmdargs containers
data-default Decimal deepseq directory extra fgl file-embed
filepath Glob hashtables megaparsec mtl old-time parsec
@@ -121930,20 +121897,20 @@ self: {
"hledger-ui" = callPackage
({ mkDerivation, ansi-terminal, async, base, base-compat-batteries
- , brick, cmdargs, containers, data-default, directory, filepath
- , fsnotify, hledger, hledger-lib, megaparsec, microlens
+ , brick, cmdargs, containers, data-default, directory, extra
+ , filepath, fsnotify, hledger, hledger-lib, megaparsec, microlens
, microlens-platform, pretty-show, process, safe, split, text
, text-zipper, time, transformers, unix, vector, vty
}:
mkDerivation {
pname = "hledger-ui";
- version = "1.16.2";
- sha256 = "1bsg48i9fmml4ga8jg1ikxig30dn7x5i8qbzbd9nr9lz5wg9xxlh";
+ version = "1.17";
+ sha256 = "1168h7lc6r61gpaiy07l9dp534hggnlvdcx3a2lmjx4m29ym1frz";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
ansi-terminal async base base-compat-batteries brick cmdargs
- containers data-default directory filepath fsnotify hledger
+ containers data-default directory extra filepath fsnotify hledger
hledger-lib megaparsec microlens microlens-platform pretty-show
process safe split text text-zipper time transformers unix vector
vty
@@ -121968,34 +121935,32 @@ self: {
];
description = "A curses-style console interface for the hledger accounting tool";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hledger-web" = callPackage
({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
, case-insensitive, clientsession, cmdargs, conduit, conduit-extra
- , containers, data-default, Decimal, directory, filepath, hjsmin
- , hledger, hledger-lib, http-client, http-conduit, http-types
- , megaparsec, mtl, semigroups, shakespeare, template-haskell, text
- , time, transformers, utf8-string, wai, wai-cors, wai-extra
- , wai-handler-launch, warp, yaml, yesod, yesod-core, yesod-form
- , yesod-static
+ , containers, data-default, Decimal, directory, extra, filepath
+ , hjsmin, hledger, hledger-lib, http-client, http-conduit
+ , http-types, megaparsec, mtl, network, semigroups, shakespeare
+ , template-haskell, text, time, transformers, unix-compat
+ , utf8-string, wai, wai-cors, wai-extra, wai-handler-launch, warp
+ , yaml, yesod, yesod-core, yesod-form, yesod-static
}:
mkDerivation {
pname = "hledger-web";
- version = "1.16.2";
- sha256 = "1kipq8b1df1iyp0dsdkbmshzdgii1993kb72drqsbl4ihj6vd96s";
+ version = "1.17";
+ sha256 = "15flyvaamr7r3dlzk9ihc3bv8z15myfrzzhlbpc5s3gy6q85lmay";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base blaze-html blaze-markup bytestring case-insensitive
clientsession cmdargs conduit conduit-extra containers data-default
- Decimal directory filepath hjsmin hledger hledger-lib http-client
- http-conduit http-types megaparsec mtl semigroups shakespeare
- template-haskell text time transformers utf8-string wai wai-cors
- wai-extra wai-handler-launch warp yaml yesod yesod-core yesod-form
- yesod-static
+ Decimal directory extra filepath hjsmin hledger hledger-lib
+ http-client http-conduit http-types megaparsec mtl network
+ semigroups shakespeare template-haskell text time transformers
+ unix-compat utf8-string wai wai-cors wai-extra wai-handler-launch
+ warp yaml yesod yesod-core yesod-form yesod-static
];
executableHaskellDepends = [ base ];
description = "Web interface for the hledger accounting tool";
@@ -122080,8 +122045,8 @@ self: {
({ mkDerivation, base, Cabal, directory, hspec, libsass }:
mkDerivation {
pname = "hlibsass";
- version = "0.1.8.0";
- sha256 = "1ssgvr0jvl79k1vckp5nq2zw6mx8l4xasydymzjwmhg0fl99mpi6";
+ version = "0.1.8.1";
+ sha256 = "050z6i29v410shjsskr26sna491ldg23if1nr0808xp94xgfif16";
configureFlags = [ "-fexternallibsass" ];
setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base ];
@@ -122094,22 +122059,22 @@ self: {
"hlint" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, file-embed
- , filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex
- , haskell-src-exts, haskell-src-exts-util, hscolour, process
- , refact, text, transformers, uniplate, unordered-containers
- , utf8-string, vector, yaml
+ , filepath, filepattern, ghc, ghc-boot, ghc-boot-th
+ , ghc-lib-parser-ex, haskell-src-exts, haskell-src-exts-util
+ , hscolour, process, refact, text, transformers, uniplate
+ , unordered-containers, utf8-string, vector, yaml
}:
mkDerivation {
pname = "hlint";
- version = "2.2.8";
- sha256 = "088wkpazj0lxx0fnzxqnfsicv59adnwzkj1rr5yjlmy4lr6sd5iz";
+ version = "2.2.11";
+ sha256 = "1xyavrrxm1ihvga2j1k3h96wjpnjb30lk6mgiyrvx3rj7m7yq5bw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal base bytestring cmdargs containers cpphs
- data-default directory extra file-embed filepath filepattern
- ghc-lib-parser ghc-lib-parser-ex haskell-src-exts
+ data-default directory extra file-embed filepath filepattern ghc
+ ghc-boot ghc-boot-th ghc-lib-parser-ex haskell-src-exts
haskell-src-exts-util hscolour process refact text transformers
uniplate unordered-containers utf8-string vector yaml
];
@@ -122138,6 +122103,8 @@ self: {
pname = "hlist";
version = "0.0.0.0";
sha256 = "128y1l4bjyrsvx188mx58x8a98j7jk931h0nv5bprpxjkc71c32k";
+ revision = "1";
+ editedCabalFile = "0lrapxdl62xnhfbjw9i60zlq0360rrxxg4zapqxhdc1igb6259mn";
libraryHaskellDepends = [ base ];
description = "Heterogeneous list";
license = stdenv.lib.licenses.bsd3;
@@ -122220,8 +122187,8 @@ self: {
}:
mkDerivation {
pname = "hlrdb-core";
- version = "0.1.5.0";
- sha256 = "0aznzrwv021nppb5cxbpnr7hiajny4s40diz6kcmddsbml56xmk9";
+ version = "0.1.6.0";
+ sha256 = "13hb0657y5cqhbl2m27v28b6zl9mgcq17r983rds3l3bccn67ayv";
libraryHaskellDepends = [
base bytestring hashable hedis lens mtl profunctors random time
unordered-containers
@@ -122351,8 +122318,6 @@ self: {
];
description = "hmatrix operations lifted for backprop";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hmatrix-banded" = callPackage
@@ -122641,8 +122606,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix-vector-sized";
- version = "0.1.2.0";
- sha256 = "0n9pylrxz0pkdlha1rqi2xabfjxpiya9kcyx6qlcqal1q57wh2bc";
+ version = "0.1.3.0";
+ sha256 = "15crzx0cmhmrv2y2gg53x6rzmvawzwgck82c6v6xf49lp02svmj8";
libraryHaskellDepends = [ base hmatrix vector vector-sized ];
testHaskellDepends = [
base ghc-typelits-knownnat hedgehog hmatrix vector vector-sized
@@ -122906,6 +122871,8 @@ self: {
];
description = "Haskell Music Theory";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hmt-diagrams" = callPackage
@@ -122989,16 +122956,16 @@ self: {
, interpolate, lens-family, lens-family-core, lens-family-th
, logict, megaparsec, monad-control, monadlist, mtl
, optparse-applicative, parser-combinators, pretty-show
- , prettyprinter, process, ref-tf, regex-tdfa, regex-tdfa-text
- , repline, scientific, semigroups, serialise, split, syb, tasty
- , tasty-hedgehog, tasty-hunit, tasty-quickcheck, tasty-th
+ , prettyprinter, process, ref-tf, regex-tdfa, repline, scientific
+ , semialign, semialign-indexed, semigroups, serialise, split, syb
+ , tasty, tasty-hedgehog, tasty-hunit, tasty-quickcheck, tasty-th
, template-haskell, text, these, time, transformers
, transformers-base, unix, unordered-containers, vector, xml
}:
mkDerivation {
pname = "hnix";
- version = "0.6.1";
- sha256 = "0q79wdrm3z88mknq6nf7cpg7lwgbx355k95k11rz3iz0sgk9hjwi";
+ version = "0.7.1";
+ sha256 = "02isypknx732c25iqjym6941mfb5x6s6xrb6mijxy46rwzh3xd9l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -123010,9 +122977,9 @@ self: {
interpolate lens-family lens-family-core lens-family-th logict
megaparsec monad-control monadlist mtl optparse-applicative
parser-combinators pretty-show prettyprinter process ref-tf
- regex-tdfa regex-tdfa-text scientific semigroups serialise split
- syb template-haskell text these time transformers transformers-base
- unix unordered-containers vector xml
+ regex-tdfa scientific semialign semialign-indexed semigroups
+ serialise split syb template-haskell text these time transformers
+ transformers-base unix unordered-containers vector xml
];
executableHaskellDepends = [
aeson base base16-bytestring bytestring comonad containers
@@ -123040,24 +123007,27 @@ self: {
];
description = "Haskell implementation of the Nix language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hnix-store-core" = callPackage
({ mkDerivation, base, base16-bytestring, base64-bytestring, binary
, bytestring, containers, cryptohash-md5, cryptohash-sha1
, cryptohash-sha256, directory, filepath, hashable, mtl, process
- , regex-base, regex-tdfa-text, tasty, tasty-discover, tasty-hspec
- , tasty-hunit, tasty-quickcheck, temporary, text, unix
- , unordered-containers, vector
+ , regex-base, regex-tdfa, saltine, tasty, tasty-discover
+ , tasty-hspec, tasty-hunit, tasty-quickcheck, temporary, text, time
+ , unix, unordered-containers, vector
}:
mkDerivation {
pname = "hnix-store-core";
- version = "0.1.0.0";
- sha256 = "1xrx3ly6qsh3j6naqxdv9v759fbmksd2yfdgnzppcnskrcfrm347";
+ version = "0.2.0.0";
+ sha256 = "1gy808dzaq2jjy1xdhf3vjxzprlzn9mmbxc554sa03v8f9hc0r7h";
libraryHaskellDepends = [
base base16-bytestring binary bytestring containers cryptohash-md5
cryptohash-sha1 cryptohash-sha256 directory filepath hashable mtl
- regex-base regex-tdfa-text text unix unordered-containers vector
+ regex-base regex-tdfa saltine text time unix unordered-containers
+ vector
];
testHaskellDepends = [
base base64-bytestring binary bytestring containers directory
@@ -123067,6 +123037,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Core effects for interacting with the Nix store";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hnix-store-remote" = callPackage
@@ -123090,6 +123062,8 @@ self: {
];
description = "Remote hnix store";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hnn" = callPackage
@@ -123216,33 +123190,14 @@ self: {
}) {};
"hoauth2" = callPackage
- ({ mkDerivation, aeson, base, bytestring, exceptions, http-conduit
- , http-types, microlens, text, unordered-containers, uri-bytestring
- , uri-bytestring-aeson
- }:
- mkDerivation {
- pname = "hoauth2";
- version = "1.8.9";
- sha256 = "03yggs3if14saxiz5m02p17crl7askh8qjky6h1jqpxric49alv7";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring exceptions http-conduit http-types microlens
- text unordered-containers uri-bytestring uri-bytestring-aeson
- ];
- description = "Haskell OAuth2 authentication client";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hoauth2_1_10_2" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, exceptions
, http-conduit, http-types, microlens, text, unordered-containers
, uri-bytestring, uri-bytestring-aeson
}:
mkDerivation {
pname = "hoauth2";
- version = "1.10.2";
- sha256 = "04kdz01pg32p1ci9rqnkkbk2ch6bgyqq9v7cbfpdxqp0hyfhv2jl";
+ version = "1.11.0";
+ sha256 = "0pf558n93gqksfgsjlvwcly2lq86adkcbqjqsq4p73kwwzs6dka8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -123252,7 +123207,6 @@ self: {
];
description = "Haskell OAuth2 authentication client";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hob" = callPackage
@@ -123387,19 +123341,21 @@ self: {
"hodatime" = callPackage
({ mkDerivation, base, binary, bytestring, containers, criterion
- , directory, filepath, mtl, random, tasty, tasty-hunit
- , tasty-quickcheck, tasty-smallcheck, time
+ , directory, exceptions, filepath, fingertree, mtl, parsec
+ , QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-smallcheck, time, unix
}:
mkDerivation {
pname = "hodatime";
- version = "0.1.1.1";
- sha256 = "021zj3g4phvqdvckr7kzxicrb4dm2fvna3hkf8n0kw3d07qyvq4v";
+ version = "0.2.1.1";
+ sha256 = "1172y9x52vkr5965iqfpgdl7s02dgywpa5b87mhm8nkcy8819fkv";
libraryHaskellDepends = [
- base binary bytestring containers directory filepath mtl
+ base binary bytestring containers directory exceptions filepath
+ fingertree mtl parsec unix
];
testHaskellDepends = [
- base bytestring tasty tasty-hunit tasty-quickcheck tasty-smallcheck
- time
+ base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck
+ tasty-smallcheck time
];
benchmarkHaskellDepends = [ base criterion random ];
description = "A fully featured date/time library based on Nodatime";
@@ -123424,6 +123380,8 @@ self: {
];
description = "hoe: Haskell One-liner Evaluator";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hofix-mtl" = callPackage
@@ -123560,8 +123518,8 @@ self: {
pname = "hoist-error";
version = "0.2.1.0";
sha256 = "028lczd80nhj3yj5dq9qixzdzkyisl34qpi6bb28r8b9nj2i2nss";
- revision = "2";
- editedCabalFile = "1wk9a58ychqfabbrh8zdzzd7cfvwgf8xyfi6ynsckh1yb5xa4f7j";
+ revision = "3";
+ editedCabalFile = "1g80simnv15dqlch83mgn6yj8z93g0wpj0y1xz53p4dvafs18zlc";
libraryHaskellDepends = [ base either mtl ];
description = "Some convenience facilities for hoisting errors into a monad";
license = stdenv.lib.licenses.mit;
@@ -123636,6 +123594,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "holmes" = callPackage
+ ({ mkDerivation, base, containers, hashable, hedgehog, hspec
+ , logict, markdown-unlit, mtl, primitive, relude, split, tasty
+ , tasty-discover, tasty-hedgehog, tasty-hspec, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "holmes";
+ version = "0.2.0.0";
+ sha256 = "13x48fvjfvh65c9cz3b81hk7ka43i0zz7gih7v3jpjwq0s7hqic8";
+ libraryHaskellDepends = [
+ base containers hashable hedgehog logict mtl primitive transformers
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ base containers hashable hedgehog hspec primitive relude split
+ tasty tasty-discover tasty-hedgehog tasty-hspec transformers
+ unordered-containers
+ ];
+ testToolDepends = [ markdown-unlit tasty-discover ];
+ description = "Tools and combinators for solving constraint problems";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"holy-project" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
, directory, filepath, hastache, http-conduit, HUnit, lens
@@ -123739,31 +123721,32 @@ self: {
libraryHaskellDepends = [ base OneTuple Only single-tuple ];
description = "Homotuple, all whose elements are the same type";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"homplexity" = callPackage
- ({ mkDerivation, base, containers, cpphs, deepseq, directory
- , filepath, happy, haskell-src-exts, hflags, pqueue
- , template-haskell, uniplate
+ ({ mkDerivation, base, blaze-html, blaze-markup, bytestring, Cabal
+ , containers, cpphs, deepseq, directory, filepath, githash
+ , haskell-src-exts, hflags, hspec, template-haskell, uniplate
}:
mkDerivation {
pname = "homplexity";
- version = "0.4.4.4";
- sha256 = "14kzfaldbycwz8hwrmb4ig2nba9pxh808qqvl2djmsxqpcjq593k";
+ version = "0.4.8.0";
+ sha256 = "1a873zfasvlnl7xw2z7z3pgbjl8n0lqqcs6lx1sl64p51icg7bbz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base containers cpphs deepseq directory filepath haskell-src-exts
- hflags pqueue template-haskell uniplate
+ base blaze-html blaze-markup bytestring Cabal containers cpphs
+ deepseq directory filepath haskell-src-exts hflags template-haskell
+ uniplate
];
- libraryToolDepends = [ happy ];
executableHaskellDepends = [
- base containers cpphs deepseq directory filepath haskell-src-exts
- hflags template-haskell uniplate
+ base blaze-html bytestring containers cpphs deepseq directory
+ filepath githash haskell-src-exts hflags template-haskell uniplate
];
testHaskellDepends = [
- base containers cpphs deepseq directory filepath haskell-src-exts
- hflags pqueue template-haskell uniplate
+ base filepath haskell-src-exts hspec template-haskell
];
description = "Haskell code quality tool";
license = stdenv.lib.licenses.bsd3;
@@ -124113,8 +124096,8 @@ self: {
}:
mkDerivation {
pname = "hoogle";
- version = "5.0.17.14";
- sha256 = "094h9dqlnjhpdv166g6zx7sy7rr53iv3svicjzi5pxfdbl2an67x";
+ version = "5.0.17.15";
+ sha256 = "0yl2izlxb863a3vxj4dhqn65qnwmmja799bgm004kcmk646r24jx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -124173,13 +124156,15 @@ self: {
}:
mkDerivation {
pname = "hookup";
- version = "0.3.0.1";
- sha256 = "12jwjgbbdiyffy78b90a2jcz1vz1mfsrmgj0q4w3ly3zl79j2la9";
+ version = "0.3.1.0";
+ sha256 = "0dyx0zgxis4viqgdkky25q93vh3z551m7nssjfr15rqj25w8zb5y";
libraryHaskellDepends = [
attoparsec base bytestring HsOpenSSL HsOpenSSL-x509-system network
];
description = "Abstraction over creating network connections with SOCKS5 and TLS";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hoopl" = callPackage
@@ -124270,40 +124255,6 @@ self: {
"hopenpgp-tools" = callPackage
({ mkDerivation, aeson, alex, array, attoparsec, base
, base16-bytestring, binary, binary-conduit, bytestring, conduit
- , conduit-extra, containers, crypto-pubkey, cryptohash, directory
- , errors, fgl, graphviz, happy, hOpenPGP, http-client
- , http-client-tls, http-types, ixset-typed, lens, monad-loops
- , openpgp-asciiarmor, optparse-applicative, prettyprinter
- , prettyprinter-ansi-terminal, prettyprinter-convert-ansi-wl-pprint
- , resourcet, text, time, time-locale-compat, transformers
- , unordered-containers, yaml
- }:
- mkDerivation {
- pname = "hopenpgp-tools";
- version = "0.21.3";
- sha256 = "18y6qxb53v9dbjz4mhxvzc0b8jyk909w140y22hxcbwn41vqh48l";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- aeson array attoparsec base base16-bytestring binary binary-conduit
- bytestring conduit conduit-extra containers crypto-pubkey
- cryptohash directory errors fgl graphviz hOpenPGP http-client
- http-client-tls http-types ixset-typed lens monad-loops
- openpgp-asciiarmor optparse-applicative prettyprinter
- prettyprinter-ansi-terminal prettyprinter-convert-ansi-wl-pprint
- resourcet text time time-locale-compat transformers
- unordered-containers yaml
- ];
- executableToolDepends = [ alex happy ];
- description = "hOpenPGP-based command-line tools";
- license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hopenpgp-tools_0_23" = callPackage
- ({ mkDerivation, aeson, alex, array, attoparsec, base
- , base16-bytestring, binary, binary-conduit, bytestring, conduit
, conduit-extra, containers, crypto-pubkey, cryptohash, cryptonite
, directory, errors, fgl, graphviz, happy, hOpenPGP, http-client
, http-client-tls, http-types, ixset-typed, lens, monad-loops, mtl
@@ -124465,8 +124416,6 @@ self: {
];
description = "C++ FFI generator - Runtime support";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hoppy-std" = callPackage
@@ -124649,6 +124598,24 @@ self: {
broken = true;
}) {www-minus = null;};
+ "hostaddress" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, case-insensitive
+ , deepseq, exceptions, hashable, iproute, microlens-th, text
+ }:
+ mkDerivation {
+ pname = "hostaddress";
+ version = "0.1.0.0";
+ sha256 = "0g2bh1iz7cc8l035z4l1937v4sw1s1j383fg87acdgzgswzvl666";
+ revision = "1";
+ editedCabalFile = "1mx35sn61p12qv0c6f7bjdm13m5983yi7qcm76cy8xybgx1cyl8k";
+ libraryHaskellDepends = [
+ attoparsec base bytestring case-insensitive deepseq exceptions
+ hashable iproute microlens-th text
+ ];
+ description = "Network Host Addresses";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"hostname" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -124908,44 +124875,6 @@ self: {
}:
mkDerivation {
pname = "hpack";
- version = "0.31.2";
- sha256 = "1l2d6185lawwhsj70swxkvcacm0hvcn9qsrlx4ph4gs6k578603g";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob http-client http-client-tls
- http-types infer-license pretty scientific text transformers
- unordered-containers vector yaml
- ];
- executableHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob http-client http-client-tls
- http-types infer-license pretty scientific text transformers
- unordered-containers vector yaml
- ];
- testHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob hspec http-client http-client-tls
- http-types HUnit infer-license interpolate mockery pretty
- QuickCheck scientific template-haskell temporary text transformers
- unordered-containers vector yaml
- ];
- testToolDepends = [ hspec-discover ];
- description = "A modern format for Haskell packages";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "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
- , infer-license, interpolate, mockery, pretty, QuickCheck
- , scientific, template-haskell, temporary, text, transformers
- , unordered-containers, vector, yaml
- }:
- mkDerivation {
- pname = "hpack";
version = "0.33.0";
sha256 = "1w49rjcviy4vyj1b45ifpva4bgwc0xd305si148rkxa65378ranj";
isLibrary = true;
@@ -124972,7 +124901,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A modern format for Haskell packages";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hpack-convert" = callPackage
@@ -125181,12 +125109,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hpath-directory" = callPackage
+ ({ mkDerivation, base, bytestring, exceptions, hpath-filepath
+ , hpath-posix, hspec, HUnit, IfElse, process, safe-exceptions
+ , streamly, streamly-bytestring, time, unix, unix-bytestring
+ , utf8-string
+ }:
+ mkDerivation {
+ pname = "hpath-directory";
+ version = "0.13.2";
+ sha256 = "1nxn1wz63h4wgspwnd1y4krf5k6adjbp1c3y0wr5kjhcnj4z20kl";
+ revision = "1";
+ editedCabalFile = "1zhrq3qcp4cx0djpx5bcw2f71kn16czqnb38k3cw78048q6mn7fg";
+ libraryHaskellDepends = [
+ base bytestring exceptions hpath-filepath hpath-posix IfElse
+ safe-exceptions streamly streamly-bytestring time unix
+ unix-bytestring utf8-string
+ ];
+ testHaskellDepends = [
+ base bytestring hpath-filepath hpath-posix hspec HUnit IfElse
+ process time unix unix-bytestring utf8-string
+ ];
+ description = "Alternative to 'directory' package with ByteString based filepaths";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hpath-filepath" = callPackage
({ mkDerivation, base, bytestring, unix, word8 }:
mkDerivation {
pname = "hpath-filepath";
- version = "0.10.3";
- sha256 = "0kd7qnw2bwiwqmbqkwxa15i45hjkmxvmrzblspqvfv3p3dxm8wg6";
+ version = "0.10.4";
+ sha256 = "01sclksryvl8z56asxda2q4wx0snc89482xlav6mrgzxsi432a07";
libraryHaskellDepends = [ base bytestring unix word8 ];
description = "ByteString based filepath manipulation";
license = stdenv.lib.licenses.bsd3;
@@ -125194,25 +125147,30 @@ self: {
"hpath-io" = callPackage
({ mkDerivation, base, bytestring, exceptions, hpath
- , hpath-filepath, hspec, HUnit, IfElse, process, safe-exceptions
- , streamly, time, unix, unix-bytestring, utf8-string
+ , hpath-directory, hpath-posix, safe-exceptions, streamly, time
+ , unix
}:
mkDerivation {
pname = "hpath-io";
- version = "0.12.0";
- sha256 = "00bl6ixbnv6ld3fxnvb17wp277sn2srhia9p32mkx07ih0dwy4g2";
+ version = "0.13.1";
+ sha256 = "0bpjr4hqwz7hlj81ndi2lyi95halm822mmpyw91pimq6k2m635wk";
libraryHaskellDepends = [
- base bytestring exceptions hpath hpath-filepath IfElse
- safe-exceptions streamly time unix unix-bytestring utf8-string
- ];
- testHaskellDepends = [
- base bytestring hpath hspec HUnit IfElse process time unix
- unix-bytestring utf8-string
+ base bytestring exceptions hpath hpath-directory hpath-posix
+ safe-exceptions streamly time unix
];
description = "High-level IO operations on files/directories";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "hpath-posix" = callPackage
+ ({ mkDerivation, base, bytestring, hpath-filepath, unix }:
+ mkDerivation {
+ pname = "hpath-posix";
+ version = "0.13.1";
+ sha256 = "0axpzi2vl8cs3y5xsp1pa1fsgq13ry77rw8h8z5aivrzfvrj26d0";
+ libraryHaskellDepends = [ base bytestring hpath-filepath unix ];
+ description = "Some low-level POSIX glue code, that is not in 'unix'";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"hpc_0_6_0_3" = callPackage
@@ -125231,6 +125189,27 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "hpc-codecov" = callPackage
+ ({ mkDerivation, array, base, bytestring, directory, filepath, hpc
+ , tar, tasty, tasty-hunit
+ }:
+ mkDerivation {
+ pname = "hpc-codecov";
+ version = "0.1.0.0";
+ sha256 = "1kr245qsdq60lvg1y9krpd19z9svwi2w9843b39hbv9fxzs7zcia";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base bytestring directory filepath hpc
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base directory filepath tar tasty tasty-hunit
+ ];
+ description = "Generate codecov report from hpc data";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hpc-coveralls" = callPackage
({ mkDerivation, aeson, async, base, bytestring, Cabal, cmdargs
, containers, curl, directory, directory-tree, hpc, HUnit, process
@@ -125254,6 +125233,32 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Coveralls.io support for Haskell.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "hpc-lcov" = callPackage
+ ({ mkDerivation, aeson, base, containers, hpc, optparse-applicative
+ , path, path-io, process, tasty, tasty-discover, tasty-golden
+ , tasty-hunit, text, unordered-containers, yaml
+ }:
+ mkDerivation {
+ pname = "hpc-lcov";
+ version = "1.0.0";
+ sha256 = "0j2v2dpqj8xrs7z8mn1f71pin1m2arynp8nmai9cd1bqxyrv56a6";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base containers hpc ];
+ executableHaskellDepends = [
+ aeson base containers hpc optparse-applicative path path-io process
+ text unordered-containers yaml
+ ];
+ testHaskellDepends = [
+ base containers hpc tasty tasty-discover tasty-golden tasty-hunit
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Convert HPC output into LCOV format";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"hpc-strobe" = callPackage
@@ -125432,8 +125437,8 @@ self: {
}:
mkDerivation {
pname = "hpp";
- version = "0.6.1";
- sha256 = "1gv2gndbyrppl8qan680kl9kmwv6b5a5j5yrwifzh8rj73s47a6i";
+ version = "0.6.2";
+ sha256 = "0k8rc2hnan346i3ykam8ps89n56vgcw91d9k1450klyi3l50b5xv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -125456,8 +125461,8 @@ self: {
}:
mkDerivation {
pname = "hpqtypes";
- version = "1.8.0.0";
- sha256 = "07n4w2ylmx1swdqvd1hbrh2bch6qx54vxdzw0px6n0b01nadn2gr";
+ version = "1.8.0.1";
+ sha256 = "1zn6qzpxvpdiim12lma7viq96j3jadvlcw188iknjqyn15kri9my";
setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [
aeson async base bytestring containers exceptions lifted-base
@@ -125485,8 +125490,8 @@ self: {
}:
mkDerivation {
pname = "hpqtypes-extras";
- version = "1.10.1.0";
- sha256 = "13ja18jk0w3c9jzys72fddpgx74cr4p5bap6l0jckb61wbj1m6zl";
+ version = "1.10.2.0";
+ sha256 = "16x7innivjrnsamn6lrjg1a2v0wy1w6r3ariw3ncrwfpcfdmr45n";
libraryHaskellDepends = [
base base16-bytestring bytestring containers cryptohash exceptions
fields-json hpqtypes lifted-base log-base monad-control mtl safe
@@ -125581,8 +125586,6 @@ self: {
];
description = "a lightweight HTTP proxy server, and more";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hps" = callPackage
@@ -125764,6 +125767,8 @@ self: {
libraryHaskellDepends = [ base time ];
description = "HQuantLib Time is a business calendar functions extracted from HQuantLib";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hquery" = callPackage
@@ -125906,8 +125911,6 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Core functionality for Hreq Http client library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hrfsize" = callPackage
@@ -126002,23 +126005,11 @@ self: {
({ mkDerivation, base, syb }:
mkDerivation {
pname = "hs-bibutils";
- version = "6.7.0.0";
- sha256 = "1qfyssl76lm4g09yxr3y10kmf8cnzls46g5h0ijk0wpk9wlhbln5";
- libraryHaskellDepends = [ base syb ];
- description = "Haskell bindings to bibutils, the bibliography conversion utilities";
- license = "GPL";
- }) {};
-
- "hs-bibutils_6_8_0_0" = callPackage
- ({ mkDerivation, base, syb }:
- mkDerivation {
- pname = "hs-bibutils";
version = "6.8.0.0";
sha256 = "0syhh413qmajv56gaqz7p3b2yb6f0x9cx8zgds6fa3yzcqw7zasc";
libraryHaskellDepends = [ base syb ];
description = "Haskell bindings to bibutils, the bibliography conversion utilities";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hs-blake2" = callPackage
@@ -126264,23 +126255,13 @@ self: {
({ mkDerivation, base, tagged, transformers }:
mkDerivation {
pname = "hs-functors";
- version = "0.1.5.0";
- sha256 = "19mfp7vvyh65jg186kd65ycrhljb0l45a32lw92dvcdx8nbqsb7j";
- libraryHaskellDepends = [ base tagged transformers ];
- description = "Functors from products of Haskell and its dual to Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hs-functors_0_1_6_0" = callPackage
- ({ mkDerivation, base, tagged, transformers }:
- mkDerivation {
- pname = "hs-functors";
version = "0.1.6.0";
sha256 = "197vyl98ddvc55dxwwjd46sdjvh1a9s5qcx2m16smn9gwmx9gq0l";
+ revision = "1";
+ editedCabalFile = "1z4p93nibk1r0cyff4bfpb1rfklq43p75k35fyrk5kcvfa0ds296";
libraryHaskellDepends = [ base tagged transformers ];
description = "Functors from products of Haskell and its dual to Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hs-gchart" = callPackage
@@ -126488,6 +126469,33 @@ self: {
broken = true;
}) {};
+ "hs-pattrans" = callPackage
+ ({ mkDerivation, async, base, bytestring, cassava, Chart
+ , Chart-cairo, colour, containers, contravariant, directory
+ , Euterpea, HCodecs, hspec, hspec-discover, optparse-applicative
+ , parallel, parsec, QuickCheck
+ }:
+ mkDerivation {
+ pname = "hs-pattrans";
+ version = "0.1.0.2";
+ sha256 = "0w1z0f1awh8xk3qyri79mlk44isss2s0j5qxhbrd52nvl8bjdzi1";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base bytestring cassava Chart Chart-cairo colour containers
+ contravariant directory Euterpea HCodecs parallel parsec
+ ];
+ executableHaskellDepends = [
+ base bytestring optparse-applicative
+ ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ testToolDepends = [ hspec-discover ];
+ description = "DSL for musical patterns and transformation, based on contravariant functors";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hs-pgms" = callPackage
({ mkDerivation, array, base, directory, glib, gtk, MonadPrompt
, mtl, random
@@ -126668,6 +126676,8 @@ self: {
testHaskellDepends = [ base HUnit network temporary unix ];
description = "Write a server supporting Server::Starter's protocol in Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hs-snowtify" = callPackage
@@ -126879,6 +126889,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "hs2ps" = callPackage
+ ({ mkDerivation, base, hspec, template-haskell }:
+ mkDerivation {
+ pname = "hs2ps";
+ version = "0.1.4.0";
+ sha256 = "1syfvhydxjnmdq9q0yxmn2m4whya91iviv6fyvggilyn80a8g82j";
+ libraryHaskellDepends = [ base template-haskell ];
+ testHaskellDepends = [ base hspec template-haskell ];
+ description = "Translate Haskell types to PureScript";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hsConfigure" = callPackage
({ mkDerivation, base, directory, filepath, process, unix }:
mkDerivation {
@@ -127186,8 +127210,6 @@ self: {
testHaskellDepends = [ base tasty tasty-hspec ];
description = "A preprocessor that helps with writing Haskell bindings to C code";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hsc3" = callPackage
@@ -127845,50 +127867,6 @@ self: {
, base, bytestring, Cabal, containers, cpphs, data-default, deepseq
, direct-sqlite, directory, exceptions, filepath, fsnotify, ghc
, ghc-boot, ghc-paths, haddock-api, haddock-library, haskell-names
- , haskell-src-exts, hdocs, hformat, hlint, hspec, HTTP, lens
- , lens-aeson, lifted-base, mmorph, monad-control, monad-loops, mtl
- , network, optparse-applicative, process, regex-pcre-builtin
- , scientific, simple-log, sqlite-simple, stm, syb, template-haskell
- , text, text-region, time, transformers, transformers-base
- , traverse-with-class, uniplate, unix, unordered-containers, vector
- }:
- mkDerivation {
- pname = "hsdev";
- version = "0.3.2.3";
- sha256 = "03v1lls7dv134675x10rgp4nla5a9dgczf4g78vrx488zf50rf1v";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty array async attoparsec base bytestring Cabal
- containers cpphs data-default deepseq direct-sqlite directory
- exceptions filepath fsnotify ghc ghc-boot ghc-paths haddock-api
- haddock-library haskell-names haskell-src-exts hdocs hformat hlint
- HTTP lens lifted-base mmorph monad-control monad-loops mtl network
- optparse-applicative process regex-pcre-builtin scientific
- simple-log sqlite-simple stm syb template-haskell text text-region
- time transformers transformers-base traverse-with-class uniplate
- unix unordered-containers vector
- ];
- executableHaskellDepends = [
- aeson aeson-pretty base bytestring containers deepseq directory
- exceptions filepath monad-loops mtl network optparse-applicative
- process text transformers unordered-containers
- ];
- testHaskellDepends = [
- aeson async base containers data-default deepseq directory filepath
- hformat hspec lens lens-aeson mtl text
- ];
- description = "Haskell development library";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hsdev_0_3_3_6" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec
- , base, bytestring, Cabal, containers, cpphs, data-default, deepseq
- , direct-sqlite, directory, exceptions, filepath, fsnotify, ghc
- , ghc-boot, ghc-paths, haddock-api, haddock-library, haskell-names
, haskell-src-exts, hdocs, hformat, hlint, hspec, http-client, lens
, lens-aeson, lifted-base, mmorph, monad-control, monad-loops, mtl
, network, network-uri, optparse-applicative, process
@@ -128109,6 +128087,8 @@ self: {
];
description = "EXIF handling library in pure Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hsfacter" = callPackage
@@ -128177,6 +128157,8 @@ self: {
];
description = "Salesforce API Client";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hsgnutls" = callPackage
@@ -128296,6 +128278,8 @@ self: {
pname = "hsimport";
version = "0.11.0";
sha256 = "1z55gpwyb2gwjlll2c32g9r4aqpdybjpnjy785z60wpjdl48qwaa";
+ revision = "2";
+ editedCabalFile = "00blkkmxc7ldwa7jywrg32pq0nz7z8sidj56qdy5s8cpzx57gwg8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -128338,8 +128322,8 @@ self: {
}:
mkDerivation {
pname = "hsinspect";
- version = "0.0.10";
- sha256 = "0ydb0dqy3javffb8a4gfn840wlh2l3ixxxzj7sc53bqanadlg1in";
+ version = "0.0.11";
+ sha256 = "03537zzxaxrcw6lv9vr5b0j1k6w97xxfavj8n3vv0rxjy3xsj54j";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -128353,24 +128337,6 @@ self: {
}) {};
"hsinstall" = callPackage
- ({ mkDerivation, base, Cabal, directory, filepath, heredoc, process
- , safe-exceptions
- }:
- mkDerivation {
- pname = "hsinstall";
- version = "2.2";
- sha256 = "14c98wysvsq4k581s3f5zw44grm6f0wvbmgdda8sshhg7v2059r3";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base directory filepath ];
- executableHaskellDepends = [
- base Cabal directory filepath heredoc process safe-exceptions
- ];
- description = "Install Haskell software";
- license = stdenv.lib.licenses.isc;
- }) {};
-
- "hsinstall_2_6" = callPackage
({ mkDerivation, ansi-wl-pprint, base, Cabal, directory, filepath
, heredoc, optparse-applicative, process, safe-exceptions
, transformers
@@ -128388,7 +128354,6 @@ self: {
];
description = "Install Haskell software";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hskeleton" = callPackage
@@ -128455,23 +128420,6 @@ self: {
}) {};
"hslogger" = callPackage
- ({ mkDerivation, base, containers, directory, mtl, network
- , old-locale, process, time, unix
- }:
- mkDerivation {
- pname = "hslogger";
- version = "1.2.12";
- sha256 = "0ykcsk7wqygvrg60r5kpl6xfinr706al8pfyk5wj67wjs24lqypr";
- revision = "1";
- editedCabalFile = "1rk2lrg3959nbgbyd1aacvwbv865lsrnczqdmj4ivkfn0c8nkidh";
- libraryHaskellDepends = [
- base containers directory mtl network old-locale process time unix
- ];
- description = "Versatile logging framework";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hslogger_1_3_1_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, HUnit
, network, network-bsd, old-locale, time, unix
}:
@@ -128486,7 +128434,6 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Versatile logging framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hslogger-reader" = callPackage
@@ -128518,6 +128465,8 @@ self: {
libraryHaskellDepends = [ base hslogger mtl template-haskell ];
description = "Automatic generation of hslogger functions";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hslogger4j" = callPackage
@@ -129281,18 +129230,24 @@ self: {
];
description = "Initial project template from stack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hspec-hedgehog" = callPackage
- ({ mkDerivation, base, hedgehog, hspec, hspec-core }:
+ ({ mkDerivation, base, hedgehog, hspec, hspec-core, HUnit
+ , QuickCheck, splitmix
+ }:
mkDerivation {
pname = "hspec-hedgehog";
- version = "0.0.0.1";
- sha256 = "08689r0s7qkj7gkkz20z3qhka69b0lvvmcr3zg28yy5x7wgdbi9v";
- libraryHaskellDepends = [ base hedgehog hspec-core ];
- testHaskellDepends = [ base hedgehog hspec hspec-core ];
- description = "Hedgehog support for the Hspec testing framework";
- license = stdenv.lib.licenses.mit;
+ version = "0.0.1.1";
+ sha256 = "1x61lslkpc67k7rbrggwabx6s60wv2v3iqarrb8746dgn0p225vj";
+ libraryHaskellDepends = [
+ base hedgehog hspec hspec-core HUnit QuickCheck splitmix
+ ];
+ testHaskellDepends = [ base hedgehog hspec ];
+ description = "Integrate Hedgehog and Hspec!";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -129341,22 +129296,6 @@ self: {
}:
mkDerivation {
pname = "hspec-megaparsec";
- version = "2.0.1";
- sha256 = "0w8nn2rh01lkiwsiyqh3gviklhfmy0245rakj94dmliyljw8skfg";
- libraryHaskellDepends = [
- base containers hspec-expectations megaparsec
- ];
- testHaskellDepends = [ base hspec hspec-expectations megaparsec ];
- description = "Utility functions for testing Megaparsec parsers with Hspec";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hspec-megaparsec_2_1_0" = callPackage
- ({ mkDerivation, base, containers, hspec, hspec-expectations
- , megaparsec
- }:
- mkDerivation {
- pname = "hspec-megaparsec";
version = "2.1.0";
sha256 = "1x8qbih5ci9flc3b5c1g4cc8xgq504bw5q26cpkcnlaanrp01p5x";
libraryHaskellDepends = [
@@ -129365,7 +129304,6 @@ self: {
testHaskellDepends = [ base hspec hspec-expectations megaparsec ];
description = "Utility functions for testing Megaparsec parsers with Hspec";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-meta" = callPackage
@@ -129575,8 +129513,8 @@ self: {
}:
mkDerivation {
pname = "hspec-snap";
- version = "1.0.1.0";
- sha256 = "0r7isf3vi8mc6h50s6n8cbmvbdmklk3v8d7wwb1ikzjl4izhimkn";
+ version = "1.0.2.0";
+ sha256 = "1rqqyrnny5wk4xql1ddavq72qcvdhblm7ga8728i42v14n6z80i4";
libraryHaskellDepends = [
aeson base bytestring containers digestive-functors HandsomeSoup
hspec hspec-core HUnit hxt lens mtl snap snap-core text
@@ -129657,6 +129595,8 @@ self: {
testHaskellDepends = [ base hspec test-sandbox ];
description = "Hspec convenience functions for use with test-sandbox";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hspec-wai" = callPackage
@@ -129666,29 +129606,6 @@ self: {
}:
mkDerivation {
pname = "hspec-wai";
- version = "0.9.2";
- sha256 = "0gr8j8x8vvzygxyqc0likam63f3427x4p73g95a387aksr5l2ph5";
- libraryHaskellDepends = [
- base base-compat bytestring case-insensitive hspec-core
- hspec-expectations http-types QuickCheck text transformers wai
- wai-extra
- ];
- testHaskellDepends = [
- base base-compat bytestring case-insensitive hspec hspec-core
- hspec-expectations http-types QuickCheck text transformers wai
- wai-extra
- ];
- description = "Experimental Hspec support for testing WAI applications";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hspec-wai_0_10_1" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, case-insensitive
- , hspec, hspec-core, hspec-expectations, http-types, QuickCheck
- , text, transformers, wai, wai-extra
- }:
- mkDerivation {
- pname = "hspec-wai";
version = "0.10.1";
sha256 = "05jv0cz8r8bf63ma5byjb2gkj9vwgnls4n9mks99qc525n055ckz";
libraryHaskellDepends = [
@@ -129703,7 +129620,6 @@ self: {
];
description = "Experimental Hspec support for testing WAI applications";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-wai-json" = callPackage
@@ -129712,23 +129628,6 @@ self: {
}:
mkDerivation {
pname = "hspec-wai-json";
- version = "0.9.2";
- sha256 = "1p6adknahl357cjkfg32aha6v79mwwr55isgl4hj2rh45r429qw2";
- libraryHaskellDepends = [
- aeson aeson-qq base bytestring case-insensitive hspec-wai
- template-haskell
- ];
- testHaskellDepends = [ base hspec hspec-wai ];
- description = "Testing JSON APIs with hspec-wai";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hspec-wai-json_0_10_1" = callPackage
- ({ mkDerivation, aeson, aeson-qq, base, bytestring
- , case-insensitive, hspec, hspec-wai, template-haskell
- }:
- mkDerivation {
- pname = "hspec-wai-json";
version = "0.10.1";
sha256 = "04mpqij446ki5l6xwi3bjmlf3ggjia2nzv8j62mdy6ick96dqwk6";
libraryHaskellDepends = [
@@ -129738,7 +129637,6 @@ self: {
testHaskellDepends = [ base hspec hspec-wai ];
description = "Testing JSON APIs with hspec-wai";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-webdriver" = callPackage
@@ -130135,6 +130033,8 @@ self: {
];
description = "RELP (Reliable Event Logging Protocol) server implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hsseccomp" = callPackage
@@ -130221,6 +130121,8 @@ self: {
];
description = "SQL parser and type checker";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hssqlppp-th" = callPackage
@@ -130239,6 +130141,8 @@ self: {
];
description = "hssqlppp extras which need template-haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hstatistics" = callPackage
@@ -130282,6 +130186,8 @@ self: {
libraryHaskellDepends = [ base bytestring mtl network text ];
description = "Quick and dirty statsd interface";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hstest" = callPackage
@@ -130592,8 +130498,6 @@ self: {
];
description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hsyscall" = callPackage
@@ -130643,15 +130547,15 @@ self: {
}) {};
"hsyslog-udp" = callPackage
- ({ mkDerivation, base, bytestring, hspec, hsyslog, network, text
- , time, unix
+ ({ mkDerivation, base, bytestring, hspec, hsyslog, network
+ , network-bsd, text, time, unix
}:
mkDerivation {
pname = "hsyslog-udp";
- version = "0.2.4";
- sha256 = "1xahxchr1il9naf8kdwdbh1sy5vv4afqkcxfy4993nsk5j7zs586";
+ version = "0.2.5";
+ sha256 = "02n2l9fl926di21w01qhqn3f39hnm6nqc7kn0af1f89qncpbxl5d";
libraryHaskellDepends = [
- base bytestring hsyslog network text time unix
+ base bytestring hsyslog network network-bsd text time unix
];
testHaskellDepends = [ base hspec time ];
description = "Log to syslog over a network via UDP";
@@ -130750,6 +130654,8 @@ self: {
];
description = "Beginner friendly graphics library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"htestu" = callPackage
@@ -131022,6 +130928,8 @@ self: {
];
description = "A high-performance HTML tokenizer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"html-rules" = callPackage
@@ -131180,8 +131088,6 @@ self: {
];
description = "Parser for TOML files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"htoml-megaparsec" = callPackage
@@ -131208,8 +131114,6 @@ self: {
doHaddock = false;
description = "Parser for TOML files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"htrace" = callPackage
@@ -131315,6 +131219,8 @@ self: {
libraryHaskellDepends = [ base containers ];
description = "Heterogenous Sets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-accept" = callPackage
@@ -131394,6 +131300,34 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "http-client_0_6_4_1" = callPackage
+ ({ mkDerivation, array, async, base, blaze-builder, bytestring
+ , case-insensitive, containers, cookie, deepseq, directory
+ , exceptions, filepath, ghc-prim, hspec, http-types, memory
+ , mime-types, monad-control, network, network-uri, random, stm
+ , streaming-commons, text, time, transformers, zlib
+ }:
+ mkDerivation {
+ pname = "http-client";
+ version = "0.6.4.1";
+ sha256 = "1y12xfh6xvsfvyapbssmgrpjz025rmyccprbnmzhs0y1cmlz6hjp";
+ libraryHaskellDepends = [
+ array base blaze-builder bytestring case-insensitive containers
+ cookie deepseq exceptions filepath ghc-prim http-types memory
+ mime-types network network-uri random stm streaming-commons text
+ time transformers
+ ];
+ testHaskellDepends = [
+ async base blaze-builder bytestring case-insensitive containers
+ deepseq directory hspec http-types monad-control network
+ network-uri streaming-commons text time transformers zlib
+ ];
+ doCheck = false;
+ description = "An HTTP client engine";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"http-client-auth" = callPackage
({ mkDerivation, base, base64-string, blaze-builder, bytestring
, case-insensitive, conduit, crypto-conduit, http-client
@@ -131541,8 +131475,8 @@ self: {
}:
mkDerivation {
pname = "http-client-restricted";
- version = "0.0.1";
- sha256 = "0n4rmi30hlppgfz1vfqmcnqxrk1qfg2f05chdvniiq7l94id0kcw";
+ version = "0.0.2";
+ sha256 = "0i9x74r2lnwfbggd3dyccsivlrprglr3i21hc6a9vh868fbhmahn";
libraryHaskellDepends = [
base connection data-default http-client http-client-tls network
utf8-string
@@ -131753,34 +131687,33 @@ self: {
"http-directory" = callPackage
({ mkDerivation, base, bytestring, hspec, html-conduit, http-client
- , http-client-tls, http-date, http-types, text, time, xml-conduit
+ , http-client-tls, http-date, http-types, network-uri, text, time
+ , xml-conduit
}:
mkDerivation {
pname = "http-directory";
- version = "0.1.5";
- sha256 = "075crysy7avf97vlskwlk8813q2bnqw9p3q29c5yb2yhmykrpwyn";
- revision = "1";
- editedCabalFile = "0ynm88f9v3h5dlyf2kzydqwr2l90gwjysffr6gbnlyqw9x46pb04";
+ version = "0.1.7";
+ sha256 = "11vka7a049mh56fy6bi9snjkl68il9fnw583l8dw02n67wldks99";
libraryHaskellDepends = [
base bytestring html-conduit http-client http-client-tls http-date
- http-types text time xml-conduit
+ http-types network-uri text time xml-conduit
];
- testHaskellDepends = [ base hspec ];
+ testHaskellDepends = [ base hspec text ];
description = "http directory listing library";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
- "http-directory_0_1_7" = callPackage
+ "http-directory_0_1_8" = callPackage
({ mkDerivation, base, bytestring, hspec, html-conduit, http-client
, http-client-tls, http-date, http-types, network-uri, text, time
, xml-conduit
}:
mkDerivation {
pname = "http-directory";
- version = "0.1.7";
- sha256 = "11vka7a049mh56fy6bi9snjkl68il9fnw583l8dw02n67wldks99";
+ version = "0.1.8";
+ sha256 = "0sav7z5vdda6zq1xyhvrqwh3kdn1bnpmwlhiaxr3sb1npz3hjgcn";
libraryHaskellDepends = [
base bytestring html-conduit http-client http-client-tls http-date
http-types network-uri text time xml-conduit
@@ -131837,6 +131770,33 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "http-download_0_2_0_0" = callPackage
+ ({ mkDerivation, base, base64-bytestring, bytestring, conduit
+ , conduit-extra, cryptonite, cryptonite-conduit, directory
+ , exceptions, filepath, hspec, hspec-discover, http-client
+ , http-conduit, http-types, memory, path, path-io, retry, rio
+ , rio-prettyprint
+ }:
+ mkDerivation {
+ pname = "http-download";
+ version = "0.2.0.0";
+ sha256 = "1wg5jck0h52dysdn0q5xs7gh8cjyq2qr9vaj7qa4fr3am1753n8v";
+ libraryHaskellDepends = [
+ base base64-bytestring bytestring conduit conduit-extra cryptonite
+ cryptonite-conduit directory exceptions filepath http-client
+ http-conduit http-types memory path path-io retry rio
+ rio-prettyprint
+ ];
+ testHaskellDepends = [
+ base cryptonite hspec hspec-discover http-client path path-io retry
+ rio rio-prettyprint
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Verified downloads with retries";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"http-encodings" = callPackage
({ mkDerivation, base, bytestring, HTTP, iconv, mime, mtl, parsec
, text, utf8-string, zlib
@@ -131996,6 +131956,8 @@ self: {
];
description = "Listen to HTTP requests and handle them in arbitrary ways";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-media" = callPackage
@@ -132071,6 +132033,8 @@ self: {
];
description = "A type unsafe http library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-pony-serve-wai" = callPackage
@@ -132238,6 +132202,8 @@ self: {
];
description = "A library for writing Haskell web servers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-shed" = callPackage
@@ -132257,40 +132223,6 @@ self: {
"http-streams" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
- , base64-bytestring, blaze-builder, bytestring, Cabal
- , case-insensitive, directory, ghc-prim, HsOpenSSL, hspec
- , hspec-expectations, http-common, HUnit, io-streams, lifted-base
- , mtl, network, network-uri, openssl-streams, snap-core
- , snap-server, system-fileio, system-filepath, text, transformers
- , unordered-containers
- }:
- mkDerivation {
- pname = "http-streams";
- version = "0.8.6.1";
- sha256 = "18vxd35n7s3z4gjvad94bknc8z1w9d7ccgphnhsxlz5cackizmxq";
- setupHaskellDepends = [ base Cabal ];
- libraryHaskellDepends = [
- aeson attoparsec base base64-bytestring blaze-builder bytestring
- case-insensitive directory HsOpenSSL http-common io-streams mtl
- network network-uri openssl-streams text transformers
- unordered-containers
- ];
- testHaskellDepends = [
- aeson aeson-pretty attoparsec base base64-bytestring blaze-builder
- bytestring case-insensitive directory ghc-prim HsOpenSSL hspec
- hspec-expectations http-common HUnit io-streams lifted-base mtl
- network network-uri openssl-streams snap-core snap-server
- system-fileio system-filepath text transformers
- unordered-containers
- ];
- description = "An HTTP client using io-streams";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "http-streams_0_8_7_1" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, attoparsec, base
, base64-bytestring, blaze-builder, bytestring, case-insensitive
, directory, ghc-prim, HsOpenSSL, hspec, hspec-expectations
, http-common, HUnit, io-streams, lifted-base, mtl, network
@@ -132318,8 +132250,6 @@ self: {
];
description = "An HTTP client using io-streams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"http-test" = callPackage
@@ -132358,6 +132288,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Tracking http redirects";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-types" = callPackage
@@ -132694,8 +132626,6 @@ self: {
libraryHaskellDepends = [ base containers haxr mtl ];
description = "A haskell wrap for Ubigraph";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hubris" = callPackage
@@ -133137,6 +133067,8 @@ self: {
];
description = "Upload packages or documentation to a hackage server";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hurdle" = callPackage
@@ -133320,34 +133252,40 @@ self: {
}) {};
"hvega" = callPackage
- ({ mkDerivation, aeson, base, text, vector }:
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
+ , filepath, tasty, tasty-golden, text, unordered-containers
+ }:
mkDerivation {
pname = "hvega";
- version = "0.3.0.1";
- sha256 = "04qrlqzi065r9b83wyw1zymnyjvpy5jhlzxxqd2j6m9zsngh7hl1";
- libraryHaskellDepends = [ aeson base text vector ];
- description = "Create Vega-Lite visualizations (version 3) in Haskell";
+ version = "0.5.0.0";
+ sha256 = "0h587i2wxwdmp24yxw7ggg1ak68mppbjwgjrdfhzzqlwdr69y9k0";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ aeson base text unordered-containers ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring containers filepath tasty
+ tasty-golden text
+ ];
+ description = "Create Vega-Lite visualizations (version 4) in Haskell";
license = stdenv.lib.licenses.bsd3;
}) {};
- "hvega_0_4_1_2" = callPackage
+ "hvega_0_6_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
- , filepath, tasty, tasty-golden, text, unordered-containers, vector
+ , filepath, tasty, tasty-golden, text, unordered-containers
}:
mkDerivation {
pname = "hvega";
- version = "0.4.1.2";
- sha256 = "0vf7hwhq8s8w3zjgag80gm54bxk5bm9q0mmriqy1790vrxb51276";
+ version = "0.6.0.0";
+ sha256 = "0znipifss3cz55xj2nw27c4m284sb71gprksabypib3qdigqpwis";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [
- aeson base text unordered-containers vector
- ];
+ libraryHaskellDepends = [ aeson base text unordered-containers ];
testHaskellDepends = [
aeson aeson-pretty base bytestring containers filepath tasty
tasty-golden text
];
- description = "Create Vega-Lite visualizations (version 3) in Haskell";
+ description = "Create Vega-Lite visualizations (version 4) in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -133361,6 +133299,8 @@ self: {
libraryHaskellDepends = [ base hvega text ];
description = "Theme for hvega";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-aeson" = callPackage
@@ -133400,36 +133340,9 @@ self: {
];
description = "Demo library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-balancedparens" = callPackage
- ({ mkDerivation, base, criterion, deepseq, hspec, hspec-discover
- , hw-bits, hw-excess, hw-prim, hw-rankselect-base, QuickCheck
- , vector
- }:
- mkDerivation {
- pname = "hw-balancedparens";
- version = "0.2.0.4";
- sha256 = "166vb5armxah2r1qwa9yzzd5abd3dnssybgwl6kjzl8q43r0n84h";
- libraryHaskellDepends = [
- base deepseq hw-bits hw-excess hw-prim hw-rankselect-base vector
- ];
- testHaskellDepends = [
- base hspec hw-bits hw-prim hw-rankselect-base QuickCheck vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base criterion hw-bits hw-prim vector
- ];
- description = "Balanced parentheses";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-balancedparens_0_3_0_3" = callPackage
({ mkDerivation, base, criterion, deepseq, doctest
, doctest-discover, hedgehog, hspec, hspec-discover, hw-bits
, hw-excess, hw-fingertree, hw-hspec-hedgehog, hw-prim
@@ -133437,8 +133350,8 @@ self: {
}:
mkDerivation {
pname = "hw-balancedparens";
- version = "0.3.0.3";
- sha256 = "07jng6plapizb0kazqfd4x7y5yazhggwvagkwc273a92ynw57bsi";
+ version = "0.3.0.5";
+ sha256 = "0mc1qxng09891rpdw8g6cbx61b7pvvd7v4jm3ngzi5byamm0sbxp";
libraryHaskellDepends = [
base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-prim
hw-rankselect-base vector
@@ -133454,33 +133367,53 @@ self: {
doHaddock = false;
description = "Balanced parentheses";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-bits" = callPackage
({ mkDerivation, base, bitvec, bytestring, criterion, deepseq
- , hedgehog, hspec, hspec-discover, hw-hspec-hedgehog, hw-int
- , hw-prim, hw-string-parse, vector
+ , doctest, doctest-discover, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, vector
}:
mkDerivation {
pname = "hw-bits";
- version = "0.7.1.0";
- sha256 = "0r4jinz2h5zkjap6f6qrjgfq6xhaz3j34fjwawv8qvgc4qgq7bil";
+ version = "0.7.1.2";
+ sha256 = "1jgj5j09ddiv6yf605m1azaknbfawqhfqc2m3xpr800v43myr3m8";
libraryHaskellDepends = [
base bitvec bytestring deepseq hw-int hw-prim hw-string-parse
vector
];
testHaskellDepends = [
- base bitvec bytestring hedgehog hspec hw-hspec-hedgehog hw-prim
+ base bitvec bytestring doctest doctest-discover hedgehog hspec
+ hw-hspec-hedgehog hw-prim vector
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
+ benchmarkHaskellDepends = [ base criterion vector ];
+ description = "Bit manipulation";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "hw-bits_0_7_1_5" = callPackage
+ ({ mkDerivation, base, bitvec, bytestring, criterion, deepseq
+ , doctest, doctest-discover, hedgehog, hspec, hspec-discover
+ , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, vector
+ }:
+ mkDerivation {
+ pname = "hw-bits";
+ version = "0.7.1.5";
+ sha256 = "0gvbsnirlgsj58363zqg960j0ydx2bhgw4lwql71jf9kg7hd4kqb";
+ libraryHaskellDepends = [
+ base bitvec bytestring deepseq hw-int hw-prim hw-string-parse
vector
];
- testToolDepends = [ hspec-discover ];
+ testHaskellDepends = [
+ base bitvec bytestring doctest doctest-discover hedgehog hspec
+ hw-hspec-hedgehog hw-prim vector
+ ];
+ testToolDepends = [ doctest-discover 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
@@ -133558,47 +133491,6 @@ self: {
}) {};
"hw-dsv" = 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.5";
- sha256 = "15dy96ah7frs79g102vvsrihzlk2qc5c773y7bqdcm66mjhin3x2";
- revision = "2";
- editedCabalFile = "0flmxhc1w38si89wdr9i6x70mc3sl07hrw2b77xabva8dgx7ph3q";
- 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-dsv_0_4_0" = callPackage
({ mkDerivation, appar, base, bits-extra, bytestring, cassava
, criterion, deepseq, directory, doctest, doctest-discover
, generic-lens, ghc-prim, hedgehog, hspec, hspec-discover, hw-bits
@@ -133636,8 +133528,6 @@ self: {
];
description = "Unbelievably fast streaming DSV file parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-dump" = callPackage
@@ -133669,8 +133559,6 @@ self: {
];
description = "File Dump";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-eliasfano" = callPackage
@@ -133678,44 +133566,6 @@ self: {
, 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, vector
- }:
- mkDerivation {
- pname = "hw-eliasfano";
- version = "0.1.1.0";
- sha256 = "0q3lrpw72krsbfbykjkkm55aca43ravyl4b1d3k0wgh5wv340a3v";
- revision = "1";
- editedCabalFile = "100fwgcby3nfmx2ailf8zggq0sbh5fm65x4dxyaayfzs8ngfi5is";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base deepseq hw-bits hw-int hw-packed-vector hw-prim hw-rankselect
- hw-rankselect-base vector
- ];
- executableHaskellDepends = [
- base binary bytestring generic-lens hw-packed-vector lens
- optparse-applicative vector
- ];
- testHaskellDepends = [
- base hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog hw-int
- hw-packed-vector hw-prim 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-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 {
@@ -133746,37 +133596,9 @@ self: {
];
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
- , 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
- ];
- 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_2" = callPackage
({ mkDerivation, base, bytestring, criterion, doctest
, doctest-discover, hedgehog, hspec, hspec-discover, hw-bits
, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, QuickCheck, safe
@@ -133784,8 +133606,8 @@ self: {
}:
mkDerivation {
pname = "hw-excess";
- version = "0.2.2.2";
- sha256 = "1iwml6il5vanx06vbn2apf1vcmimg7mw2ddqq1xy40ma7brirxsz";
+ version = "0.2.2.3";
+ sha256 = "1rlw53nbhjdvjqb1f0kacnmiiwhx04az6p4mf0iv5fwxcjh94q2r";
libraryHaskellDepends = [
base hw-bits hw-prim hw-rankselect-base safe vector
];
@@ -133799,8 +133621,6 @@ self: {
];
description = "Excess";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-fingertree" = callPackage
@@ -133887,35 +133707,6 @@ self: {
"hw-ip" = 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-ip_2_4_1_0" = callPackage
- ({ mkDerivation, appar, base, binary, bytestring, containers
, doctest, doctest-discover, generic-lens, hedgehog, hspec
, hspec-discover, hw-bits, hw-hspec-hedgehog, iproute, lens
, optparse-applicative, text
@@ -133941,52 +133732,9 @@ self: {
doHaddock = false;
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
- , hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits
- , hw-hspec-hedgehog, hw-json-simd, hw-mquery, hw-parser, hw-prim
- , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap
- , optparse-applicative, text, transformers, vector, word8
- }:
- mkDerivation {
- pname = "hw-json";
- version = "1.0.0.2";
- sha256 = "0lb38kfxhamvdhp6z3aw4as57nc6jxf6wj7nr3lmiry6h2gx15js";
- revision = "1";
- editedCabalFile = "1laxwrcjdjrpym4gghnqa39xvdvbxsp2sbpzcc703ac3kj7v2b6h";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-wl-pprint array attoparsec base bits-extra bytestring dlist
- hw-balancedparens hw-bits hw-mquery hw-parser hw-prim hw-rankselect
- hw-rankselect-base hw-simd mmap text vector word8
- ];
- executableHaskellDepends = [
- base bytestring dlist generic-lens hw-balancedparens hw-json-simd
- hw-mquery hw-prim hw-rankselect hw-rankselect-base lens mmap
- optparse-applicative vector
- ];
- testHaskellDepends = [
- attoparsec base bytestring hedgehog hspec hw-balancedparens hw-bits
- hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base
- transformers vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base bytestring criterion directory mmap
- ];
- description = "Memory efficient JSON parser";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-json_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
@@ -134026,8 +133774,6 @@ self: {
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-json-lens" = callPackage
@@ -134054,8 +133800,6 @@ self: {
];
description = "Lens for hw-json";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-json-simd" = callPackage
@@ -134110,8 +133854,6 @@ self: {
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-json-standard-cursor" = callPackage
@@ -134147,8 +133889,6 @@ self: {
];
description = "Memory efficient JSON parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-kafka-avro" = callPackage
@@ -134247,32 +133987,6 @@ self: {
}) {};
"hw-packed-vector" = callPackage
- ({ mkDerivation, base, bytestring, criterion, deepseq, directory
- , hedgehog, hspec, hspec-discover, hw-bits, hw-hedgehog
- , hw-hspec-hedgehog, hw-prim, vector
- }:
- mkDerivation {
- pname = "hw-packed-vector";
- version = "0.0.0.3";
- sha256 = "1l021x4sya6fmdhz6nsqh4nvvc3bbb29y30ari0qvn5789nwxzv3";
- libraryHaskellDepends = [
- base bytestring deepseq hw-bits hw-prim vector
- ];
- testHaskellDepends = [
- base bytestring hedgehog hspec hw-bits hw-hedgehog
- hw-hspec-hedgehog hw-prim vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base criterion directory hedgehog hspec hw-prim vector
- ];
- description = "Packed Vector";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-packed-vector_0_2_0_1" = callPackage
({ mkDerivation, base, binary, bytestring, criterion, deepseq
, directory, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
, hw-hedgehog, hw-hspec-hedgehog, hw-prim, lens
@@ -134301,8 +134015,6 @@ self: {
];
description = "Packed Vector";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-parser" = callPackage
@@ -134324,23 +134036,24 @@ self: {
"hw-prim" = callPackage
({ mkDerivation, base, bytestring, criterion, deepseq, directory
- , exceptions, ghc-prim, hedgehog, hspec, hspec-discover
- , hw-hspec-hedgehog, mmap, QuickCheck, semigroups, transformers
- , unliftio-core, vector
+ , doctest, doctest-discover, 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.39";
- sha256 = "06f4ygwmfb3ambzw972cninj9v0i7pir97qq0832a1mb19h4222g";
+ version = "0.6.2.40";
+ sha256 = "0vm5mcnlb5yas2z7rvzd1kzv39d3qw4bkrkfmv0i7vsdg33yb3fd";
libraryHaskellDepends = [
base bytestring deepseq ghc-prim mmap semigroups transformers
unliftio-core vector
];
testHaskellDepends = [
- base bytestring directory exceptions hedgehog hspec
- hw-hspec-hedgehog mmap QuickCheck semigroups transformers vector
+ base bytestring directory doctest doctest-discover exceptions
+ hedgehog hspec hw-hspec-hedgehog mmap QuickCheck semigroups
+ transformers vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring criterion mmap semigroups transformers vector
];
@@ -134366,59 +134079,20 @@ self: {
benchmarkHaskellDepends = [ base criterion vector ];
description = "Primitive support for bit manipulation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-rankselect" = callPackage
({ mkDerivation, base, bytestring, conduit, criterion, deepseq
- , directory, generic-lens, hedgehog, hspec, hspec-discover
- , hw-balancedparens, hw-bits, hw-hedgehog, hw-hspec-hedgehog
- , hw-prim, hw-rankselect-base, lens, mmap, mtl
- , optparse-applicative, QuickCheck, resourcet, transformers, vector
- }:
- mkDerivation {
- pname = "hw-rankselect";
- version = "0.13.0.0";
- sha256 = "13cdsrg7akizf5gcjvpwr8mwhl6ds9n3y7ql559w52xy5s8viqzv";
- revision = "1";
- editedCabalFile = "17f9zdy7620d36mrrcakpr9rhzzr7rkv8hd5n47cqllmhzvns5mg";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base deepseq hw-balancedparens hw-bits hw-prim hw-rankselect-base
- vector
- ];
- executableHaskellDepends = [
- base directory generic-lens hw-bits hw-prim hw-rankselect-base lens
- mmap mtl optparse-applicative vector
- ];
- testHaskellDepends = [
- base directory hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog
- hw-prim hw-rankselect-base mmap QuickCheck transformers vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base bytestring conduit criterion directory hw-bits hw-prim
- hw-rankselect-base mmap resourcet vector
- ];
- description = "Rank-select";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "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
- , hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens, mmap, mtl
- , optparse-applicative, QuickCheck, resourcet, transformers, vector
+ , directory, doctest, doctest-discover, generic-lens, hedgehog
+ , hspec, hspec-discover, hw-balancedparens, hw-bits, hw-fingertree
+ , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens
+ , mmap, mtl, optparse-applicative, QuickCheck, resourcet
+ , transformers, vector
}:
mkDerivation {
pname = "hw-rankselect";
- version = "0.13.3.1";
- sha256 = "05bhc8i6k59zv90r00c6vy4vx99dpc4dh85dinwklh8yqnfwf5ks";
+ version = "0.13.3.2";
+ sha256 = "1p4b5nm8mgxlc7p5gcwh6dy85xgydpbw999zv27755dbfcv9nk4v";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134430,10 +134104,11 @@ self: {
mmap mtl optparse-applicative vector
];
testHaskellDepends = [
- base directory hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog
- hw-prim hw-rankselect-base mmap QuickCheck transformers vector
+ base directory doctest doctest-discover hedgehog hspec hw-bits
+ hw-hedgehog hw-hspec-hedgehog hw-prim hw-rankselect-base mmap
+ QuickCheck transformers vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
base bytestring conduit criterion directory hw-bits hw-prim
hw-rankselect-base mmap resourcet vector
@@ -134441,8 +134116,6 @@ self: {
doHaddock = false;
description = "Rank-select";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-rankselect-base" = callPackage
@@ -134468,8 +134141,6 @@ self: {
];
description = "Rank-select base";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-simd" = callPackage
@@ -134500,8 +134171,6 @@ self: {
];
description = "SIMD library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-streams" = callPackage
@@ -134530,8 +134199,6 @@ self: {
];
description = "Primitive functions and data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-string-parse" = callPackage
@@ -134562,8 +134229,6 @@ self: {
];
description = "Succint datastructures";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-uri" = callPackage
@@ -134576,8 +134241,8 @@ self: {
}:
mkDerivation {
pname = "hw-uri";
- version = "0.2.0.1";
- sha256 = "1i42l5jg06xlfbplibxx8104w1x61yixbv7w3l1fs0q06zzxaiqp";
+ version = "0.2.1.0";
+ sha256 = "1bwdzvms0n86k7gbkhk0jj3m1pcc9vbjk13kgpchqxpxm971srbs";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -134597,8 +134262,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Supports IO on URIs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-vector" = callPackage
@@ -134653,8 +134316,6 @@ self: {
];
description = "XML parser based on succinct data structures";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hwall-auth-iitk" = callPackage
@@ -134876,6 +134537,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Haskell extras (missing utility functions)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hxmppc" = callPackage
@@ -135612,6 +135275,8 @@ self: {
libraryHaskellDepends = [ base blaze-html deepseq text ];
description = "Display class for the HyperHaskell graphical Haskell interpreter";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hyper-extra" = callPackage
@@ -135627,6 +135292,8 @@ self: {
];
description = "Display instances for the HyperHaskell graphical Haskell interpreter";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hyper-haskell-server" = callPackage
@@ -135843,10 +135510,8 @@ self: {
}:
mkDerivation {
pname = "hyraxAbif";
- version = "0.2.3.15";
- sha256 = "1wfmlqgk751ij30x0dkyc9fyc6j1a96l0s7fjj1sywdvawd8cfh1";
- revision = "1";
- editedCabalFile = "07i4ippga6cnwr9yl6nkrhakl9sim73fprf29lnmsvdc8ynbifcd";
+ version = "0.2.3.21";
+ sha256 = "0ghhfv8gzs9sg13nj3mhqd24zbrkjj1dgsjz3sql6276kpa1p2kc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -135870,6 +135535,8 @@ self: {
pname = "hz3";
version = "96.0.0.0";
sha256 = "080bhbnhswic7m35rzbqi9i7lb57szag6khprrjccpa80vq7lj6n";
+ revision = "2";
+ editedCabalFile = "02q1pcy6z4vl1qm4klw17aqx577v7c4jsl4b5r5iw6293arym8fz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers transformers ];
@@ -136151,6 +135818,53 @@ self: {
broken = true;
}) {};
+ "icepeak" = callPackage
+ ({ mkDerivation, aeson, async, base, bytestring, containers
+ , directory, hashable, hspec, hspec-core, hspec-expectations
+ , hspec-wai, http-types, jwt, monad-logger, mtl, network
+ , optparse-applicative, prometheus-client, prometheus-metrics-ghc
+ , QuickCheck, quickcheck-instances, random, raven-haskell, scotty
+ , securemem, sqlite-simple, stm, text, time, unix
+ , unordered-containers, uuid, wai, wai-extra
+ , wai-middleware-prometheus, wai-websockets, warp, websockets
+ }:
+ mkDerivation {
+ pname = "icepeak";
+ version = "0.7.2.0";
+ sha256 = "0vs2lfwqxss2f4ajzj4pqzr5mxk69hs0jl4kz7y2qn7161x4vcd2";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson async base bytestring containers directory hashable
+ http-types jwt monad-logger mtl network optparse-applicative
+ prometheus-client prometheus-metrics-ghc random raven-haskell
+ scotty securemem sqlite-simple stm text time unix
+ unordered-containers uuid wai wai-extra wai-middleware-prometheus
+ wai-websockets warp websockets
+ ];
+ executableHaskellDepends = [
+ aeson async base bytestring containers directory hashable
+ http-types jwt monad-logger mtl network optparse-applicative
+ prometheus-client prometheus-metrics-ghc random raven-haskell
+ scotty securemem sqlite-simple stm text time unix
+ unordered-containers uuid wai wai-extra wai-middleware-prometheus
+ wai-websockets warp websockets
+ ];
+ testHaskellDepends = [
+ aeson async base bytestring containers directory hashable hspec
+ hspec-core hspec-expectations hspec-wai http-types jwt monad-logger
+ mtl network optparse-applicative prometheus-client
+ prometheus-metrics-ghc QuickCheck quickcheck-instances random
+ raven-haskell scotty securemem sqlite-simple stm text time unix
+ unordered-containers uuid wai wai-extra wai-middleware-prometheus
+ wai-websockets warp websockets
+ ];
+ description = "A fast JSON document store with push notification support";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"icon-fonts" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -136410,6 +136124,8 @@ self: {
];
description = "Squares style for the identicon package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"identifiers" = callPackage
@@ -136507,6 +136223,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "A project manage tool for Idris";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"idris" = callPackage
@@ -136551,6 +136269,8 @@ self: {
];
description = "Functional Programming Language with Dependent Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) gmp;};
"ieee" = callPackage
@@ -136839,8 +136559,6 @@ self: {
];
description = "A Haskell backend kernel for the IPython project";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-aeson" = callPackage
@@ -136856,8 +136574,6 @@ self: {
];
description = "IHaskell display instances for Aeson";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-basic" = callPackage
@@ -136882,8 +136598,6 @@ self: {
libraryHaskellDepends = [ base blaze-html blaze-markup ihaskell ];
description = "IHaskell display instances for blaze-html types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-charts" = callPackage
@@ -136900,8 +136614,6 @@ self: {
];
description = "IHaskell display instances for charts types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-diagrams" = callPackage
@@ -136918,8 +136630,6 @@ self: {
];
description = "IHaskell display instances for diagram types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-display" = callPackage
@@ -136944,8 +136654,6 @@ self: {
libraryHaskellDepends = [ base bytestring gnuplot ihaskell ];
description = "IHaskell display instance for Gnuplot (from gnuplot package)";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-graphviz" = callPackage
@@ -136957,8 +136665,6 @@ self: {
libraryHaskellDepends = [ base bytestring ihaskell process ];
description = "IHaskell display instance for GraphViz (external binary)";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-hatex" = callPackage
@@ -136970,21 +136676,17 @@ self: {
libraryHaskellDepends = [ base HaTeX ihaskell text ];
description = "IHaskell display instances for hatex";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-hvega" = callPackage
({ mkDerivation, aeson, base, hvega, ihaskell, text }:
mkDerivation {
pname = "ihaskell-hvega";
- version = "0.2.1.0";
- sha256 = "1zpr00zn3nap5w1baih975r8hvaqqyp7y4acy10p688imicg5wgy";
+ version = "0.2.3.0";
+ sha256 = "02j08ci3ss82g2a26qdnykwb1rggb8w53jqm4xnxc8hqm25fb3mk";
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-inline-r" = callPackage
@@ -137018,8 +136720,6 @@ self: {
];
description = "IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-magic" = callPackage
@@ -137036,8 +136736,6 @@ self: {
];
description = "IHaskell display instances for bytestrings";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ihaskell-parsec" = callPackage
@@ -137147,23 +136845,6 @@ self: {
}:
mkDerivation {
pname = "ilist";
- version = "0.3.1.0";
- sha256 = "15zy584mjk85kr69acs1r7dfsr7g2mgy2bbfyrla5rbp23fy3678";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base hspec transformers ];
- benchmarkHaskellDepends = [
- base criterion lens loop transformers vector
- ];
- description = "Optimised list functions for doing index-related things";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ilist_0_4_0_0" = callPackage
- ({ mkDerivation, base, criterion, hspec, lens, loop, transformers
- , vector
- }:
- mkDerivation {
- pname = "ilist";
version = "0.4.0.0";
sha256 = "105qz5x03fa713ghxvmivawsaq3l9zf5ab4n09j7i7ryj3dwp4nv";
libraryHaskellDepends = [ base ];
@@ -137173,7 +136854,6 @@ self: {
];
description = "Optimised list functions for doing index-related things";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"illuminate" = callPackage
@@ -137371,6 +137051,8 @@ self: {
];
description = "A function to post an image to imgur";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"imgurder" = callPackage
@@ -137545,6 +137227,18 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "immortal-queue" = callPackage
+ ({ mkDerivation, async, base, immortal, stm, tasty, tasty-hunit }:
+ mkDerivation {
+ pname = "immortal-queue";
+ version = "0.1.0.1";
+ sha256 = "14a0sy4j0b0x2l8j4ajqizjkzrgbicavy3k5xzz349cvy3dq6fz7";
+ libraryHaskellDepends = [ async base immortal ];
+ testHaskellDepends = [ base stm tasty tasty-hunit ];
+ description = "Build a pool of queue-processing worker threads";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"imparse" = callPackage
({ mkDerivation, ascetic, base, compilation, containers, directory
, indents, MissingH, parsec, richreports, split, staticanalysis
@@ -137631,34 +137325,31 @@ self: {
"implicit" = callPackage
({ mkDerivation, base, blaze-builder, blaze-markup, blaze-svg
- , bytestring, bytestring-builder, containers, criterion, deepseq
- , directory, filepath, hspec, JuicyPixels, monads-tf, mtl
- , NumInstances, optparse-applicative, parallel, parsec, random
- , silently, snap-core, snap-server, storable-endian, text
- , transformers, unordered-containers, vector-space
+ , bytestring, containers, criterion, deepseq, directory, filepath
+ , hspec, JuicyPixels, monads-tf, optparse-applicative, parallel
+ , parsec, snap-core, snap-server, storable-endian, text
+ , transformers, vector-space
}:
mkDerivation {
pname = "implicit";
- version = "0.2.0";
- sha256 = "1lj206x2s7sdjg6yllhp809d7k84xa6ky70859jyw4m6bry4xyaw";
+ version = "0.3.0.1";
+ sha256 = "190493di4n0j9yii02jb808k97a9avg5qlxx6gydhw0qmjijh11n";
+ revision = "1";
+ editedCabalFile = "1jqi3wxxwyzjdl0ygpn1qkg549wrnxj90pfhhl9m7rhb665pi0v4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base blaze-builder blaze-markup blaze-svg bytestring
- bytestring-builder containers criterion deepseq directory filepath
- hspec JuicyPixels monads-tf NumInstances parallel parsec silently
- snap-core snap-server storable-endian text transformers
- unordered-containers vector-space
+ base blaze-builder blaze-markup blaze-svg bytestring containers
+ deepseq directory filepath hspec JuicyPixels monads-tf parallel
+ parsec storable-endian text transformers vector-space
];
executableHaskellDepends = [
- base blaze-builder blaze-markup blaze-svg bytestring containers
- criterion deepseq directory filepath JuicyPixels monads-tf
- optparse-applicative parallel parsec silently snap-core snap-server
- storable-endian text transformers vector-space
+ base bytestring criterion filepath optparse-applicative snap-core
+ snap-server text vector-space
];
- testHaskellDepends = [ base containers hspec mtl parsec ];
- benchmarkHaskellDepends = [ base criterion parsec random ];
- description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export..";
+ testHaskellDepends = [ base hspec parsec ];
+ benchmarkHaskellDepends = [ base criterion parsec ];
+ description = "A math-inspired programmatic 2D & 3D CAD system";
license = stdenv.lib.licenses.agpl3;
}) {};
@@ -137747,6 +137438,8 @@ self: {
libraryHaskellDepends = [ base lens ];
description = "Set of data and type definitions of impossible types. Impossible types are useful when declaring type classes / type families instances that should not be expanded by GHC until a specific type is provided in order to keep the types nice and readable.";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"imprevu" = callPackage
@@ -137804,6 +137497,8 @@ self: {
testHaskellDepends = [ base binary constraints hspec ];
description = "Serialization of arbitrary Haskell expressions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"improve" = callPackage
@@ -137827,10 +137522,8 @@ self: {
}:
mkDerivation {
pname = "impure-containers";
- version = "0.5.0";
- sha256 = "0rwk7wsymga61192mmjj42079v209dj9gdcjpwjmji1ivxwzy13p";
- revision = "1";
- editedCabalFile = "1lazk77rxrbmkyyrlwvbr25n47n5ncl5r32aiafkjfhv90nl4y2g";
+ version = "0.5.1";
+ sha256 = "15jxnkcmxwcb41zzw2yw00fg2w53iq1li6z432yvvj4hbdn9s90w";
libraryHaskellDepends = [
base containers ghc-prim hashable primitive vector
];
@@ -137841,8 +137534,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Mutable containers in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"inc-ref" = callPackage
@@ -137976,13 +137667,16 @@ self: {
"incremental-parser" = callPackage
({ mkDerivation, base, bytestring, checkers, criterion, deepseq
- , monoid-subclasses, QuickCheck, tasty, tasty-quickcheck, text
+ , monoid-subclasses, parsers, QuickCheck, rank2classes, tasty
+ , tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "incremental-parser";
- version = "0.3.3";
- sha256 = "1y5qzbn1627v893s6nlm5prc507pwybf2f9b7icpjgcj1q046p6i";
- libraryHaskellDepends = [ base monoid-subclasses ];
+ version = "0.4";
+ sha256 = "0iyprnyk66zdyi21632d0aznvzk7i0hmr3idq49yjilxwck2xac4";
+ libraryHaskellDepends = [
+ base monoid-subclasses parsers rank2classes transformers
+ ];
testHaskellDepends = [
base checkers monoid-subclasses QuickCheck tasty tasty-quickcheck
];
@@ -137993,15 +137687,15 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
- "incremental-parser_0_4" = callPackage
+ "incremental-parser_0_4_0_1" = callPackage
({ mkDerivation, base, bytestring, checkers, criterion, deepseq
, monoid-subclasses, parsers, QuickCheck, rank2classes, tasty
, tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "incremental-parser";
- version = "0.4";
- sha256 = "0iyprnyk66zdyi21632d0aznvzk7i0hmr3idq49yjilxwck2xac4";
+ version = "0.4.0.1";
+ sha256 = "1cghkzdsh8vjv1ggk5qjr5ny88wna5kbifbfsy1ld5n5k66536lf";
libraryHaskellDepends = [
base monoid-subclasses parsers rank2classes transformers
];
@@ -138076,6 +137770,8 @@ self: {
];
description = "Indentation sensitive parsing combinators for Parsec and Trifecta";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"indentation-core" = callPackage
@@ -138087,6 +137783,8 @@ self: {
libraryHaskellDepends = [ base mtl ];
description = "Indentation sensitive parsing combinators core library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"indentation-parsec" = callPackage
@@ -138101,6 +137799,8 @@ self: {
testHaskellDepends = [ base parsec tasty tasty-hunit ];
description = "Indentation sensitive parsing combinators for Parsec";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"indentation-trifecta" = callPackage
@@ -138117,6 +137817,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit trifecta ];
description = "Indentation sensitive parsing combinators for Trifecta";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"indentparser" = callPackage
@@ -138153,6 +137855,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Indexed Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"indexation" = callPackage
@@ -138189,6 +137893,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "indexed-containers" = callPackage
+ ({ mkDerivation, base, hspec, hspec-discover }:
+ mkDerivation {
+ pname = "indexed-containers";
+ version = "0.1.0.2";
+ sha256 = "18njnawx2wbkgq9f5747id11k8cpm604mc2xqhn3iaiyn3zyn28f";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec ];
+ testToolDepends = [ hspec-discover ];
+ description = "Simple, no-frills indexed lists";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"indexed-do-notation" = callPackage
({ mkDerivation, base, haskell-src-meta, indexed, template-haskell
}:
@@ -138497,8 +138214,8 @@ self: {
}:
mkDerivation {
pname = "influxdb";
- version = "1.7.1.1";
- sha256 = "15qzlbgnplxc53l5134igf6yplxg4fgblx0s8bl8hfjh0gbnn8x8";
+ version = "1.7.1.2";
+ sha256 = "01rjbavv9b4gay4bvmxxljvps591xvp7lrx68658xkjwfi2phzhs";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -138607,6 +138324,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Initialization and Deinitialization of 'Storable' values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"inj" = callPackage
@@ -138662,6 +138381,34 @@ self: {
broken = true;
}) {};
+ "inline-asm" = callPackage
+ ({ mkDerivation, base, bytestring, containers, either, ghc-prim
+ , hspec, hspec-core, megaparsec, mtl, parser-combinators
+ , QuickCheck, template-haskell, uniplate
+ }:
+ mkDerivation {
+ pname = "inline-asm";
+ version = "0.4.0.1";
+ sha256 = "19djbqfidl8spii2y5a4qi5a6k2dhh9kg4lafxx58w60118rsv6z";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring containers either ghc-prim megaparsec mtl
+ parser-combinators template-haskell uniplate
+ ];
+ executableHaskellDepends = [
+ base bytestring containers either ghc-prim megaparsec mtl
+ parser-combinators template-haskell uniplate
+ ];
+ testHaskellDepends = [
+ base bytestring containers either ghc-prim hspec hspec-core
+ megaparsec mtl parser-combinators QuickCheck template-haskell
+ uniplate
+ ];
+ description = "Inline some Assembly in ur Haskell!";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"inline-c_0_5_6_1" = callPackage
({ mkDerivation, ansi-wl-pprint, base, binary, bytestring
, containers, cryptohash, directory, filepath, hashable, hspec, mtl
@@ -138694,31 +138441,6 @@ self: {
"inline-c" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
, hashable, hspec, mtl, parsec, parsers, QuickCheck, raw-strings-qq
- , regex-posix, template-haskell, transformers, unordered-containers
- , vector
- }:
- mkDerivation {
- pname = "inline-c";
- version = "0.7.0.1";
- sha256 = "19scbviwiv1fbsdcjji3dscjg7w0xa8r97xwkqqrwm7zhvrg5wns";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-wl-pprint base bytestring containers hashable mtl parsec
- parsers template-haskell transformers unordered-containers vector
- ];
- testHaskellDepends = [
- ansi-wl-pprint base containers hashable hspec parsers QuickCheck
- raw-strings-qq regex-posix template-haskell transformers
- unordered-containers vector
- ];
- description = "Write Haskell source files including C code inline. No FFI required.";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "inline-c_0_9_0_0" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
- , hashable, hspec, mtl, parsec, parsers, QuickCheck, raw-strings-qq
, regex-posix, split, template-haskell, transformers
, unordered-containers, vector
}:
@@ -138739,7 +138461,6 @@ self: {
];
description = "Write Haskell source files including C code inline. No FFI required.";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"inline-c-cpp_0_1_0_0" = callPackage
@@ -138756,29 +138477,13 @@ self: {
}) {};
"inline-c-cpp" = callPackage
- ({ mkDerivation, base, hspec, inline-c, safe-exceptions
- , template-haskell
- }:
- mkDerivation {
- pname = "inline-c-cpp";
- version = "0.3.0.3";
- sha256 = "1sxwx9dh60qfpa72dymj015zwd6prhb70x5mkabqzi7nhg3aakln";
- libraryHaskellDepends = [
- base inline-c safe-exceptions template-haskell
- ];
- testHaskellDepends = [ base hspec inline-c safe-exceptions ];
- description = "Lets you embed C++ code into Haskell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "inline-c-cpp_0_4_0_1" = callPackage
({ mkDerivation, base, containers, hspec, inline-c, safe-exceptions
, template-haskell
}:
mkDerivation {
pname = "inline-c-cpp";
- version = "0.4.0.1";
- sha256 = "1bsmm6sqxjzlk6mdq5a8vwsc1cy0ag0lvajdpsbqq7vradj54yqq";
+ version = "0.4.0.2";
+ sha256 = "0nb7n2q47jbny7rj9y1hn6lnailnmpy4y7j6jaalny123kxsdipp";
libraryHaskellDepends = [
base containers inline-c safe-exceptions template-haskell
];
@@ -138787,7 +138492,6 @@ self: {
];
description = "Lets you embed C++ code into Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"inline-c-win32" = callPackage
@@ -138857,6 +138561,8 @@ self: {
];
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) R;};
"inliterate" = callPackage
@@ -138896,30 +138602,6 @@ self: {
"insert-ordered-containers" = callPackage
({ mkDerivation, aeson, base, base-compat, hashable, lens
- , QuickCheck, semigroupoids, semigroups, tasty, tasty-quickcheck
- , text, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "insert-ordered-containers";
- version = "0.2.2";
- sha256 = "1ikjhg0pdfpnx1d645r92k2dwlk7y935j1w5lcsk23nzpwhbkxja";
- revision = "1";
- editedCabalFile = "1hlinc8nnjlzc6ds3wf8jvkihpcbhz2dk0rqxq1ns0c5zbbhnylq";
- libraryHaskellDepends = [
- aeson base base-compat hashable lens semigroupoids semigroups text
- transformers unordered-containers
- ];
- testHaskellDepends = [
- aeson base base-compat hashable lens QuickCheck semigroupoids
- semigroups tasty tasty-quickcheck text transformers
- unordered-containers
- ];
- description = "Associative containers retaining insertion order for traversals";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "insert-ordered-containers_0_2_3" = callPackage
- ({ mkDerivation, aeson, base, base-compat, hashable, lens
, optics-core, optics-extra, QuickCheck, semigroupoids, semigroups
, tasty, tasty-quickcheck, text, transformers, unordered-containers
}:
@@ -138938,7 +138620,6 @@ self: {
];
description = "Associative containers retaining insertion order for traversals";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"inserts" = callPackage
@@ -139072,6 +138753,8 @@ self: {
];
description = "Template haskell utilities for helping with deserialization etc. of existential types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"instant-aeson" = callPackage
@@ -139262,8 +138945,6 @@ self: {
testHaskellDepends = [ base containers doctest primitive ];
description = "Advent of Code 2019 intcode interpreter";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"integer-gmp_1_0_2_0" = callPackage
@@ -139287,8 +138968,8 @@ self: {
pname = "integer-logarithms";
version = "1.0.3";
sha256 = "05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs";
- revision = "1";
- editedCabalFile = "1z6z63jr42jn073fd9ns7jcrw7n5lwx076q4b5rgzak7q1ixw2i8";
+ revision = "2";
+ editedCabalFile = "0a6j3313vz7n7dn8abddyib4jggblaq89f87ib4imdwjxjajbm33";
libraryHaskellDepends = [ array base ghc-prim integer-gmp ];
testHaskellDepends = [
base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck
@@ -139310,6 +138991,22 @@ self: {
broken = true;
}) {};
+ "integer-roots" = callPackage
+ ({ mkDerivation, base, integer-gmp, smallcheck, tasty, tasty-hunit
+ , tasty-quickcheck, tasty-smallcheck
+ }:
+ mkDerivation {
+ pname = "integer-roots";
+ version = "1.0";
+ sha256 = "12570cr39jj5lk30ls5nnc0w6881l0kflzhmwpk35qc7m39pjgy1";
+ libraryHaskellDepends = [ base integer-gmp ];
+ testHaskellDepends = [
+ base smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck
+ ];
+ description = "Integer roots and perfect powers";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"integer-simple" = callPackage
({ mkDerivation, ghc-prim }:
mkDerivation {
@@ -139474,6 +139171,8 @@ self: {
];
description = "Prelude replacement based on protolude";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"intern" = callPackage
@@ -139570,6 +139269,8 @@ self: {
];
description = "Tracery-like randomized text interpolation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"interpol" = callPackage
@@ -139681,6 +139382,8 @@ self: {
];
description = "QuasiQuoter for multi-line interpolated strings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"interpolation" = callPackage
@@ -139788,28 +139491,8 @@ self: {
}:
mkDerivation {
pname = "intervals";
- version = "0.8.1";
- sha256 = "00vyxf3ba9d7aas3npfapr53w71fslgh69fczjb25axr66fvzqww";
- revision = "4";
- editedCabalFile = "1qx3q0v13l1zaln9zdk8chxpxhshbz5x0vqm0qda7d1kpv7h6a7r";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [ array base distributive ghc-prim ];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
- ];
- description = "Interval Arithmetic";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "intervals_0_9" = callPackage
- ({ mkDerivation, array, base, Cabal, cabal-doctest, directory
- , distributive, doctest, filepath, ghc-prim, QuickCheck
- , template-haskell
- }:
- mkDerivation {
- pname = "intervals";
- version = "0.9";
- sha256 = "0v5z5h0lcsfxiz5m876b1pwygxic5l5p0ijnhzibbpzpqg1lahs4";
+ version = "0.9.1";
+ sha256 = "1s9pj2dah94smq769q4annxv2grdx376wvhzl4rsq85kjppf5a6z";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ array base distributive ghc-prim ];
testHaskellDepends = [
@@ -139817,15 +139500,14 @@ self: {
];
description = "Interval Arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"intmap-graph" = callPackage
({ mkDerivation, base, containers, text, vector, word8 }:
mkDerivation {
pname = "intmap-graph";
- version = "1.0.0.1";
- sha256 = "0mrwimi4r1y60l674w8vavv4c5fzqm6v1f71hkcvxkwa3fpl56m6";
+ version = "1.1.0.0";
+ sha256 = "0yg88vvq53kbzw2r8i1w1g4am4bkp8qzgy9qsc7wknb3zwlzs89w";
libraryHaskellDepends = [ base containers text vector word8 ];
description = "A graph library that allows to explore edges after their type";
license = stdenv.lib.licenses.bsd3;
@@ -139876,32 +139558,10 @@ self: {
}:
mkDerivation {
pname = "intro";
- version = "0.5.2.1";
- sha256 = "0i5cpa5jx82nb1gi1wdhgnbmxlb7s4nbya46k6byajf7g50i5qp8";
- revision = "1";
- editedCabalFile = "19zndrl4rgzjrg97cbc2cyiqih15gaijgibz0vppphcbmn7v9fl8";
- libraryHaskellDepends = [
- base bytestring containers deepseq dlist extra hashable mtl safe
- text transformers unordered-containers writer-cps-mtl
- ];
- testHaskellDepends = [
- base bytestring containers deepseq dlist extra hashable lens mtl
- QuickCheck safe text transformers unordered-containers
- writer-cps-mtl
- ];
- description = "Safe and minimal prelude";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "intro_0_6_0_1" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, dlist
- , extra, hashable, lens, mtl, QuickCheck, safe, text, transformers
- , unordered-containers, writer-cps-mtl
- }:
- mkDerivation {
- pname = "intro";
version = "0.6.0.1";
sha256 = "1kka6dnlyqppjx9ykk3zixfyslr8cf4ja6sa2hgq6h69mmsicp67";
+ revision = "1";
+ editedCabalFile = "1jxd4agavzccgszniqzakgpb6b49qx5c20asr068rpvaf03msncx";
libraryHaskellDepends = [
base bytestring containers deepseq dlist extra hashable mtl safe
text transformers unordered-containers writer-cps-mtl
@@ -139913,7 +139573,6 @@ self: {
];
description = "Safe and minimal prelude";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"intro-prelude" = callPackage
@@ -140067,6 +139726,8 @@ self: {
];
description = "Invertible parsing combinators framework";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"invertible-hlist" = callPackage
@@ -140104,6 +139765,8 @@ self: {
libraryHaskellDepends = [ base partial-isomorphisms ];
description = "Invertible syntax descriptions for both parsing and pretty printing";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"io-capture" = callPackage
@@ -140143,6 +139806,8 @@ self: {
];
description = "Choice for IO and lifted IO";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"io-machine" = callPackage
@@ -140324,6 +139989,8 @@ self: {
libraryHaskellDepends = [ base network unix ];
description = "Type-safe I/O control package";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ion" = callPackage
@@ -140399,36 +140066,6 @@ self: {
}) {};
"ip" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
- , deepseq, doctest, hashable, hspec, hspec-discover, HUnit
- , primitive, QuickCheck, quickcheck-classes, test-framework
- , test-framework-hunit, test-framework-quickcheck2, text, vector
- , wide-word
- }:
- mkDerivation {
- pname = "ip";
- version = "1.5.1";
- sha256 = "1crnn76vxhqq13556nc0537bh8xi5jzklyp24dqqfamxmfbwkzll";
- libraryHaskellDepends = [
- aeson attoparsec base bytestring deepseq hashable primitive text
- vector wide-word
- ];
- testHaskellDepends = [
- attoparsec base bytestring doctest hspec HUnit QuickCheck
- quickcheck-classes test-framework test-framework-hunit
- test-framework-quickcheck2 text wide-word
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion text
- ];
- description = "Library for IP and MAC addresses";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "ip_1_7_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, byteslice, bytesmith
, bytestring, criterion, deepseq, doctest, hashable, hspec
, hspec-discover, HUnit, natural-arithmetic, primitive, QuickCheck
@@ -141335,6 +140972,8 @@ self: {
];
description = "A parser and generator for the ISO-14496-12/14 base media file format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"isobmff-builder" = callPackage
@@ -141673,6 +141312,8 @@ self: {
libraryHaskellDepends = [ base iterm-show JuicyPixels ];
description = "Orphan Show instances for JuciyPixels image types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"iterm-show-diagrams" = callPackage
@@ -141688,6 +141329,8 @@ self: {
];
description = "Orphan Show instances for diagrams package that render inline in some terminals";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ival" = callPackage
@@ -141704,8 +141347,6 @@ self: {
];
description = "Intervals";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ivar-simple" = callPackage
@@ -141977,17 +141618,18 @@ self: {
}) {inherit (pkgs) wirelesstools;};
"ix" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, criterion, smallcheck
- , tasty, tasty-smallcheck, util
+ ({ mkDerivation, base, base-unicode-symbols, category, criterion
+ , smallcheck, tasty, tasty-smallcheck, transformers, util
}:
mkDerivation {
pname = "ix";
- version = "0.1.0.0";
- sha256 = "135ksmyzk6d4sgw7na08cav56667hvlnpcvx14a5mf0ap89s63mg";
- libraryHaskellDepends = [ base base-unicode-symbols util ];
+ version = "0.1.1.0";
+ sha256 = "0y3nvh2r4vpjn77innf8h0s6q89h1zk7yg8gbjnvz9482np44xam";
+ libraryHaskellDepends = [
+ base base-unicode-symbols category transformers util
+ ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
benchmarkHaskellDepends = [ base criterion ];
- doHaddock = false;
description = "Indexed monads";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -142070,6 +141712,8 @@ self: {
];
description = "Efficient relational queries on Haskell sets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ixshader" = callPackage
@@ -142570,8 +142214,6 @@ self: {
executableHaskellDepends = [ base ghcjs-base-stub ];
description = "Extra javascript functions when using GHCJS";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"javasf" = callPackage
@@ -143026,8 +142668,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "joint";
- version = "0.1.4";
- sha256 = "1q1fsi5c5mzdvy7sg0abgbivmgg8dr2whxsyfhm20dy6z1hqav65";
+ version = "0.1.6";
+ sha256 = "17vqr8r338ikvqsvrqqs7k93z54g60ibg9x4by34aqjahh5l5gby";
libraryHaskellDepends = [ base ];
description = "Trying to compose non-composable";
license = stdenv.lib.licenses.bsd3;
@@ -143051,15 +142693,15 @@ self: {
}) {};
"jord" = callPackage
- ({ mkDerivation, base, criterion, haskeline, hspec, HUnit }:
+ ({ mkDerivation, base, criterion, hspec, HUnit }:
mkDerivation {
pname = "jord";
- version = "0.6.0.0";
- sha256 = "17nac3r71fz0acna1229r5ga5jdi4khnfljf23jblay6rphba7i6";
+ version = "1.0.0.0";
+ sha256 = "0fqc74l2n6z79rdg22svk94k5a2yw8r8djdbd94afjqpyq05dbcq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
- executableHaskellDepends = [ base criterion haskeline ];
+ executableHaskellDepends = [ base criterion ];
testHaskellDepends = [ base hspec HUnit ];
description = "Geographical Position Calculations";
license = stdenv.lib.licenses.bsd3;
@@ -143149,6 +142791,8 @@ self: {
];
description = "Tiny markdown notebook";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"jpeg" = callPackage
@@ -143416,23 +143060,6 @@ self: {
}:
mkDerivation {
pname = "json";
- version = "0.9.3";
- sha256 = "1z8s3mfg76p2flqqd2wqsi96l5bg8k8w8m58zlv81pw3k7h1vbwb";
- revision = "2";
- editedCabalFile = "0iqmwfq6s1fc8jj16yx2d7jpzf94scd1hc4yvz281zxj7kds2ms5";
- libraryHaskellDepends = [
- array base bytestring containers mtl parsec pretty syb text
- ];
- description = "Support for serialising Haskell to and from JSON";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "json_0_10" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, mtl, parsec
- , pretty, syb, text
- }:
- mkDerivation {
- pname = "json";
version = "0.10";
sha256 = "1fjnd2r4gl2hfqx158db3cn3rsyin4ch7rf9scb2hcy90cy6l10c";
libraryHaskellDepends = [
@@ -143440,7 +143067,6 @@ self: {
];
description = "Support for serialising Haskell to and from JSON";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"json-alt" = callPackage
@@ -143482,10 +143108,8 @@ self: {
}:
mkDerivation {
pname = "json-api-lib";
- version = "0.1.1.1";
- sha256 = "096n08y80rkjn090w9pybwbfbwamfdig451nbgd48x0nrk6c091n";
- revision = "1";
- editedCabalFile = "1imz33mc4216qznvqdnh1j3wlifxnim4mhbl7d5zpinri4y0v2yd";
+ version = "0.1.2.0";
+ sha256 = "0qq34fw7b6kv4ywv7bzpsahn7b8mdn42cwwkhgqazsdf7wx72qqy";
libraryHaskellDepends = [
aeson base containers data-default lens lens-aeson text
unordered-containers uri-encode
@@ -143497,8 +143121,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Utilities for generating JSON-API payloads";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"json-assertions" = callPackage
@@ -143514,6 +143136,8 @@ self: {
];
description = "Test that your (Aeson) JSON encoding matches your expectations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-ast" = callPackage
@@ -143597,7 +143221,8 @@ self: {
];
description = "Automatic type declaration for JSON input data";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-b" = callPackage
@@ -143679,6 +143304,8 @@ self: {
executableHaskellDepends = [ aeson base bytestring ];
description = "Load JSON from files in a directory structure";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-encoder" = callPackage
@@ -143696,6 +143323,8 @@ self: {
];
description = "A direct-to-bytes single-pass JSON encoder with a declarative DSL";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-enumerator" = callPackage
@@ -143741,8 +143370,8 @@ self: {
}:
mkDerivation {
pname = "json-feed";
- version = "1.0.7";
- sha256 = "0rjszis4l0sb15v2gjiwnq6avl4bkqp186v449ms4qwbbqz11sc7";
+ version = "1.0.8";
+ sha256 = "1sagnnk73510vxdhqr2798k1s00jcsp6yfb689fpar360vfzwssm";
libraryHaskellDepends = [
aeson base bytestring mime-types network-uri tagsoup text time
];
@@ -143978,6 +143607,8 @@ self: {
];
description = "JSON-RPC 2.0 on the client side.";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-rpc-generic" = callPackage
@@ -144065,6 +143696,8 @@ self: {
];
description = "Generics JSON (de)serialization using generics-sop";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"json-state" = callPackage
@@ -144128,8 +143761,6 @@ self: {
];
description = "High-performance JSON parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"json-togo" = callPackage
@@ -144197,8 +143828,6 @@ self: {
];
description = "A collection of JSON tools";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"json-tracer" = callPackage
@@ -144309,6 +143938,8 @@ self: {
];
description = "Serialising to and from JSON5";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"jsonextfilter" = callPackage
@@ -144340,8 +143971,8 @@ self: {
}:
mkDerivation {
pname = "jsonpath";
- version = "0.1.0.2";
- sha256 = "1b889p98z2sq93n996p0r892dsvy4is2c10xwpag1vbr8dlr614c";
+ version = "0.2.0.0";
+ sha256 = "1gabkpag3ivxnxmd519411qmly3bcdcsan7kfqclgd49bi1i5jvv";
libraryHaskellDepends = [
aeson attoparsec base text unordered-containers vector
];
@@ -144445,8 +144076,6 @@ self: {
];
description = "JSON Schema generator from Algebraic data type";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"jsonsql" = callPackage
@@ -144554,6 +144183,8 @@ self: {
];
description = "Manage users in MariaDB >= 10.1.1";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"judge" = callPackage
@@ -144644,8 +144275,8 @@ self: {
}:
mkDerivation {
pname = "jukebox";
- version = "0.4.2";
- sha256 = "0vxy06dan6iq03p8p2frzvyab5zaahh4pd37rzqg2vh71m6rqka7";
+ version = "0.4.4";
+ sha256 = "0xjyyklwyzblgyakziwyh4420q1fcbqsss35dpxm592wd74wk0mw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -144684,6 +144315,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "junit-xml" = callPackage
+ ({ mkDerivation, base, tasty, tasty-golden, text, xml-conduit }:
+ mkDerivation {
+ pname = "junit-xml";
+ version = "0.1.0.0";
+ sha256 = "006w30x66pqzjxarhavp0lyy8cb16gmvyyirbx9scfnbki8ybchs";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base text xml-conduit ];
+ testHaskellDepends = [ base tasty tasty-golden ];
+ description = "Producing JUnit-style XML test reports";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"jupyter" = callPackage
({ mkDerivation, aeson, async, base, bytestring, cereal, containers
, directory, exceptions, extra, filepath, monad-control, mtl
@@ -144970,6 +144614,8 @@ self: {
];
description = "UI device events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kafka-device-glut" = callPackage
@@ -144984,6 +144630,8 @@ self: {
executableHaskellDepends = [ base GLUT kafka-device OpenGL ];
description = "GLUT events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kafka-device-joystick" = callPackage
@@ -145004,6 +144652,8 @@ self: {
];
description = "Linux joystick events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kafka-device-leap" = callPackage
@@ -145022,6 +144672,8 @@ self: {
];
description = "Leap Motion events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kafka-device-spacenav" = callPackage
@@ -145042,6 +144694,8 @@ self: {
];
description = "Linux SpaceNavigator events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kafka-device-vrpn" = callPackage
@@ -145056,6 +144710,8 @@ self: {
executableHaskellDepends = [ base kafka-device vrpn ];
description = "VRPN events via a Kafka message broker";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kaleidoscope" = callPackage
@@ -145141,8 +144797,8 @@ self: {
}:
mkDerivation {
pname = "kanji";
- version = "3.4.0.2";
- sha256 = "017j8nwmwfbkxyaxjfp75js578kv6g5k7szsc46kidbw4l68dwmy";
+ version = "3.4.1";
+ sha256 = "1pgzmwn738yl2ac7al0fzr8cabp8gh1qzbhhi0ylxy4x6s90ll2r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -145168,8 +144824,8 @@ self: {
pname = "kansas-comet";
version = "0.4";
sha256 = "1q9rffh6589a5am8mvfzxzwws34vg08rdjxggfabhmg9y9jla6hz";
- revision = "17";
- editedCabalFile = "1qnjg28rkwxwn2f8xisbx4f8pqxw2d70mczrjbrbyvx6gkdqzvri";
+ revision = "18";
+ editedCabalFile = "0yxgndvrashc0cp3zv39gjrzw7p53g0k51p13q67nqnpxhh05w2k";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base containers data-default-class scotty stm text time
@@ -145381,6 +145037,8 @@ self: {
];
description = "Datadog scribe for the Katip logging framework";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"katip-elasticsearch" = callPackage
@@ -145663,8 +145321,6 @@ self: {
];
description = "Fast concurrent queues much inspired by unagi-chan";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"kbq-gu" = callPackage
@@ -146288,8 +145944,6 @@ self: {
];
executableHaskellDepends = [ base ];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"keycode" = callPackage
@@ -146342,10 +145996,8 @@ self: {
}:
mkDerivation {
pname = "keys";
- version = "3.12.2";
- sha256 = "1mw4c0dd21hmzhidf84p6fxrin7k05l2iz8iar3m7k5vbxihlldj";
- revision = "1";
- editedCabalFile = "1cx5bwd32mpqdgllrkld254a8ydks196m3j9dvm3razg8mxnz2x6";
+ version = "3.12.3";
+ sha256 = "0ik6wsff306dnbz0v3gpiajlj5b558hrk9176fzcb2fclf4447nm";
libraryHaskellDepends = [
array base comonad containers free hashable semigroupoids
semigroups tagged transformers transformers-compat
@@ -146367,8 +146019,8 @@ self: {
}:
mkDerivation {
pname = "keysafe";
- version = "0.20180326";
- sha256 = "01kagnpliw0qmhhrx1lcaxdg41sq76km3c1gzk3b9siyqkszhq08";
+ version = "0.20200214";
+ sha256 = "0agsnkz8l8v33gibpqinfi0a9d8xzy3kfw9awns8y4rsp9s84vbv";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -146589,42 +146241,14 @@ self: {
({ mkDerivation, base, kind-apply }:
mkDerivation {
pname = "kind-generics";
- version = "0.3.0.0";
- sha256 = "0xkrijwhldgx742xj9nhr8268vdbbgk4pg9mj73c7j13laj27y8x";
- libraryHaskellDepends = [ base kind-apply ];
- description = "Generic programming in GHC style for arbitrary kinds and GADTs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "kind-generics_0_4_0_0" = callPackage
- ({ mkDerivation, base, kind-apply }:
- mkDerivation {
- pname = "kind-generics";
version = "0.4.0.0";
sha256 = "1w3rpvdvgfczsc86y00qbr9s9r8vmv442m4x975f3zcqs4algfhp";
libraryHaskellDepends = [ base kind-apply ];
description = "Generic programming in GHC style for arbitrary kinds and GADTs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kind-generics-th" = callPackage
- ({ mkDerivation, base, kind-generics, template-haskell
- , th-abstraction
- }:
- mkDerivation {
- pname = "kind-generics-th";
- version = "0.1.1.0";
- sha256 = "0pwhids2d9wfmycaxn5qm04jp1qjj8ji8casgk7d7k36fs15qgkl";
- libraryHaskellDepends = [
- base kind-generics template-haskell th-abstraction
- ];
- testHaskellDepends = [ base kind-generics ];
- description = "Template Haskell support for generating `GenericK` instances";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "kind-generics-th_0_2_1_0" = callPackage
({ mkDerivation, base, ghc-prim, kind-generics, template-haskell
, th-abstraction
}:
@@ -146638,7 +146262,6 @@ self: {
testHaskellDepends = [ base kind-generics template-haskell ];
description = "Template Haskell support for generating `GenericK` instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kinds" = callPackage
@@ -146825,6 +146448,8 @@ self: {
];
description = "a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"knob" = callPackage
@@ -147002,6 +146627,8 @@ self: {
];
description = "Kraken.io API client";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"krank" = callPackage
@@ -147179,6 +146806,22 @@ self: {
broken = true;
}) {};
+ "kubernetes-webhook-haskell" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
+ , text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "kubernetes-webhook-haskell";
+ version = "0.2.0.0";
+ sha256 = "0yxavjq6xxia81yfw7skgdmirbq0wmlvbsklppq6a6y1m6drbyww";
+ libraryHaskellDepends = [
+ aeson base base64-bytestring binary bytestring text
+ unordered-containers
+ ];
+ description = "Create Kubernetes Admission Webhooks in Haskell";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"kuifje" = callPackage
({ mkDerivation, base, boxes, containers, lens }:
mkDerivation {
@@ -147188,6 +146831,8 @@ self: {
libraryHaskellDepends = [ base boxes containers lens ];
description = "A Quantitative Information Flow aware programming language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kure" = callPackage
@@ -147436,8 +147081,8 @@ self: {
({ mkDerivation, base, hspec, servant, servant-foreign, text }:
mkDerivation {
pname = "lackey";
- version = "1.0.10";
- sha256 = "13nvrsw29l25ysln0di0bd5lrwnwwp0mkwvymdgf2kc2jg7x46dj";
+ version = "1.0.11";
+ sha256 = "0sch6xpmkb3941bfv7g3qjvgsm9z74ra4z24y22j8w264naag601";
libraryHaskellDepends = [ base servant servant-foreign text ];
testHaskellDepends = [ base hspec servant servant-foreign text ];
description = "Generate Ruby clients from Servant APIs";
@@ -147908,6 +147553,8 @@ self: {
libraryHaskellDepends = [ base oeis QuickCheck QuickCheck-safe ];
description = "Lambdabot trusted code";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-utils" = callPackage
@@ -148403,16 +148050,16 @@ self: {
({ mkDerivation, alex, ansi-wl-pprint, array, base
, composition-prelude, containers, criterion, deepseq, happy, hspec
, hspec-dirstream, microlens, recursion, system-filepath
- , transformers
+ , these-skinny, transformers
}:
mkDerivation {
pname = "language-ats";
- version = "1.7.7.0";
- sha256 = "17p0wv3zbs8jj9jdcc6cg0g5snfyj418mx4b5299wddr5s99jmfi";
+ version = "1.7.10.0";
+ sha256 = "1xixsf3n8ld1fjd96qvvvrmrmypd7idyb7syih09f8gq80jkaw5g";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-wl-pprint array base composition-prelude containers deepseq
- microlens recursion transformers
+ microlens recursion these-skinny transformers
];
libraryToolDepends = [ alex happy ];
testHaskellDepends = [
@@ -148423,6 +148070,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "language-avro" = callPackage
+ ({ mkDerivation, avro, base, containers, directory, filepath, hspec
+ , hspec-megaparsec, megaparsec, text, vector
+ }:
+ mkDerivation {
+ pname = "language-avro";
+ version = "0.1.2.0";
+ sha256 = "0cpkkp4v5sqrf6khkhmdvklmhcjc4c4rcfprd5c854vf1zq06hhl";
+ libraryHaskellDepends = [
+ avro base containers directory filepath megaparsec text vector
+ ];
+ testHaskellDepends = [
+ avro base hspec hspec-megaparsec megaparsec text vector
+ ];
+ description = "Language definition and parser for AVRO files";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"language-bash" = callPackage
({ mkDerivation, base, directory, filepath, parsec, prettyprinter
, process, QuickCheck, tasty, tasty-expected-failure, tasty-golden
@@ -148663,8 +148328,8 @@ self: {
}:
mkDerivation {
pname = "language-docker";
- version = "8.0.2";
- sha256 = "00fgxddlim1h7xcklr1q38sxbf8zh1m84mha6yzab5as1x14lhij";
+ version = "8.1.0";
+ sha256 = "0ifvn8xz8qbwy13kmmadi5xdzvxxbq8nmilrnlls8plb8cwsd5ff";
libraryHaskellDepends = [
base bytestring containers free megaparsec mtl prettyprinter split
template-haskell text th-lift time
@@ -148676,6 +148341,8 @@ self: {
];
description = "Dockerfile parser, pretty-printer and embedded DSL";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"language-dockerfile" = callPackage
@@ -148721,8 +148388,6 @@ self: {
testHaskellDepends = [ base parsec ];
description = "A library for the analysis and creation of Graphviz DOT files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"language-ecmascript" = callPackage
@@ -148734,10 +148399,8 @@ self: {
}:
mkDerivation {
pname = "language-ecmascript";
- version = "0.19";
- sha256 = "13v5ghw8qc4paacn34skgwmvwisjaykszwjrq3lk4idzvrxln2jp";
- revision = "2";
- editedCabalFile = "1xj5h5ajybq4pwlw8zsn1lb920km1pcdv20apbpa7pgi39zcpzfd";
+ version = "0.19.0.1";
+ sha256 = "1jh5ksx5hh2q9b134rfmcpz4i1j6fsfyqzk4yh8yn635kwa86jhr";
libraryHaskellDepends = [
ansi-wl-pprint base charset containers data-default-class Diff mtl
parsec QuickCheck template-haskell uniplate
@@ -148964,27 +148627,6 @@ self: {
}:
mkDerivation {
pname = "language-javascript";
- version = "0.6.0.14";
- sha256 = "1j4f9jg98kwr1jiwk9y7akdgpc63dpwzcp53888adayxn5h6mqf1";
- 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;
- }) {};
-
- "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 = [
@@ -148997,7 +148639,6 @@ self: {
];
description = "Parser for JavaScript";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-js" = callPackage
@@ -149301,8 +148942,8 @@ self: {
({ mkDerivation, base, megaparsec, text }:
mkDerivation {
pname = "language-protobuf";
- version = "1.0";
- sha256 = "1qg9c862srf7klcan53sa92ylnfx6xz8b1jqgw6rmpznfsw4h2c8";
+ version = "1.0.1";
+ sha256 = "1wxihyf320xsqi114dbl2cwylkc261d5wgd7migb1lh23gxnhhz2";
libraryHaskellDepends = [ base megaparsec text ];
description = "Language definition and parser for Protocol Buffers";
license = stdenv.lib.licenses.asl20;
@@ -149322,8 +148963,8 @@ self: {
}:
mkDerivation {
pname = "language-puppet";
- version = "1.4.6.1";
- sha256 = "0w1ffflnzlcwfc4zhn1zlrdhapdniy67wy0z2pa6qgkvxv52rlxd";
+ version = "1.4.6.2";
+ sha256 = "07rv00rpxza9pg0jg19bh5pnk065mxadb7qcxw5i822ad22b85yn";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -149448,6 +149089,8 @@ self: {
];
description = "Parsing and pretty printing of Rust code";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"language-sally" = callPackage
@@ -149538,12 +149181,14 @@ self: {
}) {};
"language-sygus" = callPackage
- ({ mkDerivation, array, base, deepseq, tasty, tasty-hunit, text }:
+ ({ mkDerivation, array, base, deepseq, hashable, tasty, tasty-hunit
+ , text
+ }:
mkDerivation {
pname = "language-sygus";
- version = "0.1.1.1";
- sha256 = "18cfqqhm233irgs2m94j5gw87g55zdf4xx52mb7dmn4ijk5gzpl5";
- libraryHaskellDepends = [ array base text ];
+ version = "0.1.1.2";
+ sha256 = "1vgd45bd866mm2w80hg8q11iz8g9ifz5ccm0sh13xrnpvfvdv862";
+ libraryHaskellDepends = [ array base hashable text ];
testHaskellDepends = [ base deepseq tasty tasty-hunit text ];
description = "A parser and printer for the SyGuS 2.0 language.";
license = stdenv.lib.licenses.bsd3;
@@ -149615,6 +149260,17 @@ self: {
broken = true;
}) {};
+ "laop" = callPackage
+ ({ mkDerivation, base, deepseq }:
+ mkDerivation {
+ pname = "laop";
+ version = "0.1.0.7";
+ sha256 = "0czxisy1vc4xinci5qhlw8mj1akydy3d5bfg45rd45dk699chxw4";
+ libraryHaskellDepends = [ base deepseq ];
+ testHaskellDepends = [ base deepseq ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lapack" = callPackage
({ mkDerivation, base, blas-ffi, blaze-html, boxes, ChasingBottoms
, comfort-array, data-ref, deepseq, fixed-length
@@ -149734,6 +149390,8 @@ self: {
];
description = "Efficiently hash (large) Haskell values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"largeword" = callPackage
@@ -149853,8 +149511,6 @@ self: {
];
description = "A library for rendering LaTeX formulae as images using an actual LaTeX installation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"latex-formulae-pandoc" = callPackage
@@ -149915,6 +149571,59 @@ self: {
];
description = "Automatically inline Haskell snippets into LaTeX documents";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "latex-svg-hakyll" = callPackage
+ ({ mkDerivation, base, hakyll, latex-svg-image, latex-svg-pandoc
+ , lrucache, pandoc-types
+ }:
+ mkDerivation {
+ pname = "latex-svg-hakyll";
+ version = "0.1";
+ sha256 = "119mln1k2qlzddz7fwjpvqzkd9gwi9ijmrlzlcxly63a8ffvylcn";
+ libraryHaskellDepends = [
+ base hakyll latex-svg-image latex-svg-pandoc lrucache pandoc-types
+ ];
+ description = "Use actual LaTeX to render formulae inside Hakyll pages";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "latex-svg-image" = callPackage
+ ({ mkDerivation, base, base64-bytestring, bytestring
+ , cryptohash-sha256, deepseq, directory, filepath, parsec, process
+ , temporary, transformers
+ }:
+ mkDerivation {
+ pname = "latex-svg-image";
+ version = "0.1";
+ sha256 = "0g27rg4ip5rg2dkfwxv3khnfn8bjpgwrr3sakxvsrhvsxgb6lwf3";
+ libraryHaskellDepends = [
+ base base64-bytestring bytestring cryptohash-sha256 deepseq
+ directory filepath parsec process temporary transformers
+ ];
+ description = "A library for rendering LaTeX formulae as SVG using an actual LaTeX";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "latex-svg-pandoc" = callPackage
+ ({ mkDerivation, base, bytestring, directory, filepath
+ , latex-svg-image, pandoc-types, text
+ }:
+ mkDerivation {
+ pname = "latex-svg-pandoc";
+ version = "0.1";
+ sha256 = "17n5gfdl7vdy06pph32yii9sww0mby10mdki6lh9k8wlvm15khv8";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring directory filepath latex-svg-image pandoc-types
+ text
+ ];
+ executableHaskellDepends = [ base latex-svg-image pandoc-types ];
+ description = "Render LaTeX formulae in pandoc documents to images with an actual LaTeX";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"lattices" = callPackage
@@ -149925,10 +149634,8 @@ self: {
}:
mkDerivation {
pname = "lattices";
- version = "2.0.1";
- sha256 = "0c7n7fh89llg8ijylwc14ikqrg077vcqcgph5h9nar6i5dyaprfy";
- revision = "1";
- editedCabalFile = "1zfxq1gpfv0vb7arw0hw2nf61hyjwl8c72jng4v61xywvqh9i36q";
+ version = "2.0.2";
+ sha256 = "108rhpax72j6xdl0yqdmg7n32l1j805861f3q9wd3jh8nc67avix";
libraryHaskellDepends = [
base base-compat containers deepseq hashable integer-logarithms
QuickCheck semigroupoids tagged transformers universe-base
@@ -149943,6 +149650,40 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "launchdarkly-server-sdk" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base16-bytestring
+ , bytestring, bytestring-conversion, clock, containers, cryptohash
+ , exceptions, extra, generic-lens, hashtables, hedis, http-client
+ , http-client-tls, http-types, HUnit, iso8601-time, lens, lrucache
+ , monad-logger, mtl, pcre-light, random, retry, scientific, semver
+ , text, time, unordered-containers, uuid, vector
+ }:
+ mkDerivation {
+ pname = "launchdarkly-server-sdk";
+ version = "1.0.1";
+ sha256 = "1425n7b587k9c6w3k95lcdhk5blj9blzjgnb67ylr1fizzayxc7h";
+ libraryHaskellDepends = [
+ aeson attoparsec base base16-bytestring bytestring
+ bytestring-conversion clock containers cryptohash exceptions extra
+ generic-lens hashtables hedis http-client http-client-tls
+ http-types iso8601-time lens lrucache monad-logger mtl pcre-light
+ random retry scientific semver text time unordered-containers uuid
+ vector
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base base16-bytestring bytestring
+ bytestring-conversion clock containers cryptohash exceptions extra
+ generic-lens hashtables hedis http-client http-client-tls
+ http-types HUnit iso8601-time lens lrucache monad-logger mtl
+ pcre-light random retry scientific semver text time
+ unordered-containers uuid vector
+ ];
+ description = "Server-side SDK for integrating with LaunchDarkly";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"launchpad-control" = callPackage
({ mkDerivation, array, base, containers, hmidi, mtl, transformers
}:
@@ -150000,8 +149741,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "lawz";
- version = "0.1";
- sha256 = "0gnahwxkkx7nrvcbz0vcj8gzn000nhlijm7z5aiazhv08b8x4d9d";
+ version = "0.1.1";
+ sha256 = "0hmsqpm3jakp5q274q47c9gvb2i4asc25nrfypblkvnpvnh6q172";
libraryHaskellDepends = [ base ];
description = "Common mathematical laws";
license = stdenv.lib.licenses.bsd3;
@@ -150038,6 +149779,8 @@ self: {
];
description = "Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types.";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"layers" = callPackage
@@ -150109,8 +149852,6 @@ self: {
libraryHaskellDepends = [ alex-tools base text ];
description = "A collection of different layout implementations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"layouting" = callPackage
@@ -150423,6 +150164,8 @@ self: {
testHaskellDepends = [ base bytestring hspec process semigroups ];
description = "Pure Haskell LDAP Client Library";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ldapply" = callPackage
@@ -150526,6 +150269,24 @@ self: {
broken = true;
}) {};
+ "lean-peano" = callPackage
+ ({ mkDerivation, base, base-compat, Cabal, cabal-doctest, deepseq
+ , doctest, hedgehog, QuickCheck, template-haskell
+ }:
+ mkDerivation {
+ pname = "lean-peano";
+ version = "1.0.1.0";
+ sha256 = "1h673y0rafh1dh8hy95spr2xwqc64pkkd094p6bd4cqvcmy72nd6";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base deepseq ];
+ testHaskellDepends = [
+ base base-compat deepseq doctest hedgehog QuickCheck
+ template-haskell
+ ];
+ description = "A maximally lazy, simple implementation of the Peano numbers with minimal dependencies";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"leancheck" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
@@ -150702,6 +150463,8 @@ self: {
];
description = "Yet another library for hidden Markov models";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"leetify" = callPackage
@@ -150931,22 +150694,20 @@ self: {
, QuickCheck, reflection, semigroupoids, semigroups, simple-reflect
, tagged, template-haskell, test-framework, test-framework-hunit
, test-framework-quickcheck2, test-framework-th, text
- , th-abstraction, transformers, transformers-compat
+ , th-abstraction, transformers, transformers-compat, type-equality
, unordered-containers, vector
}:
mkDerivation {
pname = "lens";
- version = "4.17.1";
- sha256 = "1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7";
- revision = "2";
- editedCabalFile = "1bh868l69nisdhw8qw5y51nj2w0pbbq7mxqiwf42iq0vcb6h0ybv";
+ version = "4.18.1";
+ sha256 = "1lmxjaj32v06l12gy00rpjp2lk1cblh3k7kwklk655ss2vas61ri";
setupHaskellDepends = [ base Cabal cabal-doctest filepath ];
libraryHaskellDepends = [
array base base-orphans bifunctors bytestring call-stack comonad
containers contravariant distributive exceptions filepath free
ghc-prim hashable kan-extensions mtl parallel profunctors
reflection semigroupoids tagged template-haskell text
- th-abstraction transformers transformers-compat
+ th-abstraction transformers transformers-compat type-equality
unordered-containers vector
];
testHaskellDepends = [
@@ -150964,29 +150725,29 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
- "lens_4_18_1" = callPackage
- ({ mkDerivation, array, base, base-orphans, bifunctors, bytestring
- , Cabal, cabal-doctest, call-stack, comonad, containers
+ "lens_4_19_1" = callPackage
+ ({ mkDerivation, array, base, base-compat, base-orphans, bifunctors
+ , bytestring, Cabal, cabal-doctest, call-stack, comonad, containers
, contravariant, criterion, deepseq, directory, distributive
, doctest, exceptions, filepath, free, generic-deriving, ghc-prim
, hashable, HUnit, kan-extensions, mtl, nats, parallel, profunctors
, QuickCheck, reflection, semigroupoids, semigroups, simple-reflect
, tagged, template-haskell, test-framework, test-framework-hunit
, test-framework-quickcheck2, test-framework-th, text
- , th-abstraction, transformers, transformers-compat, type-equality
+ , th-abstraction, transformers, transformers-compat
, unordered-containers, vector
}:
mkDerivation {
pname = "lens";
- version = "4.18.1";
- sha256 = "1lmxjaj32v06l12gy00rpjp2lk1cblh3k7kwklk655ss2vas61ri";
+ version = "4.19.1";
+ sha256 = "0qbcwn7ll374630ijnw5jhwkqcaisvfwnh7cvz1957ayh84ipkq3";
setupHaskellDepends = [ base Cabal cabal-doctest filepath ];
libraryHaskellDepends = [
array base base-orphans bifunctors bytestring call-stack comonad
containers contravariant distributive exceptions filepath free
ghc-prim hashable kan-extensions mtl parallel profunctors
reflection semigroupoids tagged template-haskell text
- th-abstraction transformers transformers-compat type-equality
+ th-abstraction transformers transformers-compat
unordered-containers vector
];
testHaskellDepends = [
@@ -150997,7 +150758,7 @@ self: {
unordered-containers vector
];
benchmarkHaskellDepends = [
- base bytestring comonad containers criterion deepseq
+ base base-compat bytestring comonad containers criterion deepseq
generic-deriving transformers unordered-containers vector
];
description = "Lenses, Folds and Traversals";
@@ -151016,6 +150777,8 @@ self: {
libraryHaskellDepends = [ accelerate base lens ];
description = "Instances to mix lens with accelerate";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-action" = callPackage
@@ -151044,29 +150807,6 @@ self: {
}:
mkDerivation {
pname = "lens-aeson";
- version = "1.0.2";
- sha256 = "1k028ycmhz7mnjlrap88fqix4nmmpyy6b88m16kv77d3r8sz04a3";
- revision = "6";
- editedCabalFile = "1pg5v8fnlqw1krgi3d2a03a0zkjjdv5yp5f5z6q4mlb5jldz99a8";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson attoparsec base bytestring lens scientific text
- unordered-containers vector
- ];
- testHaskellDepends = [
- base doctest generic-deriving semigroups simple-reflect
- ];
- description = "Law-abiding lenses for aeson";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "lens-aeson_1_1" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
- , cabal-doctest, doctest, generic-deriving, lens, scientific
- , semigroups, simple-reflect, text, unordered-containers, vector
- }:
- mkDerivation {
- pname = "lens-aeson";
version = "1.1";
sha256 = "03n9dkdyqkkf15h8k4c4bjwgjcbbs2an2cf6z8x54nvkjmprrg7p";
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -151079,7 +150819,6 @@ self: {
];
description = "Law-abiding lenses for aeson";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lens-core" = callPackage
@@ -151096,6 +150835,8 @@ self: {
pname = "lens-core";
version = "0.1.0.3";
sha256 = "0bnjnnfavgxy600yzmhqcj91awgk420ybr8wi4pghj2pi8z0581v";
+ revision = "1";
+ editedCabalFile = "0dalyxy1a0dkywm9mziiqhg4vcpkmw7g4lvahkw4mi371jkgvb4b";
setupHaskellDepends = [ base Cabal cabal-doctest filepath ];
libraryHaskellDepends = [
array base base-orphans call-stack containers dual foldable1
@@ -151118,6 +150859,17 @@ self: {
broken = true;
}) {};
+ "lens-csv" = callPackage
+ ({ mkDerivation, base, bytestring, cassava, lens }:
+ mkDerivation {
+ pname = "lens-csv";
+ version = "0.1.0.0";
+ sha256 = "1sfglf9g6ac14f85bjabbmvjijrd76asm8kzbrlvkzvv7bhiw8sk";
+ libraryHaskellDepends = [ base bytestring cassava lens ];
+ testHaskellDepends = [ base bytestring cassava lens ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lens-datetime" = callPackage
({ mkDerivation, base, lens, time }:
mkDerivation {
@@ -151147,8 +150899,8 @@ self: {
}:
mkDerivation {
pname = "lens-family";
- version = "1.2.3";
- sha256 = "0a8fvvc3fsi5fzk5bnqvbgdz22xvvw55nyfac6411q0pm6vy4nc0";
+ version = "2.0.0";
+ sha256 = "1nq3dwkrjyqafbv4gvwwgz6ih8y4x9bks11jhljh43q3qnjz54v7";
libraryHaskellDepends = [
base containers lens-family-core mtl transformers
];
@@ -151156,14 +150908,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "lens-family_2_0_0" = callPackage
+ "lens-family_2_1_0" = callPackage
({ mkDerivation, base, containers, lens-family-core, mtl
, transformers
}:
mkDerivation {
pname = "lens-family";
- version = "2.0.0";
- sha256 = "1nq3dwkrjyqafbv4gvwwgz6ih8y4x9bks11jhljh43q3qnjz54v7";
+ version = "2.1.0";
+ sha256 = "06imgyd97zyvhd3ifq7wvfvfs10x6gsg4cw4a0y9wa0rm81960hl";
libraryHaskellDepends = [
base containers lens-family-core mtl transformers
];
@@ -151176,19 +150928,19 @@ self: {
({ mkDerivation, base, containers, transformers }:
mkDerivation {
pname = "lens-family-core";
- version = "1.2.3";
- sha256 = "009rf10pj1cb50v44cc1pq7qvfrmkkk9dikahs9qmvbvgl3mykwi";
+ version = "2.0.0";
+ sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r";
libraryHaskellDepends = [ base containers transformers ];
- description = "Haskell 98 Lens Families";
+ description = "Haskell 2022 Lens Families";
license = stdenv.lib.licenses.bsd3;
}) {};
- "lens-family-core_2_0_0" = callPackage
+ "lens-family-core_2_1_0" = callPackage
({ mkDerivation, base, containers, transformers }:
mkDerivation {
pname = "lens-family-core";
- version = "2.0.0";
- sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r";
+ version = "2.1.0";
+ sha256 = "1jjzm2f4ixjwysyk8gybzpb98rlf2mmzn0nfg8qvhkf5gl87jv3v";
libraryHaskellDepends = [ base containers transformers ];
description = "Haskell 2022 Lens Families";
license = stdenv.lib.licenses.bsd3;
@@ -151238,6 +150990,7 @@ self: {
description = "Integration of lenses with OverloadedLabels";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-labels" = callPackage
@@ -151249,6 +151002,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim profunctors tagged ];
description = "Integration of lenses with OverloadedLabels";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-misc" = callPackage
@@ -151300,6 +151055,8 @@ self: {
pname = "lens-process";
version = "0.3.0.1";
sha256 = "05vznfn28a35k3qyjx28jva9d5acgzcdzn8s24mkb8mz1l8722d6";
+ revision = "1";
+ editedCabalFile = "1znsf836c0jar22ll6s01q8nb2zq8vgrz2nni0mkagx02fknshai";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base filepath lens process ];
testHaskellDepends = [
@@ -151343,24 +151100,6 @@ self: {
}) {};
"lens-regex-pcre" = callPackage
- ({ mkDerivation, base, bytestring, hspec, lens, pcre-heavy
- , pcre-light, template-haskell, text
- }:
- mkDerivation {
- pname = "lens-regex-pcre";
- version = "0.3.1.0";
- sha256 = "1fbhwzs7mwz9c0l3p34zcgfvqxwxlhr3abz9gawlraiiypmz0iby";
- libraryHaskellDepends = [
- base bytestring lens pcre-heavy pcre-light template-haskell text
- ];
- testHaskellDepends = [
- base hspec lens pcre-heavy pcre-light template-haskell text
- ];
- description = "A lensy interface to regular expressions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "lens-regex-pcre_1_1_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, gauge, hspec, lens
, pcre-heavy, pcre-light, template-haskell, text
}:
@@ -151382,7 +151121,6 @@ self: {
];
description = "A lensy interface to regular expressions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lens-simple" = callPackage
@@ -151398,6 +151136,8 @@ self: {
];
description = "simplified import of elementary lens-family combinators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-sop" = callPackage
@@ -151480,6 +151220,8 @@ self: {
libraryHaskellDepends = [ base singletons ];
description = "Type-level lenses using singletons";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-utils" = callPackage
@@ -151496,6 +151238,8 @@ self: {
];
description = "Collection of missing lens utilities";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-xml" = callPackage
@@ -151561,6 +151305,8 @@ self: {
];
description = "frugal issue tracker";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lenz" = callPackage
@@ -151569,29 +151315,15 @@ self: {
}:
mkDerivation {
pname = "lenz";
- version = "0.3.1.0";
- sha256 = "1c87m35wvsk9dyfp9d8ar6qb4gz534xmg1rf8xahsjkryn9vjqfn";
- libraryHaskellDepends = [
- base base-unicode-symbols hs-functors transformers
- ];
- description = "Van Laarhoven lenses";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "lenz_0_4_2_0" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, hs-functors
- , transformers
- }:
- mkDerivation {
- pname = "lenz";
version = "0.4.2.0";
sha256 = "13yz9lxxll928knxjgvdxdbnv911pxkd9d5jly1hdnhyymahv6lf";
+ revision = "1";
+ editedCabalFile = "0mzvvddl7wwa4z3rxwdwlaazv0wbg7lfynsab7lya6dzkw4nl7m4";
libraryHaskellDepends = [
base base-unicode-symbols hs-functors transformers
];
description = "Van Laarhoven lenses";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lenz-mtl" = callPackage
@@ -151602,6 +151334,8 @@ self: {
pname = "lenz-mtl";
version = "0.1";
sha256 = "0ysl87ym7n5pgdrj5ff7840rgjv8yvybnir2xbmzb4vigqs2kp74";
+ revision = "1";
+ editedCabalFile = "0jrr8b3awcn1ly1ny7lbwvxi205cm23zd6q4fd6bvbxi9danc0nr";
libraryHaskellDepends = [
base base-unicode-symbols lenz mtl transformers
];
@@ -151618,8 +151352,8 @@ self: {
pname = "lenz-template";
version = "0.2.0.0";
sha256 = "0g073wfh8522hvmy80dp8an5jr6qjnkfj3119ms3sir7dkfzljqn";
- revision = "5";
- editedCabalFile = "0l75fkl778r9kgigyiijnkw2wn2kd4xkpjj7s3bkswg75dvnrbk0";
+ revision = "6";
+ editedCabalFile = "12n7y1b47rgi942d1hnsiib4smgxd84qp4mbsb1z4rfxlf4wd3lh";
libraryHaskellDepends = [
base base-unicode-symbols containers lenz template-haskell
];
@@ -151898,8 +151632,8 @@ self: {
}:
mkDerivation {
pname = "lhs2tex";
- version = "1.22";
- sha256 = "1g9966m4pw5rp7a83839k46jmih64rn6w0xnmjlrl0df9ddkpsky";
+ version = "1.23";
+ sha256 = "1i55ssw6kzmc2ybqczpns3fpsd3043w6w42dni0kq7rkh87s1xc6";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [
@@ -151949,14 +151683,15 @@ self: {
"libarchive" = callPackage
({ mkDerivation, base, bytestring, c2hs, Cabal, chs-cabal
- , composition-prelude, criterion, deepseq, dir-traverse, directory
- , dlist, filepath, hspec, libarchive, mtl, tar, tar-conduit
- , temporary, unix-compat
+ , composition-prelude, cpphs, criterion, deepseq, dir-traverse
+ , directory, dlist, filepath, hspec, libarchive, mtl
+ , pathological-bytestrings, tar, tar-conduit, temporary
+ , unix-compat
}:
mkDerivation {
pname = "libarchive";
- version = "2.2.0.2";
- sha256 = "0dblwh4gq1s7wh9hjp6481026vfcpns8ixa0vy5lhhc4r9lgkw65";
+ version = "2.2.4.0";
+ sha256 = "05d16ckk6iaj75zarqq6hjjmmb2xdd62hcyidfya3jfkw74zh1rp";
setupHaskellDepends = [ base Cabal chs-cabal ];
libraryHaskellDepends = [
base bytestring composition-prelude deepseq dlist filepath mtl
@@ -151966,15 +151701,14 @@ self: {
libraryToolDepends = [ c2hs ];
testHaskellDepends = [
base bytestring composition-prelude dir-traverse directory filepath
- hspec mtl temporary
+ hspec mtl pathological-bytestrings temporary
];
+ testToolDepends = [ cpphs ];
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
@@ -152263,8 +151997,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "libltdl";
- version = "0.1.1.1";
- sha256 = "0gqcg444dfsrnid7waxa14a20776ykyg6rnkg23xivs3lni7q341";
+ version = "0.1.1.2";
+ sha256 = "1csb0yd8miiqviaba6h67b8mlalj86kkrlm2yqicgwqwkmfd9jfv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
@@ -152329,8 +152063,8 @@ self: {
}:
mkDerivation {
pname = "libmpd";
- version = "0.9.0.10";
- sha256 = "0vy287mn1vk8kvij5i3hc0p02l886cpsq5dds7kl6g520si3abkb";
+ version = "0.9.1.0";
+ sha256 = "1f1svf4dxpbqmxkq1nc11nyfm68wrh00v2wf68yzfwc6win2jhfr";
libraryHaskellDepends = [
attoparsec base bytestring containers data-default-class filepath
mtl network old-locale safe-exceptions text time utf8-string
@@ -152626,6 +152360,8 @@ self: {
libraryToolDepends = [ c2hs ];
description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) libssh2;};
"libssh2-conduit" = callPackage
@@ -152643,6 +152379,8 @@ self: {
];
description = "Conduit wrappers for libssh2 FFI bindings (see libssh2 package)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"libstackexchange" = callPackage
@@ -152701,6 +152439,8 @@ self: {
libraryPkgconfigDepends = [ systemd ];
description = "Haskell bindings to libsystemd-journal";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) systemd;};
"libtagc" = callPackage
@@ -152833,8 +152573,8 @@ self: {
({ mkDerivation, base, bytestring, conduit, resourcet }:
mkDerivation {
pname = "libyaml";
- version = "0.1.1.1";
- sha256 = "0qjq0w8gqzzg3lf53mg9avkdd6z609kaacyyzjz0rbjjks4gl1db";
+ version = "0.1.2";
+ sha256 = "1dcpbsjg6n305l07isxmavgp01lbv1qggy16acjyxjlz35pxchlg";
libraryHaskellDepends = [ base bytestring conduit resourcet ];
description = "Low-level, streaming YAML interface";
license = stdenv.lib.licenses.bsd3;
@@ -152859,17 +152599,17 @@ self: {
}) {nvpair = null; inherit (pkgs) zfs;};
"licensor" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, cmdargs, containers
- , directory, http-conduit, process
+ ({ mkDerivation, base, Cabal, cmdargs, containers, directory
+ , process
}:
mkDerivation {
pname = "licensor";
- version = "0.3.0";
- sha256 = "1flrn42jvvcv95s9k3qqgk9fw4ybqhazz6ga0hri052wd8nx97ka";
+ version = "0.4.0";
+ sha256 = "17pflw248h54xcsskki8wy9lxkcl1dh3cc5s87f0z49i6h6w8fjg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring Cabal containers directory http-conduit process
+ base Cabal containers directory process
];
executableHaskellDepends = [
base Cabal cmdargs containers directory
@@ -152892,6 +152632,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Lie Algebras";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"life" = callPackage
@@ -152974,8 +152716,8 @@ self: {
}:
mkDerivation {
pname = "lifted-async";
- version = "0.10.0.4";
- sha256 = "0cwl1d0wjpdk0v1l1qxiqiksmak950c8gx169c1q77cg0z18ijf9";
+ version = "0.10.0.5";
+ sha256 = "1x3dzw6bh50h0na3y7f49im786x49w1skwj6qbqjh3h6cmh2dd87";
libraryHaskellDepends = [
async base constraints lifted-base monad-control transformers-base
];
@@ -153018,6 +152760,8 @@ self: {
pname = "lifted-base-tf";
version = "0.1.0.0";
sha256 = "1g3h86b6qrwq9sb5ppnpp4vygnfq4c77mhvzkk87yi56vvd6acix";
+ revision = "2";
+ editedCabalFile = "0n9216wfajawnbnk2bkga4v66bx12i4rknc69gzyrhm3waa86a1y";
libraryHaskellDepends = [ base basic control ];
testHaskellDepends = [
base basic control HUnit lifted-base test-framework
@@ -153065,6 +152809,8 @@ self: {
];
description = "STM operations lifted through monad transformer stacks";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lifted-threads" = callPackage
@@ -153165,25 +152911,31 @@ self: {
"lightstep-haskell" = callPackage
({ mkDerivation, async, base, bytestring, chronos, containers
- , http-types, http2-client, http2-client-grpc
+ , deepseq, hashable, http-types, http2-client, http2-client-grpc
, http2-grpc-proto-lens, lens, mtl, proto-lens
, proto-lens-protobuf-types, proto-lens-runtime, random
- , safe-exceptions, stm, text, transformers, unordered-containers
- , wai
+ , safe-exceptions, stm, tasty, tasty-discover, tasty-hunit
+ , tasty-quickcheck, text, transformers, unordered-containers, wai
}:
mkDerivation {
pname = "lightstep-haskell";
- version = "0.5.1";
- sha256 = "1limzjjjxf6mnd7lgsjbr9hwgzyxjmmy5r9h6ia0rwjaxn42bai4";
+ version = "0.6.1";
+ sha256 = "0c3z44wnx67k7n7gw8zs35g79al76fbjk6z20fpvjhmk49gsaspk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base bytestring chronos containers http-types http2-client
- http2-client-grpc http2-grpc-proto-lens lens mtl proto-lens
- proto-lens-protobuf-types proto-lens-runtime random safe-exceptions
- stm text transformers unordered-containers wai
+ async base bytestring chronos containers hashable http-types
+ http2-client http2-client-grpc http2-grpc-proto-lens lens mtl
+ proto-lens proto-lens-protobuf-types proto-lens-runtime random
+ safe-exceptions stm text transformers unordered-containers wai
];
executableHaskellDepends = [ async base text ];
+ testHaskellDepends = [
+ base deepseq lens proto-lens proto-lens-protobuf-types
+ proto-lens-runtime tasty tasty-discover tasty-hunit
+ tasty-quickcheck
+ ];
+ testToolDepends = [ tasty-discover ];
description = "LightStep OpenTracing client library";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -153370,35 +153122,33 @@ self: {
"line-bot-sdk" = callPackage
({ mkDerivation, aeson, aeson-qq, base, base64-bytestring
- , bytestring, cryptohash-sha256, errors, exceptions, free, hspec
+ , bytestring, cryptohash-sha256, deepseq, free, hspec
, hspec-expectations, hspec-wai, http-api-data, http-client
- , http-client-tls, http-types, monad-control, mtl, scientific
- , servant, servant-client, servant-client-core, servant-server
- , streaming, string-conversions, text, time, transformers
- , transformers-base, wai, wai-extra, warp
+ , http-client-tls, http-media, http-types, mtl, scientific, servant
+ , servant-client, servant-client-core, servant-server
+ , string-conversions, text, time, transformers, wai, wai-extra
+ , warp
}:
mkDerivation {
pname = "line-bot-sdk";
- version = "0.5.0.2";
- sha256 = "0b33z5h22mbzxa812phpi73nmilzyvdslh355802wv625br3ljq5";
+ version = "0.5.2";
+ sha256 = "1vrfq9v8lv5nwdmy7n99p7dnm10b35ng5n24ncjq54i0ci2ldi75";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base base64-bytestring bytestring cryptohash-sha256 errors
- exceptions http-api-data http-client http-client-tls http-types
- monad-control mtl scientific servant servant-client
- servant-client-core servant-server streaming string-conversions
- text time transformers transformers-base wai wai-extra
+ aeson base base64-bytestring bytestring cryptohash-sha256 deepseq
+ http-api-data http-client http-client-tls http-media http-types mtl
+ scientific servant servant-client servant-client-core
+ servant-server string-conversions text time transformers wai
];
executableHaskellDepends = [
- base servant servant-client servant-server time transformers wai
- wai-extra warp
+ base servant servant-server transformers wai wai-extra warp
];
testHaskellDepends = [
aeson aeson-qq base base64-bytestring bytestring cryptohash-sha256
- free hspec hspec-expectations hspec-wai http-client http-types
- servant servant-client servant-client-core servant-server text time
- transformers wai warp
+ deepseq free hspec hspec-expectations hspec-wai http-client
+ http-types servant servant-client servant-client-core
+ servant-server text time transformers wai warp
];
description = "Haskell SDK for LINE Messaging API";
license = stdenv.lib.licenses.bsd3;
@@ -153488,6 +153238,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "linear_1_21" = callPackage
+ ({ mkDerivation, adjunctions, base, base-orphans, binary, bytes
+ , bytestring, Cabal, cabal-doctest, cereal, containers, deepseq
+ , distributive, doctest, ghc-prim, hashable, HUnit, lens, random
+ , reflection, semigroupoids, semigroups, simple-reflect, tagged
+ , template-haskell, test-framework, test-framework-hunit
+ , transformers, transformers-compat, unordered-containers, vector
+ , void
+ }:
+ mkDerivation {
+ pname = "linear";
+ version = "1.21";
+ sha256 = "1i00j740fpxrbdy1kjzwjxqixk975rd0dh6jxk0da622spabym5a";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ adjunctions base base-orphans binary bytes cereal containers
+ deepseq distributive ghc-prim hashable lens random reflection
+ semigroupoids semigroups tagged template-haskell transformers
+ transformers-compat unordered-containers vector void
+ ];
+ testHaskellDepends = [
+ base binary bytestring deepseq doctest HUnit lens reflection
+ simple-reflect test-framework test-framework-hunit vector
+ ];
+ description = "Linear Algebra";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"linear-accelerate" = callPackage
({ mkDerivation, accelerate, base, Cabal, cabal-doctest
, distributive, doctest, lens, linear
@@ -153505,6 +153284,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Lifting linear vector spaces into Accelerate";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"linear-algebra-cblas" = callPackage
@@ -153634,8 +153415,21 @@ self: {
testHaskellDepends = [ base hspec network tasty-hspec ];
description = "Typed sockets";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "linear-tests" = callPackage
+ ({ mkDerivation, base, hspec, hspec-core, lens, linear, QuickCheck
+ }:
+ mkDerivation {
+ pname = "linear-tests";
+ version = "0.1.1.0";
+ sha256 = "0qndn8svhynvis1a69p7sircp8sd56hmk9gd4crcadiy8nf99227";
+ libraryHaskellDepends = [ base lens linear QuickCheck ];
+ testHaskellDepends = [
+ base hspec hspec-core lens linear QuickCheck
+ ];
+ description = "Linear Algebra";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"linear-vect" = callPackage
@@ -153772,8 +153566,8 @@ self: {
}:
mkDerivation {
pname = "lingo";
- version = "0.3.0.0";
- sha256 = "0cjxd9yflagps5760h62m948nmhbn0ad8kyldv9k28i59phm8gwx";
+ version = "0.3.2.0";
+ sha256 = "0qym6svpvxsxbhbppk0lkpp2zbqa13f0njkxnpyz5id581c3v8hx";
setupHaskellDepends = [
base bytestring Cabal containers directory filepath text yaml
];
@@ -154341,7 +154135,8 @@ self: {
doCheck = false;
description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) git; inherit (pkgs) nettools;
inherit (pkgs) ocaml; inherit (pkgs) z3;};
@@ -154380,7 +154175,8 @@ self: {
testSystemDepends = [ z3 ];
description = "Liquid Types for Haskell";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) z3;};
"liquidhaskell-cabal" = callPackage
@@ -154394,6 +154190,8 @@ self: {
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "Liquid Haskell integration for Cabal and Stack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"liquidhaskell-cabal-demo" = callPackage
@@ -154547,6 +154345,8 @@ self: {
testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ];
description = "ListT done right";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"list-t-attoparsec" = callPackage
@@ -154625,6 +154425,8 @@ self: {
];
description = "A \"libcurl\"-based streaming HTTP client";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"list-t-text" = callPackage
@@ -154676,6 +154478,8 @@ self: {
];
description = "Tries and Patricia tries: finite sets and maps for list keys";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"list-tuple" = callPackage
@@ -154695,26 +154499,11 @@ self: {
];
description = "List-like operations for tuples";
license = stdenv.lib.licenses.asl20;
- }) {};
-
- "list-witnesses" = callPackage
- ({ mkDerivation, base, decidable, microlens, profunctors
- , singletons, vinyl
- }:
- mkDerivation {
- pname = "list-witnesses";
- version = "0.1.1.1";
- sha256 = "13h5gckpysf4p5wjfnq7l5v66rmxi3i9cmykf18ld3hnilgd7wa7";
- libraryHaskellDepends = [
- base decidable microlens profunctors singletons vinyl
- ];
- description = "Witnesses for working with type-level lists";
- license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
- "list-witnesses_0_1_3_2" = callPackage
+ "list-witnesses" = callPackage
({ mkDerivation, base, decidable, functor-products, microlens
, profunctors, singletons, vinyl
}:
@@ -154728,8 +154517,6 @@ self: {
];
description = "Witnesses for working with type-level lists";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"list-zip-def" = callPackage
@@ -154741,6 +154528,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Provides zips with default values";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"list-zipper" = callPackage
@@ -155130,22 +154919,20 @@ self: {
"llvm-extra" = callPackage
({ mkDerivation, base, bool8, containers, enumset, llvm-tf
- , non-empty, prelude-compat, QuickCheck, storable-enum
- , storable-tuple, tagged, tfp, transformers, utility-ht
+ , non-empty, prelude-compat, QuickCheck, storable-enum, tagged, tfp
+ , transformers, utility-ht
}:
mkDerivation {
pname = "llvm-extra";
- version = "0.9";
- sha256 = "1hmzfqslklgr7xq3fjl88sx2zhjga3m2bm504nh1wwdf1c7y8p3m";
+ version = "0.9.1";
+ sha256 = "0wxs8ki3l5fyijdv7z0xyrikx4whazyxv69ly0x98ag25l5fxwyi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bool8 containers enumset llvm-tf non-empty prelude-compat
storable-enum tagged tfp transformers utility-ht
];
- testHaskellDepends = [
- base llvm-tf QuickCheck storable-tuple tfp utility-ht
- ];
+ testHaskellDepends = [ base llvm-tf QuickCheck tfp utility-ht ];
doHaddock = false;
description = "Utility functions for the llvm interface";
license = stdenv.lib.licenses.bsd3;
@@ -155157,8 +154944,8 @@ self: {
({ mkDerivation, base, enumset, LLVM }:
mkDerivation {
pname = "llvm-ffi";
- version = "9.0.0";
- sha256 = "100cgwmfasf5l7bh55c0ihaaaqh05s8wwz3kyzajdr5hnfxjy2lm";
+ version = "9.1.0";
+ sha256 = "1nfgh56wrlw13w0an9vyp78ahz2lp0yy0v7yqh1zr22a0mnwnq3s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base enumset ];
@@ -155184,6 +154971,8 @@ self: {
];
description = "Tools for maintaining the llvm-ffi package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"llvm-general" = callPackage
@@ -155270,36 +155059,6 @@ self: {
}:
mkDerivation {
pname = "llvm-hs";
- version = "8.0.0";
- sha256 = "15ykcxxdvrwyb9jqqr4z3wxhy9r1py1k1hvb9icphzjknpx9z66h";
- revision = "1";
- editedCabalFile = "1mq04vjz34c8a4291q7ln0wh4kw03hkf2l1659mdrnv7yyi72j0w";
- setupHaskellDepends = [ base Cabal containers ];
- libraryHaskellDepends = [
- array attoparsec base bytestring containers exceptions llvm-hs-pure
- mtl template-haskell transformers utf8-string
- ];
- libraryToolDepends = [ llvm-config ];
- testHaskellDepends = [
- base bytestring containers llvm-hs-pure mtl pretty-show process
- QuickCheck tasty tasty-hunit tasty-quickcheck temporary
- transformers
- ];
- description = "General purpose LLVM bindings";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {llvm-config = null;};
-
- "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
- , tasty-quickcheck, template-haskell, temporary, transformers
- , utf8-string
- }:
- mkDerivation {
- pname = "llvm-hs";
version = "9.0.1";
sha256 = "0723xgh45h9cyxmmjsvxnsp8bpn1ljy4qgh7a7vqq3sj9d6wzq00";
setupHaskellDepends = [ base Cabal containers ];
@@ -155348,26 +155107,6 @@ self: {
}:
mkDerivation {
pname = "llvm-hs-pure";
- version = "8.0.0";
- sha256 = "1srlac1vdpxddvbf560npxhldkq27hkxwb2lg4qdwvks55l38nfc";
- libraryHaskellDepends = [
- attoparsec base bytestring containers fail mtl template-haskell
- transformers unordered-containers
- ];
- testHaskellDepends = [
- base containers mtl tasty tasty-hunit tasty-quickcheck transformers
- ];
- description = "Pure Haskell LLVM functionality (no FFI)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "llvm-hs-pure_9_0_0" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers, fail
- , mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
- , transformers, unordered-containers
- }:
- mkDerivation {
- pname = "llvm-hs-pure";
version = "9.0.0";
sha256 = "0pxb5ah8r5pzpz2ibqw3g9g1isigb4z7pbzfrwr8kmcjn74ab3kf";
libraryHaskellDepends = [
@@ -155379,7 +155118,6 @@ self: {
];
description = "Pure Haskell LLVM functionality (no FFI)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"llvm-ht" = callPackage
@@ -155467,8 +155205,8 @@ self: {
}:
mkDerivation {
pname = "llvm-tf";
- version = "9.0";
- sha256 = "18pkaa8hkrz96nn1jy8kzfcwkz9vyisjnl1fh8x1kiknqyq14jwa";
+ version = "9.1.1";
+ sha256 = "089pq0n3qj3df74g25jkn64byfb4g9f3di1h2fmps8n0yhr8qz3j";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -155636,8 +155374,8 @@ self: {
({ mkDerivation, base, c2hs, Cabal }:
mkDerivation {
pname = "load-font";
- version = "0.1.0.2";
- sha256 = "06vzgyi8r1fhlc1ykdfynll7y4a0wwvjq9x0xg08csr4ypfgj6m3";
+ version = "0.1.0.3";
+ sha256 = "1qndsbbm4fwzgkjp2y413blassyj0hxdbd99a4bpwxah95s951gw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -155671,6 +155409,8 @@ self: {
testHaskellDepends = [ base containers doctest hedgehog ];
description = "Types representing line and column positions and ranges in text files";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"loc-test" = callPackage
@@ -155682,6 +155422,8 @@ self: {
libraryHaskellDepends = [ base containers hedgehog loc ];
description = "Test-related utilities related to the /loc/ package";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"local-address" = callPackage
@@ -155693,6 +155435,8 @@ self: {
libraryHaskellDepends = [ base network ];
description = "Functions to get local interface address";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"local-search" = callPackage
@@ -155740,6 +155484,8 @@ self: {
];
description = "GNU Gettext-based messages localization library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"located" = callPackage
@@ -155952,29 +155698,6 @@ self: {
}:
mkDerivation {
pname = "log-domain";
- version = "0.12";
- sha256 = "0zin3zgxrx8v69blqzkd5gjk0nmpmg58caqz2xa8qd4v1fjcp4bi";
- revision = "4";
- editedCabalFile = "1z7p87dl1rj0v2gnfwfa7zmgaxccd093hvjkijc56whyg4b4az4y";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base binary bytes cereal comonad deepseq distributive hashable
- semigroupoids semigroups vector
- ];
- testHaskellDepends = [
- base doctest generic-deriving semigroups simple-reflect
- ];
- description = "Log-domain arithmetic";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "log-domain_0_13" = callPackage
- ({ mkDerivation, base, binary, bytes, Cabal, cabal-doctest, cereal
- , comonad, deepseq, distributive, doctest, generic-deriving
- , hashable, semigroupoids, semigroups, simple-reflect, vector
- }:
- mkDerivation {
- pname = "log-domain";
version = "0.13";
sha256 = "0isl8rs0k5088sxapfh351sff3lh7r1qkgwz8lmai3gvqasb3avv";
revision = "1";
@@ -155989,7 +155712,6 @@ self: {
];
description = "Log-domain arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"log-effect" = callPackage
@@ -156038,8 +155760,8 @@ self: {
}:
mkDerivation {
pname = "log-elasticsearch";
- version = "0.10.1.0";
- sha256 = "10a7p0z9bqjfmc04xvqsflwqrhhnxk72kbhk62sh8l1is0i94vcs";
+ version = "0.10.2.0";
+ sha256 = "0kcixyklnak34v8vmmpw8vpm1mvf3wll6xpcdvfg1c75wc9n1hqy";
libraryHaskellDepends = [
aeson aeson-pretty base base64-bytestring bloodhound bytestring
deepseq http-client http-client-tls log-base semigroups text
@@ -156109,8 +155831,8 @@ self: {
}:
mkDerivation {
pname = "log-warper";
- version = "1.8.11";
- sha256 = "0xhvipk5dlv7r2pmgn5mf46rrz092xhm6ar611y5lrr99i2kg172";
+ version = "1.9.0";
+ sha256 = "13hjbb1kqxilgqslc0c1fh5459278a71ihly24x9v6hhp1y5if91";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -156151,29 +155873,30 @@ self: {
}) {};
"log4hs" = callPackage
- ({ mkDerivation, aeson, aeson-qq, base, bytestring, containers
- , criterion, data-default, directory, filepath, generic-lens, hspec
- , hspec-core, lens, mtl, process, QuickCheck, template-haskell
- , text, time, vformat, vformat-time, yaml
+ ({ mkDerivation, aeson, aeson-default, aeson-qq, base, bytestring
+ , containers, criterion, directory, filepath, generic-lens, hspec
+ , hspec-core, microlens, mtl, process, QuickCheck, template-haskell
+ , text, time, vformat, vformat-aeson, vformat-time, yaml
}:
mkDerivation {
pname = "log4hs";
- version = "0.7.0.0";
- sha256 = "06dcnhxfy18r3jrfdsklsiqcn2zmh9pxfra1ayhrl1mljj44dmd9";
+ version = "0.9.0.0";
+ sha256 = "0hr6qm721jlpz6f45rb1d6wh4y5gk0n94a0l9wflwz6vnr77147x";
libraryHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- generic-lens lens mtl template-haskell text time vformat
- vformat-time yaml
+ aeson aeson-default base bytestring containers directory filepath
+ generic-lens microlens mtl template-haskell text time vformat
+ vformat-aeson vformat-time yaml
];
testHaskellDepends = [
- aeson aeson-qq base bytestring containers data-default directory
- filepath generic-lens hspec hspec-core lens mtl process QuickCheck
- template-haskell text time vformat vformat-time yaml
+ aeson aeson-default aeson-qq base bytestring containers directory
+ filepath generic-lens hspec hspec-core microlens mtl process
+ QuickCheck template-haskell text time vformat vformat-aeson
+ vformat-time yaml
];
benchmarkHaskellDepends = [
- aeson aeson-qq base bytestring containers criterion data-default
- directory filepath generic-lens lens mtl template-haskell text time
- vformat vformat-time yaml
+ aeson aeson-default aeson-qq base bytestring containers criterion
+ directory filepath generic-lens microlens mtl template-haskell text
+ time vformat vformat-aeson vformat-time yaml
];
description = "A python logging style log library";
license = stdenv.lib.licenses.bsd3;
@@ -156274,8 +155997,8 @@ self: {
}:
mkDerivation {
pname = "logging-effect";
- version = "1.3.8";
- sha256 = "0ksavyvcz0c9fadik9yksm4zskzh313srf3713migwrdza5ci5q3";
+ version = "1.3.9";
+ sha256 = "18g0yw5k0xcpiz3chag61smjc9fi4iy99sv9sqhq8f2v61p355dr";
libraryHaskellDepends = [
async base exceptions free monad-control mtl prettyprinter
semigroups stm stm-delay text time transformers transformers-base
@@ -156379,6 +156102,8 @@ self: {
];
description = "Journald back-end for logging-facade";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"logging-facade-syslog" = callPackage
@@ -156395,22 +156120,26 @@ self: {
"logic-TPTP" = callPackage
({ mkDerivation, alex, ansi-wl-pprint, array, base, containers
- , happy, mtl, pointed, QuickCheck, semigroups, syb, transformers
- , transformers-compat
+ , happy, mtl, pcre-light, pointed, QuickCheck, semigroups, syb
+ , transformers, transformers-compat
}:
mkDerivation {
pname = "logic-TPTP";
- version = "0.4.6.0";
- sha256 = "06c0c5cr330icp9q11l5mvdf3sd67y31bpc38rvvghqvm1v4zn22";
+ version = "0.5.0.0";
+ sha256 = "0sqzf332c7zdwkdi1346dxljrdammiz1vc332j85487nb0ypnxwi";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
ansi-wl-pprint array base containers mtl pointed QuickCheck
semigroups syb transformers transformers-compat
];
libraryToolDepends = [ alex happy ];
+ testHaskellDepends = [
+ ansi-wl-pprint base pcre-light QuickCheck semigroups transformers
+ transformers-compat
+ ];
description = "Import, export etc. for TPTP, a syntax for first-order logic";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"logic-classes" = callPackage
@@ -156445,6 +156174,8 @@ self: {
libraryHaskellDepends = [ base logict transformers ];
description = "Backtracking mutable references in the ST and IO monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"logict" = callPackage
@@ -156468,6 +156199,8 @@ self: {
libraryHaskellDepends = [ base logict mtl transformers ];
description = "Library for logic programming based on haskell package logict";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"loglevel" = callPackage
@@ -156580,62 +156313,53 @@ self: {
}) {};
"lol" = callPackage
- ({ mkDerivation, arithmoi, base, bytestring, constraints
- , containers, crypto-api, data-default, deepseq, directory
- , monadcryptorandom, MonadRandom, mtl, numeric-prelude
- , protocol-buffers, protocol-buffers-descriptor, random, reflection
- , singletons, tagged-transformer, template-haskell, vector
+ ({ mkDerivation, ansi-terminal, arithmoi, base, bytestring
+ , constraints, containers, criterion, criterion-measurement
+ , crypto-api, data-default, deepseq, directory, monadcryptorandom
+ , MonadRandom, mtl, numeric-prelude, protocol-buffers
+ , protocol-buffers-descriptor, QuickCheck, random, reflection
+ , singletons, statistics, tagged-transformer, template-haskell
+ , test-framework, test-framework-quickcheck2, vector
, vector-th-unbox
}:
mkDerivation {
pname = "lol";
- version = "0.6.0.0";
- sha256 = "03cmijcfrc3gqqyvgbxf03569ddhlf00x95p9gih3zcpcg6mwflp";
- revision = "1";
- editedCabalFile = "0wbrp9hsgld56cc56509i8fn50g3wrck564ava5n19ylgqrj95dw";
- libraryHaskellDepends = [
- arithmoi base bytestring constraints containers crypto-api
- data-default deepseq directory monadcryptorandom MonadRandom mtl
- numeric-prelude protocol-buffers protocol-buffers-descriptor random
- reflection singletons tagged-transformer template-haskell vector
+ version = "0.7.0.0";
+ sha256 = "016l3qr8cvbfqv158l66fsfbbvy1sc9wh2378wbbg7is4v5zq757";
+ libraryHaskellDepends = [
+ ansi-terminal arithmoi base bytestring constraints containers
+ criterion criterion-measurement crypto-api data-default deepseq
+ directory monadcryptorandom MonadRandom mtl numeric-prelude
+ protocol-buffers protocol-buffers-descriptor QuickCheck random
+ reflection singletons statistics tagged-transformer
+ template-haskell test-framework test-framework-quickcheck2 vector
vector-th-unbox
];
+ testHaskellDepends = [ base test-framework ];
description = "A library for lattice cryptography";
- license = stdenv.lib.licenses.gpl2;
+ license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"lol-apps" = callPackage
- ({ mkDerivation, base, containers, deepseq, DRBG, filepath, lol
- , lol-benches, lol-cpp, lol-repa, lol-tests, MonadRandom, mtl
- , numeric-prelude, protocol-buffers, protocol-buffers-descriptor
+ ({ mkDerivation, base, constraints, containers, crypto-api, deepseq
+ , DRBG, filepath, lol, MonadRandom, mtl, numeric-prelude, options
+ , protocol-buffers, protocol-buffers-descriptor, QuickCheck
, singletons, split, test-framework, time
}:
mkDerivation {
pname = "lol-apps";
- version = "0.2.0.2";
- sha256 = "120w5qgkzc1pliaqzfibsv45s72bk66wxw7qlmw4i20j867sr0nh";
- isLibrary = true;
- isExecutable = true;
+ version = "0.3.0.0";
+ sha256 = "15yhr5z5i0p8kzic0g09n54k7hclzjhdywz2mqa9i5lisksq285g";
libraryHaskellDepends = [
- base containers deepseq lol MonadRandom mtl numeric-prelude
- protocol-buffers protocol-buffers-descriptor singletons split
- ];
- executableHaskellDepends = [
- base deepseq DRBG filepath lol lol-cpp MonadRandom mtl
- numeric-prelude singletons time
- ];
- testHaskellDepends = [
- base lol lol-cpp lol-repa lol-tests MonadRandom numeric-prelude
- test-framework
- ];
- benchmarkHaskellDepends = [
- base DRBG lol lol-benches lol-cpp lol-repa MonadRandom mtl
- numeric-prelude
+ base constraints containers crypto-api deepseq DRBG filepath lol
+ MonadRandom mtl numeric-prelude options protocol-buffers
+ protocol-buffers-descriptor QuickCheck singletons split
+ test-framework time
];
description = "Lattice-based cryptographic applications using <https://hackage.haskell.org/package/lol lol>.";
- license = stdenv.lib.licenses.gpl2;
+ license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -156682,21 +156406,22 @@ self: {
}) {};
"lol-cpp" = callPackage
- ({ mkDerivation, base, constraints, deepseq, DRBG, lol, lol-benches
- , lol-tests, MonadRandom, mtl, numeric-prelude, reflection, vector
+ ({ mkDerivation, base, constraints, deepseq, DRBG, lol, lol-apps
+ , MonadRandom, mtl, numeric-prelude, reflection, test-framework
+ , vector
}:
mkDerivation {
pname = "lol-cpp";
- version = "0.0.0.3";
- sha256 = "09ck3czb87bzysf7x2p1wk88hxj0p0fa8vv68ymxkawsz730rzj2";
+ version = "0.2.0.0";
+ sha256 = "05nx6lf9jcw3m29j733rs0blxkg75ciam29fybgz94r2f4i928f3";
libraryHaskellDepends = [
base constraints deepseq lol MonadRandom mtl numeric-prelude
reflection vector
];
- testHaskellDepends = [ base lol-tests ];
- benchmarkHaskellDepends = [ base DRBG lol lol-benches ];
+ testHaskellDepends = [ base lol lol-apps test-framework ];
+ benchmarkHaskellDepends = [ base DRBG lol lol-apps MonadRandom ];
description = "A fast C++ backend for <https://hackage.haskell.org/package/lol lol>.";
- license = stdenv.lib.licenses.gpl2;
+ license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -156904,6 +156629,8 @@ self: {
aeson base hspec optparse-applicative text time unliftio
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"loops" = callPackage
@@ -157003,6 +156730,39 @@ self: {
broken = true;
}) {};
+ "lorentz" = callPackage
+ ({ mkDerivation, base-noprelude, bimap, bytestring, constraints
+ , containers, data-default, first-class-families, fmt, formatting
+ , ghc-prim, hspec, HUnit, interpolate, lens, morley, morley-prelude
+ , named, optparse-applicative, pretty-terminal, QuickCheck
+ , singletons, spoon, tasty, tasty-discover, tasty-hunit-compat
+ , tasty-quickcheck, template-haskell, text, type-spec
+ , unordered-containers, vinyl
+ }:
+ mkDerivation {
+ pname = "lorentz";
+ version = "0.1.0";
+ sha256 = "065y6sx7pafhk1b15hs5hcm3sd69ma2qwklxbhj0xdxdgx5g8z1v";
+ libraryHaskellDepends = [
+ base-noprelude bimap bytestring constraints containers data-default
+ first-class-families fmt formatting ghc-prim hspec HUnit
+ interpolate lens morley morley-prelude named optparse-applicative
+ pretty-terminal QuickCheck singletons tasty template-haskell text
+ unordered-containers vinyl
+ ];
+ testHaskellDepends = [
+ base-noprelude bimap bytestring constraints containers data-default
+ first-class-families fmt formatting HUnit morley morley-prelude
+ QuickCheck singletons spoon tasty tasty-hunit-compat
+ tasty-quickcheck text type-spec unordered-containers vinyl
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "EDSL for the Michelson Language";
+ license = stdenv.lib.licenses.agpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"loris" = callPackage
({ mkDerivation, base, c2hs, loris, vector }:
mkDerivation {
@@ -157220,38 +156980,13 @@ self: {
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
, bytestring, conduit, conduit-parse, containers, data-default
, Diff, directory, filepath, haskell-lsp, hspec, lens, mtl
- , parser-combinators, process, rope-utf16-splay, text, transformers
- , unix, unordered-containers
- }:
- mkDerivation {
- pname = "lsp-test";
- version = "0.6.1.0";
- sha256 = "195p9m4992l01k8xsc8yxwsx3g74xfn6rdi00bwlzxw4ijy06lfi";
- libraryHaskellDepends = [
- aeson aeson-pretty ansi-terminal async base bytestring conduit
- conduit-parse containers data-default Diff directory filepath
- haskell-lsp lens mtl parser-combinators process rope-utf16-splay
- text transformers unix unordered-containers
- ];
- testHaskellDepends = [
- aeson base data-default haskell-lsp hspec lens text
- unordered-containers
- ];
- description = "Functional test framework for LSP servers";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "lsp-test_0_10_0_0" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
- , bytestring, conduit, conduit-parse, containers, data-default
- , Diff, directory, filepath, haskell-lsp, hspec, lens, mtl
, parser-combinators, process, text, transformers, unix
, unordered-containers
}:
mkDerivation {
pname = "lsp-test";
- version = "0.10.0.0";
- sha256 = "0fs4zq5xz42jp2x42p8nbswahfb5g0mmdwbrc8i65nx81q6fpxjg";
+ version = "0.10.1.0";
+ sha256 = "1f1ab7gn5bgdlhlayrrrhk6d8iyf971pia6hb23jjyqz9j0vl7ac";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal async base bytestring conduit
conduit-parse containers data-default Diff directory filepath
@@ -157264,7 +156999,6 @@ self: {
];
description = "Functional test framework for LSP servers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lss" = callPackage
@@ -157511,6 +157245,8 @@ self: {
libraryHaskellDepends = [ base colonnade lucid text ];
description = "Helper functions for using lucid with colonnade";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lucid-extras" = callPackage
@@ -157590,6 +157326,8 @@ self: {
libraryHaskellDepends = [ base digits QuickCheck ];
description = "An implementation of Luhn's check digit algorithm";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lui" = callPackage
@@ -157657,6 +157395,27 @@ self: {
license = "GPL-2.0-or-later AND BSD-3-Clause";
}) {};
+ "lumberjack" = callPackage
+ ({ mkDerivation, base, contravariant, exceptions, mtl
+ , prettyprinter, prettyprinter-ansi-terminal, text, time
+ }:
+ mkDerivation {
+ pname = "lumberjack";
+ version = "0.1.0.1";
+ sha256 = "1fgdhzkykyvi8dfy8yrv2rnr801677831k12k22i59afdw076xqg";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base contravariant exceptions mtl prettyprinter
+ prettyprinter-ansi-terminal text time
+ ];
+ executableHaskellDepends = [
+ base exceptions mtl prettyprinter text
+ ];
+ description = "Trek through your code forest and make logs";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
"luminance" = callPackage
({ mkDerivation, base, containers, contravariant, dlist, gl, linear
, mtl, resourcet, semigroups, transformers, vector, void
@@ -157889,6 +157648,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lz4-bytes" = callPackage
+ ({ mkDerivation, base, byteslice, primitive, run-st, tasty
+ , tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "lz4-bytes";
+ version = "0.1.0.2";
+ sha256 = "1h0rfc273jszv3c83izkr7v8x7zqikbayf20yhahj2fl129ar362";
+ libraryHaskellDepends = [ base byteslice primitive run-st ];
+ testHaskellDepends = [
+ base byteslice primitive tasty tasty-quickcheck
+ ];
+ description = "Bindings to LZ4";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"lz4-conduit" = callPackage
({ mkDerivation, base, binary, bytestring, bytestring-arbitrary
, conduit, conduit-extra, mtl, QuickCheck, resourcet
@@ -157914,6 +157691,24 @@ self: {
broken = true;
}) {};
+ "lz4-hs" = callPackage
+ ({ mkDerivation, base, bytestring, c2hs, criterion, filepath, tasty
+ , tasty-hunit, temporary
+ }:
+ mkDerivation {
+ pname = "lz4-hs";
+ version = "0.1.3.0";
+ sha256 = "0yx1njh0zwk2qk99ip1f2wlcy3ql35piqbvd6dppr2hwnm5bh1mk";
+ libraryHaskellDepends = [ base bytestring ];
+ libraryToolDepends = [ c2hs ];
+ testHaskellDepends = [ base bytestring tasty tasty-hunit ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion filepath temporary
+ ];
+ description = "lz4 bindings for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lzip" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
@@ -157927,15 +157722,17 @@ self: {
"lzlib" = callPackage
({ mkDerivation, base, bytestring, c2hs, criterion, directory
- , filepath, hspec, temporary
+ , filepath, hspec, pathological-bytestrings, temporary
}:
mkDerivation {
pname = "lzlib";
- version = "0.3.3.0";
- sha256 = "140m7rivdrak5vcg473gp3ns54xy47k2xyv5z86z2s0ncf204ak6";
+ version = "1.0.4.0";
+ sha256 = "1l7mbxh2cn8vgfxwkzrz9mv5ca2bx4ymbswvjz7b3mgjx0wiy9g8";
libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ];
- testHaskellDepends = [ base bytestring directory hspec ];
+ testHaskellDepends = [
+ base bytestring directory hspec pathological-bytestrings
+ ];
benchmarkHaskellDepends = [
base bytestring criterion filepath temporary
];
@@ -158084,6 +157881,28 @@ self: {
libraryHaskellDepends = [ base network transformers ];
description = "Static Mandatory Access Control in Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "macaroon-shop" = callPackage
+ ({ mkDerivation, base, bytes, bytestring, cereal, containers
+ , cryptonite, hedgehog, memory, saltine, transformers
+ }:
+ mkDerivation {
+ pname = "macaroon-shop";
+ version = "0.1.0.0";
+ sha256 = "087b83l3bdx1mk79bxqcwckbjdz7idi0m73dcrjiv5b4q5rjr8rs";
+ libraryHaskellDepends = [
+ base bytes bytestring cereal containers cryptonite memory saltine
+ transformers
+ ];
+ testHaskellDepends = [
+ base bytes bytestring cereal containers cryptonite hedgehog memory
+ saltine transformers
+ ];
+ description = "A toolkit for working with macaroons";
+ license = stdenv.lib.licenses.isc;
}) {};
"macbeth-lib" = callPackage
@@ -158154,32 +157973,6 @@ self: {
}:
mkDerivation {
pname = "machines";
- version = "0.6.4";
- sha256 = "0s3pvdklanw6a41pyyqrplm3vid63dpy6vd6qhp86dnb4wp2ppkj";
- revision = "2";
- editedCabalFile = "1h0qq6kxv4kc0j0rmx7rhwhvfg1hc08r10q152km4p8kgshcwlig";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- adjunctions base comonad containers distributive mtl pointed
- profunctors semigroupoids semigroups transformers
- transformers-compat void
- ];
- testHaskellDepends = [ base doctest ];
- benchmarkHaskellDepends = [
- base conduit criterion mtl pipes streaming
- ];
- description = "Networked stream transducers";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "machines_0_7" = callPackage
- ({ mkDerivation, adjunctions, base, Cabal, cabal-doctest, comonad
- , conduit, containers, criterion, distributive, doctest, mtl, pipes
- , pointed, profunctors, semigroupoids, semigroups, streaming
- , transformers, transformers-compat, void
- }:
- mkDerivation {
- pname = "machines";
version = "0.7";
sha256 = "1zipij9y913j5s6pyhycv0srias9fqyvnbky3a432qb5p9sgmh0b";
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -158194,7 +157987,6 @@ self: {
];
description = "Networked stream transducers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"machines-amazonka" = callPackage
@@ -158249,6 +158041,8 @@ self: {
libraryHaskellDepends = [ base binary bytestring machines ];
description = "Binary utilities for the machines library";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"machines-bytestring" = callPackage
@@ -158260,6 +158054,8 @@ self: {
libraryHaskellDepends = [ base bytestring machines ];
description = "ByteString support for machines";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"machines-directory" = callPackage
@@ -158275,6 +158071,8 @@ self: {
];
description = "Directory (system) utilities for the machines library";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"machines-encoding" = callPackage
@@ -158286,6 +158084,8 @@ self: {
libraryHaskellDepends = [ base bytestring machines text ];
description = "Transcode encodings with machines";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"machines-io" = callPackage
@@ -158301,6 +158101,8 @@ self: {
];
description = "IO utilities for the machines library";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"machines-process" = callPackage
@@ -158345,6 +158147,8 @@ self: {
libraryHaskellDepends = [ base binary bytestring ];
description = "Parser for Mach-O object format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mackerel-client" = callPackage
@@ -158368,8 +158172,6 @@ self: {
];
description = "An API client library for Mackerel";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"maclight" = callPackage
@@ -158528,6 +158330,8 @@ self: {
libraryHaskellDepends = [ base ghc ghc-tcplugins-extra syb ];
description = "Write plugins for magic type families with ease";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"magic-wormhole" = callPackage
@@ -158626,6 +158430,17 @@ self: {
broken = true;
}) {};
+ "magmas" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "magmas";
+ version = "0.0.1";
+ sha256 = "006axj7hwdiq3gyxx9rpqz9ji1g7xpal7j8wrlgfa2as1s73076b";
+ libraryHaskellDepends = [ base ];
+ description = "Magma-like objects";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"mahoro" = callPackage
({ mkDerivation, base, ConfigFile, containers, curl, directory
, happstack-state, MissingH, mtl, network, old-time, regex-posix
@@ -158702,8 +158517,8 @@ self: {
}:
mkDerivation {
pname = "mailbox-count";
- version = "0.0.2";
- sha256 = "1zd3vd0sj4pq8nhjn768rpfyn9a06a9c3j2fnhxsb9d800ilpvvf";
+ version = "0.0.5";
+ sha256 = "0g1kbb4pmh1vs8ddswpcmqb9fhfkhlffwp9y7r4dq5wcsdihwm8c";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -158716,7 +158531,7 @@ self: {
tasty-hunit
];
description = "Count mailboxes in a SQL database";
- license = stdenv.lib.licenses.gpl3;
+ license = stdenv.lib.licenses.agpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -158994,23 +158809,11 @@ self: {
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "managed";
- version = "1.0.6";
- sha256 = "1kbrw99yh5x5blykmx2n88mplbbi4ss1ij5j17b7asw6q0ihm9zi";
- libraryHaskellDepends = [ base transformers ];
- description = "A monad for managed values";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "managed_1_0_7" = callPackage
- ({ mkDerivation, base, transformers }:
- mkDerivation {
- pname = "managed";
version = "1.0.7";
sha256 = "0wxi6d3kcpc4iyhbrnbapbdgaf46aw0a8d32n2sbs0lbk0pc4c6i";
libraryHaskellDepends = [ base transformers ];
description = "A monad for managed values";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"manatee" = callPackage
@@ -159429,8 +159232,6 @@ self: {
];
description = "Library for interfacing with the Mandrill JSON API";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mandulia" = callPackage
@@ -159610,8 +159411,6 @@ self: {
];
description = "foldl wrappers for map-reduce";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"map-syntax" = callPackage
@@ -159630,29 +159429,23 @@ self: {
];
description = "Syntax sugar for defining maps";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mapalgebra" = callPackage
- ({ mkDerivation, base, bytestring, containers, criterion
- , data-default, deepseq, hmatrix, HUnit-approx, massiv, massiv-io
- , QuickCheck, tasty, tasty-hunit, tasty-quickcheck, vector
+ ({ mkDerivation, base, bytestring, containers, deepseq, hmatrix
+ , HUnit-approx, massiv, massiv-io, QuickCheck, tasty, tasty-hunit
+ , tasty-quickcheck, vector
}:
mkDerivation {
pname = "mapalgebra";
- version = "0.1.2";
- sha256 = "191f8ipm12c270nhwa7g4ibadnajj8pys8q0vjc5l7f0s9m4g8ak";
+ version = "0.2.1";
+ sha256 = "0ymcbq3mb46qx61zl0yfvbk65lx1cqhshnpwsf8cnwysv3b38vhl";
libraryHaskellDepends = [
- base bytestring containers data-default deepseq hmatrix massiv
- massiv-io vector
+ base bytestring containers deepseq hmatrix massiv massiv-io vector
];
testHaskellDepends = [
- base containers hmatrix HUnit-approx massiv massiv-io QuickCheck
- tasty tasty-hunit tasty-quickcheck vector
- ];
- benchmarkHaskellDepends = [
- base containers criterion hmatrix massiv massiv-io vector
+ base containers hmatrix HUnit-approx massiv QuickCheck tasty
+ tasty-hunit tasty-quickcheck vector
];
description = "Efficient, polymorphic Map Algebra";
license = stdenv.lib.licenses.bsd3;
@@ -159896,8 +159689,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Computations for Markov chain usage models";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"markov-processes" = callPackage
@@ -160066,8 +159857,6 @@ 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
@@ -160186,8 +159975,6 @@ self: {
];
description = "Fast and extensible bytestring builder";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"massiv" = callPackage
@@ -160198,8 +159985,8 @@ self: {
}:
mkDerivation {
pname = "massiv";
- version = "0.4.4.0";
- sha256 = "13hwf1z9iqybrjsn21gkglqq3knin6x84rflv3wk6wplk7dfhd2n";
+ version = "0.4.5.0";
+ sha256 = "06mllyp2wax1gbwafxa7sbda96mp4zhfsc3mbcpymxrap2i2c6w1";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
@@ -160211,11 +159998,9 @@ self: {
];
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
- "massiv_0_4_5_0" = callPackage
+ "massiv_0_5_0_0" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-doctest
, data-default-class, deepseq, doctest, exceptions
, mersenne-random-pure64, primitive, QuickCheck, random, scheduler
@@ -160223,8 +160008,8 @@ self: {
}:
mkDerivation {
pname = "massiv";
- version = "0.4.5.0";
- sha256 = "06mllyp2wax1gbwafxa7sbda96mp4zhfsc3mbcpymxrap2i2c6w1";
+ version = "0.5.0.0";
+ sha256 = "09hyrlhcvqrhsmyl7lsm9qmp8yshia1jmjh2bqlsnw8xvwg2z13a";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
@@ -160237,25 +160022,29 @@ self: {
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"massiv-io" = callPackage
- ({ mkDerivation, base, bytestring, data-default-class, deepseq
- , directory, filepath, JuicyPixels, massiv, netpbm, process, vector
+ ({ mkDerivation, base, bytestring, Cabal, cabal-doctest, Color
+ , data-default-class, deepseq, doctest, exceptions, filepath, hspec
+ , JuicyPixels, massiv, massiv-test, netpbm, QuickCheck, random
+ , template-haskell, unliftio, vector
}:
mkDerivation {
pname = "massiv-io";
- version = "0.1.9.0";
- sha256 = "0splwbavahv3g0p1pyhym9hwncaw7zd5f12girwxlwhcdwrsgz3r";
+ version = "0.2.1.0";
+ sha256 = "0p7z4nk0fv9lql17s9d18hi5mrnvr4zry6rghqnhjmhlp97g4yi6";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
- base bytestring data-default-class deepseq directory filepath
- JuicyPixels massiv netpbm process vector
+ base bytestring Color data-default-class deepseq exceptions
+ filepath JuicyPixels massiv netpbm unliftio vector
+ ];
+ testHaskellDepends = [
+ base bytestring doctest hspec JuicyPixels massiv massiv-test
+ QuickCheck random template-haskell
];
description = "Import/export of Image files into massiv Arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"massiv-scheduler" = callPackage
@@ -160285,8 +160074,8 @@ self: {
}:
mkDerivation {
pname = "massiv-test";
- version = "0.1.1";
- sha256 = "0fz3bf0lmwhzbxwpfschwk4yn3dzr5p542dqkvkbdmlx97spm1vi";
+ version = "0.1.2";
+ sha256 = "13sp8xw7rbwqgafn3f5f971l9i80cm09fan27cgpx8r8nmyrmhp2";
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions hspec massiv
primitive QuickCheck scheduler unliftio vector
@@ -160297,31 +160086,29 @@ self: {
];
description = "Library that contains generators, properties and tests for Massiv Array Library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
- "massiv-test_0_1_2" = callPackage
+ "massiv-test_0_1_3" = callPackage
({ mkDerivation, base, bytestring, containers, data-default
, data-default-class, deepseq, exceptions, genvalidity-hspec, hspec
- , massiv, primitive, QuickCheck, scheduler, unliftio, vector
+ , massiv, mwc-random, primitive, QuickCheck, scheduler, unliftio
+ , vector
}:
mkDerivation {
pname = "massiv-test";
- version = "0.1.2";
- sha256 = "13sp8xw7rbwqgafn3f5f971l9i80cm09fan27cgpx8r8nmyrmhp2";
+ version = "0.1.3";
+ sha256 = "1pkqaw43vzsh19ycr6pp817wq2k06gpkxqn8i09dkfzddbgymkf6";
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions hspec massiv
primitive QuickCheck scheduler unliftio vector
];
testHaskellDepends = [
base bytestring containers data-default deepseq genvalidity-hspec
- hspec massiv QuickCheck scheduler vector
+ hspec massiv mwc-random QuickCheck scheduler vector
];
description = "Library that contains generators, properties and tests for Massiv Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"master-plan" = callPackage
@@ -160377,6 +160164,8 @@ self: {
testHaskellDepends = [ base containers doctest hspec ];
description = "A type class for Matchable Functors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"matchable-th" = callPackage
@@ -160428,6 +160217,18 @@ self: {
broken = true;
}) {inherit (pkgs) pcre;};
+ "math-extras" = callPackage
+ ({ mkDerivation, base, hedgehog }:
+ mkDerivation {
+ pname = "math-extras";
+ version = "0.1.1.0";
+ sha256 = "0hzk277a3h9ahnlx538p9f821d1i0npf3n6a8wgg8gmmbyn0sk49";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hedgehog ];
+ description = "A variety of mathematical utilities";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"math-functions" = callPackage
({ mkDerivation, base, data-default-class, deepseq, erf, primitive
, QuickCheck, tasty, tasty-hunit, tasty-quickcheck, vector
@@ -160476,6 +160277,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Class for interpolation of values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"math-metric" = callPackage
@@ -160487,6 +160290,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Typeclass for metric spaces";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mathblog" = callPackage
@@ -160566,8 +160371,6 @@ self: {
];
description = "Discover your (academic) ancestors!";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mathista" = callPackage
@@ -160591,6 +160394,8 @@ self: {
testHaskellDepends = [ base hspec parsec ];
description = "A small programming language for numerical computing";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mathlink" = callPackage
@@ -160708,6 +160513,8 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "Read and write NIST Matrix Market files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"matrix-market-attoparsec" = callPackage
@@ -160759,6 +160566,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "matrix-static_0_3" = callPackage
+ ({ mkDerivation, base, deepseq, ghc-typelits-natnormalise, matrix
+ , tasty, tasty-hunit, vector
+ }:
+ mkDerivation {
+ pname = "matrix-static";
+ version = "0.3";
+ sha256 = "0g7vijwj6l8l10276smhycp1h30diy8naykxf184lm87ykx2aamv";
+ libraryHaskellDepends = [
+ base deepseq ghc-typelits-natnormalise matrix vector
+ ];
+ testHaskellDepends = [
+ base deepseq ghc-typelits-natnormalise matrix tasty tasty-hunit
+ vector
+ ];
+ description = "Type-safe matrix operations";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"matsuri" = callPackage
({ mkDerivation, base, ConfigFile, containers, directory, MissingH
, mtl, network, old-locale, split, time, vty, vty-ui, XMPP
@@ -160795,8 +160622,8 @@ self: {
}:
mkDerivation {
pname = "matterhorn";
- version = "50200.6.0";
- sha256 = "0b8qsd2w324sxmp3cgnz7fzlbhk5nz6slw8qxxm5dpy0bs5v7xnb";
+ version = "50200.7.0";
+ sha256 = "08ynlxqdb2mr7si0q7747pd1x9v9s7jmq2q75bqhzl44rpjhh4dv";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -160832,8 +160659,8 @@ self: {
}:
mkDerivation {
pname = "mattermost-api";
- version = "50200.3.0";
- sha256 = "1d5nxaf382lzsr05rcby9w8y726bsda29w46b96p89whfbq8s9h3";
+ version = "50200.4.0";
+ sha256 = "0nl3xsw90rg08hmipr0d80h7ss68mlyaawagkiv2gj4qjlb2lqcn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -160856,8 +160683,8 @@ self: {
}:
mkDerivation {
pname = "mattermost-api-qc";
- version = "50200.3.0";
- sha256 = "14111sq1k7iw8yy050805x0m80i9mixgxaqkl15gm0pvm4ap5ycd";
+ version = "50200.4.0";
+ sha256 = "1lxr3xfvc4qg1n1wxqz1bv4ac12xiwnk79i53w2gx2xks6rdpibj";
libraryHaskellDepends = [
base containers mattermost-api QuickCheck text time
];
@@ -161086,6 +160913,8 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Haskell MBTiles client";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mbug" = callPackage
@@ -161411,8 +161240,6 @@ self: {
];
description = "Parse song module files from Amiga MED and OctaMED";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mediabus" = callPackage
@@ -161572,8 +161399,6 @@ self: {
];
description = "Convert MediaWiki text to LaTeX";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"medium-sdk-haskell" = callPackage
@@ -161641,26 +161466,6 @@ self: {
}:
mkDerivation {
pname = "megaparsec";
- version = "7.0.5";
- sha256 = "0bqx1icbmk8s7wmbcdzsgnlh607c7kzg8l80cp02dxr5valjxp7j";
- libraryHaskellDepends = [
- base bytestring case-insensitive containers deepseq mtl
- parser-combinators scientific text transformers
- ];
- benchmarkHaskellDepends = [
- base containers criterion deepseq text weigh
- ];
- description = "Monadic parser combinators";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "megaparsec_8_0_0" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, containers
- , criterion, deepseq, mtl, parser-combinators, scientific, text
- , transformers, weigh
- }:
- mkDerivation {
- pname = "megaparsec";
version = "8.0.0";
sha256 = "0633rqzrxzhq43z6i7ancncd633fm2b8755683si4v818r3cdmxm";
libraryHaskellDepends = [
@@ -161672,7 +161477,6 @@ self: {
];
description = "Monadic parser combinators";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"megaparsec-tests" = callPackage
@@ -161683,32 +161487,6 @@ self: {
}:
mkDerivation {
pname = "megaparsec-tests";
- version = "7.0.5";
- sha256 = "11kwf122bq38qvkpvhb1pkqzbv7yk9wi7klmg9yvls29x66shiyq";
- revision = "1";
- editedCabalFile = "1mayv955ipg94hbsix3dvpp1c2aay860h9zpg38qjmfiaks4zpjj";
- libraryHaskellDepends = [
- base bytestring containers hspec hspec-expectations
- hspec-megaparsec megaparsec mtl QuickCheck text transformers
- ];
- testHaskellDepends = [
- base bytestring case-insensitive containers hspec
- hspec-expectations hspec-megaparsec megaparsec mtl
- parser-combinators QuickCheck scientific text transformers
- ];
- testToolDepends = [ hspec-discover ];
- description = "Test utilities and the test suite of Megaparsec";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "megaparsec-tests_8_0_0" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, containers
- , hspec, hspec-discover, hspec-expectations, hspec-megaparsec
- , megaparsec, mtl, parser-combinators, QuickCheck, scientific, text
- , transformers
- }:
- mkDerivation {
- pname = "megaparsec-tests";
version = "8.0.0";
sha256 = "1l71s16fhl2054myj02fnnjr71pfypjvwxd0hxzf83zwmqnv558f";
libraryHaskellDepends = [
@@ -161723,7 +161501,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Test utilities and the test suite of Megaparsec";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"meldable-heap" = callPackage
@@ -161860,10 +161637,8 @@ self: {
({ mkDerivation, base, doctest, Glob, hedgehog, hspec, type-spec }:
mkDerivation {
pname = "membrain";
- version = "0.0.0.0";
- sha256 = "01wv5i3kgbpmwjnjk5xgkpm3j5wazlz1f05kmm523wf34xivp498";
- revision = "1";
- editedCabalFile = "1nkphzar8f1wyif3haz6i55jaapysz1xvf2w3ynmm49ibhsczvg3";
+ version = "0.0.0.1";
+ sha256 = "1rrvny4avcpib47r26vf3x05yxl3vxz9gb9vsdcj3ck18vfgynsm";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base doctest Glob hedgehog hspec type-spec
@@ -161891,6 +161666,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A memcached client library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"memcache-conduit" = callPackage
@@ -162012,8 +161789,6 @@ self: {
libraryHaskellDepends = [ attoparsec base bytestring containers ];
description = "Library for reading `/proc/meminfo`";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"memis" = callPackage
@@ -162131,24 +161906,6 @@ self: {
}:
mkDerivation {
pname = "memory";
- version = "0.14.18";
- sha256 = "01rmq3vagxzjmm96qnfxk4f0516cn12bp5m8inn8h5r918bqsigm";
- revision = "2";
- editedCabalFile = "1kwlgsjxh4ncvc6x9rps82bm55qyzn8lvzg49s4rbyc7vjjsbmx6";
- libraryHaskellDepends = [
- base basement bytestring deepseq ghc-prim
- ];
- testHaskellDepends = [ base basement bytestring foundation ];
- description = "memory and related abstraction stuff";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "memory_0_15_0" = callPackage
- ({ mkDerivation, base, basement, bytestring, deepseq, foundation
- , ghc-prim
- }:
- mkDerivation {
- pname = "memory";
version = "0.15.0";
sha256 = "0a9mxcddnqn4359hk59d6l2zbh0vp154yb5vs1a8jw4l38n8kzz3";
revision = "1";
@@ -162159,7 +161916,6 @@ self: {
testHaskellDepends = [ base basement bytestring foundation ];
description = "memory and related abstraction stuff";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"memorypool" = callPackage
@@ -162238,6 +161994,8 @@ self: {
];
description = "Data Validation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mercury-api" = callPackage
@@ -162301,16 +162059,15 @@ self: {
}) {};
"mergeless" = callPackage
- ({ mkDerivation, aeson, base, containers, mtl, time, validity
- , validity-containers, validity-time
+ ({ mkDerivation, aeson, base, containers, deepseq, mtl, validity
+ , validity-containers
}:
mkDerivation {
pname = "mergeless";
- version = "0.1.0.0";
- sha256 = "1sdi5h88xfb2rcxb9f7nzvlm94spgilsrkp4bs41s4j7cnhglyy6";
+ version = "0.2.0.2";
+ sha256 = "0rrqligrrswmyy1gg6ji2q28rb30y1y97sa2bfxd9rgvbx8fgr2g";
libraryHaskellDepends = [
- aeson base containers mtl time validity validity-containers
- validity-time
+ aeson base containers deepseq mtl validity validity-containers
];
license = stdenv.lib.licenses.mit;
}) {};
@@ -162893,6 +162650,8 @@ self: {
];
description = "A Microformats 2 parser";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"microformats2-types" = callPackage
@@ -162929,25 +162688,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "microlens";
- version = "0.4.10";
- sha256 = "1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw";
- revision = "1";
- editedCabalFile = "1qh5ifbwh62v14ygg3fj22wqimylph17ykng70vqv5x2rkp630jq";
- libraryHaskellDepends = [ base ];
- description = "A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "microlens_0_4_11_2" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "microlens";
version = "0.4.11.2";
sha256 = "1z6zdprpr193a56r5s67q75554rrqyp2kk6srxn1gif7fd54sj2f";
libraryHaskellDepends = [ base ];
description = "A tiny lens library with no dependencies";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"microlens-aeson" = callPackage
@@ -163001,8 +162746,8 @@ self: {
}:
mkDerivation {
pname = "microlens-ghc";
- version = "0.4.10";
- sha256 = "102dbrdsdadxbbhvx8avv1wbk84767a7lkb8ckp3zxk9g7qlly33";
+ version = "0.4.12";
+ sha256 = "07qh66alv00jz4l3w80km8grym6sk36c5kx5jfaya20irq91ni1b";
libraryHaskellDepends = [
array base bytestring containers microlens transformers
];
@@ -163010,43 +162755,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "microlens-ghc_0_4_11_1" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, microlens
- , transformers
- }:
- mkDerivation {
- pname = "microlens-ghc";
- version = "0.4.11.1";
- sha256 = "19h3rgh3xhp7zgnhpqhpihca05s69mimzkx0sh30lg96p99wx69r";
- libraryHaskellDepends = [
- array base bytestring containers microlens transformers
- ];
- description = "microlens + array, bytestring, containers, transformers";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"microlens-mtl" = callPackage
({ mkDerivation, base, microlens, mtl, transformers
, transformers-compat
}:
mkDerivation {
pname = "microlens-mtl";
- version = "0.1.11.1";
- sha256 = "0l6z1gkzwcpv89bxf5vgfrjb6gq2pj7sjjc53nvi5b9alx34zryk";
- libraryHaskellDepends = [
- base microlens mtl transformers transformers-compat
- ];
- description = "microlens support for Reader/Writer/State from mtl";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "microlens-mtl_0_2_0_1" = callPackage
- ({ mkDerivation, base, microlens, mtl, transformers
- , transformers-compat
- }:
- mkDerivation {
- pname = "microlens-mtl";
version = "0.2.0.1";
sha256 = "0ijy7xyd5lbc3calhcrhy8czkf3fjcxrv68p7kd2a5b352rfi7fp";
libraryHaskellDepends = [
@@ -163054,7 +162768,6 @@ self: {
];
description = "microlens support for Reader/Writer/State from mtl";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"microlens-platform" = callPackage
@@ -163063,33 +162776,14 @@ self: {
}:
mkDerivation {
pname = "microlens-platform";
- version = "0.3.11";
- sha256 = "18950lxgmsg5ksvyyi3zs1smjmb1qf1q73a3p3g44bh21miz0xwb";
- revision = "1";
- editedCabalFile = "14v7ffibzsa1fhf4pwvpw9ia67kgmk8wmxwibj7vr9rayrxy1ffv";
- libraryHaskellDepends = [
- base hashable microlens microlens-ghc microlens-mtl microlens-th
- text unordered-containers vector
- ];
- description = "Feature-complete microlens";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "microlens-platform_0_4_0" = callPackage
- ({ mkDerivation, base, hashable, microlens, microlens-ghc
- , microlens-mtl, microlens-th, text, unordered-containers, vector
- }:
- mkDerivation {
- pname = "microlens-platform";
- version = "0.4.0";
- sha256 = "0q90qsrcr6pa0nvzk46573ykxrf21lr4xm0jp5sp5pd30kx21fmx";
+ version = "0.4.1";
+ sha256 = "0zlijw6ib9zf15n750qz6jlvj9l6sdf0d29w8nkflr2bspbvxn03";
libraryHaskellDepends = [
base hashable microlens microlens-ghc microlens-mtl microlens-th
text unordered-containers vector
];
description = "microlens + all batteries included (best for apps)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"microlens-process" = callPackage
@@ -163100,8 +162794,8 @@ self: {
pname = "microlens-process";
version = "0.2.0.1";
sha256 = "0grnqs0b76la48ql6amrjnqfkgcb0rcq3s2xqs2czjg2jgp3zw5r";
- revision = "2";
- editedCabalFile = "0jy50p09axr5gwkhc2qnlragpzvy3s6b947s7r3354ya2byli4dz";
+ revision = "3";
+ editedCabalFile = "01p3glv58jhiw6znjba247r6d6b63illnjfx26yxlqk2bhib90ap";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base filepath microlens process ];
testHaskellDepends = [ base doctest microlens process ];
@@ -163115,27 +162809,8 @@ self: {
}:
mkDerivation {
pname = "microlens-th";
- version = "0.4.2.3";
- sha256 = "13qw0pwcgd6f6i39rwgqwcwk1d4da5x7wv3gna7gdlxaq331h41j";
- revision = "1";
- editedCabalFile = "167in7b1qhgrspx81bdm2jyg9qji66sk7id282c0s99kmp0d01n6";
- libraryHaskellDepends = [
- base containers microlens template-haskell th-abstraction
- transformers
- ];
- testHaskellDepends = [ base microlens ];
- description = "Automatic generation of record lenses for microlens";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "microlens-th_0_4_3_2" = callPackage
- ({ mkDerivation, base, containers, microlens, template-haskell
- , th-abstraction, transformers
- }:
- mkDerivation {
- pname = "microlens-th";
- version = "0.4.3.2";
- sha256 = "0wz27ir4fs4231a20iiy2ghnyyg4qd75h45k6602017pww1hv44x";
+ version = "0.4.3.4";
+ sha256 = "08cixz1840ycc1y2b8anf1pqzlhnh89i6wskixd5s5brf8jl0l79";
libraryHaskellDepends = [
base containers microlens template-haskell th-abstraction
transformers
@@ -163143,7 +162818,6 @@ self: {
testHaskellDepends = [ base microlens ];
description = "Automatic generation of record lenses for microlens";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"micrologger" = callPackage
@@ -163325,6 +162999,8 @@ self: {
];
description = "Convert MIDI file to music box punch tape";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"midi-simple" = callPackage
@@ -163346,8 +163022,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A simple and fast library for working with MIDI messages";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"midi-util" = callPackage
@@ -163474,8 +163148,6 @@ self: {
testHaskellDepends = [ base hspec http-client ];
description = "High performance web server on WAI/warp";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mighty-metropolis" = callPackage
@@ -163578,6 +163250,8 @@ self: {
];
description = "A Kafka client for Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mime" = callPackage
@@ -163680,8 +163354,8 @@ self: {
}:
mkDerivation {
pname = "min-max-pqueue";
- version = "0.1.0.0";
- sha256 = "142cfiybs6slzrdhc0k91rr5xxzi07saxcr834iic304cpbzcdrv";
+ version = "0.1.0.1";
+ sha256 = "09lby8qvjrcdp7ygy4a4dcw8w3y689qzazbcd55249z7ljjw731s";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base containers hedgehog ];
benchmarkHaskellDepends = [
@@ -163780,6 +163454,28 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "mini-egison_1_0_0" = callPackage
+ ({ mkDerivation, base, egison-pattern-src
+ , egison-pattern-src-th-mode, haskell-src-exts, haskell-src-meta
+ , hspec, mtl, primes, recursion-schemes, sort, template-haskell
+ }:
+ mkDerivation {
+ pname = "mini-egison";
+ version = "1.0.0";
+ sha256 = "1x78p2s706kb6w4ci6w0av19zhw4i64bbl6xmvwrjs66xjgxrai6";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base egison-pattern-src egison-pattern-src-th-mode haskell-src-exts
+ haskell-src-meta mtl recursion-schemes template-haskell
+ ];
+ executableHaskellDepends = [ base sort ];
+ testHaskellDepends = [ base hspec primes ];
+ description = "Template Haskell Implementation of Egison Pattern Matching";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"miniball" = callPackage
({ mkDerivation, base, vector }:
mkDerivation {
@@ -163841,8 +163537,8 @@ self: {
}:
mkDerivation {
pname = "minilight";
- version = "0.4.2";
- sha256 = "0bs4ix1yazq660jn9yz3yyfxx6scj2dgy37n13461l7ax1y9xp7s";
+ version = "0.4.3";
+ sha256 = "1qsmrb6bfwrv302pmm26nkkfky10h0mdkflvj3lfjmnz0bv7aw4g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -163882,8 +163578,8 @@ self: {
}:
mkDerivation {
pname = "minimorph";
- version = "0.2.1.0";
- sha256 = "1phpsd0j8c987sw99p4hyywr4ydcxf5aq4h6xqdl3acwi0dv4zhj";
+ version = "0.2.2.0";
+ sha256 = "1fmnlv2qr8vnxk82b208fp7ckp920zrj9z9xv7lv6d5lgnsasf2c";
libraryHaskellDepends = [ base text ];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit text
@@ -163942,8 +163638,6 @@ self: {
];
description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"minions" = callPackage
@@ -164083,8 +163777,8 @@ self: {
}:
mkDerivation {
pname = "miniutter";
- version = "0.5.0.0";
- sha256 = "0hgsk54s07497rsgsck8lhpfbrxavx1chq90hsw14w3ggr1xnc7f";
+ version = "0.5.1.0";
+ sha256 = "0871hhpj5fl5si6rwg9l1lpdarlva3y888rgrrb4gaqsssnh0kk1";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base binary containers minimorph text ];
testHaskellDepends = [
@@ -164198,6 +163892,8 @@ self: {
executableHaskellDepends = [ monad-loops regex-base regex-pcre ];
description = "fortune-mod clone";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mismi-core" = callPackage
@@ -164312,25 +164008,6 @@ self: {
}:
mkDerivation {
pname = "miso";
- version = "1.2.0.0";
- sha256 = "08yhr5hxrvgqdc32yz2j3mix7s8q5bzycld3kd4rfcy2h4h72962";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring containers http-api-data http-types lucid
- network-uri servant servant-lucid text transformers vector
- ];
- description = "A tasty Haskell front-end framework";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "miso_1_4_0_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, http-api-data
- , http-types, lucid, network-uri, servant, servant-lucid, text
- , transformers, vector
- }:
- mkDerivation {
- pname = "miso";
version = "1.4.0.0";
sha256 = "067z49ial3dwkbcza54aivdh8r4yx54zmpyxmd6mpyqlv96dv8gc";
isLibrary = true;
@@ -164341,7 +164018,6 @@ self: {
];
description = "A tasty Haskell front-end framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"miso-action-logger" = callPackage
@@ -164371,6 +164047,23 @@ self: {
broken = true;
}) {};
+ "miso-from-html" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, containers
+ , pretty-simple, text
+ }:
+ mkDerivation {
+ pname = "miso-from-html";
+ version = "0.1.0.0";
+ sha256 = "1bsa0xy1s9xnjam3arq2ngi6am5a4fzrrp8vlyh0ijniwm174x5k";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ attoparsec base bytestring containers pretty-simple text
+ ];
+ description = "Convert HTML to miso View syntax";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"miss" = callPackage
({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
, ChasingBottoms, containers, cryptohash-sha1, deepseq, digest
@@ -164482,6 +164175,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Mixing effects of one arrow into another one";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mixed-strategies" = callPackage
@@ -164669,33 +164364,6 @@ self: {
}:
mkDerivation {
pname = "mmark";
- version = "0.0.7.1";
- sha256 = "0apc582ck0g5ih0rpcljsfvss646ng62bjm37nj5z6k48symh16n";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base case-insensitive containers deepseq dlist email-validate
- foldl hashable html-entity-map lucid megaparsec microlens
- microlens-th modern-uri mtl parser-combinators text text-metrics
- unordered-containers yaml
- ];
- testHaskellDepends = [
- aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri
- QuickCheck text
- ];
- benchmarkHaskellDepends = [ base criterion text weigh ];
- description = "Strict markdown processor for writers";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "mmark_0_0_7_2" = callPackage
- ({ mkDerivation, aeson, base, case-insensitive, containers
- , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec
- , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens
- , microlens-th, modern-uri, mtl, parser-combinators, QuickCheck
- , text, text-metrics, unordered-containers, weigh, yaml
- }:
- mkDerivation {
- pname = "mmark";
version = "0.0.7.2";
sha256 = "1wwszzba6fvg0r4q5z2dzashim0nkaxzx4rmjl216kdi08jkp7mm";
enableSeparateDataOutput = true;
@@ -164712,7 +164380,6 @@ self: {
benchmarkHaskellDepends = [ base criterion text weigh ];
description = "Strict markdown processor for writers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mmark-cli" = callPackage
@@ -164782,8 +164449,6 @@ self: {
libraryHaskellDepends = [ base vector ];
description = "The library that can be used for multiple (Ord a) => a -> b transformations";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn3" = callPackage
@@ -164802,8 +164467,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn4";
- version = "0.1.5.0";
- sha256 = "0bwdngcasppsfk7znijzimgrrbiilapz4cqg45j2xvd5niaqkfkm";
+ version = "0.1.6.0";
+ sha256 = "0kz7wpfpvfayb6jgd0wwrb3dljcigmqdiixb7b86vyh36nzxhcfj";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -164811,16 +164476,14 @@ self: {
];
description = "The \"glue\" between electronic tables and GraphViz";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn5" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "mmsyn5";
- version = "0.4.2.2";
- sha256 = "1y5f9fwc9k7hbmnk8fvm6m6h2lrdsfijr6jn0dfj6fhc17kmp46p";
+ version = "0.4.3.0";
+ sha256 = "02ndmx1ndm87i2xlnaarw8yljjki1k7ak0jyb5s0c7hkvlrl7qax";
libraryHaskellDepends = [ base ];
description = "Various additional operations on lists (some with intermediate Monads)";
license = stdenv.lib.licenses.mit;
@@ -164832,8 +164495,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn6ukr";
- version = "0.6.2.0";
- sha256 = "1qmyak0srd3ksj8kk8a8dyy6cbg9kdacdlldnpw46778a5792k0m";
+ version = "0.6.3.1";
+ sha256 = "0iyyw02w4mw2g66dqs2ihd5qs4qrs4dcaql7y8gd3gc26mhn7svq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -164845,8 +164508,6 @@ self: {
];
description = "A musical instrument synthesizer or a tool for Ukrainian language listening";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn7h" = callPackage
@@ -164855,8 +164516,8 @@ self: {
}:
mkDerivation {
pname = "mmsyn7h";
- version = "0.6.1.0";
- sha256 = "0gjcfv60wapq3cwxic0p8kp9nm1jh67br8sdqh35dh6ycc9c77fi";
+ version = "0.7.5.0";
+ sha256 = "17haan991lzs5qs4gzywhk4vpn9dvgasdm9ff8hzs5h6a0604sfn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -164869,42 +164530,34 @@ self: {
];
description = "Produces a sound recording specified by the Ukrainian text";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn7l" = callPackage
- ({ mkDerivation, base, directory, mmsyn2, mmsyn7ukr, vector }:
+ ({ mkDerivation, base, mmsyn2, mmsyn7ukr, vector }:
mkDerivation {
pname = "mmsyn7l";
- version = "0.2.3.0";
- sha256 = "1i9va9ynk4iihvgm5ivdf9pnjc7md2crdfkyww3a709ff416v60x";
+ version = "0.3.2.0";
+ sha256 = "0h3j7y6k9zagw0djj8hrnlhfdqg60hb52h9xb3ni326ijshw2qil";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ base directory mmsyn2 mmsyn7ukr vector ];
- executableHaskellDepends = [
- base directory mmsyn2 mmsyn7ukr vector
- ];
- description = "Modifies the amplitude of the sound representations for the Ukrainian language created by mmsyn7ukr package";
+ libraryHaskellDepends = [ base mmsyn2 mmsyn7ukr vector ];
+ executableHaskellDepends = [ base mmsyn2 mmsyn7ukr vector ];
+ description = "Modifies the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn7s" = callPackage
- ({ mkDerivation, base, mmsyn6ukr, vector }:
+ ({ mkDerivation, base, mmsyn2, mmsyn5, mmsyn6ukr, vector }:
mkDerivation {
pname = "mmsyn7s";
- version = "0.1.1.0";
- sha256 = "1lm1a9cvayqk6csjisrxqc0xxgzvdh8dvav9hcqvs4wbvvf9bn26";
+ version = "0.6.6.0";
+ sha256 = "0hmsf7l3p2b2zj5ydjzxzkgqsj53yjwn71vgw8qzhbxjihk5x6l2";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ base mmsyn6ukr vector ];
- executableHaskellDepends = [ base mmsyn6ukr vector ];
+ libraryHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ];
+ executableHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ];
description = "Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmsyn7ukr" = callPackage
@@ -164913,10 +164566,11 @@ self: {
}:
mkDerivation {
pname = "mmsyn7ukr";
- version = "0.9.3.0";
- sha256 = "1qqr5zkzs03bhj6gmld60j5sxrhw2myiy8aip4svs2xyz3f8wp04";
+ version = "0.15.3.0";
+ sha256 = "02556sgfwi0fzlwj0x22hmyi9pgq0j7w4yfpjy2ni1px8vanwq5j";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring directory mmsyn2 mmsyn3 mmsyn6ukr process vector
];
@@ -164925,8 +164579,6 @@ self: {
];
description = "A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mmtf" = callPackage
@@ -164970,6 +164622,8 @@ self: {
pname = "mmtl-base";
version = "15321.1";
sha256 = "13hdaxpb9zds3yc2l3pl60h26541yvswprdc43swn05hzf6p01nq";
+ revision = "1";
+ editedCabalFile = "1iby6x0pkqz4447nr5aqpzch2msqb76bdypcprpi5y8djr51x248";
libraryHaskellDepends = [ base mmtl ];
description = "MonadBase type-class for mmtl";
license = stdenv.lib.licenses.bsd3;
@@ -165048,17 +164702,18 @@ self: {
"mod" = callPackage
({ mkDerivation, base, deepseq, integer-gmp, quickcheck-classes
- , quickcheck-classes-base, semirings, tasty, tasty-quickcheck
+ , quickcheck-classes-base, semirings, tasty, tasty-quickcheck, time
}:
mkDerivation {
pname = "mod";
- version = "0.1.0.0";
- sha256 = "10cvd4275jzd8h1f227nivbvf52kbk0hn00zwrb1hmrgif6a31gd";
+ version = "0.1.1.0";
+ sha256 = "03v942bd1hqcvikg71639f1p4s2zrx3zpf1yhwfrkl22c62cy99k";
libraryHaskellDepends = [ base deepseq integer-gmp semirings ];
testHaskellDepends = [
base quickcheck-classes quickcheck-classes-base semirings tasty
tasty-quickcheck
];
+ benchmarkHaskellDepends = [ base time ];
description = "Fast type-safe modular arithmetic";
license = stdenv.lib.licenses.mit;
}) {};
@@ -165368,6 +165023,8 @@ self: {
];
description = "A functional firewall killer";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mohws" = callPackage
@@ -165467,6 +165124,8 @@ self: {
];
description = "A better error monad transformer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-atom" = callPackage
@@ -165506,6 +165165,38 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "monad-bayes" = callPackage
+ ({ mkDerivation, abstract-par, base, containers, criterion, free
+ , hspec, ieee754, log-domain, math-functions, monad-coroutine, mtl
+ , mwc-random, optparse-applicative, process, QuickCheck, safe
+ , statistics, time, transformers, vector
+ }:
+ mkDerivation {
+ pname = "monad-bayes";
+ version = "0.1.0.0";
+ sha256 = "1ldzzk3k578z5n5yb9i2fv5rx8jamy8jjy33k40y698a07p8wzyz";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base containers free ieee754 log-domain math-functions
+ monad-coroutine mtl mwc-random safe statistics transformers vector
+ ];
+ executableHaskellDepends = [
+ base containers log-domain mwc-random optparse-applicative time
+ vector
+ ];
+ testHaskellDepends = [
+ base hspec ieee754 log-domain math-functions mtl QuickCheck
+ transformers vector
+ ];
+ benchmarkHaskellDepends = [
+ abstract-par base containers criterion log-domain mwc-random
+ process vector
+ ];
+ description = "A library for probabilistic programming";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"monad-bool" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -165527,6 +165218,23 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "Monadic abstraction for computations that can be branched and run independently";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "monad-choice" = callPackage
+ ({ mkDerivation, base, invariant, MonadRandom, mtl, transformers }:
+ mkDerivation {
+ pname = "monad-choice";
+ version = "0.1.0.0";
+ sha256 = "0vhfiqrnkfhqkhnh9h4npl3rfam321iikabr3przywfcfd4gap4z";
+ revision = "1";
+ editedCabalFile = "19acnk2dy5zan230g268nyvdx1y8piav3x9z6jsjbi2d7zm9sr38";
+ libraryHaskellDepends = [
+ base invariant MonadRandom mtl transformers
+ ];
+ description = "Monad, monad transformer, and typeclass representing choices";
+ license = stdenv.lib.licenses.agpl3;
}) {};
"monad-chronicle" = callPackage
@@ -165597,8 +165305,6 @@ self: {
];
description = "Monadic conversion between complex data structures and unique integers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monad-connect" = callPackage
@@ -165728,6 +165434,8 @@ self: {
];
description = "Guard monadic computations with cleanup actions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-fork" = callPackage
@@ -165892,6 +165600,8 @@ self: {
];
description = "A simple and fast logging monad";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-logger" = callPackage
@@ -165903,8 +165613,8 @@ self: {
}:
mkDerivation {
pname = "monad-logger";
- version = "0.3.31";
- sha256 = "0awr06bh5d51kci2w2xsj34qvh98sb6dm48a4k05k8awv8hrrpmd";
+ version = "0.3.32";
+ sha256 = "14f1igbrkvwxxyhk58apc7swpzadaimfyaf75hwmsf5xc7xvjxyr";
libraryHaskellDepends = [
base bytestring conduit conduit-extra exceptions fast-logger
lifted-base monad-control monad-loops mtl resourcet stm stm-chans
@@ -165961,6 +165671,8 @@ self: {
];
description = "syslog output for monad-logger";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-loops" = callPackage
@@ -166075,6 +165787,8 @@ self: {
testHaskellDepends = [ base ];
description = "A convenient wrapper around EKG metrics";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-metrics-extensible" = callPackage
@@ -166095,6 +165809,8 @@ self: {
];
description = "An extensible and type-safe wrapper around EKG metrics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-mock" = callPackage
@@ -166222,6 +165938,8 @@ self: {
libraryHaskellDepends = [ base mtl stm ];
description = "Parameterized monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-peel" = callPackage
@@ -166262,6 +165980,8 @@ self: {
];
description = "An mtl-style typeclass and transformer for persistent";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-primitive" = callPackage
@@ -166326,8 +166046,6 @@ self: {
libraryHaskellDepends = [ base mmorph mtl transformers ];
description = "Resumption and reactive resumption monads for Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monad-skeleton" = callPackage
@@ -166463,6 +166181,8 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "A monad transformer that turns event processing into co-routine programming";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monad-time" = callPackage
@@ -166648,6 +166368,8 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "The Acme and AcmeT monads";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monadbi" = callPackage
@@ -166954,36 +166676,6 @@ self: {
"mongoDB" = callPackage
({ mkDerivation, array, base, base16-bytestring, base64-bytestring
, binary, bson, bytestring, conduit, conduit-extra, containers
- , criterion, cryptohash, data-default-class, hashtables, hspec
- , lifted-base, monad-control, mtl, network, nonce, old-locale
- , parsec, pureMD5, random, random-shuffle, resourcet, stm, tagged
- , text, time, tls, transformers, transformers-base
- }:
- mkDerivation {
- pname = "mongoDB";
- version = "2.5.0.0";
- sha256 = "15zlh2ws9vs2d5rp1g299b4lrpj6a4gcdm1zqiig452w7m1bsyzd";
- libraryHaskellDepends = [
- array base base16-bytestring base64-bytestring binary bson
- bytestring conduit conduit-extra containers cryptohash
- data-default-class hashtables lifted-base monad-control mtl network
- nonce parsec pureMD5 random random-shuffle resourcet stm tagged
- text time tls transformers transformers-base
- ];
- testHaskellDepends = [ base hspec mtl old-locale text time ];
- benchmarkHaskellDepends = [
- array base base16-bytestring base64-bytestring binary bson
- bytestring containers criterion cryptohash data-default-class
- hashtables lifted-base monad-control mtl network nonce parsec
- random random-shuffle stm text transformers-base
- ];
- description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "mongoDB_2_6_0_0" = callPackage
- ({ mkDerivation, array, base, base16-bytestring, base64-bytestring
- , binary, bson, bytestring, conduit, conduit-extra, containers
, criterion, cryptohash, data-default-class, dns, fail, hashtables
, hspec, http-types, lifted-base, monad-control, mtl, network
, nonce, old-locale, parsec, pureMD5, random, random-shuffle
@@ -166992,8 +166684,8 @@ self: {
}:
mkDerivation {
pname = "mongoDB";
- version = "2.6.0.0";
- sha256 = "14vf47ss02hf50fd3db48jiqhw51q6fpg7ps03kx45ab1cc527kn";
+ version = "2.7.0.0";
+ sha256 = "1gj97hfznhmfdvwdgf6fkizla2d9cy31933qw5i8p7fmh7igzgvk";
libraryHaskellDepends = [
array base base16-bytestring base64-bytestring binary bson
bytestring conduit conduit-extra containers cryptohash
@@ -167012,6 +166704,7 @@ self: {
description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mongodb-queue" = callPackage
@@ -167073,19 +166766,19 @@ self: {
"monky" = callPackage
({ mkDerivation, base, bytestring, cereal, composition, containers
, directory, env-locale, formatting, mtl, netlink, network
- , old-time, optparse-applicative, process, pulseaudio, statvfs, stm
- , template-haskell, text, time, transformers, unix
+ , old-time, optparse-applicative, process, pulseaudio, scientific
+ , statvfs, stm, template-haskell, text, time, transformers, unix
}:
mkDerivation {
pname = "monky";
- version = "2.2.1.0";
- sha256 = "1iw0q2ymddnjq2sbzan03abnj00fwaz8pjadbsn63053wai5axfx";
+ version = "2.2.1.1";
+ sha256 = "1w188ihy40rmz0xnrss5zc0lw5cmrj61pv3f5iq8y5q35zbimksm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring cereal composition containers directory env-locale
- formatting mtl netlink network old-time pulseaudio statvfs stm
- template-haskell text time transformers unix
+ formatting mtl netlink network old-time pulseaudio scientific
+ statvfs stm template-haskell text time transformers unix
];
executableHaskellDepends = [
base containers directory mtl optparse-applicative process unix
@@ -167187,6 +166880,8 @@ self: {
libraryHaskellDepends = [ base containers lens mtl ];
description = "Monoid type classes, designed in modular way, distinguish Monoid from Mempty and Semigroup. This design allows mempty operation don't bring Semigroups related constraints until (<>) is used.";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monoid-absorbing" = callPackage
@@ -167260,8 +166955,6 @@ self: {
];
description = "Monoids for calculation of statistics of sample";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monoid-subclasses" = callPackage
@@ -167270,25 +166963,6 @@ self: {
}:
mkDerivation {
pname = "monoid-subclasses";
- version = "0.4.6.1";
- sha256 = "19mfklkdhyv94pfg5i92h0z90sc99rbgpi8z0w55bz3qhxnqg5yh";
- 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;
- }) {};
-
- "monoid-subclasses_1_0_1" = callPackage
- ({ mkDerivation, base, bytestring, containers, primes, QuickCheck
- , quickcheck-instances, tasty, tasty-quickcheck, text, vector
- }:
- mkDerivation {
- pname = "monoid-subclasses";
version = "1.0.1";
sha256 = "16ypv15brywq8s403v0c586py3pw2gii8z2i91l71qjq95ii8b53";
libraryHaskellDepends = [
@@ -167300,7 +166974,6 @@ self: {
];
description = "Subclasses of Monoid";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"monoid-transformer" = callPackage
@@ -167316,24 +166989,6 @@ self: {
"monoidal-containers" = callPackage
({ mkDerivation, aeson, base, containers, deepseq, hashable, lens
- , newtype, semigroups, unordered-containers
- }:
- mkDerivation {
- pname = "monoidal-containers";
- version = "0.4.0.0";
- sha256 = "15mh2hx7a31gr5zb2g30h2fcnb3a2wvv2y8hvzzk5l9cr2nvhcm1";
- revision = "1";
- editedCabalFile = "18m2r5kfvkss8vh537vh2k4zbpncmwadg1g4pzsw0rdmkyn7lyjd";
- libraryHaskellDepends = [
- aeson base containers deepseq hashable lens newtype semigroups
- unordered-containers
- ];
- description = "Containers with monoidal accumulation";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "monoidal-containers_0_6_0_1" = callPackage
- ({ mkDerivation, aeson, base, containers, deepseq, hashable, lens
, newtype, semialign, semigroups, these, unordered-containers
}:
mkDerivation {
@@ -167346,7 +167001,6 @@ self: {
];
description = "Containers with monoidal accumulation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"monoidplus" = callPackage
@@ -167495,8 +167149,6 @@ self: {
];
description = "Month, YearMonth, Quarter, YearQuarter types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monus" = callPackage
@@ -167513,6 +167165,8 @@ self: {
];
description = "a 'Monus' is a commutative monoid that allows a notion of substraction";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"monzo" = callPackage
@@ -167647,47 +167301,47 @@ self: {
"morley" = callPackage
({ mkDerivation, aeson, aeson-options, aeson-pretty, base-noprelude
- , base16-bytestring, base58-bytestring, bimap, binary, bytestring
+ , base16-bytestring, base58-bytestring, binary, bytestring
, constraints, containers, cryptonite, data-default, directory
, filepath, first-class-families, fmt, formatting, ghc-prim, gitrev
, hex-text, hspec, hspec-expectations, HUnit, interpolate, lens
, megaparsec, memory, morley-prelude, mtl, named
, optparse-applicative, parser-combinators, pretty-simple
- , pretty-terminal, QuickCheck, quickcheck-arbitrary-adt
- , quickcheck-instances, show-type, singletons, spoon, syb, tasty
- , tasty-ant-xml, tasty-discover, tasty-hspec, tasty-hunit
- , tasty-quickcheck, template-haskell, text, th-lift
- , th-lift-instances, time, timerep, transformers-compat, type-spec
- , unordered-containers, vector, vinyl, wl-pprint-text
+ , QuickCheck, quickcheck-arbitrary-adt, quickcheck-instances
+ , show-type, singletons, syb, tasty, tasty-ant-xml, tasty-discover
+ , tasty-hspec, tasty-hunit-compat, tasty-quickcheck
+ , template-haskell, text, th-lift, th-lift-instances, time, timerep
+ , transformers-compat, unordered-containers, vector, vinyl
+ , wl-pprint-text
}:
mkDerivation {
pname = "morley";
- version = "0.6.0";
- sha256 = "0pp771h03k0xfcpddxg0s865cl8jqk2gv29mfng6c6hvbmbwy381";
+ version = "1.0.0";
+ sha256 = "0c7sbfib751066bzlqnmsj03livgar4i27pf0rag91apmlzgh057";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-options aeson-pretty base-noprelude base16-bytestring
- base58-bytestring bimap binary bytestring constraints containers
+ base58-bytestring binary bytestring constraints containers
cryptonite data-default first-class-families fmt formatting
ghc-prim gitrev hex-text hspec HUnit interpolate lens megaparsec
- memory morley-prelude mtl named parser-combinators pretty-terminal
- QuickCheck quickcheck-arbitrary-adt quickcheck-instances show-type
- singletons syb tasty tasty-ant-xml tasty-hunit template-haskell
- text th-lift th-lift-instances time timerep transformers-compat
- unordered-containers vector vinyl wl-pprint-text
+ memory morley-prelude mtl named parser-combinators QuickCheck
+ quickcheck-arbitrary-adt quickcheck-instances show-type singletons
+ syb tasty tasty-ant-xml tasty-hunit-compat tasty-quickcheck
+ template-haskell text th-lift th-lift-instances time timerep
+ transformers-compat unordered-containers vector vinyl
+ wl-pprint-text
];
executableHaskellDepends = [
base-noprelude fmt morley-prelude named optparse-applicative
pretty-simple
];
testHaskellDepends = [
- aeson base-noprelude bimap bytestring constraints containers
- data-default directory filepath first-class-families fmt formatting
- hex-text hspec hspec-expectations HUnit lens megaparsec
- morley-prelude QuickCheck quickcheck-arbitrary-adt
- quickcheck-instances singletons spoon syb tasty tasty-hspec
- tasty-quickcheck text type-spec unordered-containers vinyl
+ aeson base-noprelude bytestring containers data-default directory
+ filepath fmt formatting hex-text hspec hspec-expectations HUnit
+ lens megaparsec morley-prelude QuickCheck quickcheck-arbitrary-adt
+ quickcheck-instances singletons syb tasty tasty-hspec
+ tasty-hunit-compat tasty-quickcheck text unordered-containers
];
testToolDepends = [ tasty-discover ];
description = "Developer tools for the Michelson Language";
@@ -167705,8 +167359,6 @@ self: {
libraryHaskellDepends = [ base-noprelude universum ];
description = "A custom prelude used in Morley";
license = stdenv.lib.licenses.agpl3Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"morph" = callPackage
@@ -167726,8 +167378,6 @@ self: {
executableHaskellDepends = [ base ];
description = "A simple database migrator for PostgreSQL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"morpheus-graphql" = callPackage
@@ -167990,6 +167640,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Generate state diagrams from Motor FSM typeclasses";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"motor-reflection" = callPackage
@@ -168007,6 +167659,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Reflect on Motor FSM typeclasses to obtain runtime representations";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mount" = callPackage
@@ -168168,6 +167822,26 @@ self: {
broken = true;
}) {inherit (pkgs) openmpi;};
+ "mplayer-spot" = callPackage
+ ({ mkDerivation, async, attoparsec, base, bytestring, conduit
+ , conduit-extra, directory, filepath, process, semigroupoids
+ , streaming-commons, tagged, text
+ }:
+ mkDerivation {
+ pname = "mplayer-spot";
+ version = "0.1.0.0";
+ sha256 = "13fmz1p6mbzi8ax6wa5xpwb8jkbcw007r3lsjd14igdcif19cq3q";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async attoparsec base bytestring conduit conduit-extra directory
+ filepath process semigroupoids streaming-commons tagged text
+ ];
+ executableHaskellDepends = [ base ];
+ description = "Save your spot when watching movies with @mplayer@";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"mpppc" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, split, text }:
mkDerivation {
@@ -168650,6 +168324,8 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "Very strict CPS'd transformers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mtl-compat" = callPackage
@@ -168799,20 +168475,21 @@ self: {
}) {};
"mu-avro" = callPackage
- ({ mkDerivation, aeson, avro, base, bytestring, containers
- , mu-schema, sop-core, tagged, template-haskell, text
- , unordered-containers, vector
+ ({ mkDerivation, aeson, avro, base, bytestring, containers, deepseq
+ , language-avro, mu-rpc, mu-schema, sop-core, tagged
+ , template-haskell, text, time, unordered-containers, uuid, vector
}:
mkDerivation {
pname = "mu-avro";
- version = "0.1.0.0";
- sha256 = "1g5083vwd0s7h27r8l8mdrqwbflq89cgm1660cd1nd29vypwz55x";
+ version = "0.2.0.0";
+ sha256 = "12cjq2pfaksa8s93j731p6i572xlnpl7p42lz1kvyyn4bg5r222y";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson avro base bytestring containers mu-schema sop-core tagged
- template-haskell text unordered-containers vector
+ aeson avro base bytestring containers deepseq language-avro mu-rpc
+ mu-schema sop-core tagged template-haskell text time
+ unordered-containers uuid vector
];
executableHaskellDepends = [ avro base bytestring mu-schema ];
description = "Avro serialization support for Mu microservices";
@@ -168821,18 +168498,20 @@ self: {
"mu-grpc-client" = callPackage
({ mkDerivation, async, base, bytestring, conduit, http2
- , http2-client, http2-client-grpc, http2-grpc-proto3-wire
- , mu-protobuf, mu-rpc, mu-schema, sop-core, stm, stm-chans
- , stm-conduit, template-haskell, text, th-abstraction
+ , http2-client, http2-client-grpc, http2-grpc-types, mu-grpc-common
+ , mu-optics, mu-protobuf, mu-rpc, mu-schema, optics-core, sop-core
+ , stm, stm-chans, stm-conduit, template-haskell, text
+ , th-abstraction
}:
mkDerivation {
pname = "mu-grpc-client";
- version = "0.1.0.0";
- sha256 = "00i6z413dknh71dnzy61wcgkcwczj74042glsag8193pr1kxa3s6";
+ version = "0.2.0.0";
+ sha256 = "0dy9nfzyls5410dh7crgk03bfwcrxgcwryqhplsg25x5rxplkcfb";
libraryHaskellDepends = [
async base bytestring conduit http2 http2-client http2-client-grpc
- http2-grpc-proto3-wire mu-protobuf mu-rpc mu-schema sop-core stm
- stm-chans stm-conduit template-haskell text th-abstraction
+ http2-grpc-types mu-grpc-common mu-optics mu-protobuf mu-rpc
+ mu-schema optics-core sop-core stm stm-chans stm-conduit
+ template-haskell text th-abstraction
];
description = "gRPC clients from Mu definitions";
license = stdenv.lib.licenses.asl20;
@@ -168840,28 +168519,45 @@ self: {
broken = true;
}) {};
+ "mu-grpc-common" = callPackage
+ ({ mkDerivation, avro, base, binary, bytestring
+ , http2-grpc-proto3-wire, http2-grpc-types, mu-avro, mu-protobuf
+ , mu-rpc, mu-schema
+ }:
+ mkDerivation {
+ pname = "mu-grpc-common";
+ version = "0.2.0.0";
+ sha256 = "04984ibj6ma880jchibmr1z696mrik29gc2qnaf0vsp0nxwqr9vv";
+ libraryHaskellDepends = [
+ avro base binary bytestring http2-grpc-proto3-wire http2-grpc-types
+ mu-avro mu-protobuf mu-rpc mu-schema
+ ];
+ description = "gRPC for Mu, common modules for client and server";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"mu-grpc-server" = callPackage
- ({ mkDerivation, async, base, bytestring, conduit
- , http2-grpc-proto3-wire, http2-grpc-types, mtl, mu-protobuf
- , mu-rpc, mu-schema, sop-core, stm, stm-conduit, wai, warp
- , warp-grpc, warp-tls
+ ({ mkDerivation, async, base, binary, bytestring, conduit
+ , http2-grpc-types, mtl, mu-grpc-common, mu-protobuf, mu-rpc
+ , mu-schema, sop-core, stm, stm-conduit, wai, warp, warp-grpc
+ , warp-tls
}:
mkDerivation {
pname = "mu-grpc-server";
- version = "0.1.0.1";
- sha256 = "0f494cn3x1v6hdmyf7w97hvhlvichw70pz9jza232rv7ds6bq38j";
- revision = "1";
- editedCabalFile = "0g1qs1ydjy0yn2997il049ldb303gvjvc1pn7j161zb31zlc699m";
+ version = "0.2.0.0";
+ sha256 = "1g3dr66b6915ci53lhygahw8ganqivd42a918amv1xcxq7li1m76";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base bytestring conduit http2-grpc-proto3-wire
- http2-grpc-types mtl mu-protobuf mu-rpc mu-schema sop-core stm
+ async base binary bytestring conduit http2-grpc-types mtl
+ mu-grpc-common mu-protobuf mu-rpc mu-schema sop-core stm
stm-conduit wai warp warp-grpc warp-tls
];
executableHaskellDepends = [
- async base bytestring conduit http2-grpc-proto3-wire
- http2-grpc-types mtl mu-protobuf mu-rpc mu-schema sop-core stm
+ async base binary bytestring conduit http2-grpc-types mtl
+ mu-grpc-common mu-protobuf mu-rpc mu-schema sop-core stm
stm-conduit wai warp warp-grpc warp-tls
];
description = "gRPC servers for Mu definitions";
@@ -168870,14 +168566,28 @@ self: {
broken = true;
}) {};
+ "mu-optics" = callPackage
+ ({ mkDerivation, base, containers, mu-schema, optics-core, sop-core
+ }:
+ mkDerivation {
+ pname = "mu-optics";
+ version = "0.2.0.0";
+ sha256 = "1b3954pq7iia4vq2bnl1gw2qakdrwkh647qpb1sl1dmrpi0mc77m";
+ libraryHaskellDepends = [
+ base containers mu-schema optics-core sop-core
+ ];
+ description = "Optics for @mu-schema@ terms";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"mu-persistent" = callPackage
({ mkDerivation, base, monad-logger, mu-schema, persistent
, resourcet, transformers
}:
mkDerivation {
pname = "mu-persistent";
- version = "0.1.0.0";
- sha256 = "16y1d69zwfrv2wdx0xj1aavhkfv5z6bg9wvzj29215k1vcvarx7i";
+ version = "0.2.0.0";
+ sha256 = "1n81dpayp0q0i19w1pchgwwblxz0jd510q01r8mvwpf099gb27pa";
libraryHaskellDepends = [
base monad-logger mu-schema persistent resourcet transformers
];
@@ -168893,8 +168603,8 @@ self: {
}:
mkDerivation {
pname = "mu-protobuf";
- version = "0.1.0.0";
- sha256 = "1vlsq45cjkll4y9fjgjnvp1d9ax850zxy9rawprcrnwc48wmpdxz";
+ version = "0.2.0.0";
+ sha256 = "10yxb4dfdm9bm41gpd2jbb7jz79gk7s5yzqf3d994zqcq0d5k5fh";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -168918,8 +168628,8 @@ self: {
}:
mkDerivation {
pname = "mu-rpc";
- version = "0.1.0.0";
- sha256 = "1hinkmhgp49sl7d00iz20p9maf47almii9000hfkszyqbq1dh58p";
+ version = "0.2.0.0";
+ sha256 = "1rw4gci0m5isij0bgngbm7zjxafnkibmg3qsxs6dym19mxgqs9nk";
libraryHaskellDepends = [
base conduit mtl mu-schema sop-core template-haskell text
];
@@ -168934,8 +168644,8 @@ self: {
}:
mkDerivation {
pname = "mu-schema";
- version = "0.1.0.0";
- sha256 = "0yqm70w5xbzlcgqdwywfr0qncxlzi9z3nshs8x06shd0g0gjgmhy";
+ version = "0.2.0.0";
+ sha256 = "1rdv2mvp66xy41l0g8v03szn5ndg8wji4mzpnqdd90z2xzim4z0w";
libraryHaskellDepends = [
aeson base bytestring containers sop-core template-haskell text
th-abstraction unordered-containers vector
@@ -169016,6 +168726,8 @@ self: {
];
description = "A simple document-oriented database";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mueval" = callPackage
@@ -169110,20 +168822,14 @@ self: {
}) {};
"multi-containers" = callPackage
- ({ mkDerivation, base, containers, directory, extra, filepath
- , hspec
- }:
+ ({ mkDerivation, base, containers, hspec, hspec-discover }:
mkDerivation {
pname = "multi-containers";
- version = "0.1.0.2";
- sha256 = "1az9drnj6kd6x8r8gycfndqw9mhv0arvi4mkmqcazjg3lr7rxvpa";
- isLibrary = true;
- isExecutable = true;
+ version = "0.1.1";
+ sha256 = "0spqq8a9lzz7ajwdxsnnvs7q4n4y1g1yb0k16ykldvy3b21bckb6";
libraryHaskellDepends = [ base containers ];
- executableHaskellDepends = [
- base containers directory extra filepath
- ];
testHaskellDepends = [ base containers hspec ];
+ testToolDepends = [ hspec-discover ];
description = "A few multimap variants";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -169138,6 +168844,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Typeclasses augmented with a phantom type parameter";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"multi-trie" = callPackage
@@ -169150,6 +168858,8 @@ self: {
testHaskellDepends = [ base containers HTF ];
description = "Trie of sets, as a model for compound names having multiple values";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"multiaddr" = callPackage
@@ -169402,25 +169112,11 @@ self: {
({ mkDerivation, base, bytestring, parsec, stringsearch }:
mkDerivation {
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
@@ -169512,6 +169208,8 @@ self: {
];
description = "Wrapper program for duplicity, adding config files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"multipool" = callPackage
@@ -169576,6 +169274,8 @@ self: {
];
description = "Read and write appropriately from both master and replicated postgresql instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"multipool-postgresql-simple" = callPackage
@@ -169619,6 +169319,8 @@ self: {
testHaskellDepends = [ base ];
description = "Generic programming for families of recursive datatypes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"multirec-alt-deriver" = callPackage
@@ -169752,6 +169454,8 @@ self: {
pname = "multivector";
version = "0.1.0.0";
sha256 = "183i59ri20fci2f2w4algmr8crz6q2aj1yirhgwjilkj3f4h6h4d";
+ revision = "1";
+ editedCabalFile = "1gbdanlm661cmhjqc933585wrd9bdrz26mvmjph47hpk1kkgk1fr";
libraryHaskellDepends = [ base vector ];
testHaskellDepends = [
base smallcheck tasty tasty-smallcheck Vector
@@ -170138,23 +169842,25 @@ self: {
"musicScroll" = callPackage
({ mkDerivation, async, base, bytestring, containers, dbus, gi-gtk
- , gi-gtk-hs, gtk3, req, stm, tagsoup, text
+ , gi-gtk-hs, gtk3, mtl, req, stm, tagsoup, text, transformers
}:
mkDerivation {
pname = "musicScroll";
- version = "0.1.1.0";
- sha256 = "0f1i3ys1pfylb5igqwkap0k7v47a2c5vfnhc2flxw9h6aim8yh6h";
+ version = "0.1.2.0";
+ sha256 = "0n0s9vkhfwykghniillih5qgdz4cg1rn4vn86hinxaqfgzv6m96w";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- async base bytestring containers dbus gi-gtk gi-gtk-hs req stm
- tagsoup text
+ async base bytestring containers dbus gi-gtk gi-gtk-hs mtl req stm
+ tagsoup text transformers
];
executableHaskellDepends = [ base ];
executablePkgconfigDepends = [ gtk3 ];
description = "Supply your tunes info without leaving your music player";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) gtk3;};
"musicbrainz-email" = callPackage
@@ -170324,16 +170030,16 @@ self: {
"mutable" = callPackage
({ mkDerivation, base, constraints, criterion, deepseq, directory
- , generic-lens, microlens, microlens-th, primitive, reflection
- , time, transformers, vector, vinyl
+ , generic-lens, generic-lens-core, microlens, microlens-th
+ , primitive, reflection, time, transformers, vector, vinyl
}:
mkDerivation {
pname = "mutable";
- version = "0.1.0.0";
- sha256 = "1z231r8ngwhdr5znw2kxg6ldsasr8iyki0wwyg1s24d505xadnry";
+ version = "0.1.0.1";
+ sha256 = "1hcyijjq0s71jpa3bwxgk3dbnmyfq07cd8bwssj1aykpaaay3k9j";
libraryHaskellDepends = [
- base constraints generic-lens primitive reflection transformers
- vector vinyl
+ base constraints generic-lens generic-lens-core primitive
+ reflection transformers vector vinyl
];
benchmarkHaskellDepends = [
base criterion deepseq directory microlens microlens-th time
@@ -170466,12 +170172,16 @@ self: {
}) {};
"mwc-probability" = callPackage
- ({ mkDerivation, base, mwc-random, primitive, transformers }:
+ ({ mkDerivation, base, containers, mwc-random, primitive
+ , transformers
+ }:
mkDerivation {
pname = "mwc-probability";
- version = "2.1.0";
- sha256 = "0ac4pr2l0p48a0n6jym445c8h7n2nf1pqkhrz6cd1rjbmrk5mbm3";
- libraryHaskellDepends = [ base mwc-random primitive transformers ];
+ version = "2.2.0";
+ sha256 = "11zfchdsipfik1vrrx53d8h1j6b8lzrndwnnyvcnz1dqlz0dgqdz";
+ libraryHaskellDepends = [
+ base containers mwc-random primitive transformers
+ ];
description = "Sampling function-based probability distributions";
license = stdenv.lib.licenses.mit;
}) {};
@@ -170520,6 +170230,8 @@ self: {
libraryHaskellDepends = [ accelerate base mwc-random ];
description = "Generate Accelerate arrays filled with high quality pseudorandom numbers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mwc-random-monad" = callPackage
@@ -170882,6 +170594,8 @@ self: {
];
description = "pure haskell MySQL driver";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mysql-haskell-nem" = callPackage
@@ -170897,6 +170611,8 @@ self: {
];
description = "Adds a interface like mysql-simple to mysql-haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mysql-haskell-openssl" = callPackage
@@ -171011,6 +170727,29 @@ self: {
];
description = "Web application to view and kill MySQL queries";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "myxine-client" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, dependent-map
+ , dependent-sum, file-embed, hashable, http-client, http-types, req
+ , template-haskell, text, transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "myxine-client";
+ version = "0.0.0.2";
+ sha256 = "1pfvkdc7pa7x16skdcx355l20qk6574nhkjyzpk9jb7i0wqjqsf8";
+ libraryHaskellDepends = [
+ aeson base bytestring dependent-map dependent-sum file-embed
+ hashable http-client http-types req template-haskell text
+ transformers unordered-containers
+ ];
+ testHaskellDepends = [ bytestring text ];
+ description = "A Haskell client for the Myxine GUI server";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mzv" = callPackage
@@ -171027,15 +170766,18 @@ self: {
}) {};
"n-ary-functor" = callPackage
- ({ mkDerivation, base, doctest, doctest-discover }:
+ ({ mkDerivation, base, Cabal, cabal-doctest, doctest
+ , natural-transformation, transformers
+ }:
mkDerivation {
pname = "n-ary-functor";
- version = "0.1.0.0";
- sha256 = "1v1ki6mfgj7jhj7w94w15sisd57akwlb0c2s3bczvj47f7f8p7vi";
- revision = "1";
- editedCabalFile = "1pnl2kx406l99icyii50mr3vdaa6hxcsbgh37sh43my3l5dkfl57";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base doctest doctest-discover ];
+ version = "1.0";
+ sha256 = "18ny8fvg9cz4l6zvrvw0jcjbkp7x75h3cl3p20chlqhnl3m17zlx";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ base natural-transformation transformers
+ ];
+ testHaskellDepends = [ base doctest ];
description = "An n-ary version of Functor";
license = stdenv.lib.licenses.publicDomain;
}) {};
@@ -171110,6 +170852,8 @@ self: {
];
description = "N2O Protocols Starter Pack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"n2o-web" = callPackage
@@ -171128,6 +170872,8 @@ self: {
];
description = "N2O adapter for WebSockets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nagios-check" = callPackage
@@ -171174,6 +170920,8 @@ self: {
];
description = "Parse Nagios performance data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nagios-plugin-ekg" = callPackage
@@ -171310,8 +171058,8 @@ self: {
({ mkDerivation, base, singletons, tasty, tasty-hunit, text }:
mkDerivation {
pname = "named-sop";
- version = "0.2.0.0";
- sha256 = "1yz4cp19nf44cscfzhwsw7xigq07sxbvzfw5v5l3jgsjxi5xw9ad";
+ version = "0.3.0.0";
+ sha256 = "0fc55x0lx14fnynm42xp4z9n5k47wrwscq130rfffvf6w6xl6x7d";
libraryHaskellDepends = [ base singletons text ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Dependently-typed sums and products, tagged by field name";
@@ -171606,6 +171354,8 @@ self: {
];
description = "Efficient representable functors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"naqsha" = callPackage
@@ -171624,6 +171374,8 @@ self: {
doHaddock = false;
description = "A library for working with anything map related";
license = "(Apache-2.0 OR BSD-3-Clause)";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"narc" = callPackage
@@ -171739,6 +171491,8 @@ self: {
benchmarkHaskellDepends = [ base criterion time ];
description = "Another Haskell client for NATS (https://nats.io)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nats-queue" = callPackage
@@ -171802,6 +171556,8 @@ self: {
pname = "natural-induction";
version = "0.2.0.0";
sha256 = "1brkmvkwpgqsxra210h8fkb9bpvawmbdwwvvhsd58kzmkd599alr";
+ revision = "1";
+ editedCabalFile = "012kjygd54rxinmaplqnbw0hkfm4wp829j0afjxr6h40x22gwzn5";
libraryHaskellDepends = [ base peano ];
description = "Induction over natural numbers";
license = stdenv.lib.licenses.bsd3;
@@ -171921,6 +171677,8 @@ self: {
];
description = "A parser/serializer for Minecraft's Named Binary Tag (NBT) data format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nc-indicators" = callPackage
@@ -171988,21 +171746,42 @@ self: {
}) {};
"neat-interpolation" = callPackage
- ({ mkDerivation, base, base-prelude, HTF, megaparsec
- , template-haskell, text
+ ({ mkDerivation, base, megaparsec, QuickCheck, quickcheck-instances
+ , rerebase, tasty, tasty-hunit, tasty-quickcheck, template-haskell
+ , text
}:
mkDerivation {
pname = "neat-interpolation";
- version = "0.3.2.5";
- sha256 = "09nb0bypjpfxcm71012c2xxfrq5drvd1nhdmnmhk8wc0r8254g8c";
- libraryHaskellDepends = [
- base base-prelude megaparsec template-haskell text
+ version = "0.3.2.6";
+ sha256 = "10k5x47i84nycl54p61l8v1bpvi7mw663vnj8nn1qjpn03anz8z2";
+ libraryHaskellDepends = [ base megaparsec template-haskell text ];
+ testHaskellDepends = [
+ QuickCheck quickcheck-instances rerebase tasty tasty-hunit
+ tasty-quickcheck
];
- testHaskellDepends = [ base-prelude HTF ];
description = "A quasiquoter for neat and simple multiline text interpolation";
license = stdenv.lib.licenses.mit;
}) {};
+ "neat-interpolation_0_5_1" = callPackage
+ ({ mkDerivation, base, megaparsec, QuickCheck, quickcheck-instances
+ , rerebase, tasty, tasty-hunit, tasty-quickcheck, template-haskell
+ , text
+ }:
+ mkDerivation {
+ pname = "neat-interpolation";
+ version = "0.5.1";
+ sha256 = "0hfyd74f83mxakahgj6q3wy2r1yg1zbsw1750k7zmwaqn3f8gzjz";
+ libraryHaskellDepends = [ base megaparsec template-haskell text ];
+ testHaskellDepends = [
+ QuickCheck quickcheck-instances rerebase tasty tasty-hunit
+ tasty-quickcheck
+ ];
+ description = "A quasiquoter for neat and simple multiline text interpolation";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"needle" = callPackage
({ mkDerivation, base, containers, haskell-src-meta, mtl, parsec
, parsec-extra, template-haskell, text, vector
@@ -172076,6 +171855,8 @@ self: {
];
description = "General tools for Neil";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"neither" = callPackage
@@ -172132,8 +171913,6 @@ self: {
];
description = "a TCP tunnel with packet length obfuscation";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nemesis" = callPackage
@@ -172370,8 +172149,8 @@ self: {
}:
mkDerivation {
pname = "net-mqtt";
- version = "0.6.2.2";
- sha256 = "08svb0k43aqycbms2cabng49dgsiwsjw10lqmjsm18iasgr53gk0";
+ version = "0.6.2.3";
+ sha256 = "1z7lwlp8wjmy384ranzl2n8gv80ckgsg9h50qmr45l9zshcbdr8j";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -172392,8 +172171,6 @@ self: {
];
description = "An MQTT Protocol Implementation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"net-mqtt-rpc" = callPackage
@@ -172415,27 +172192,27 @@ self: {
];
description = "Make RPC calls via an MQTT broker";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"net-spider" = callPackage
- ({ mkDerivation, aeson, base, containers, data-interval, doctest
- , doctest-discover, extended-reals, greskell, greskell-websocket
- , hashable, hspec, monad-logger, safe-exceptions, scientific, text
- , time, unordered-containers, vector
+ ({ mkDerivation, aeson, base, bytestring, containers, data-interval
+ , doctest, doctest-discover, extended-reals, greskell
+ , greskell-websocket, hashable, hspec, monad-logger
+ , regex-applicative, safe-exceptions, scientific, text, time
+ , unordered-containers, vector
}:
mkDerivation {
pname = "net-spider";
- version = "0.4.0.1";
- sha256 = "0fzxyg4bypbarzizn3cb6g9ywvqqsl0i32mxcwn2ki9ihlp20601";
+ version = "0.4.1.0";
+ sha256 = "09ww6ya4h7j8vd9j18492qx6x0y1aqmis271smrb45mylj4hsaqb";
libraryHaskellDepends = [
aeson base containers data-interval extended-reals greskell
- greskell-websocket hashable monad-logger safe-exceptions scientific
- text time unordered-containers vector
+ greskell-websocket hashable monad-logger regex-applicative
+ safe-exceptions scientific text time unordered-containers vector
];
testHaskellDepends = [
- aeson base doctest doctest-discover hspec text vector
+ aeson base bytestring doctest doctest-discover hspec text time
+ vector
];
description = "A graph database middleware to maintain a time-varying graph";
license = stdenv.lib.licenses.bsd3;
@@ -172488,18 +172265,19 @@ self: {
"net-spider-rpl" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, conduit-parse
, fast-logger, greskell, hashable, hspec, ip, monad-logger, mtl
- , net-spider, safe-exceptions, text, time
+ , net-spider, regex-applicative, safe-exceptions, text, time
}:
mkDerivation {
pname = "net-spider-rpl";
- version = "0.4.0.1";
- sha256 = "117ymh7sbaf2d3hivcm0c9xczxb2sgs0gggyk9fv4zpk32pywhlm";
+ version = "0.4.1.0";
+ sha256 = "0j0w1sgr1b0vn5249agz94vlz1az9pfi8fswd72s84lpcn9jyw89";
libraryHaskellDepends = [
aeson base conduit conduit-parse greskell hashable ip monad-logger
- mtl net-spider safe-exceptions text time
+ mtl net-spider regex-applicative safe-exceptions text time
];
testHaskellDepends = [
- base bytestring fast-logger hspec ip monad-logger net-spider text
+ aeson base bytestring fast-logger hspec ip monad-logger net-spider
+ text
];
description = "NetSpider data model and utility for RPL networks";
license = stdenv.lib.licenses.bsd3;
@@ -172826,6 +172604,8 @@ self: {
];
description = "safe nettle binding";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) nettle;};
"nettle-frp" = callPackage
@@ -172983,23 +172763,6 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "network" = callPackage
- ({ mkDerivation, base, bytestring, directory, doctest, hspec
- , hspec-discover, HUnit, unix
- }:
- mkDerivation {
- pname = "network";
- version = "2.8.0.1";
- sha256 = "0im8k51rw3ahmr23ny10pshwbz09jfg0fdpam0hzf2hgxnzmvxb1";
- libraryHaskellDepends = [ base bytestring unix ];
- testHaskellDepends = [
- base bytestring directory doctest hspec HUnit
- ];
- testToolDepends = [ hspec-discover ];
- description = "Low-level networking interface";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
"network_3_0_1_1" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, hspec
, hspec-discover, HUnit
@@ -173016,7 +172779,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "network_3_1_1_1" = callPackage
+ "network" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, hspec
, hspec-discover, HUnit
}:
@@ -173029,7 +172792,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Low-level networking interface";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-address" = callPackage
@@ -173170,6 +172932,8 @@ self: {
doCheck = false;
description = "Utility functions for running a parser against a socket";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-bitcoin" = callPackage
@@ -173197,18 +172961,6 @@ self: {
}) {};
"network-bsd" = callPackage
- ({ mkDerivation, base, network }:
- mkDerivation {
- pname = "network-bsd";
- version = "2.8.0.0";
- sha256 = "0dfbwgrr28y6ypw7p1ppqg7v746qf14569q4xazj4ahdjw2xkpi5";
- libraryHaskellDepends = [ base network ];
- doHaddock = false;
- description = "Network.BSD";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "network-bsd_2_8_1_0" = callPackage
({ mkDerivation, base, deepseq, network }:
mkDerivation {
pname = "network-bsd";
@@ -173219,7 +172971,6 @@ self: {
libraryHaskellDepends = [ base deepseq network ];
description = "POSIX network database (<netdb.h>) API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-builder" = callPackage
@@ -173249,25 +173000,12 @@ self: {
({ mkDerivation, base, bytestring, doctest }:
mkDerivation {
pname = "network-byte-order";
- version = "0.1.2.0";
- sha256 = "1y2azf5zbydzvi4b0hxmy7am4kgpkq8ajnsbrpfrqz87b5y87ccy";
- libraryHaskellDepends = [ base bytestring ];
- testHaskellDepends = [ base bytestring doctest ];
- description = "Network byte order utilities";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "network-byte-order_0_1_3_0" = callPackage
- ({ mkDerivation, base, bytestring, doctest }:
- mkDerivation {
- pname = "network-byte-order";
- version = "0.1.3.0";
- sha256 = "1kp4hgbq69b85m978ambmk8jil3maddfirivzr56zj01zh9m52z3";
+ version = "0.1.4.0";
+ sha256 = "1wm59kdvxcjhsl1y1ajmj8w8nq6qdvin6933n374za39lhkb13f9";
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base bytestring doctest ];
description = "Network byte order utilities";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-bytestring" = callPackage
@@ -173296,6 +173034,8 @@ self: {
];
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-conduit" = callPackage
@@ -173395,6 +173135,8 @@ self: {
];
description = "Domain Name System data structures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-enumerator" = callPackage
@@ -173447,6 +173189,8 @@ self: {
libraryHaskellDepends = [ array base containers mtl ];
description = "data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-info" = callPackage
@@ -173534,6 +173278,8 @@ self: {
];
description = "MessagePack RPC";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-messagepack-rpc-websocket" = callPackage
@@ -173611,18 +173357,18 @@ self: {
({ mkDerivation, async, base, binary, binary-conduit, bytestring
, conduit, conduit-extra, data-default-class
, data-default-instances-base, data-msgpack, data-msgpack-types
- , exceptions, hspec, MissingH, monad-control, mtl, network, tagged
- , text
+ , exceptions, hspec, monad-control, mtl, network, tagged, text
+ , unliftio-core
}:
mkDerivation {
pname = "network-msgpack-rpc";
- version = "0.0.5";
- sha256 = "0lrlq5amcgg84ja2wjxkqm9llsbpsj6n0zrk7vvfjcra144b39rq";
+ version = "0.0.6";
+ sha256 = "1rris7vsls5cxagx3gx8aa3np7fld4dqyhcqczc7dwxcnkzj3c78";
libraryHaskellDepends = [
base binary binary-conduit bytestring conduit conduit-extra
data-default-class data-default-instances-base data-msgpack
- data-msgpack-types exceptions MissingH monad-control mtl network
- tagged text
+ data-msgpack-types exceptions monad-control mtl network tagged text
+ unliftio-core
];
testHaskellDepends = [ async base bytestring hspec mtl network ];
description = "A MessagePack-RPC Implementation";
@@ -173682,8 +173428,8 @@ self: {
}:
mkDerivation {
pname = "network-protocol-xmpp";
- version = "0.4.8";
- sha256 = "07hy8byhaakjwfidrvkjp07jn25aw21g8wcs93ni3njj0kh2jxza";
+ version = "0.4.9";
+ sha256 = "1qjm22qvsmfsf9kmg0ha117yidys0yp80mawvnzs8ym5a6j80x42";
libraryHaskellDepends = [
base bytestring gnuidn gnutls gsasl libxml-sax monads-tf network
text transformers xml-types
@@ -173722,8 +173468,6 @@ self: {
libraryHaskellDepends = [ base bytestring network ];
description = "Simple network runner library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"network-server" = callPackage
@@ -173794,23 +173538,6 @@ self: {
"network-simple-tls" = callPackage
({ mkDerivation, base, bytestring, data-default, network
- , network-simple, safe-exceptions, tls, transformers, x509
- , x509-store, x509-system, x509-validation
- }:
- mkDerivation {
- pname = "network-simple-tls";
- version = "0.3.2";
- sha256 = "09fw7ynvry0wjc2nip6kwncl662f7glzq1akiwgh09bwnpbswxsh";
- libraryHaskellDepends = [
- base bytestring data-default network network-simple safe-exceptions
- tls transformers x509 x509-store x509-system x509-validation
- ];
- description = "Simple interface to TLS secured network sockets";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "network-simple-tls_0_4" = callPackage
- ({ mkDerivation, base, bytestring, data-default, network
, network-simple, safe-exceptions, tls, tls-session-manager
, transformers, x509, x509-store, x509-system, x509-validation
}:
@@ -173825,7 +173552,6 @@ self: {
];
description = "Simple interface to TLS secured network sockets";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-simple-ws" = callPackage
@@ -173858,6 +173584,8 @@ self: {
];
description = "Simple interface to TLS secured WebSockets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-socket-options" = callPackage
@@ -173869,6 +173597,8 @@ self: {
libraryHaskellDepends = [ base network ];
description = "Type-safe, portable alternative to getSocketOption/setSocketOption";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-stream" = callPackage
@@ -174022,8 +173752,6 @@ self: {
];
description = "Unit tests for Network.Transport implementations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"network-transport-zeromq" = callPackage
@@ -174055,18 +173783,17 @@ self: {
}) {};
"network-uri" = callPackage
- ({ mkDerivation, base, deepseq, HUnit, parsec, test-framework
- , test-framework-hunit, test-framework-quickcheck2
+ ({ mkDerivation, base, criterion, deepseq, HUnit, parsec
+ , template-haskell, test-framework, test-framework-hunit
+ , test-framework-quickcheck2
}:
mkDerivation {
pname = "network-uri";
- version = "2.6.1.0";
- sha256 = "1w27zkvn39kjr9lmw9421y8w43h572ycsfafsb7kyvr3a4ihlgj2";
- revision = "1";
- editedCabalFile = "141nj7q0p9wkn5gr41ayc63cgaanr9m59yym47wpxqr3c334bk32";
- libraryHaskellDepends = [ base deepseq parsec ];
+ version = "2.6.3.0";
+ sha256 = "08x7myvjasm326byi3jz1hgv2fqk0vvkfiwi8zlc4b2xy64i6750";
+ libraryHaskellDepends = [ base deepseq parsec template-haskell ];
testHaskellDepends = [
- base HUnit test-framework test-framework-hunit
+ base criterion deepseq HUnit test-framework test-framework-hunit
test-framework-quickcheck2
];
description = "URI manipulation";
@@ -174127,6 +173854,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A small utility to declare type-safe static URIs";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-voicetext" = callPackage
@@ -174492,6 +174221,8 @@ self: {
];
description = "Newtype Wrapper Zoo";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"newtyper" = callPackage
@@ -174650,6 +174381,8 @@ self: {
];
description = "More extra tools for Nginx haskell module";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"niagra" = callPackage
@@ -174873,8 +174606,8 @@ self: {
}:
mkDerivation {
pname = "niv";
- version = "0.2.12";
- sha256 = "0lbkc49ddkxb6x3miimcd2c4ajwf7d9z0hay54n0gmz7d92ha8q0";
+ version = "0.2.13";
+ sha256 = "11znn37j15gzwg6nh6z4k5ijxyyc7gbirnrwlhh4b8868d9axjfy";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -174887,6 +174620,12 @@ self: {
executableHaskellDepends = [
aeson aeson-pretty ansi-terminal base bytestring directory
file-embed filepath hashable http-conduit mtl optparse-applicative
+ process profunctors pureMD5 string-qq text unliftio
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty ansi-terminal base bytestring directory
+ file-embed filepath hashable http-conduit mtl optparse-applicative
process profunctors pureMD5 string-qq tasty text unliftio
unordered-containers
];
@@ -174911,6 +174650,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Convenient utility for distributed Nix builds";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nix-deploy" = callPackage
@@ -174919,8 +174660,8 @@ self: {
}:
mkDerivation {
pname = "nix-deploy";
- version = "1.0.4";
- sha256 = "1wmwrnm6wflkdaq0m84az1q6245iyvkzd2r47vdy9a2a1szqnvl3";
+ version = "1.0.5";
+ sha256 = "0jsrmslai8xn1nkijg1196gkn10dagqgm8p39r7jsfaa4jvwm040";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -174929,6 +174670,8 @@ self: {
];
description = "Deploy Nix-built software to a NixOS machine";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nix-derivation" = callPackage
@@ -174960,8 +174703,8 @@ self: {
}:
mkDerivation {
pname = "nix-diff";
- version = "1.0.7";
- sha256 = "0zf09wffmzkk6rbk5nx4qhygpb6m492mz422w9a71dzv1icxkbfs";
+ version = "1.0.8";
+ sha256 = "0073802yrd5f1zfhnbsll9cqcycihw9bac1psfwvcwvihsh3j413";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -174970,6 +174713,8 @@ self: {
];
description = "Explain why two Nix derivations differ";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nix-eval" = callPackage
@@ -174985,6 +174730,37 @@ self: {
testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ];
description = "Evaluate Haskell expressions using Nix to get packages";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "nix-freeze-tree" = callPackage
+ ({ mkDerivation, base, binary, bytestring, data-fix, directory
+ , directory-tree, hnix, hnix-store-core, HUnit
+ , optparse-applicative, path, prettyprinter, raw-strings-qq, tasty
+ , tasty-discover, tasty-hunit, text, transformers
+ }:
+ mkDerivation {
+ pname = "nix-freeze-tree";
+ version = "0.1.0.0";
+ sha256 = "06l323g6qx87lbs9hbmnjr0b40f548w8496p7pihxrla1kb2v31x";
+ isLibrary = false;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base binary bytestring data-fix directory directory-tree hnix
+ hnix-store-core optparse-applicative path prettyprinter
+ raw-strings-qq text transformers
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base HUnit optparse-applicative tasty tasty-discover tasty-hunit
+ ];
+ testToolDepends = [ tasty-discover ];
+ doHaddock = false;
+ description = "Convert a tree of files into fixed-output derivations";
+ license = stdenv.lib.licenses.agpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nix-paths" = callPackage
@@ -175028,6 +174804,8 @@ self: {
];
description = "cabal/stack to nix translation tools";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nixfmt" = callPackage
@@ -175036,8 +174814,8 @@ self: {
}:
mkDerivation {
pname = "nixfmt";
- version = "0.3.0";
- sha256 = "0y9r7l2iwy6kqqli8bfcgrcr07pqvpaym895qn21d467ybcmgqih";
+ version = "0.4.0";
+ sha256 = "1ispgl8rc2scr6v8bb6sks7px856jf61x74zj2iyddrn5qamkb3n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -175235,8 +175013,6 @@ self: {
testHaskellDepends = [ base tasty tasty-hspec tasty-quickcheck ];
description = "A tiny neural network";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nntp" = callPackage
@@ -175635,25 +175411,6 @@ self: {
"nonempty-containers" = callPackage
({ mkDerivation, base, comonad, containers, deepseq, hedgehog
- , hedgehog-fn, semigroupoids, tasty, tasty-hedgehog, text, these
- }:
- mkDerivation {
- pname = "nonempty-containers";
- version = "0.3.1.0";
- sha256 = "15flyfv6w4078wk69d2nb2lx21b76xr6c34rxs0w8jz1mb497f6l";
- libraryHaskellDepends = [
- base comonad containers deepseq semigroupoids these
- ];
- testHaskellDepends = [
- base comonad containers hedgehog hedgehog-fn semigroupoids tasty
- tasty-hedgehog text these
- ];
- description = "Non-empty variants of containers data types, with full API";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "nonempty-containers_0_3_3_0" = callPackage
- ({ mkDerivation, base, comonad, containers, deepseq, hedgehog
, hedgehog-fn, nonempty-vector, semigroupoids, tasty
, tasty-hedgehog, text, these, vector
}:
@@ -175671,7 +175428,6 @@ self: {
];
description = "Non-empty variants of containers data types, with full API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"nonempty-lift" = callPackage
@@ -175698,6 +175454,8 @@ self: {
pname = "nonempty-vector";
version = "0.2.0.1";
sha256 = "0qiwl58d5bvack33djhwqkblwk541w63a3hjqc7mik54y3j40s71";
+ revision = "1";
+ editedCabalFile = "1bkba3fbhf6bccqprlrz32hjfdhdg9gnlyhpqah0jw51hlj1ahsg";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base deepseq primitive semigroups vector
@@ -175733,8 +175491,8 @@ self: {
({ mkDerivation, base, primitive, vector }:
mkDerivation {
pname = "nonlinear-optimization";
- version = "0.3.11";
- sha256 = "1hia8vpxafp8w3arsxwlb1inp81fs53i05r7x5zgvas56jywd2cf";
+ version = "0.3.12.1";
+ sha256 = "1hva2djjgdk9gjng4zqx9h9m0k3jgjhgjypx2yc3ddhfbs9x2wn0";
libraryHaskellDepends = [ base primitive vector ];
description = "Various iterative algorithms for optimization of nonlinear functions";
license = "GPL";
@@ -175746,10 +175504,10 @@ self: {
}:
mkDerivation {
pname = "nonlinear-optimization-ad";
- version = "0.2.2";
- sha256 = "07a80ggl8wxjllam1cqlamwmh61lkxag1410gj8n53hdd55slqxj";
+ version = "0.2.4";
+ sha256 = "0wqi1y4f2sqn7wg1bj3i73kwdawg9ni6lq1s87m6sshy34n0vbx5";
revision = "1";
- editedCabalFile = "038242cdiddjck2m995622862wd8ykla1asl9c8njbr1k0iacgbf";
+ editedCabalFile = "0m3320spwzlyiyfjwdkxn92c858pivskrgazby1c1b3qp3nl2dk6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -175759,6 +175517,24 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "nonlinear-optimization-backprop" = callPackage
+ ({ mkDerivation, backprop, base, mono-traversable, mtl
+ , nonlinear-optimization, primitive, reflection, vector
+ }:
+ mkDerivation {
+ pname = "nonlinear-optimization-backprop";
+ version = "0.2.4";
+ sha256 = "0j7i67m25r4hs81w0j090c8wifvxxs0hzj0l0rj7aa1yrx5iwbhq";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ backprop base mono-traversable mtl nonlinear-optimization primitive
+ reflection vector
+ ];
+ description = "Wrapper of nonlinear-optimization package for using with backprop package";
+ license = stdenv.lib.licenses.gpl3;
+ }) {};
+
"noodle" = callPackage
({ mkDerivation, base, directory, filepath }:
mkDerivation {
@@ -176091,6 +175867,8 @@ self: {
libraryHaskellDepends = [ base containers numeric-prelude primes ];
description = "NumericPrelude extras";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"np-linear" = callPackage
@@ -176202,8 +175980,6 @@ self: {
testHaskellDepends = [ base containers hspec pretty ];
description = "A tiny statically typed functional programming language";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nthable" = callPackage
@@ -176232,6 +176008,8 @@ self: {
];
description = "Client library for NTP control messaging";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ntrip-client" = callPackage
@@ -176382,8 +176160,6 @@ self: {
libraryHaskellDepends = [ base call-stack semigroups ];
description = "A sequence of semigroups, for composing stuff in multiple spatial directions";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"numbering" = callPackage
@@ -176638,8 +176414,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "numhask";
- version = "0.3.1";
- sha256 = "0r7raa7sw9k6p5xb3kl7jfpfkg4dym2kb8hrdkq9xvj2yrajzg77";
+ version = "0.4.0";
+ sha256 = "1wwhpsrbnaa0nmb9x31wnk66dbvajd54mflvbnifff2dkaha89x1";
libraryHaskellDepends = [ base ];
description = "numeric classes";
license = stdenv.lib.licenses.bsd3;
@@ -176652,8 +176428,8 @@ self: {
}:
mkDerivation {
pname = "numhask-array";
- version = "0.5.0.0";
- sha256 = "0gx2p7b7xb1x5nfp5szdvsbylqsci9bmmz5jmy86c4z13srxmkkq";
+ version = "0.5.1";
+ sha256 = "1nrk6j4kw0l09b8f7k3sx47ri6i1vy5qygl9zbhhdz8z75s0fzn8";
libraryHaskellDepends = [
adjunctions base deepseq distributive hmatrix numhask
numhask-prelude protolude vector
@@ -176673,8 +176449,8 @@ self: {
}:
mkDerivation {
pname = "numhask-hedgehog";
- version = "0.3.1";
- sha256 = "1glg0lapr0fm06z5s8k4xsi99yx3khay4ynvic3kb1xf0iqay818";
+ version = "0.3.2";
+ sha256 = "1cfvkq5v88d8zhkj8bgn18hmlg52nsprvrmyan9ndxppyzljphan";
libraryHaskellDepends = [
base hedgehog numhask numhask-prelude numhask-space
];
@@ -176707,8 +176483,8 @@ self: {
({ mkDerivation, base, doctest, numhask, protolude }:
mkDerivation {
pname = "numhask-prelude";
- version = "0.3.2";
- sha256 = "1884pm13wyhqwwl9n2k9wv7r7q86x4c682m78291sh6yinrymazk";
+ version = "0.3.3";
+ sha256 = "0r9qf3yrm0lf1jhiyhvgsfc8zyfsllc8xmjwdqx2vsn9vy15p7aw";
libraryHaskellDepends = [ base numhask protolude ];
testHaskellDepends = [ doctest ];
description = "A numeric prelude";
@@ -176875,6 +176651,8 @@ self: {
pname = "nvim-hs";
version = "2.1.0.2";
sha256 = "0amlvrh213n9cfqax5gcy7zq3fd8q9hcskhjkbayvzsyf5hhr1rn";
+ revision = "1";
+ editedCabalFile = "1v52rmk7hbdn40964r50jjz3lanfc5q8xrdqpv1wmwviw3j4rip8";
libraryHaskellDepends = [
base bytestring cereal cereal-conduit conduit containers
data-default deepseq foreign-store hslogger megaparsec messagepack
@@ -177056,8 +176834,6 @@ self: {
testToolDepends = [ doctest markdown-unlit ];
description = "Type-safe time library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"oanda-rest-api" = callPackage
@@ -177292,18 +177068,16 @@ self: {
}) {};
"objective" = callPackage
- ({ mkDerivation, base, containers, exceptions, free, hashable
+ ({ mkDerivation, base, bifunctors, containers, exceptions, hashable
, monad-skeleton, mtl, profunctors, template-haskell, transformers
, transformers-compat, unordered-containers, void, witherable
}:
mkDerivation {
pname = "objective";
- version = "1.1.2";
- sha256 = "0i36r3ygwpzb57ga0jjkp9rzikpsp15l777dclp7yi1zvqz2ikrg";
- revision = "1";
- editedCabalFile = "039j3xac9ish0yk4w04bmip6g9p6ndfd9ngh46ya125ms4nhmyj4";
+ version = "1.2";
+ sha256 = "0qbms1n31zafakhn6y0hdy1a3bv7l3z4gzfqc1iczbwnxamiiq0q";
libraryHaskellDepends = [
- base containers exceptions free hashable monad-skeleton mtl
+ base bifunctors containers exceptions hashable monad-skeleton mtl
profunctors template-haskell transformers transformers-compat
unordered-containers void witherable
];
@@ -177334,8 +177108,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "An implementation of the Oblivious Transfer protocol in Haskell";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"observable" = callPackage
@@ -177579,10 +177351,8 @@ self: {
}:
mkDerivation {
pname = "oeis";
- version = "0.3.9";
- sha256 = "13hv0qal024jq52k1rgy3hd9h9s8labkcngr0zk8jpcgi45jqsca";
- revision = "1";
- editedCabalFile = "0rb6l3qblay8aiwaznp35gj7vwmhm87y57wvf3babwrh91s88jaj";
+ version = "0.3.10";
+ sha256 = "0aa5i0328k8pf0y439b95c3ipv70lfabvv55jp64pwb9kx6p5ymv";
libraryHaskellDepends = [ base HTTP network network-uri ];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit
@@ -177707,8 +177477,8 @@ self: {
}:
mkDerivation {
pname = "oidc-client";
- version = "0.4.0.1";
- sha256 = "0761m8yi8yrqspf9hig6pbdzchz8nvc9qn995wz4v0wklcypiagr";
+ version = "0.5.0.0";
+ sha256 = "09ykb49qzg0hpkjgylmilvy9dkcsxlv1lxrp0mwqamq4vxkm2wz3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -177821,6 +177591,22 @@ self: {
];
description = "Haskell utilities for building embedded Elm programs";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "om-fail" = callPackage
+ ({ mkDerivation, base, monad-logger, safe-exceptions, transformers
+ }:
+ mkDerivation {
+ pname = "om-fail";
+ version = "0.1.0.2";
+ sha256 = "0wv102jpyi69xij2rwzrz5pdlc7pxad0wqsf0zfj15sfl1cnwya6";
+ libraryHaskellDepends = [
+ base monad-logger safe-exceptions transformers
+ ];
+ description = "Monad transformer providing MonadFail";
+ license = stdenv.lib.licenses.mit;
}) {};
"omaketex" = callPackage
@@ -177968,6 +177754,8 @@ self: {
];
description = "Program that sends traffic through SSH tunnels on-demand";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"onama" = callPackage
@@ -178102,8 +177890,6 @@ self: {
testHaskellDepends = [ base doctest tasty ];
description = "online statistics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"only" = callPackage
@@ -178166,6 +177952,8 @@ self: {
testHaskellDepends = [ base containers doctest ];
description = "Common operators encouraging large-scale easy reading";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"opaleye" = callPackage
@@ -178261,8 +178049,6 @@ self: {
];
description = "A monad transformer for Opaleye";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"open-adt" = callPackage
@@ -178424,6 +178210,8 @@ self: {
testHaskellDepends = [ base mtl tasty tasty-hunit witness ];
description = "open witnesses";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"openapi-petstore" = callPackage
@@ -178464,6 +178252,8 @@ self: {
libraryHaskellDepends = [ aeson base data-default text time ];
description = "A Haskell implementation of the Swiss Meteo Net data API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"opencog-atomspace" = callPackage
@@ -178889,6 +178679,92 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "opentelemetry" = callPackage
+ ({ mkDerivation, async, attoparsec, base, bytestring, clock
+ , exceptions, hashable, random, tasty, tasty-discover, tasty-hunit
+ , tasty-quickcheck, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "opentelemetry";
+ version = "0.0.0.2";
+ sha256 = "15x7swbr18xks8a9xf1hjwibgqxsjigcyrahbnk72p1n1gxkarjr";
+ libraryHaskellDepends = [
+ attoparsec base bytestring clock exceptions hashable random text
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ async base bytestring tasty tasty-discover tasty-hunit
+ tasty-quickcheck
+ ];
+ testToolDepends = [ tasty-discover ];
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "opentelemetry_0_2_0" = callPackage
+ ({ mkDerivation, async, base, bytestring, clock, directory
+ , exceptions, hashable, random, stm, tasty, tasty-discover
+ , tasty-hunit, tasty-quickcheck, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "opentelemetry";
+ version = "0.2.0";
+ sha256 = "1nxkghxwjkgvdk6xhpssa7aifryn6rr0agbhyc0ybf2c76r1pr8b";
+ libraryHaskellDepends = [
+ base bytestring clock directory exceptions hashable random stm text
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ async base bytestring tasty tasty-discover tasty-hunit
+ tasty-quickcheck
+ ];
+ testToolDepends = [ tasty-discover ];
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "opentelemetry-http-client" = callPackage
+ ({ mkDerivation, base, http-client, http-types, opentelemetry, text
+ }:
+ mkDerivation {
+ pname = "opentelemetry-http-client";
+ version = "0.2.0";
+ sha256 = "1z2fdlfc1hqzd9aypvrvyrc5547fvmfigh1wnsnbb9gswbckf6iy";
+ libraryHaskellDepends = [
+ base http-client http-types opentelemetry text
+ ];
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
+ "opentelemetry-lightstep" = callPackage
+ ({ mkDerivation, aeson, async, base, bytestring, exceptions
+ , http-client, http-client-tls, http-types, network, opentelemetry
+ , scientific, stm, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "opentelemetry-lightstep";
+ version = "0.2.0";
+ sha256 = "03fv2lgwkqngp26rdrk2fzvnccdgjc7xsv3sl3adb3xwzppkn0xh";
+ libraryHaskellDepends = [
+ aeson async base bytestring exceptions http-client http-client-tls
+ http-types network opentelemetry scientific stm text
+ unordered-containers
+ ];
+ testHaskellDepends = [ async base opentelemetry ];
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "opentelemetry-wai" = callPackage
+ ({ mkDerivation, base, http-types, opentelemetry, text, wai }:
+ mkDerivation {
+ pname = "opentelemetry-wai";
+ version = "0.2.0";
+ sha256 = "1n27g8xjij05g7xxx8z50k39nmclhm707xs2pfqy830zdq1ldfl4";
+ libraryHaskellDepends = [ base http-types opentelemetry text wai ];
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"opentheory" = callPackage
({ mkDerivation, base, opentheory-primitive, QuickCheck }:
mkDerivation {
@@ -179179,6 +179055,8 @@ self: {
testHaskellDepends = [ base doctest filemanip hspec QuickCheck ];
description = "Simple project template from stack";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"operational" = callPackage
@@ -179561,24 +179439,6 @@ self: {
}:
mkDerivation {
pname = "optparse-applicative";
- version = "0.14.3.0";
- sha256 = "0qvn1s7jwrabbpmqmh6d6iafln3v3h9ddmxj2y4m0njmzq166ivj";
- revision = "2";
- editedCabalFile = "1a08dqjly1xy730f6jf45frr8g8gap0n1vg9b0mpzpydv0kgzmrp";
- libraryHaskellDepends = [
- ansi-wl-pprint base process transformers transformers-compat
- ];
- testHaskellDepends = [ base bytestring QuickCheck ];
- description = "Utilities and combinators for parsing command line options";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "optparse-applicative_0_15_1_0" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, bytestring, process
- , QuickCheck, transformers, transformers-compat
- }:
- mkDerivation {
- pname = "optparse-applicative";
version = "0.15.1.0";
sha256 = "1ws6y3b3f6hsgv0ff0yp6lw4hba1rps4dnvry3yllng0s5gngcsd";
libraryHaskellDepends = [
@@ -179587,7 +179447,6 @@ self: {
testHaskellDepends = [ base bytestring QuickCheck ];
description = "Utilities and combinators for parsing command line options";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"optparse-applicative-simple" = callPackage
@@ -179631,6 +179490,8 @@ self: {
];
description = "An enum-text based toolkit for optparse-applicative";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"optparse-generic" = callPackage
@@ -179660,6 +179521,8 @@ self: {
libraryHaskellDepends = [ base optparse-applicative ];
description = "Helper functions for optparse-applicative";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"optparse-simple" = callPackage
@@ -179915,6 +179778,33 @@ self: {
broken = true;
}) {};
+ "org-mode" = callPackage
+ ({ mkDerivation, base, filepath, hashable, megaparsec
+ , parser-combinators, tasty, tasty-hunit, text, time
+ }:
+ mkDerivation {
+ pname = "org-mode";
+ version = "1.0.1";
+ sha256 = "0nhpb8x11w0w3jwplk3bx9a2llw77l66wbm31bpgdpr6ak2r0z75";
+ libraryHaskellDepends = [
+ base filepath hashable megaparsec parser-combinators text time
+ ];
+ testHaskellDepends = [
+ base megaparsec tasty tasty-hunit text time
+ ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "org-mode-lucid" = callPackage
+ ({ mkDerivation, base, hashable, lucid, org-mode, text }:
+ mkDerivation {
+ pname = "org-mode-lucid";
+ version = "1.1.0";
+ sha256 = "066mdm9a7dkz6yy9g2yhqalvxrxhak1mw0awag3ivswv6djf528q";
+ libraryHaskellDepends = [ base hashable lucid org-mode text ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"org2anki" = callPackage
({ mkDerivation, base, parsec, regex-compat }:
mkDerivation {
@@ -180092,6 +179982,8 @@ self: {
pname = "ormolu";
version = "0.0.3.1";
sha256 = "0pvnswbxi09fddnn012sha3fbmm30yzlzh2x1asw9ahjk3a3bdlg";
+ revision = "1";
+ editedCabalFile = "1prm2lip6w9fg8gaywdnxqcf2bcikcmnb2gi46nma3dfniipzbnq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -180190,6 +180082,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "An insertion-order-preserving set";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"osm-conduit" = callPackage
@@ -180266,6 +180160,8 @@ self: {
libraryHaskellDepends = [ base binary bytestring containers ];
description = "Parser for OS X static archive format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ot" = callPackage
@@ -180332,6 +180228,8 @@ self: {
];
description = "Pretty-printer for Ott parse trees";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"outsort" = callPackage
@@ -180356,6 +180254,8 @@ self: {
];
description = "External sorting package based on Conduit";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"overhang" = callPackage
@@ -180382,6 +180282,8 @@ self: {
];
description = "Finite overloading";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"overloaded" = callPackage
@@ -180406,8 +180308,6 @@ self: {
doHaddock = false;
description = "Overloaded pragmas as a plugin";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"overloaded-records" = callPackage
@@ -180569,6 +180469,8 @@ self: {
];
benchmarkHaskellDepends = [ base gauge ];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"packed-dawg" = callPackage
@@ -180891,53 +180793,21 @@ self: {
}) {};
"paint" = callPackage
- ({ mkDerivation, base, text }:
+ ({ mkDerivation, base }:
mkDerivation {
pname = "paint";
- version = "1.0.0";
- sha256 = "0ks2nrjy40lfkwzxf0b22qg2zzmjj1pcbrm6vx73i4af2ibr00m4";
- libraryHaskellDepends = [ base text ];
+ version = "2.0.0";
+ sha256 = "09v6anjid4ph2ipgrblmm1pn4fmswz3g6hilfwbmxs5m1ypziwqh";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base ];
+ executableHaskellDepends = [ base ];
description = "Colorization of text for command-line output";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pairing" = callPackage
- ({ mkDerivation, arithmoi, base, binary, bytestring, criterion
- , errors, galois-field, hexstring, integer-logarithms, memory
- , MonadRandom, protolude, QuickCheck, quickcheck-instances, random
- , tasty, tasty-discover, tasty-hunit, tasty-quickcheck
- , wl-pprint-text
- }:
- mkDerivation {
- pname = "pairing";
- version = "0.4.1";
- sha256 = "0phw8caxrxyr2wlk8gcmrr8k03d0vnc4rq5c88dh3bb9jz4fdpcw";
- libraryHaskellDepends = [
- arithmoi base binary bytestring errors galois-field
- integer-logarithms memory MonadRandom protolude QuickCheck random
- wl-pprint-text
- ];
- testHaskellDepends = [
- arithmoi base binary bytestring errors galois-field hexstring
- integer-logarithms memory MonadRandom protolude QuickCheck
- quickcheck-instances random tasty tasty-discover tasty-hunit
- tasty-quickcheck wl-pprint-text
- ];
- testToolDepends = [ tasty-discover ];
- benchmarkHaskellDepends = [
- arithmoi base binary bytestring criterion errors galois-field
- integer-logarithms memory MonadRandom protolude QuickCheck
- quickcheck-instances random tasty tasty-hunit tasty-quickcheck
- wl-pprint-text
- ];
- description = "Bilinear pairings";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "pairing_1_0_0" = callPackage
({ mkDerivation, base, bytestring, criterion, elliptic-curve
, errors, galois-field, groups, MonadRandom, protolude, QuickCheck
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
@@ -180961,8 +180831,6 @@ self: {
];
description = "Bilinear pairings";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"palette" = callPackage
@@ -181054,20 +180922,21 @@ self: {
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
, case-insensitive, cmark-gfm, containers, criterion, data-default
- , deepseq, Diff, directory, doctemplates, exceptions
- , executable-path, filepath, Glob, haddock-library, hslua
- , hslua-module-system, hslua-module-text, HsYAML, HTTP, http-client
- , http-client-tls, http-types, ipynb, JuicyPixels, mtl, network
- , network-uri, pandoc-types, parsec, process, QuickCheck, random
- , safe, scientific, SHA, skylighting, split, syb, tagsoup, tasty
- , tasty-golden, tasty-hunit, tasty-lua, tasty-quickcheck, temporary
- , texmath, text, time, unicode-transforms, unix
+ , deepseq, Diff, directory, doclayout, doctemplates, emojis
+ , exceptions, executable-path, filepath, Glob, haddock-library
+ , hslua, hslua-module-system, hslua-module-text, HsYAML, HTTP
+ , http-client, http-client-tls, http-types, ipynb, jira-wiki-markup
+ , JuicyPixels, mtl, network, network-uri, pandoc-types, parsec
+ , process, QuickCheck, random, safe, scientific, SHA, skylighting
+ , skylighting-core, split, syb, tagsoup, tasty, tasty-golden
+ , tasty-hunit, tasty-lua, tasty-quickcheck, temporary, texmath
+ , text, text-conversions, time, unicode-transforms, unix
, unordered-containers, vector, weigh, xml, zip-archive, zlib
}:
mkDerivation {
pname = "pandoc";
- version = "2.7.3";
- sha256 = "0dpjrr40h54cljzhvixyym07z792a9izg6b9dmqpjlgcg4rj0xx8";
+ version = "2.9.1.1";
+ sha256 = "0vc1ld57nv27gwq4mq0wdal8k2wxvsc0f3m2jwq9nkq7wbpwa8cx";
configureFlags = [ "-fhttps" "-f-trypandoc" ];
isLibrary = true;
isExecutable = true;
@@ -181075,20 +180944,21 @@ self: {
libraryHaskellDepends = [
aeson aeson-pretty attoparsec base base64-bytestring binary
blaze-html blaze-markup bytestring case-insensitive cmark-gfm
- containers data-default deepseq directory doctemplates exceptions
- filepath Glob haddock-library hslua hslua-module-system
- hslua-module-text HsYAML HTTP http-client http-client-tls
- http-types ipynb JuicyPixels mtl network network-uri pandoc-types
- parsec process random safe scientific SHA skylighting split syb
- tagsoup temporary texmath text time unicode-transforms unix
- unordered-containers vector xml zip-archive zlib
+ containers data-default deepseq directory doclayout doctemplates
+ emojis exceptions filepath Glob haddock-library hslua
+ hslua-module-system hslua-module-text HsYAML HTTP http-client
+ http-client-tls http-types ipynb jira-wiki-markup JuicyPixels mtl
+ network network-uri pandoc-types parsec process random safe
+ scientific SHA skylighting skylighting-core split syb tagsoup
+ temporary texmath text text-conversions time unicode-transforms
+ unix unordered-containers vector xml zip-archive zlib
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base base64-bytestring bytestring containers Diff directory
- executable-path filepath Glob hslua pandoc-types process QuickCheck
- tasty tasty-golden tasty-hunit tasty-lua tasty-quickcheck temporary
- text time xml zip-archive
+ doctemplates executable-path filepath Glob hslua mtl pandoc-types
+ process QuickCheck tasty tasty-golden tasty-hunit tasty-lua
+ tasty-quickcheck temporary text time xml zip-archive
];
benchmarkHaskellDepends = [
base bytestring containers criterion mtl text time weigh
@@ -181102,7 +180972,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
- "pandoc_2_9_1_1" = callPackage
+ "pandoc_2_9_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
, case-insensitive, cmark-gfm, containers, criterion, data-default
@@ -181119,8 +180989,8 @@ self: {
}:
mkDerivation {
pname = "pandoc";
- version = "2.9.1.1";
- sha256 = "0vc1ld57nv27gwq4mq0wdal8k2wxvsc0f3m2jwq9nkq7wbpwa8cx";
+ version = "2.9.2";
+ sha256 = "1f9wbwzv6c3dlsn15iydh921icjqj7kjgrb726kqmj5gmaypc39j";
configureFlags = [ "-fhttps" "-f-trypandoc" ];
isLibrary = true;
isExecutable = true;
@@ -181160,25 +181030,24 @@ self: {
"pandoc-citeproc" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, Cabal, containers, data-default, directory, filepath, hs-bibutils
- , 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
+ , 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.2";
- sha256 = "15mm17awgi1b5yazwhr5nh8b59qml1qk6pz6gpyijks70fq2arsv";
- revision = "2";
- editedCabalFile = "0z7ia0f89lamrvnr75j7r6jhklkly0qcyplws9ww9rpbj9j7shyk";
+ version = "0.16.4.1";
+ sha256 = "1jbd6g82sn3546kimm0p6n7spfqr3b4dssjkr5v679jwb5w6hwmx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
aeson base bytestring containers data-default directory filepath
- hs-bibutils mtl network old-locale pandoc pandoc-types parsec
- rfc5051 setenv split syb tagsoup text time unordered-containers
- vector xml-conduit yaml
+ 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
@@ -181193,7 +181062,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "pandoc-citeproc_0_16_4_1" = callPackage
+ "pandoc-citeproc_0_17" = 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
@@ -181203,8 +181072,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-citeproc";
- version = "0.16.4.1";
- sha256 = "1jbd6g82sn3546kimm0p6n7spfqr3b4dssjkr5v679jwb5w6hwmx";
+ version = "0.17";
+ sha256 = "1cgmv8zdiqcbls7c6rqdd154z5r90p9wxrdy6nwmxma8qfmfgaa7";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -181244,8 +181113,6 @@ self: {
];
description = "Insert a preamble before pandoc-citeproc's bibliography";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pandoc-crossref" = callPackage
@@ -181257,8 +181124,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-crossref";
- version = "0.3.6.1";
- sha256 = "1fk06lg9hx5gdmjf4qsgl4p34y676v33l8yc0hyrdx81v8yicp5m";
+ version = "0.3.6.2";
+ sha256 = "055dfbirs3n99crzg9bfnxs96bsfzz6hqjj743dkrvjqmq1qlqc5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -181290,8 +181157,8 @@ self: {
({ mkDerivation, base, csv, pandoc, pandoc-types, text }:
mkDerivation {
pname = "pandoc-csv2table";
- version = "1.0.7";
- sha256 = "0b6ycr50n24cjlli7jk3dh1shfsl9wqykvmdgabk1s8n2w1ps8sa";
+ version = "1.0.8";
+ sha256 = "0sf0af2cx5fi3a2iixkjjdpzp0153hxsjzs5wwqssby39g7s24gb";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -181324,6 +181191,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A Pandoc filter for emphasizing code in fenced blocks";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-filter-graphviz" = callPackage
@@ -181343,6 +181212,8 @@ self: {
];
description = "A Pandoc filter to use graphviz";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-highlighting-extensions" = callPackage
@@ -181405,8 +181276,6 @@ self: {
];
description = "A Pandoc filter for including code from source files";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pandoc-japanese-filters" = callPackage
@@ -181489,6 +181358,8 @@ self: {
];
description = "Pandoc filter to include CSV files";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-plantuml-diagrams" = callPackage
@@ -181545,41 +181416,11 @@ self: {
];
description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice";
license = stdenv.lib.licenses.gpl2;
- }) {};
-
- "pandoc-pyplot" = callPackage
- ({ mkDerivation, base, containers, data-default-class, deepseq
- , directory, filepath, hashable, hspec, hspec-expectations
- , open-browser, optparse-applicative, pandoc, pandoc-types, tasty
- , tasty-hspec, tasty-hunit, template-haskell, temporary, text
- , typed-process, yaml
- }:
- mkDerivation {
- pname = "pandoc-pyplot";
- version = "2.1.5.1";
- sha256 = "100mn7q5nz7xvhbnhjsfmcf9n6x1gjl71akrnc5j8k2j57bk1kkf";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers data-default-class directory filepath hashable
- pandoc pandoc-types temporary text typed-process yaml
- ];
- executableHaskellDepends = [
- base data-default-class deepseq directory filepath open-browser
- optparse-applicative pandoc pandoc-types template-haskell temporary
- text
- ];
- testHaskellDepends = [
- base data-default-class directory filepath hspec hspec-expectations
- pandoc-types tasty tasty-hspec tasty-hunit temporary text
- ];
- description = "A Pandoc filter to include figures generated from Python code blocks";
- license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
- "pandoc-pyplot_2_3_0_1" = callPackage
+ "pandoc-pyplot" = callPackage
({ mkDerivation, base, containers, data-default-class, deepseq
, directory, filepath, hashable, hspec, hspec-expectations, mtl
, open-browser, optparse-applicative, pandoc, pandoc-types
@@ -181623,6 +181464,8 @@ self: {
executableHaskellDepends = [ base pandoc-types ];
description = "Convert Pandoc Markdown-style footnotes into sidenotes";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-stylefrommeta" = callPackage
@@ -181646,29 +181489,6 @@ self: {
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, ghc-prim, HUnit, QuickCheck, string-qq, syb
, test-framework, test-framework-hunit, test-framework-quickcheck2
- , transformers
- }:
- mkDerivation {
- pname = "pandoc-types";
- version = "1.17.6.1";
- sha256 = "1d6ygq991ddria71l7hg9yd7lq94sjy4m71rdws1v8hq943c4d0q";
- libraryHaskellDepends = [
- aeson base bytestring containers deepseq ghc-prim QuickCheck syb
- transformers
- ];
- testHaskellDepends = [
- aeson base bytestring containers HUnit QuickCheck string-qq syb
- test-framework test-framework-hunit test-framework-quickcheck2
- ];
- benchmarkHaskellDepends = [ base criterion ];
- description = "Types for representing a structured document";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "pandoc-types_1_20" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, criterion
- , deepseq, ghc-prim, HUnit, QuickCheck, string-qq, syb
- , test-framework, test-framework-hunit, test-framework-quickcheck2
, text, transformers
}:
mkDerivation {
@@ -181686,7 +181506,6 @@ self: {
benchmarkHaskellDepends = [ base criterion text ];
description = "Types for representing a structured document";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pandoc-unlit" = callPackage
@@ -181726,8 +181545,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "pandora";
- version = "0.2.0";
- sha256 = "0p46z3imh618v7i2734b5nlg9nx3hw4imjchqsx2l7nvkrpkgn64";
+ version = "0.2.3";
+ sha256 = "1sk8hhw3ad0jb2ik787pqjgaprd78k7qc0m0chcji3z5bprxp1cw";
description = "A box of patterns and paradigms";
license = stdenv.lib.licenses.mit;
}) {};
@@ -181874,9 +181693,11 @@ self: {
testHaskellDepends = [ base doctest Glob hspec QuickCheck ];
description = "Pansite: a simple web site management tool";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
- "pantry" = callPackage
+ "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
@@ -181894,8 +181715,8 @@ self: {
}:
mkDerivation {
pname = "pantry";
- version = "0.1.1.2";
- sha256 = "1m1sps9kc7y8zpba486lv5z8an3z8493zxb1qhghql6pybsprsgi";
+ version = "0.2.0.0";
+ sha256 = "1qp236maks70ah72wmv36fh3xc3di9c6sc2jd1k3f7ha5hcv9n4c";
libraryHaskellDepends = [
aeson ansi-terminal array base base-orphans base64-bytestring
bytestring Cabal conduit conduit-extra containers contravariant
@@ -181926,59 +181747,48 @@ self: {
];
description = "Content addressable Haskell package management";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "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
+ "pantry" = callPackage
+ ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
+ , casa-client, casa-types, conduit, conduit-extra, containers
+ , cryptonite, cryptonite-conduit, digest, exceptions, filelock
+ , generic-deriving, hackage-security, hedgehog, hpack, hspec
+ , http-client, http-client-tls, http-conduit, http-download
+ , http-types, memory, mtl, network-uri, path, path-io, persistent
, persistent-sqlite, persistent-template, primitive, QuickCheck
, raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
- , 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
+ , tar-conduit, text, text-metrics, 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
+ version = "0.4.0.0";
+ sha256 = "11n0xrk5258inzzikbapsv7752396qsrgaaf5kimpzgb67cs9k5j";
+ libraryHaskellDepends = [
+ aeson ansi-terminal base bytestring Cabal casa-client casa-types
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ digest filelock generic-deriving hackage-security hpack http-client
+ http-client-tls http-conduit http-download http-types memory mtl
+ network-uri path path-io persistent persistent-sqlite
+ persistent-template primitive resourcet rio rio-orphans
+ rio-prettyprint tar-conduit text text-metrics time transformers
+ unix-compat unliftio unordered-containers vector yaml zip-archive
+ ];
+ testHaskellDepends = [
+ aeson ansi-terminal base bytestring Cabal casa-client casa-types
+ conduit conduit-extra containers cryptonite cryptonite-conduit
+ digest exceptions filelock generic-deriving hackage-security
+ hedgehog hpack hspec http-client http-client-tls http-conduit
+ http-download http-types memory mtl network-uri path path-io
+ persistent persistent-sqlite persistent-template primitive
+ QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint
+ tar-conduit text text-metrics time transformers unix-compat
unliftio unordered-containers vector yaml zip-archive
];
- 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
@@ -182058,6 +181868,8 @@ self: {
];
description = "Reasonable default import";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-base" = callPackage
@@ -182071,6 +181883,8 @@ self: {
];
description = "Prelude with only useful functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-base-export" = callPackage
@@ -182082,6 +181896,8 @@ self: {
libraryHaskellDepends = [ base semigroups ];
description = "Prelude with only useful functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-base-implement" = callPackage
@@ -182093,6 +181909,8 @@ self: {
libraryHaskellDepends = [ base papa-base-export semigroups ];
description = "Useful base functions reimplemented";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-bifunctors" = callPackage
@@ -182335,6 +182153,8 @@ self: {
];
description = "Prelude with only useful functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-semigroupoids-export" = callPackage
@@ -182357,6 +182177,8 @@ self: {
libraryHaskellDepends = [ base semigroupoids semigroups ];
description = "useful `semigroupoids` functions reimplemented";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"papa-x" = callPackage
@@ -182425,8 +182247,6 @@ self: {
];
description = "packrat parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pappy" = callPackage
@@ -182587,6 +182407,8 @@ self: {
libraryHaskellDepends = [ base parallel tree-monad ];
description = "Parallel Tree Search";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parameterized" = callPackage
@@ -182615,18 +182437,18 @@ self: {
}) {};
"parameterized-utils" = callPackage
- ({ mkDerivation, base, constraints, containers, deepseq, ghc-prim
- , hashable, hashtables, hedgehog, lens, mtl, tasty, tasty-ant-xml
- , tasty-hedgehog, tasty-hunit, template-haskell, text
- , th-abstraction, vector
+ ({ mkDerivation, base, base-orphans, constraints, containers
+ , deepseq, ghc-prim, hashable, hashtables, hedgehog, lens, mtl
+ , tasty, tasty-ant-xml, tasty-hedgehog, tasty-hunit
+ , template-haskell, text, th-abstraction, vector
}:
mkDerivation {
pname = "parameterized-utils";
- version = "2.0.1.0";
- sha256 = "1r7bxlb82np6xg7wkqhvja7zkp0l6adwwg0b0h3ji2mcmi47xd2z";
+ version = "2.0.2";
+ sha256 = "0xmml1jzxv7921dc5n3ppw8yf5vn58c19c95kcy8zaqn86vmj1iz";
libraryHaskellDepends = [
- base constraints containers deepseq ghc-prim hashable hashtables
- lens mtl template-haskell text th-abstraction vector
+ base base-orphans constraints containers deepseq ghc-prim hashable
+ hashtables lens mtl template-haskell text th-abstraction vector
];
testHaskellDepends = [
base ghc-prim hashable hashtables hedgehog lens mtl tasty
@@ -182634,8 +182456,6 @@ self: {
];
description = "Classes and data structures for working with data-kind indexed types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"paramtree" = callPackage
@@ -182735,6 +182555,8 @@ self: {
];
description = "A simple parser-combinator library, a bit like Parsec but without the frills";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parconc-examples" = callPackage
@@ -183056,9 +182878,13 @@ self: {
pname = "parsec1";
version = "1.0.0.6";
sha256 = "0wwmghla8cqmmpwx9wwcmh39d9np9cgc1d0w3xf18k4adb1sg636";
+ revision = "1";
+ editedCabalFile = "0wnyg8blygix98w8gwqrm8z8r774zr9y2qvhkfb336zgdvdlif9x";
libraryHaskellDepends = [ base ];
description = "Portable monadic parser combinators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsec2" = callPackage
@@ -183070,6 +182896,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Monadic parser combinators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsec3" = callPackage
@@ -183081,6 +182909,8 @@ self: {
libraryHaskellDepends = [ base bytestring mtl text ];
description = "Monadic parser combinators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsec3-numbers" = callPackage
@@ -183128,6 +182958,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Parallel Parsing Processes";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsely" = callPackage
@@ -183146,23 +182978,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "parser-combinators";
- version = "1.1.0";
- sha256 = "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc";
- libraryHaskellDepends = [ base ];
- description = "Lightweight package providing commonly useful parser combinators";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "parser-combinators_1_2_1" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "parser-combinators";
version = "1.2.1";
sha256 = "0k95nvgnl5820y094yfh7b868l0xd1diclm4kx9560p5rm02w5h3";
libraryHaskellDepends = [ base ];
description = "Lightweight package providing commonly useful parser combinators";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"parser-combinators-tests" = callPackage
@@ -183172,30 +182992,6 @@ self: {
}:
mkDerivation {
pname = "parser-combinators-tests";
- version = "1.1.0";
- sha256 = "0m3xgdi1q3q638zfvgpdqyrhfq9abqwjripvbdx5z9rai4whzqmz";
- revision = "1";
- editedCabalFile = "0adgbzpylvk9p7ylxynsdrmqhhbh5pm8ww1s3nz3czl79y8lhh47";
- isLibrary = false;
- isExecutable = false;
- testHaskellDepends = [
- base hspec hspec-expectations hspec-megaparsec megaparsec
- megaparsec-tests parser-combinators QuickCheck
- ];
- testToolDepends = [ hspec-discover ];
- description = "Test suite of parser-combinators";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "parser-combinators-tests_1_2_1" = callPackage
- ({ mkDerivation, base, hspec, hspec-discover, hspec-expectations
- , hspec-megaparsec, megaparsec, megaparsec-tests
- , parser-combinators, QuickCheck
- }:
- mkDerivation {
- pname = "parser-combinators-tests";
version = "1.2.1";
sha256 = "0iy4iajpjka1diy660x3mvmh8kldwf3svwdmvlxh26dsqy2s8sx8";
isLibrary = false;
@@ -183301,6 +183097,8 @@ self: {
];
description = "`parsers` instances for Megaparsec";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsestar" = callPackage
@@ -183337,6 +183135,8 @@ self: {
libraryHaskellDepends = [ base bytestring text ];
description = "Monadic parser combinators derived from Parsec";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"parsix" = callPackage
@@ -183346,8 +183146,8 @@ self: {
}:
mkDerivation {
pname = "parsix";
- version = "0.2.1.0";
- sha256 = "1282mzlriyl4gi0l2ds4a3prjh6q0vl5cv14ms03999hmygpnr3l";
+ version = "0.2.2.1";
+ sha256 = "0bkk1186qgnaxv1n5ycs04szrf55ra7jbfzlqbmlx8vaxq9g6xdf";
libraryHaskellDepends = [
base containers fingertree mtl parsers prettyprinter
prettyprinter-ansi-terminal text transformers
@@ -183357,6 +183157,8 @@ self: {
];
description = "Parser combinators with slicing, error recovery, and syntax highlighting";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"partage" = callPackage
@@ -183435,8 +183237,8 @@ self: {
}:
mkDerivation {
pname = "partial-order";
- version = "0.1.2.1";
- sha256 = "15y3593fl5gabcf0qzyfql30v80sninv1f79dz4v2ll89dzwfzg3";
+ version = "0.2.0.0";
+ sha256 = "1j65vhgas602fzmrjzxg7fvkmqclzxdni8yn0699l7ni6miv8pxj";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [
base containers HUnit test-framework test-framework-hunit
@@ -183457,6 +183259,8 @@ self: {
libraryHaskellDepends = [ base template-haskell transformers ];
description = "Template haskell utilities for constructing records with default values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"partial-semigroup" = callPackage
@@ -183469,6 +183273,8 @@ self: {
testHaskellDepends = [ base doctest hedgehog ];
description = "A partial binary associative operator";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"partial-semigroup-hedgehog" = callPackage
@@ -183480,6 +183286,8 @@ self: {
libraryHaskellDepends = [ base hedgehog partial-semigroup ];
description = "Property testing for partial semigroups using Hedgehog";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"partial-semigroup-test" = callPackage
@@ -183492,6 +183300,8 @@ self: {
doHaddock = false;
description = "Testing utilities for the partial-semigroup package";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"partial-uri" = callPackage
@@ -183573,6 +183383,8 @@ self: {
];
description = "a simple password manager";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"passman-cli" = callPackage
@@ -183624,15 +183436,16 @@ self: {
"password" = callPackage
({ mkDerivation, base, bytestring, doctest, QuickCheck
- , quickcheck-instances, scrypt, text
+ , quickcheck-instances, scrypt, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "password";
- version = "0.1.0.1";
- sha256 = "0n96n9kiiij6pf587y21v39c2zh9r4n4yd6n2k8km770k3bg1skr";
+ version = "1.0.0.0";
+ sha256 = "08igga8jd7g0lnakmn8lq7ssyqwkknp0lbnlhbq4qwin9n8pzl0c";
libraryHaskellDepends = [ base scrypt text ];
testHaskellDepends = [
- base bytestring doctest QuickCheck quickcheck-instances
+ base bytestring doctest QuickCheck quickcheck-instances scrypt
+ tasty tasty-quickcheck text
];
description = "plain-text password and hashed password datatypes and functions";
license = stdenv.lib.licenses.bsd3;
@@ -183644,8 +183457,8 @@ self: {
}:
mkDerivation {
pname = "password-instances";
- version = "0.3.0.1";
- sha256 = "03x9ky018r1ihl4ajc1fcw78g8h1vk3dzr4gjqck78jsb8kj7l93";
+ version = "1.0.0.0";
+ sha256 = "0i87ij207i4zvmgji457dimhpmy8hs7ddwpqr86riyscdvzvml91";
libraryHaskellDepends = [
aeson base http-api-data password persistent
];
@@ -183753,8 +183566,8 @@ self: {
}:
mkDerivation {
pname = "patch";
- version = "0.0.2.0";
- sha256 = "0c9wf996k8py90ld6353hynb96fdird7lm4kx3djaild6iiyiaal";
+ version = "0.0.3.1";
+ sha256 = "1dkms6ngr01d4gvyjbl6z30b6qz4cnxnh0y7advrc9fib0237gnl";
libraryHaskellDepends = [
base constraints-extras containers dependent-map dependent-sum lens
monoidal-containers semialign semigroupoids these transformers
@@ -183763,6 +183576,8 @@ self: {
testHaskellDepends = [ base directory filemanip filepath hlint ];
description = "Infrastructure for writing patches which act on other types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"patch-combinators" = callPackage
@@ -183829,28 +183644,6 @@ self: {
"path" = callPackage
({ mkDerivation, aeson, base, bytestring, deepseq, exceptions
- , filepath, genvalidity, genvalidity-property, hashable, hspec, mtl
- , QuickCheck, template-haskell, validity
- }:
- mkDerivation {
- pname = "path";
- version = "0.6.1";
- sha256 = "0nayla4k1gb821k8y5b9miflv1bi8f0czf9rqr044nrr2dddi2sb";
- revision = "2";
- editedCabalFile = "05pgmg0w1mfwcmx9ad4p09xqxld8njhgwmgq38v7pr58czvmd6ks";
- libraryHaskellDepends = [
- aeson base deepseq exceptions filepath hashable template-haskell
- ];
- testHaskellDepends = [
- aeson base bytestring filepath genvalidity genvalidity-property
- hspec mtl QuickCheck validity
- ];
- description = "Support for well-typed paths";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "path_0_7_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, deepseq, exceptions
, filepath, genvalidity, genvalidity-hspec, genvalidity-property
, hashable, hspec, mtl, QuickCheck, template-haskell, text
, validity
@@ -183871,7 +183664,6 @@ self: {
];
description = "Support for well-typed paths";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"path-extra" = callPackage
@@ -183897,27 +183689,6 @@ self: {
}:
mkDerivation {
pname = "path-io";
- version = "1.4.2";
- sha256 = "0jqx3mi4an4kb3kg78n1p3xrz832yrfrnvj795b0xhkv6h1z5ir3";
- revision = "1";
- editedCabalFile = "02irjcw5rdcx9wvsb7mcanylp2bwaiacpfjjbcvqq1lhvqcyw73i";
- libraryHaskellDepends = [
- base containers directory dlist exceptions filepath path temporary
- time transformers unix-compat
- ];
- testHaskellDepends = [
- base directory exceptions hspec path transformers unix-compat
- ];
- description = "Interface to ‘directory’ package for users of ‘path’";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "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.6.0";
sha256 = "0hcdxxwkhdhm59p6x74k1fsgsrqfa100c83cslm1h9ln0anj1r3k";
revision = "1";
@@ -183932,7 +183703,6 @@ self: {
];
description = "Interface to ‘directory’ package for users of ‘path’";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"path-pieces" = callPackage
@@ -183961,6 +183731,8 @@ self: {
];
description = "Read and write UTF-8 text files";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pathfinding" = callPackage
@@ -183994,6 +183766,17 @@ self: {
broken = true;
}) {};
+ "pathological-bytestrings" = callPackage
+ ({ mkDerivation, base, bytestring, random }:
+ mkDerivation {
+ pname = "pathological-bytestrings";
+ version = "0.1.0.0";
+ sha256 = "04877061vp9fv5qd0cdazmn8dd1l0zsqpxvw1awvbzjyfzl31k1y";
+ libraryHaskellDepends = [ base bytestring random ];
+ description = "Pathological ByteStrings for testing";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"paths" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, filepath
, template-haskell, text, time
@@ -184130,6 +183913,8 @@ self: {
];
description = "Pattern tries";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"patterns" = callPackage
@@ -184390,6 +184175,8 @@ self: {
];
description = "PCF font parsing and rendering library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pcf-font-embed" = callPackage
@@ -184405,6 +184192,8 @@ self: {
];
description = "Template Haskell for embedding text rendered using PCF fonts";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pcg-random" = callPackage
@@ -184777,8 +184566,8 @@ self: {
pname = "peano";
version = "0.1.0.1";
sha256 = "0yzcxrl41dacvx2wkyxjj7hgvz56l4qb59r4h9rmaqd7jcwx5z9i";
- revision = "2";
- editedCabalFile = "10b0vjc7lnfkscg2c8hhqbvf1xdvgbr3njrs9b4ick91n44vjbhk";
+ revision = "3";
+ editedCabalFile = "0wl22dnz6ld300cg6id3lw991bp8kdfi8h0nbv37vn79i1zdcj5n";
libraryHaskellDepends = [ base ];
description = "Peano numbers";
license = "unknown";
@@ -184832,6 +184621,8 @@ self: {
libraryHaskellDepends = [ base binary bytestring containers ];
description = "Parser for PE/COFF format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pedersen-commitment" = callPackage
@@ -184923,8 +184714,6 @@ self: {
];
description = "Package to solve the Generalized Pell Equation";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pem" = callPackage
@@ -184966,6 +184755,8 @@ self: {
];
description = "Static site generator";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"penn-treebank" = callPackage
@@ -185130,17 +184921,17 @@ self: {
"perceptual-hash" = callPackage
({ mkDerivation, base, containers, cpphs, criterion, deepseq
, filepath, hip, hspec, optparse-applicative, par-traverse
- , primitive, repa, stm, vector, vector-algorithms
+ , primitive, stm, vector, vector-algorithms
}:
mkDerivation {
pname = "perceptual-hash";
- version = "0.1.3.2";
- sha256 = "0nmky6x40wcc9b3n9ijjw8ynbwmpqa4gb26mqzi6dxn298bgm12g";
+ version = "0.1.3.3";
+ sha256 = "15f36b1xv5lq7gw7nd10mmhfyi935v07rdq04vzl2msdd6cn0j3d";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base hip primitive repa vector vector-algorithms
+ base hip primitive vector vector-algorithms
];
executableHaskellDepends = [
base containers filepath optparse-applicative par-traverse stm
@@ -185295,8 +185086,6 @@ self: {
];
description = "Library for performing vector shuffles";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"perfecthash" = callPackage
@@ -185411,6 +185200,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim QuickCheck ];
description = "A library for permutations and combinations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"permutations" = callPackage
@@ -185422,6 +185213,8 @@ self: {
pname = "permutations";
version = "0.1.0.0";
sha256 = "0dx4xx4g35r2qq4al431l5s1664psf95pf0nf6y59c1i1km5qpq4";
+ revision = "1";
+ editedCabalFile = "1n52axjb7z0hv9fzs9c7n33dxhm5ljdv2s0xs17hh0ycy2106dq2";
libraryHaskellDepends = [
alg base base-unicode-symbols Fin natural-induction peano
universe-base util
@@ -185559,39 +185352,6 @@ self: {
"persistent" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
- , blaze-html, blaze-markup, bytestring, conduit, containers
- , fast-logger, hspec, http-api-data, monad-control, monad-logger
- , mtl, old-locale, path-pieces, resource-pool, resourcet
- , scientific, silently, tagged, template-haskell, text, time
- , transformers, unliftio-core, unordered-containers, vector, void
- }:
- mkDerivation {
- pname = "persistent";
- version = "2.9.2";
- sha256 = "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9";
- revision = "1";
- editedCabalFile = "1v6ll8aggz6gvz53mzfrnb4jsc25dspk39x3vcxpzqkdp8rgz1am";
- libraryHaskellDepends = [
- aeson attoparsec base base64-bytestring blaze-html blaze-markup
- bytestring conduit containers fast-logger http-api-data
- monad-logger mtl old-locale path-pieces resource-pool resourcet
- scientific silently tagged template-haskell text time transformers
- unliftio-core unordered-containers vector void
- ];
- testHaskellDepends = [
- aeson attoparsec base base64-bytestring blaze-html bytestring
- conduit containers fast-logger hspec http-api-data monad-control
- monad-logger mtl old-locale path-pieces resource-pool resourcet
- scientific tagged template-haskell text time transformers
- unordered-containers vector
- ];
- description = "Type-safe, multi-backend data serialization";
- license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ psibi ];
- }) {};
-
- "persistent_2_10_4" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
, resourcet, scientific, silently, template-haskell, text, time
@@ -185600,8 +185360,8 @@ self: {
}:
mkDerivation {
pname = "persistent";
- version = "2.10.4";
- sha256 = "1cxswz72sqdg2z1nbpgp1k5qr41djgk8qbf8nz7wfppsrhacyffi";
+ version = "2.10.5.2";
+ sha256 = "1jlkgqr11bprfajadr9z7n0j1w741n8ns6w4fmm3x7prislgnqh1";
libraryHaskellDepends = [
aeson attoparsec base base64-bytestring blaze-html bytestring
conduit containers fast-logger http-api-data monad-logger mtl
@@ -185616,7 +185376,6 @@ self: {
];
description = "Type-safe, multi-backend data serialization";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
@@ -185763,6 +185522,8 @@ self: {
];
description = "Persistent instances for types in iproute";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"persistent-map" = callPackage
@@ -185840,26 +185601,6 @@ self: {
"persistent-mysql" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
- , containers, monad-logger, mysql, mysql-simple, persistent
- , resource-pool, resourcet, text, transformers, unliftio-core
- }:
- mkDerivation {
- pname = "persistent-mysql";
- version = "2.9.0";
- sha256 = "0aa1ia4r49vy5hfg59rbrfmfwdyaix0l32drdjnj9xxqbayifjzf";
- revision = "1";
- editedCabalFile = "0xvis08x4ajayp73f6j0czpksn309f3anv5kklxa9r6j8j5qkhvz";
- libraryHaskellDepends = [
- aeson base blaze-builder bytestring conduit containers monad-logger
- mysql mysql-simple persistent resource-pool resourcet text
- transformers unliftio-core
- ];
- description = "Backend for the persistent library using MySQL database server";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "persistent-mysql_2_10_2_2" = callPackage
- ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
, mysql-simple, persistent, persistent-qq, persistent-template
, persistent-test, QuickCheck, quickcheck-instances, resource-pool
@@ -185867,8 +185608,8 @@ self: {
}:
mkDerivation {
pname = "persistent-mysql";
- version = "2.10.2.2";
- sha256 = "1b1x673nzqdv3i2rwn4fp4ky9a49dc6vfif1xjajzwf75mffabfb";
+ version = "2.10.2.3";
+ sha256 = "0ymh1gmcslwd8fp2wq71fswjgbmjdxl2mx4xf30j71h0744r2jbf";
libraryHaskellDepends = [
aeson base blaze-builder bytestring conduit containers monad-logger
mysql mysql-simple persistent resource-pool resourcet text
@@ -185882,35 +185623,10 @@ self: {
];
description = "Backend for the persistent library using MySQL database server";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"persistent-mysql-haskell" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, containers
- , io-streams, monad-logger, mysql-haskell, network, persistent
- , persistent-template, resource-pool, resourcet, text, time, tls
- , transformers, unliftio-core
- }:
- mkDerivation {
- pname = "persistent-mysql-haskell";
- version = "0.5.2";
- sha256 = "1kc2q9cbgij5b5kz70jcy694v2frgzzb7mvld8dypsz11dlpmhjn";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring conduit containers io-streams monad-logger
- mysql-haskell network persistent resource-pool resourcet text time
- tls transformers unliftio-core
- ];
- executableHaskellDepends = [
- base monad-logger persistent persistent-template transformers
- ];
- description = "A pure haskell backend for the persistent library using MySQL database server";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "persistent-mysql-haskell_0_6_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, conduit, containers
, fast-logger, hspec, HUnit, io-streams, monad-logger
, mysql-haskell, network, persistent, persistent-qq
, persistent-template, persistent-test, QuickCheck
@@ -185940,6 +185656,7 @@ self: {
description = "A pure haskell backend for the persistent library using MySQL database server";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"persistent-odbc" = callPackage
@@ -185960,8 +185677,6 @@ self: {
];
description = "Backend for the persistent library using ODBC";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"persistent-pagination" = callPackage
@@ -185971,8 +185686,8 @@ self: {
}:
mkDerivation {
pname = "persistent-pagination";
- version = "0.1.1.0";
- sha256 = "1g2mn2gv9dygx4rrpxi81421dyyy9pdnzrdpqcb5sygcjsqi17ha";
+ version = "0.1.1.1";
+ sha256 = "03rxynxj2xx25l1zy42f06649m57blpx4inadb2a4dgz62zzyk5q";
libraryHaskellDepends = [
base conduit esqueleto foldl microlens mtl persistent
];
@@ -185999,28 +185714,6 @@ self: {
"persistent-postgresql" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
- , containers, monad-logger, persistent, postgresql-libpq
- , postgresql-simple, resource-pool, resourcet, text, time
- , transformers, unliftio-core
- }:
- mkDerivation {
- pname = "persistent-postgresql";
- version = "2.9.1";
- sha256 = "02i5lq6j79cv1y6n7c3lzipngkwaqfa96i4nvnkrs535x9xbxlpq";
- revision = "1";
- editedCabalFile = "186fbykla4hpsl14l1ccjr3rfdabl47c9x28m290477ilaygk685";
- libraryHaskellDepends = [
- aeson base blaze-builder bytestring conduit containers monad-logger
- persistent postgresql-libpq postgresql-simple resource-pool
- resourcet text time transformers unliftio-core
- ];
- description = "Backend for the persistent library using postgresql";
- license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ psibi ];
- }) {};
-
- "persistent-postgresql_2_10_1_2" = callPackage
- ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
, containers, fast-logger, hspec, hspec-expectations, HUnit
, monad-logger, persistent, persistent-qq, persistent-template
, persistent-test, postgresql-libpq, postgresql-simple, QuickCheck
@@ -186045,7 +185738,6 @@ self: {
];
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
@@ -186068,21 +185760,6 @@ self: {
}) {};
"persistent-qq" = callPackage
- ({ mkDerivation, base, haskell-src-meta, mtl, persistent
- , template-haskell, text
- }:
- mkDerivation {
- pname = "persistent-qq";
- version = "2.9.1";
- sha256 = "1zwvdm94sl4wlycyz5xm41p8g4b10qra53g9pxcfq6b7gl15cggd";
- libraryHaskellDepends = [
- base haskell-src-meta mtl persistent template-haskell text
- ];
- description = "Provides a quasi-quoter for raw SQL for persistent";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "persistent-qq_2_9_1_1" = callPackage
({ mkDerivation, aeson, base, fast-logger, haskell-src-meta, hspec
, HUnit, monad-logger, mtl, persistent, persistent-sqlite
, persistent-template, resourcet, template-haskell, text, unliftio
@@ -186101,7 +185778,6 @@ self: {
];
description = "Provides a quasi-quoter for raw SQL for persistent";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"persistent-ratelimit" = callPackage
@@ -186139,6 +185815,8 @@ self: {
];
description = "Backend for persistent library using Redis";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"persistent-refs" = callPackage
@@ -186152,8 +185830,6 @@ self: {
];
description = "Haskell references backed by an IntMap for persistence and reversibility";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"persistent-relational-record" = callPackage
@@ -186177,6 +185853,8 @@ self: {
];
description = "relational-record on persisten backends";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"persistent-spatial" = callPackage
@@ -186232,34 +185910,6 @@ self: {
"persistent-sqlite" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, containers
- , hspec, microlens-th, monad-logger, old-locale, persistent
- , persistent-template, resource-pool, resourcet, sqlite, temporary
- , text, time, transformers, unliftio-core, unordered-containers
- }:
- mkDerivation {
- pname = "persistent-sqlite";
- version = "2.9.3";
- sha256 = "13wbn88ixv4d4dfjl1gabm1q60fbcnygbmixz57pi3z84drrynwq";
- configureFlags = [ "-fsystemlib" ];
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring conduit containers microlens-th monad-logger
- old-locale persistent resource-pool resourcet text time
- transformers unliftio-core unordered-containers
- ];
- librarySystemDepends = [ sqlite ];
- testHaskellDepends = [
- base hspec persistent persistent-template temporary text time
- transformers
- ];
- description = "Backend for the persistent library using sqlite3";
- license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ psibi ];
- }) {inherit (pkgs) sqlite;};
-
- "persistent-sqlite_2_10_5_2" = callPackage
- ({ mkDerivation, aeson, base, bytestring, conduit, containers
, exceptions, fast-logger, hspec, HUnit, microlens-th, monad-logger
, persistent, persistent-template, persistent-test, QuickCheck
, resource-pool, resourcet, sqlite, system-fileio, system-filepath
@@ -186268,8 +185918,8 @@ self: {
}:
mkDerivation {
pname = "persistent-sqlite";
- version = "2.10.5.2";
- sha256 = "0agag3cgivl6mk38pqzr0qw5lxps9p2bgdwvi5658l46hs7bixxn";
+ version = "2.10.6.2";
+ sha256 = "0l6287ni2ksi8l8kv6gbsyjxhjpcqn6a1gw577ii7fixbyvbpbnf";
configureFlags = [ "-fsystemlib" ];
isLibrary = true;
isExecutable = true;
@@ -186287,36 +185937,10 @@ self: {
];
description = "Backend for the persistent library using sqlite3";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {inherit (pkgs) sqlite;};
"persistent-template" = callPackage
- ({ mkDerivation, aeson, aeson-compat, base, bytestring, containers
- , ghc-prim, hspec, http-api-data, monad-control, monad-logger
- , path-pieces, persistent, QuickCheck, tagged, template-haskell
- , text, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "persistent-template";
- version = "2.6.0";
- sha256 = "0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv";
- revision = "1";
- editedCabalFile = "1p7j3lz0jrczrl25bw7cg0vskhxki065x8r6913sh8l1kvrdbkk8";
- libraryHaskellDepends = [
- aeson aeson-compat base bytestring containers ghc-prim
- http-api-data monad-control monad-logger path-pieces persistent
- tagged template-haskell text transformers unordered-containers
- ];
- testHaskellDepends = [
- aeson base bytestring hspec persistent QuickCheck text transformers
- ];
- description = "Type-safe, non-relational, multi-backend persistence";
- license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ psibi ];
- }) {};
-
- "persistent-template_2_8_0_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, deepseq-generics, file-embed, hspec, http-api-data
, monad-control, monad-logger, path-pieces, persistent, QuickCheck
@@ -186325,8 +185949,8 @@ self: {
}:
mkDerivation {
pname = "persistent-template";
- version = "2.8.0.1";
- sha256 = "0chgzq70ss8b9hkq0v6zi2kdqsbj3xxcl485ajmwrxclkz1f8c3n";
+ version = "2.8.2.3";
+ sha256 = "1y96aj5i3c1j2ls6980l8lfjj9b3vfmp3766xk5af1870vj1s1lf";
libraryHaskellDepends = [
aeson base bytestring containers http-api-data monad-control
monad-logger path-pieces persistent template-haskell text
@@ -186341,7 +185965,6 @@ self: {
];
description = "Type-safe, non-relational, multi-backend persistence";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
@@ -186388,8 +186011,6 @@ self: {
];
description = "Tests for Persistent";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"persistent-typed-db" = callPackage
@@ -186400,34 +186021,8 @@ self: {
}:
mkDerivation {
pname = "persistent-typed-db";
- version = "0.0.1.1";
- sha256 = "0cn9dyv5gzkjn9jbv2srw94akz1rpgxsvn1hv1ik90a8sl3drh9n";
- revision = "1";
- editedCabalFile = "106dkixvzg2zia8hzxsw5fb458v7bka69szlnfxnffa5sdbm8him";
- libraryHaskellDepends = [
- aeson base bytestring conduit http-api-data monad-logger
- path-pieces persistent persistent-template resource-pool resourcet
- template-haskell text transformers
- ];
- testHaskellDepends = [
- aeson base bytestring conduit esqueleto hspec http-api-data
- monad-logger path-pieces persistent persistent-template
- resource-pool resourcet template-haskell text transformers
- ];
- description = "Type safe access to multiple database schemata";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "persistent-typed-db_0_1_0_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, conduit, esqueleto, hspec
- , http-api-data, monad-logger, path-pieces, persistent
- , persistent-template, resource-pool, resourcet, template-haskell
- , text, transformers
- }:
- mkDerivation {
- pname = "persistent-typed-db";
- version = "0.1.0.0";
- sha256 = "0wlz2d6v4ks376amp26fxw5wj381kqaghp25mry073krc7yqz6yv";
+ version = "0.1.0.1";
+ sha256 = "07yjzxg5yfxv1zbp5pkrvj8nrsxyhy4n11zgmd0q9g186q6283qn";
libraryHaskellDepends = [
aeson base bytestring conduit http-api-data monad-logger
path-pieces persistent persistent-template resource-pool resourcet
@@ -186441,6 +186036,7 @@ self: {
description = "Type safe access to multiple database schemata";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"persistent-vector" = callPackage
@@ -186719,30 +186315,6 @@ self: {
}) {};
"pg-transact" = callPackage
- ({ mkDerivation, base, bytestring, exceptions, hspec
- , hspec-discover, monad-control, postgresql-simple, tmp-postgres
- , transformers
- }:
- mkDerivation {
- pname = "pg-transact";
- version = "0.1.2.0";
- sha256 = "1xgma50c4pvvb9h2wksx8wl4sf0625ngbsb2c828xd0aqj171qmj";
- libraryHaskellDepends = [
- base bytestring exceptions monad-control postgresql-simple
- transformers
- ];
- testHaskellDepends = [
- base bytestring exceptions hspec hspec-discover postgresql-simple
- tmp-postgres
- ];
- testToolDepends = [ hspec-discover ];
- description = "Another postgresql-simple transaction monad";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "pg-transact_0_3_1_1" = callPackage
({ mkDerivation, async, base, bytestring, exceptions, hspec
, hspec-expectations-lifted, monad-control, postgresql-libpq
, postgresql-simple, tmp-postgres, transformers
@@ -186907,6 +186479,8 @@ self: {
];
description = "Incremental multiple pass parser library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"phash" = callPackage
@@ -186988,6 +186562,8 @@ self: {
];
description = "Haskell Debug Adapter for Visual Studio Code";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"phone-metadata" = callPackage
@@ -187318,6 +186894,8 @@ self: {
libraryHaskellDepends = [ base containers network stm text ];
description = "Instant StatsD in Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"picologic" = callPackage
@@ -187388,8 +186966,6 @@ self: {
testHaskellDepends = [ base containers random rdtsc transformers ];
description = "Bindings to the PicoSAT solver";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pictikz" = callPackage
@@ -187546,6 +187122,8 @@ self: {
];
description = "Access to the Pinboard API";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pinboard-notes-backup" = callPackage
@@ -187566,6 +187144,8 @@ self: {
];
description = "Back up the notes you've saved to Pinboard";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pinch" = callPackage
@@ -187589,6 +187169,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "An alternative implementation of Thrift for Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pinchot" = callPackage
@@ -187780,8 +187362,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Conduit with a smaller core";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pipeline" = callPackage
@@ -188006,6 +187586,8 @@ self: {
benchmarkHaskellDepends = [ base ];
description = "Streaming compression/decompression via pipes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) bzip2;};
"pipes-cacophony" = callPackage
@@ -188217,6 +187799,8 @@ self: {
];
description = "Fast, streaming csv parser";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pipes-errors" = callPackage
@@ -188269,8 +187853,8 @@ self: {
pname = "pipes-extras";
version = "1.0.15";
sha256 = "1cyb05bv5xkarab3090ikpjiqm79lr46n3nalplliz8jr4x67a82";
- revision = "1";
- editedCabalFile = "0xrd5zwkr1c7lswzi91gxl3ndra8y9g2b4j00sszyy3w187a2zwi";
+ revision = "2";
+ editedCabalFile = "1aprq51r83v5qja9vy01s8d17bnncnvp1mw6h6maxgzh2xppim8b";
libraryHaskellDepends = [ base foldl lens pipes transformers ];
testHaskellDepends = [
base HUnit pipes test-framework test-framework-hunit transformers
@@ -188353,8 +187937,8 @@ self: {
pname = "pipes-group";
version = "1.0.12";
sha256 = "1issfj3syi6lfbcdn3bhlbnlh86s92ldsb04c4ac69xipsgyhwqk";
- revision = "1";
- editedCabalFile = "0ws99n692c9km68n9y3x0b5bqdg3b47sva04nx9a4xdqr8p5akps";
+ revision = "2";
+ editedCabalFile = "1y7fh0vc6iknyxizp5hrgkkjzp2hl3ygjyxgsq6b9kh74h2hbbrp";
libraryHaskellDepends = [
base free pipes pipes-parse transformers
];
@@ -188404,6 +187988,8 @@ self: {
libraryHaskellDepends = [ base containers heaps pipes ];
description = "Interleave and merge streams of elements";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pipes-io" = callPackage
@@ -188499,6 +188085,8 @@ self: {
];
description = "LZMA compressors and decompressors for the Pipes package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pipes-misc" = callPackage
@@ -188531,7 +188119,8 @@ self: {
testHaskellDepends = [ base monad-control mongoDB pipes text ];
description = "Stream results from MongoDB";
license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ jb55 ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pipes-network" = callPackage
@@ -188557,23 +188146,6 @@ self: {
}:
mkDerivation {
pname = "pipes-network-tls";
- version = "0.3";
- sha256 = "1cmsnvgr3ffjxqn7bwj0ghqsxqd4hnhfdn4di6p8q6np2mmllsd2";
- libraryHaskellDepends = [
- base bytestring network network-simple network-simple-tls pipes
- pipes-network pipes-safe tls transformers
- ];
- description = "TLS-secured network connections support for pipes";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "pipes-network-tls_0_4" = callPackage
- ({ mkDerivation, base, bytestring, network, network-simple
- , network-simple-tls, pipes, pipes-network, pipes-safe, tls
- , transformers
- }:
- mkDerivation {
- pname = "pipes-network-tls";
version = "0.4";
sha256 = "161nqwgv0r5vlnpa1bq0y2wyh2yp8b583dxbwpbgxfjrnsy5f5vm";
libraryHaskellDepends = [
@@ -188582,7 +188154,6 @@ self: {
];
description = "TLS-secured network connections support for pipes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pipes-network-ws" = callPackage
@@ -188862,6 +188433,8 @@ self: {
];
description = "Various proxies for streaming data into vectors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pipes-wai" = callPackage
@@ -189204,6 +188777,39 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "plaid" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, casing, conduit
+ , conduit-extra, containers, either, errors, hspec, hspec-wai
+ , hspec-wai-json, http-client, http-client-tls, http-conduit
+ , http-types, microlens, microlens-th, mtl, network, pretty-simple
+ , QuickCheck, raw-strings-qq, safe-exceptions, text, time
+ , transformers, wai
+ }:
+ mkDerivation {
+ pname = "plaid";
+ version = "0.1.0.0";
+ sha256 = "125427rhy5xlaw3qinrazyyj39z4g0rbnhm2k4jrgp1jgba91lc3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring casing containers http-client-tls
+ http-conduit microlens microlens-th mtl network pretty-simple
+ raw-strings-qq safe-exceptions text time
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring conduit conduit-extra either http-client
+ http-client-tls microlens microlens-th mtl network pretty-simple
+ safe-exceptions text time transformers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers errors hspec hspec-wai
+ hspec-wai-json http-types microlens microlens-th pretty-simple
+ QuickCheck text time wai
+ ];
+ description = "Plaid.com api integration library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"plailude" = callPackage
({ mkDerivation, base, bytestring, mtl, time, unix }:
mkDerivation {
@@ -189486,8 +189092,6 @@ self: {
];
description = "run a subprocess, combining stdout and stderr";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"plist" = callPackage
@@ -189500,6 +189104,8 @@ self: {
libraryHaskellDepends = [ base base64-bytestring bytestring hxt ];
description = "Generate and parse Mac OS X property list format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"plist-buddy" = callPackage
@@ -189679,8 +189285,6 @@ self: {
];
description = "Example binaries for plot-light";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"plotfont" = callPackage
@@ -189751,6 +189355,8 @@ self: {
];
description = "Diagrams based plotting library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"plotserver-api" = callPackage
@@ -189819,8 +189425,8 @@ self: {
}:
mkDerivation {
pname = "plugins-multistage";
- version = "0.6.2";
- sha256 = "1cjy71s9whjkc8lrb29v5hbkak1jf36ng3xhqszdag887f2mk22b";
+ version = "0.6.3";
+ sha256 = "08m73a30alspw1dk33qvp5i0yqq7xlzkj2dsvs77myk9f1sp1ywx";
libraryHaskellDepends = [
base directory ghc ghci process template-haskell th-desugar
];
@@ -190054,6 +189660,8 @@ self: {
libraryHaskellDepends = [ base mtl semigroups transformers ];
description = "Alternative done right";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pointedlist" = callPackage
@@ -190100,6 +189708,8 @@ self: {
pname = "pointfree-fancy";
version = "1.1.1.15";
sha256 = "1jbxgn4raa5zzy5riflvx1sch6ar78fi84yf0ag86yxda3lh70qd";
+ revision = "1";
+ editedCabalFile = "1hk3558yviij4d4x93h253x7rpqmnjj7imgydgllgi7xa0jzwknc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -190110,8 +189720,6 @@ self: {
doHaddock = false;
description = "Tool for refactoring expressions into pointfree form";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pointful" = callPackage
@@ -190154,6 +189762,8 @@ self: {
libraryHaskellDepends = [ base GHood process syb ];
description = "Pointless Haskell library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pointless-lenses" = callPackage
@@ -190300,6 +189910,31 @@ self: {
broken = true;
}) {};
+ "policeman" = callPackage
+ ({ mkDerivation, ansi-terminal, base, Cabal, containers
+ , dir-traverse, directory, filepath, ghc, gitrev, hedgehog, hspec
+ , mtl, optparse-applicative, relude, shellmet, text, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "policeman";
+ version = "0.0.0.0";
+ sha256 = "1klrqj70pmar8z6yki1aq62zqs2fyrwshr24ryi94x8ndf919zd3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-terminal base Cabal containers dir-traverse directory filepath
+ ghc gitrev mtl optparse-applicative relude shellmet text
+ transformers unordered-containers
+ ];
+ executableHaskellDepends = [ base relude ];
+ testHaskellDepends = [
+ base Cabal directory filepath hedgehog hspec relude text
+ ];
+ description = "Haskell PVP version adviser";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"polimorf" = callPackage
({ mkDerivation, base, binary, containers, text }:
mkDerivation {
@@ -190309,8 +189944,6 @@ self: {
libraryHaskellDepends = [ base binary containers text ];
description = "Handling the PoliMorf dictionary";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"poll" = callPackage
@@ -190325,31 +189958,6 @@ self: {
}) {};
"poly" = callPackage
- ({ mkDerivation, base, gauge, primitive, QuickCheck
- , quickcheck-classes, semirings, tasty, tasty-quickcheck, vector
- , vector-algorithms
- }:
- mkDerivation {
- pname = "poly";
- version = "0.3.1.0";
- sha256 = "1c8xnkqxwzbpx01clz9spz9zwa18qhsbvscrc381r0f46cjax2ph";
- revision = "1";
- editedCabalFile = "10lcg7x6vzrzgj5libfwnmxj2y3f1j5gpz9l8mgzivapknvhhpfx";
- libraryHaskellDepends = [
- base primitive semirings vector vector-algorithms
- ];
- testHaskellDepends = [
- base QuickCheck quickcheck-classes semirings tasty tasty-quickcheck
- vector
- ];
- benchmarkHaskellDepends = [ base gauge semirings vector ];
- description = "Polynomials";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "poly_0_3_3_0" = callPackage
({ mkDerivation, base, deepseq, gauge, primitive, QuickCheck
, quickcheck-classes, semirings, tasty, tasty-quickcheck, vector
, vector-algorithms
@@ -190370,8 +189978,6 @@ self: {
benchmarkHaskellDepends = [ base deepseq gauge semirings vector ];
description = "Polynomials";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"poly-arity" = callPackage
@@ -190525,81 +190131,78 @@ self: {
({ mkDerivation, base, bytestring, text }:
mkDerivation {
pname = "polyparse";
- version = "1.12.1";
- sha256 = "19fs18g7fvfdkm9zy28cgighjcxfa6mcpqgyp6whmsjkb3h393fx";
- libraryHaskellDepends = [ base bytestring text ];
- description = "A variety of alternative parser combinator libraries";
- license = "LGPL";
- }) {};
-
- "polyparse_1_13" = callPackage
- ({ mkDerivation, base, bytestring, text }:
- mkDerivation {
- pname = "polyparse";
version = "1.13";
sha256 = "0yvhg718dlksiw3v27m2d8m1sn4r4f5s0p56zq3lynhy1sc74k0w";
libraryHaskellDepends = [ base bytestring text ];
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"polysemy" = callPackage
- ({ mkDerivation, async, base, containers, criterion, doctest
- , first-class-families, free, freer-simple, hspec, hspec-discover
- , inspection-testing, mtl, syb, template-haskell, th-abstraction
- , transformers, type-errors, type-errors-pretty, unagi-chan
+ ({ mkDerivation, async, base, Cabal, cabal-doctest, containers
+ , criterion, doctest, first-class-families, free, freer-simple
+ , hspec, hspec-discover, inspection-testing, loopbreaker, mtl, stm
+ , syb, template-haskell, th-abstraction, transformers, type-errors
+ , type-errors-pretty, unagi-chan
}:
mkDerivation {
pname = "polysemy";
- version = "1.0.0.0";
- sha256 = "1y63vwrmmany62ci2sdd8kfmkrigk0vds2kjpxmyh9nsvw5fv576";
+ version = "1.2.3.0";
+ sha256 = "0vb0k3kmzsjw45p220nw780wlax1r7mv56j06vkzqclkf8s5jky3";
+ revision = "2";
+ editedCabalFile = "0dzmkna6jb2im9kdslp90z6ynk2qzzg2j495i3y933ywdavvci93";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
- async base containers first-class-families mtl syb template-haskell
- th-abstraction transformers type-errors type-errors-pretty
- unagi-chan
+ async base containers first-class-families loopbreaker mtl stm syb
+ template-haskell th-abstraction transformers type-errors
+ type-errors-pretty unagi-chan
];
testHaskellDepends = [
async base containers doctest first-class-families hspec
- inspection-testing mtl syb template-haskell th-abstraction
- transformers type-errors type-errors-pretty unagi-chan
+ inspection-testing loopbreaker mtl stm syb template-haskell
+ th-abstraction transformers type-errors type-errors-pretty
+ unagi-chan
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
async base containers criterion first-class-families free
- freer-simple mtl syb template-haskell th-abstraction transformers
- type-errors type-errors-pretty unagi-chan
+ freer-simple loopbreaker mtl stm syb template-haskell
+ th-abstraction transformers type-errors type-errors-pretty
+ unagi-chan
];
description = "Higher-order, low-boilerplate, zero-cost free monads";
license = stdenv.lib.licenses.bsd3;
}) {};
- "polysemy_1_2_3_0" = callPackage
+ "polysemy_1_3_0_0" = callPackage
({ mkDerivation, async, base, Cabal, cabal-doctest, containers
, criterion, doctest, first-class-families, free, freer-simple
- , hspec, hspec-discover, inspection-testing, mtl, stm, syb
- , template-haskell, th-abstraction, transformers, type-errors
+ , hspec, hspec-discover, inspection-testing, mtl, QuickCheck, stm
+ , syb, template-haskell, th-abstraction, transformers, type-errors
, type-errors-pretty, unagi-chan
}:
mkDerivation {
pname = "polysemy";
- version = "1.2.3.0";
- sha256 = "0vb0k3kmzsjw45p220nw780wlax1r7mv56j06vkzqclkf8s5jky3";
+ version = "1.3.0.0";
+ sha256 = "0p5g1n5b0dfkadqpqf2ka25dblimwqhxwx5ax0mxwixb0jwd0pvb";
+ revision = "1";
+ editedCabalFile = "02fkrfdn7pwslc9yffgx3fis8ag36m3dhigw67ns1s16gsf5a7dz";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
- async base containers first-class-families mtl stm syb
+ async base containers first-class-families mtl QuickCheck stm syb
template-haskell th-abstraction transformers type-errors
type-errors-pretty unagi-chan
];
testHaskellDepends = [
async base containers doctest first-class-families hspec
- inspection-testing mtl stm syb template-haskell th-abstraction
- transformers type-errors type-errors-pretty unagi-chan
+ inspection-testing mtl QuickCheck stm syb template-haskell
+ th-abstraction transformers type-errors type-errors-pretty
+ unagi-chan
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
async base containers criterion first-class-families free
- freer-simple mtl stm syb template-haskell th-abstraction
+ freer-simple mtl QuickCheck stm syb template-haskell th-abstraction
transformers type-errors type-errors-pretty unagi-chan
];
description = "Higher-order, low-boilerplate, zero-cost free monads";
@@ -190614,8 +190217,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-RandomFu";
- version = "0.4.0.0";
- sha256 = "0l4jimvd3shvxwl0zrfxqp3hlkiqwzihljd07jdppchc41xq3aiz";
+ version = "0.4.1.0";
+ sha256 = "1gr7nyzz1wwl7c22q21c8y8r94b8sp0r5kma20w3avg6p0l53bm3";
libraryHaskellDepends = [
base polysemy polysemy-plugin polysemy-zoo random-fu random-source
];
@@ -190626,6 +190229,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Experimental, RandomFu effect and interpreters for polysemy";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"polysemy-plugin" = callPackage
@@ -190636,8 +190241,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-plugin";
- version = "0.2.4.0";
- sha256 = "0ppnp3b6sa835jrr31la2b9z0mlil8hm60dqvz2pvyfkic88y9mg";
+ version = "0.2.5.0";
+ sha256 = "1ymry3ppc5cl9agvkbxks155xnxr9cv39p77j05ychnhv9r4vjsh";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base containers ghc ghc-tcplugins-extra polysemy syb transformers
@@ -190649,53 +190254,35 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Disambiguate obvious uses of effects";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"polysemy-zoo" = callPackage
- ({ mkDerivation, async, base, binary, bytestring, constraints
- , containers, ghc-prim, hedis, hspec, hspec-discover, mtl, polysemy
- , polysemy-plugin, random, reflection
- }:
- mkDerivation {
- pname = "polysemy-zoo";
- version = "0.5.0.1";
- sha256 = "06ggm3qinabwp5bha858anwdvw726wzl738wpgf1kd9mgivbv53w";
- libraryHaskellDepends = [
- async base binary bytestring constraints containers ghc-prim hedis
- mtl polysemy polysemy-plugin random reflection
- ];
- testHaskellDepends = [
- async base binary bytestring constraints containers ghc-prim hedis
- hspec mtl polysemy polysemy-plugin random reflection
- ];
- testToolDepends = [ hspec-discover ];
- description = "Experimental, user-contributed effects and interpreters for polysemy";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "polysemy-zoo_0_6_0_1" = callPackage
- ({ mkDerivation, async, base, binary, bytestring, constraints
- , containers, contravariant, ghc-prim, hedis, hspec, hspec-discover
- , mtl, polysemy, polysemy-plugin, random, reflection, transformers
+ ({ mkDerivation, async, base, compact, constraints, containers
+ , contravariant, exceptions, ghc-prim, hspec, hspec-discover, mtl
+ , polysemy, polysemy-plugin, random, reflection, streaming, text
+ , transformers
}:
mkDerivation {
pname = "polysemy-zoo";
- version = "0.6.0.1";
- sha256 = "1va72282ng2h15fpzi3az1cdl1717hyfsa1qfz9xl4lnaa4x8nwa";
+ version = "0.7.0.0";
+ sha256 = "1kc6lgq5x64pd49qbk078xiyni6fwxwk3897bvwvfwcyb8np39ww";
libraryHaskellDepends = [
- async base binary bytestring constraints containers contravariant
- ghc-prim hedis mtl polysemy polysemy-plugin random reflection
- transformers
+ async base compact constraints containers contravariant exceptions
+ ghc-prim mtl polysemy polysemy-plugin random reflection streaming
+ text transformers
];
testHaskellDepends = [
- async base binary bytestring constraints containers contravariant
- ghc-prim hedis hspec mtl polysemy polysemy-plugin random reflection
- transformers
+ async base compact constraints containers contravariant exceptions
+ ghc-prim hspec mtl polysemy polysemy-plugin random reflection
+ streaming text transformers
];
testToolDepends = [ hspec-discover ];
description = "Experimental, user-contributed effects and interpreters for polysemy";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"polyseq" = callPackage
@@ -190724,8 +190311,8 @@ self: {
({ mkDerivation, base, containers, deepseq, polyparse, tagsoup }:
mkDerivation {
pname = "polysoup";
- version = "0.6.3";
- sha256 = "0j2gk5x3njgv7x86p80f0zrsvzxcsn7x9l78swmgwcfkfy4j5xls";
+ version = "0.6.4";
+ sha256 = "0kgagizdn47xdnvmkwn5h3c78mdsh95siq2cyp9bga22pqhj4sid";
libraryHaskellDepends = [
base containers deepseq polyparse tagsoup
];
@@ -190765,10 +190352,8 @@ self: {
({ mkDerivation, base, containers }:
mkDerivation {
pname = "polyvariadic";
- version = "0.3.0.3";
- sha256 = "0zf7znslayjmcnajmsymc79f0lyyk7ph9zfczq78inirg0hv7hq1";
- revision = "5";
- editedCabalFile = "1pzqc1hppzlj03wr2hrlm7liq9kcf650mpsrm4chr6msq491na9c";
+ version = "0.3.0.4";
+ sha256 = "17895458cfciv5lkcd26b5a96d9mwklish8xjhn14bd2himyczx0";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base ];
description = "Creation and application of polyvariadic functions";
@@ -190796,8 +190381,6 @@ self: {
];
description = "Maps and sets of partial orders";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pomodoro" = callPackage
@@ -190934,6 +190517,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "An XMPP client library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pontarius-xpmn" = callPackage
@@ -191027,6 +190612,8 @@ self: {
libraryHaskellDepends = [ base mtl network ];
description = "POP3 Client Library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"popenhs" = callPackage
@@ -191405,8 +190992,8 @@ self: {
}:
mkDerivation {
pname = "posix-api";
- version = "0.3.3.0";
- sha256 = "0a4npmhgnpq7ya21zijsxhyndr9swlknh6v7rn6y9qbva4q3gjx7";
+ version = "0.3.4.0";
+ sha256 = "163bblw200jr2vghc7i9g9xls6vhihayxvb4am4lr3j047ifqbmb";
libraryHaskellDepends = [
base byteslice primitive primitive-addr primitive-offset
primitive-unlifted
@@ -191417,8 +191004,6 @@ self: {
];
description = "posix bindings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) systemd;};
"posix-error-codes" = callPackage
@@ -191559,6 +191144,8 @@ self: {
];
description = "Sleep tracker for X11, using XScreenSaver extension and manual input";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"possible" = callPackage
@@ -191797,8 +191384,6 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "Format data to feed to a PostgreSQL COPY FROM statement";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"postgresql-cube" = callPackage
@@ -191853,6 +191438,8 @@ self: {
];
description = "Utilities for streaming PostgreSQL LargeObjects";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"postgresql-named" = callPackage
@@ -192268,6 +191855,8 @@ self: {
];
description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"postgresql-typed-lifted" = callPackage
@@ -192428,8 +192017,6 @@ self: {
];
description = "Send email via Postmark using io-streams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"postmaster" = callPackage
@@ -192632,6 +192219,8 @@ self: {
executableHaskellDepends = [ base ];
description = "bindings for Griffin PowerMate USB";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"powerpc" = callPackage
@@ -192870,8 +192459,6 @@ self: {
];
description = "Alternative Show class that gives shorter view if possible";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"preamble" = callPackage
@@ -192893,6 +192480,8 @@ self: {
];
description = "Yet another prelude";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"precis" = callPackage
@@ -192941,6 +192530,8 @@ self: {
libraryHaskellDepends = [ base hashable hashtables HSet ];
description = "Simple cached predicates";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pred-trie" = callPackage
@@ -193179,6 +192770,8 @@ self: {
];
description = "Prelude for applications";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"preliminaries" = callPackage
@@ -193363,6 +192956,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "preql" = callPackage
+ ({ mkDerivation, aeson, alex, array, base, binary-parser
+ , bytestring, bytestring-strict-builder, contravariant, free, happy
+ , mtl, postgresql-binary, postgresql-libpq, postgresql-simple, syb
+ , template-haskell, text, th-lift-instances, time, transformers
+ , uuid, vector
+ }:
+ mkDerivation {
+ pname = "preql";
+ version = "0.1";
+ sha256 = "1a5b45vplknan61l0p68559pg7la89ly97mzbqxb5j6v3cifgmcg";
+ libraryHaskellDepends = [
+ aeson array base binary-parser bytestring bytestring-strict-builder
+ contravariant free mtl postgresql-binary postgresql-libpq
+ postgresql-simple syb template-haskell text th-lift-instances time
+ transformers uuid vector
+ ];
+ libraryToolDepends = [ alex happy ];
+ description = "experiments with SQL";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"presburger" = callPackage
({ mkDerivation, base, containers, pretty, QuickCheck }:
mkDerivation {
@@ -193388,6 +193003,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Make presentations for data types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"press" = callPackage
@@ -193477,6 +193094,26 @@ self: {
];
description = "Pretty-printing library";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "pretty-diff" = callPackage
+ ({ mkDerivation, base, data-default, Diff, tasty, tasty-hunit
+ , tasty-test-reporter, text
+ }:
+ mkDerivation {
+ pname = "pretty-diff";
+ version = "0.2.0.0";
+ sha256 = "06jbgfy7skz8l5hjp82sqjr08dkx6pw89wsc4b2z7anxwq9nzab4";
+ libraryHaskellDepends = [ base data-default Diff text ];
+ testHaskellDepends = [
+ base data-default Diff tasty tasty-hunit tasty-test-reporter text
+ ];
+ description = "Pretty printing a diff of two values";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pretty-display" = callPackage
@@ -193529,29 +193166,19 @@ self: {
];
description = "Functionality for beautifying GHCi";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pretty-hex" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
pname = "pretty-hex";
- version = "1.0";
- sha256 = "0ylwkvvjvmpprha9nx83xb8gkhyanhk5fffc0r7lb96n4ch5z6pz";
- libraryHaskellDepends = [ base bytestring ];
- description = "A library for hex dumps of ByteStrings";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "pretty-hex_1_1" = callPackage
- ({ mkDerivation, base, bytestring }:
- mkDerivation {
- pname = "pretty-hex";
version = "1.1";
sha256 = "0c8pa0rdb2q8rf4acy4gww0hj5lrzclzdh52yi2aiaaij4lqzir7";
libraryHaskellDepends = [ base bytestring ];
description = "A library for hex dumps of ByteStrings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pretty-loc" = callPackage
@@ -193584,8 +193211,8 @@ self: {
}:
mkDerivation {
pname = "pretty-relative-time";
- version = "0.1.0.0";
- sha256 = "01ijsjilsx79xdkchmxplcm2g6qh81fgxd36r6kwgrk446s0bq9c";
+ version = "0.2.0.0";
+ sha256 = "17w7bs0xj2bbjqc9qzcq40xsq5virdaqw57r0wfgfs6akj2i9r5d";
libraryHaskellDepends = [ base time validity validity-time ];
testHaskellDepends = [
base genvalidity-hspec genvalidity-time hspec QuickCheck time
@@ -193593,8 +193220,6 @@ self: {
];
description = "Pretty relative time";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pretty-show" = callPackage
@@ -193603,8 +193228,8 @@ self: {
}:
mkDerivation {
pname = "pretty-show";
- version = "1.9.5";
- sha256 = "0gs2pabi4qa4b0r5vffpf9b1cf5n9y2939a3lljjw7cmg6xvx5dh";
+ version = "1.10";
+ sha256 = "1lkgvbv00v1amvpqli6y4dzsbs25l4v3wlagvhwx8qxhw2390zrh";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -193634,34 +193259,14 @@ self: {
}) {};
"pretty-simple" = callPackage
- ({ mkDerivation, ansi-terminal, base, criterion, doctest, Glob, mtl
- , text, transformers
- }:
- mkDerivation {
- pname = "pretty-simple";
- version = "2.2.0.1";
- sha256 = "0wsi9235ihm15s145lxi7325vv2k4bhighc5m88kn1lk0pl81aqq";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-terminal base mtl text transformers
- ];
- testHaskellDepends = [ base doctest Glob ];
- benchmarkHaskellDepends = [ base criterion text ];
- description = "pretty printer for data types with a 'Show' instance";
- license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ cdepillabout ];
- }) {};
-
- "pretty-simple_3_2_1_0" = callPackage
({ mkDerivation, ansi-terminal, base, Cabal, cabal-doctest
, containers, criterion, doctest, Glob, mtl, QuickCheck
, template-haskell, text, transformers
}:
mkDerivation {
pname = "pretty-simple";
- version = "3.2.1.0";
- sha256 = "01cnvfn2y7qgp9pc9ra9glmgs64f1m8bxa8n31yy8jlkwwmyhly6";
+ version = "3.2.2.0";
+ sha256 = "092vv0dvyab0vjchhw6cvc3x3wp7qb04q6n6ibjvpg472x3hnl3z";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -193674,7 +193279,6 @@ self: {
benchmarkHaskellDepends = [ base criterion text ];
description = "pretty printer for data types with a 'Show' instance";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ cdepillabout ];
}) {};
@@ -193684,6 +193288,8 @@ self: {
pname = "pretty-sop";
version = "0.2.0.3";
sha256 = "10vybwbkqgr3fi13c5qwwhrwns9sdj7zvlkz6vag966pk238gnxy";
+ revision = "1";
+ editedCabalFile = "04gr1aaqaq347rv5vqh93qcnbc53y55hrds73js5329z2j1gbmng";
libraryHaskellDepends = [ base generics-sop pretty-show ];
testHaskellDepends = [ base generics-sop pretty-show ];
testToolDepends = [ markdown-unlit ];
@@ -193753,32 +193359,6 @@ self: {
}) {};
"prettyprinter" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
- , criterion, deepseq, doctest, mtl, pgp-wordlist, QuickCheck
- , random, tasty, tasty-hunit, tasty-quickcheck, text, transformers
- }:
- mkDerivation {
- pname = "prettyprinter";
- version = "1.2.1.1";
- sha256 = "1p9c3q55hba4c0zyxc624g5df7wgsclpsmd8wqpdnmib882q9d1v";
- revision = "1";
- editedCabalFile = "0p3qvc1fr2ayxq5s7ysm80nl6107xfkv27p3mcripffq1lqvmlma";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base text ];
- testHaskellDepends = [
- base bytestring doctest pgp-wordlist QuickCheck tasty tasty-hunit
- tasty-quickcheck text
- ];
- benchmarkHaskellDepends = [
- ansi-wl-pprint base containers criterion deepseq mtl QuickCheck
- random text transformers
- ];
- description = "A modern, easy to use, well-documented, extensible pretty-printer";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "prettyprinter_1_6_0" = callPackage
({ mkDerivation, ansi-wl-pprint, base, base-compat, bytestring
, containers, deepseq, doctest, gauge, mtl, pgp-wordlist
, QuickCheck, quickcheck-instances, random, tasty, tasty-hunit
@@ -193786,8 +193366,8 @@ self: {
}:
mkDerivation {
pname = "prettyprinter";
- version = "1.6.0";
- sha256 = "1xgjymlv5kfiqk6i2p8qc406xn8xphis7hhsdzcw6lpqmyp8bapx";
+ version = "1.6.1";
+ sha256 = "10fphxh8lvdaw7i8jyllwmj87w02db92mf99zfw5vddp9mv6b5rz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base text ];
@@ -193801,7 +193381,6 @@ self: {
];
description = "A modern, easy to use, well-documented, extensible pretty-printer";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"prettyprinter-ansi-terminal" = callPackage
@@ -193883,8 +193462,8 @@ self: {
({ mkDerivation, base, graphviz, prettyprinter, text }:
mkDerivation {
pname = "prettyprinter-graphviz";
- version = "0.1.0.1";
- sha256 = "1h6jr4vh60j54ajsylh41y0iskz5yjgh2879v25z1mw7vfi40kww";
+ version = "0.1.1.1";
+ sha256 = "1cpzqvy9w8ims5hqhv5v18r0dgj3708gprdrjxbja13nfsb6bsg9";
libraryHaskellDepends = [ base graphviz prettyprinter text ];
description = "a prettyprinter backend for graphviz";
license = stdenv.lib.licenses.bsd3;
@@ -193960,6 +193539,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim primitive semigroups ];
description = "Primitive byte array with type variable";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prim-spoon" = callPackage
@@ -194044,27 +193625,14 @@ self: {
}) {};
"primitive" = callPackage
- ({ mkDerivation, base, ghc-prim, transformers }:
- mkDerivation {
- pname = "primitive";
- version = "0.6.4.0";
- sha256 = "0r0cda7acvplgwaxy69kviv4jp7kkfi038by68gj4yfx4iwszgjc";
- revision = "1";
- editedCabalFile = "18a14k1yiam1m4l29rin9a0y53yp3nxvkz358nysld8aqwy2qsjv";
- libraryHaskellDepends = [ base ghc-prim transformers ];
- description = "Primitive memory-related operations";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "primitive_0_7_0_0" = callPackage
({ mkDerivation, base, base-orphans, ghc-prim, QuickCheck
, semigroups, tagged, tasty, tasty-quickcheck, transformers
, transformers-compat
}:
mkDerivation {
pname = "primitive";
- version = "0.7.0.0";
- sha256 = "0xhmin3z2vp8jina1wzxg11nqiz8x63wisv2nw2ggji8lgz48skq";
+ version = "0.7.0.1";
+ sha256 = "1pgpjzlfn037lw7lsszpqmqhbf33fnd86jna1whdd4pl57cbg2yx";
libraryHaskellDepends = [ base ghc-prim transformers ];
testHaskellDepends = [
base base-orphans ghc-prim QuickCheck semigroups tagged tasty
@@ -194072,7 +193640,6 @@ self: {
];
description = "Primitive memory-related operations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"primitive-addr" = callPackage
@@ -194096,8 +193663,6 @@ self: {
testHaskellDepends = [ base primitive primitive-unlifted ];
description = "Wrappers for primops around atomic operations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-checked" = callPackage
@@ -194109,8 +193674,6 @@ self: {
libraryHaskellDepends = [ base primitive ];
description = "primitive functions with bounds-checking";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-containers" = callPackage
@@ -194136,8 +193699,6 @@ self: {
];
description = "containers backed by arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-convenience" = callPackage
@@ -194153,30 +193714,6 @@ self: {
"primitive-extras" = callPackage
({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
- , foldl, list-t, primitive, profunctors, QuickCheck
- , quickcheck-instances, rerebase, tasty, tasty-hunit
- , tasty-quickcheck, vector
- }:
- mkDerivation {
- pname = "primitive-extras";
- version = "0.7.1.1";
- sha256 = "1hffgvqdrsxml2z834jb1mpywkflcnlymmxp9dmapwg8pcadjzdm";
- revision = "1";
- editedCabalFile = "10z7fnz907s7ar15lk3kq62p11bbsksdb0nmg5y7ii0n97mqni96";
- libraryHaskellDepends = [
- base bytestring cereal deferred-folds focus foldl list-t primitive
- profunctors vector
- ];
- testHaskellDepends = [
- cereal deferred-folds focus primitive QuickCheck
- quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck
- ];
- description = "Extras for the \"primitive\" library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "primitive-extras_0_8" = callPackage
- ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
, foldl, list-t, primitive, primitive-unlifted, profunctors
, QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit
, tasty-quickcheck, vector
@@ -194196,6 +193733,7 @@ self: {
description = "Extras for the \"primitive\" library";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"primitive-foreign" = callPackage
@@ -194238,6 +193776,8 @@ self: {
];
description = "Arrays of Maybes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"primitive-offset" = callPackage
@@ -194286,8 +193826,6 @@ self: {
benchmarkHaskellDepends = [ base gauge ghc-prim primitive random ];
description = "Sort primitive arrays";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-stablename" = callPackage
@@ -194299,6 +193837,8 @@ self: {
libraryHaskellDepends = [ base primitive ];
description = "primitive operations on StableNames";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"primitive-unaligned" = callPackage
@@ -194323,8 +193863,6 @@ self: {
testHaskellDepends = [ base primitive stm ];
description = "Primitive GHC types with unlifted types inside";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primula-board" = callPackage
@@ -194473,6 +194011,8 @@ self: {
];
description = "The Artist Formerly Known as Prints";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"printxosd" = callPackage
@@ -194641,14 +194181,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "process_1_6_7_0" = callPackage
+ "process_1_6_8_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, filepath
, unix
}:
mkDerivation {
pname = "process";
- version = "1.6.7.0";
- sha256 = "1qplrcdzdv8dhzh859f709facw7xc6kmfwhwmm26qks4arkih7j5";
+ version = "1.6.8.0";
+ sha256 = "07vl1j66xya4wqm3h42lpkhshpmz90b68r93i2766zhsnx0ryr5r";
libraryHaskellDepends = [ base deepseq directory filepath unix ];
testHaskellDepends = [ base bytestring directory ];
description = "Process libraries";
@@ -194947,11 +194487,11 @@ self: {
pname = "product";
version = "0.1.0.0";
sha256 = "1dh1bf5mc2q6jb4srajn448fww5s8ixcwiswqp7pk9638sdh6dgk";
+ revision = "1";
+ editedCabalFile = "1464s441018jq75351jk9q16cjfmd4ifsjigd5rn0z0788l72sxh";
libraryHaskellDepends = [ base category ];
description = "Product category";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"product-isomorphic" = callPackage
@@ -194996,6 +194536,8 @@ self: {
executableHaskellDepends = [ base optparse-applicative ];
description = "Generate flamegraphs from ghc RTS .prof files";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prof2dot" = callPackage
@@ -195074,12 +194616,12 @@ self: {
}) {};
"profunctor-arrows" = callPackage
- ({ mkDerivation, base, comonad, profunctors }:
+ ({ mkDerivation, base, comonad, lawz, profunctors }:
mkDerivation {
pname = "profunctor-arrows";
- version = "0.0.0.2";
- sha256 = "01ia949b45izrq6p8qvizz05kvy45qydwj5crdac9spad2asr1s3";
- libraryHaskellDepends = [ base comonad profunctors ];
+ version = "0.0.1";
+ sha256 = "136d594l4magjibq44fs64bqafvcdy8jm2gijs6x1whpab0vl44k";
+ libraryHaskellDepends = [ base comonad lawz profunctors ];
description = "Profunctor arrows";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -195121,68 +194663,47 @@ self: {
];
description = "Monadic bidirectional programming";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"profunctor-optics" = callPackage
- ({ mkDerivation, adjunctions, base, connections, containers
- , distributive, doctest, hedgehog, ilist, keys, mtl
- , newtype-generics, profunctor-arrows, profunctors, rings
- , semigroupoids, tagged, transformers, unliftio-core
+ ({ mkDerivation, adjunctions, base, coapplicative, distributive
+ , doctest, lawz, mtl, newtype-generics, profunctors, rings
+ , semigroupoids, tagged, transformers
}:
mkDerivation {
pname = "profunctor-optics";
- version = "0.0.0.5";
- sha256 = "0k6xvgk0w9hsdv4smj7915gqlqkabsswfcpnq1iid9bar1q8v8nh";
+ version = "0.0.2";
+ sha256 = "0x9cq3z1ixxgc85xf0387f5rsdwrm53qwzmcfm0b0z8gj38qaa5r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- adjunctions base connections distributive keys mtl newtype-generics
- profunctor-arrows profunctors rings semigroupoids tagged
- transformers unliftio-core
- ];
- executableHaskellDepends = [
- adjunctions base containers doctest ilist mtl
+ adjunctions base coapplicative distributive lawz mtl
+ newtype-generics profunctors rings semigroupoids tagged
+ transformers
];
- testHaskellDepends = [ base connections hedgehog ];
- description = "An optics library compatible with the typeclasses in 'profunctors'";
+ executableHaskellDepends = [ base doctest mtl ];
+ description = "A compact optics library compatible with the typeclasses in profunctors";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {};
+ }) {coapplicative = null;};
"profunctors" = callPackage
({ mkDerivation, base, base-orphans, bifunctors, comonad
- , contravariant, distributive, semigroups, tagged, transformers
- }:
- mkDerivation {
- pname = "profunctors";
- version = "5.3";
- sha256 = "1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl";
- revision = "1";
- editedCabalFile = "1ynskm55fynsli6lpz6v5py344yhf1mq5xz2b1p7arvf2xqrx4kv";
- libraryHaskellDepends = [
- base base-orphans bifunctors comonad contravariant distributive
- semigroups tagged transformers
- ];
- description = "Profunctors";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "profunctors_5_5_1" = callPackage
- ({ mkDerivation, base, base-orphans, bifunctors, comonad
, contravariant, distributive, tagged, transformers
}:
mkDerivation {
pname = "profunctors";
- version = "5.5.1";
- sha256 = "0nmiv7hhmimiwj4jnh5vd5n96bihpairq2rf6hrw11rignal2dqx";
+ version = "5.5.2";
+ sha256 = "0z5gk2ip4x2z0jad9lnsnq1q1i8bbgchw3bwgiy3gbmgp2m7j5az";
libraryHaskellDepends = [
base base-orphans bifunctors comonad contravariant distributive
tagged transformers
];
description = "Profunctors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"progress" = callPackage
@@ -195222,6 +194743,8 @@ self: {
libraryHaskellDepends = [ base deepseq mtl time ];
description = "Functionality for reporting function progress";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"progressbar" = callPackage
@@ -195447,6 +194970,8 @@ self: {
];
description = "A Prolog interpreter written in Haskell";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prolog-graph" = callPackage
@@ -195504,6 +195029,8 @@ self: {
];
description = "Better, more general Prelude exporting common utilities";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prometheus" = callPackage
@@ -195584,8 +195111,8 @@ self: {
}:
mkDerivation {
pname = "prometheus-metrics-ghc";
- version = "1.0.0";
- sha256 = "15zzj9dy9kfvkcypgnvh8xa6xsx0489ck8f30bm8958qp0za145z";
+ version = "1.0.1";
+ sha256 = "18816z271daza8yl6sqagv4y26f977d66s26kvjq680pykcflxwx";
libraryHaskellDepends = [
base prometheus-client text utf8-string
];
@@ -195697,6 +195224,17 @@ self: {
broken = true;
}) {};
+ "propeller" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "propeller";
+ version = "0.1.0.0";
+ sha256 = "00v1j1mv5dl6vivkfqv9w9jvw1jh3085mpkax5x0cyndhqcw027x";
+ libraryHaskellDepends = [ base ];
+ description = "A Simple Propagator Library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"propellor" = callPackage
({ mkDerivation, ansi-terminal, async, base, bytestring, containers
, directory, exceptions, filepath, hashable, hslogger, IfElse, mtl
@@ -195717,6 +195255,8 @@ self: {
executableHaskellDepends = [ base ];
description = "property-based host configuration management in haskell";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"properties" = callPackage
@@ -195789,6 +195329,47 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "prosidy" = callPackage
+ ({ mkDerivation, aeson, aeson-diff, aeson-pretty, base, binary
+ , bytestring, containers, contravariant, deepseq, directory
+ , filepath, hashable, megaparsec, profunctors, tagged, tasty
+ , tasty-ant-xml, tasty-golden, tasty-hunit, tasty-quickcheck, text
+ , transformers, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "prosidy";
+ version = "1.6.0.0";
+ sha256 = "19c8kz6kdd2flzi1gyddi4yp4fn62wfjahcp66saydb4ipxdxfs4";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson base binary bytestring containers contravariant deepseq
+ hashable megaparsec profunctors tagged text transformers
+ unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson aeson-diff aeson-pretty base bytestring containers directory
+ filepath tasty tasty-ant-xml tasty-golden tasty-hunit
+ tasty-quickcheck text
+ ];
+ description = "A simple language for writing documents";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
+ "prosidyc" = callPackage
+ ({ mkDerivation, base, free, hashable, microlens, mtl, prosidy
+ , text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "prosidyc";
+ version = "0.2.0.0";
+ sha256 = "19nq969mjnpc51nwa6giv93hz7pyn590yhfbsspr5wp5i9xim39i";
+ libraryHaskellDepends = [
+ base free hashable microlens mtl prosidy text unordered-containers
+ ];
+ description = "A DSL for processing Prosidy documents";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"prospect" = callPackage
({ mkDerivation, base, deepseq, free, hspec, inspection-testing
, kan-extensions, mtl, transformers
@@ -195903,29 +195484,6 @@ self: {
"proto-lens" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim
, lens-family, parsec, pretty, primitive, profunctors, QuickCheck
- , tagged, test-framework, test-framework-quickcheck2, text
- , transformers, vector, void
- }:
- mkDerivation {
- pname = "proto-lens";
- version = "0.5.1.0";
- sha256 = "1jv88j9spv3q679syq0fbpbq8xjggaww5644as31gmvihjfaxby1";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base bytestring containers deepseq ghc-prim lens-family parsec
- pretty primitive profunctors tagged text transformers vector void
- ];
- testHaskellDepends = [
- base bytestring QuickCheck test-framework
- test-framework-quickcheck2 vector
- ];
- description = "A lens-based implementation of protocol buffers in Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "proto-lens_0_6_0_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim
- , lens-family, parsec, pretty, primitive, profunctors, QuickCheck
, tagged, tasty, tasty-quickcheck, text, transformers, vector
}:
mkDerivation {
@@ -195942,7 +195500,6 @@ self: {
];
description = "A lens-based implementation of protocol buffers in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-arbitrary" = callPackage
@@ -196015,8 +195572,6 @@ self: {
];
description = "JSON protobuf encoding for proto-lens";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"proto-lens-optparse" = callPackage
@@ -196052,23 +195607,6 @@ self: {
"proto-lens-protobuf-types" = callPackage
({ mkDerivation, base, Cabal, lens-family, proto-lens
- , proto-lens-runtime, proto-lens-setup, protobuf, text
- }:
- mkDerivation {
- pname = "proto-lens-protobuf-types";
- version = "0.5.0.0";
- sha256 = "1j37g1w6b7hph61x7hrvvs7sp5kzl24slmbnlyn8a7z04kbhgr90";
- setupHaskellDepends = [ base Cabal proto-lens-setup ];
- libraryHaskellDepends = [
- base lens-family proto-lens proto-lens-runtime text
- ];
- libraryToolDepends = [ protobuf ];
- description = "Basic protocol buffer message types";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) protobuf;};
-
- "proto-lens-protobuf-types_0_6_0_0" = callPackage
- ({ mkDerivation, base, Cabal, lens-family, proto-lens
, proto-lens-protoc, proto-lens-runtime, proto-lens-setup, protobuf
, text
}:
@@ -196083,7 +195621,6 @@ self: {
libraryToolDepends = [ proto-lens-protoc protobuf ];
description = "Basic protocol buffer message types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) protobuf;};
"proto-lens-protoc_0_2_2_3" = callPackage
@@ -196114,28 +195651,6 @@ self: {
}) {inherit (pkgs) protobuf;};
"proto-lens-protoc" = callPackage
- ({ mkDerivation, base, bytestring, containers, filepath
- , haskell-src-exts, lens-family, pretty, proto-lens, protobuf, text
- }:
- mkDerivation {
- pname = "proto-lens-protoc";
- version = "0.5.0.0";
- sha256 = "0r6il4gvvcggxxbz2hq1kkw1qwk1rspqcb2j04ngd06pmvicw78n";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers filepath haskell-src-exts lens-family pretty
- proto-lens text
- ];
- libraryToolDepends = [ protobuf ];
- executableHaskellDepends = [
- base bytestring containers lens-family proto-lens text
- ];
- description = "Protocol buffer compiler for the proto-lens library";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) protobuf;};
-
- "proto-lens-protoc_0_6_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, filepath, ghc
, ghc-paths, ghc-source-gen, lens-family, pretty, proto-lens
, proto-lens-runtime, protobuf, text
@@ -196154,7 +195669,6 @@ self: {
];
description = "Protocol buffer compiler for the proto-lens library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) protobuf;};
"proto-lens-runtime" = callPackage
@@ -196163,22 +195677,6 @@ self: {
}:
mkDerivation {
pname = "proto-lens-runtime";
- version = "0.5.0.0";
- sha256 = "0hd1hcrirnj92nkd15l1m081wvxas62az3zijg1cr4lf93rg9hgc";
- libraryHaskellDepends = [
- base bytestring containers deepseq filepath lens-family proto-lens
- text vector
- ];
- doHaddock = false;
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "proto-lens-runtime_0_6_0_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, filepath
- , lens-family, proto-lens, text, vector
- }:
- mkDerivation {
- pname = "proto-lens-runtime";
version = "0.6.0.0";
sha256 = "0wxfa4q88i1d4zqv9nybw6hrh5lw84vmkzy5iqw2hzwjym0p3wcn";
libraryHaskellDepends = [
@@ -196187,7 +195685,6 @@ self: {
];
doHaddock = false;
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-setup" = callPackage
@@ -196196,22 +195693,6 @@ self: {
}:
mkDerivation {
pname = "proto-lens-setup";
- version = "0.4.0.2";
- sha256 = "1zqlkkzdg9myfy2myv0y19zmsjsvcd5rcimf6f48gnijl3001i8v";
- libraryHaskellDepends = [
- base bytestring Cabal containers deepseq directory filepath process
- proto-lens-protoc temporary text
- ];
- description = "Cabal support for codegen with proto-lens";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "proto-lens-setup_0_4_0_3" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, deepseq
- , directory, filepath, process, proto-lens-protoc, temporary, text
- }:
- mkDerivation {
- pname = "proto-lens-setup";
version = "0.4.0.3";
sha256 = "1di6nxx94d01rpclmcfc0gzf8x4qp61haw40mr2i9djxwczvrqbd";
libraryHaskellDepends = [
@@ -196220,7 +195701,6 @@ self: {
];
description = "Cabal support for codegen with proto-lens";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto3-suite" = callPackage
@@ -196296,8 +195776,8 @@ self: {
}:
mkDerivation {
pname = "protobuf";
- version = "0.2.1.2";
- sha256 = "1php9pydbh2jyr5x6h1i218w8kqwys5aniz2zm1hapv6ia8p3j5k";
+ version = "0.2.1.3";
+ sha256 = "1x99rf8hl5kcldj9fj6z22fxffv3wic5k6wmipnrayp9jj6zzyx9";
libraryHaskellDepends = [
base base-orphans bytestring cereal data-binary-ieee754 deepseq mtl
text unordered-containers
@@ -196375,6 +195855,8 @@ self: {
];
description = "Parse Google Protocol Buffer specifications";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"protocol-buffers-descriptor" = callPackage
@@ -196389,6 +195871,8 @@ self: {
];
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"protocol-buffers-descriptor-fork" = callPackage
@@ -196467,23 +195951,6 @@ self: {
}:
mkDerivation {
pname = "protolude";
- version = "0.2.3";
- sha256 = "0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj";
- 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;
- }) {};
-
- "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 = [
@@ -196492,7 +195959,6 @@ self: {
];
description = "A small prelude";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"protolude-lifted" = callPackage
@@ -196566,6 +196032,26 @@ self: {
broken = true;
}) {};
+ "provenience" = callPackage
+ ({ mkDerivation, aeson, base, blaze-markup, containers
+ , data-default, fgl, mtl, pandoc, text, time
+ }:
+ mkDerivation {
+ pname = "provenience";
+ version = "0.1.0.1";
+ sha256 = "0z2lsyx59wk663y4p0xwl5sjrl1h3aqlqwig2xhvv9a1cf2bzzd3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base blaze-markup containers data-default fgl mtl pandoc text
+ time
+ ];
+ description = "Computations that automatically track data dependencies";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"proxied" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -196665,6 +196151,8 @@ self: {
];
description = "Reading/Writing OPB/WBO files used in pseudo boolean competition";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pseudo-trie" = callPackage
@@ -196770,18 +196258,16 @@ self: {
}) {};
"ptr" = callPackage
- ({ mkDerivation, base, base-prelude, bug, bytestring, contravariant
- , mtl, profunctors, QuickCheck, quickcheck-instances, rerebase
- , semigroups, tasty, tasty-hunit, tasty-quickcheck, text, time
- , transformers, vector
+ ({ mkDerivation, base, bytestring, contravariant, profunctors
+ , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit
+ , tasty-quickcheck, text, time, vector
}:
mkDerivation {
pname = "ptr";
- version = "0.16.6.1";
- sha256 = "0d0ghvg2wx4z5bha33wb868wja28iafh3z5g5vsyy729nj7fp69k";
+ version = "0.16.7";
+ sha256 = "1mnwx657mcg0c0hg71z6kglxckjxc7xsypy00m7lsj37l6bpfnjr";
libraryHaskellDepends = [
- base base-prelude bug bytestring contravariant mtl profunctors
- semigroups text time transformers vector
+ base bytestring contravariant profunctors text time vector
];
testHaskellDepends = [
QuickCheck quickcheck-instances rerebase tasty tasty-hunit
@@ -197327,6 +196813,27 @@ self: {
broken = true;
}) {};
+ "purescheme-wai-routing-core" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, http-media, http-types
+ , interpolate, text, wai, warp
+ }:
+ mkDerivation {
+ pname = "purescheme-wai-routing-core";
+ version = "0.1.0.0";
+ sha256 = "18ngmq6yb3l1ywigl38jm2x6wi097wjdym5z3hh5qkjndcygkjji";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring http-media http-types interpolate text wai
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring http-types text wai warp
+ ];
+ testHaskellDepends = [ base ];
+ description = "Simple Routing functions for Wai Applications";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"purescript" = callPackage
({ mkDerivation, aeson, aeson-better-errors, aeson-pretty
, ansi-terminal, ansi-wl-pprint, array, base, base-compat
@@ -197416,6 +196923,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "purescript-bridge_0_14_0_0" = callPackage
+ ({ mkDerivation, base, containers, directory, filepath
+ , generic-deriving, hspec, hspec-expectations-pretty-diff, lens
+ , mtl, text, transformers
+ }:
+ mkDerivation {
+ pname = "purescript-bridge";
+ version = "0.14.0.0";
+ sha256 = "1gplvmkx2c8ksk25wdinhwwbmqa5czbd4nwdgn4sa9ci10f2i4a3";
+ libraryHaskellDepends = [
+ base containers directory filepath generic-deriving lens mtl text
+ transformers
+ ];
+ testHaskellDepends = [
+ base containers hspec hspec-expectations-pretty-diff text
+ ];
+ description = "Generate PureScript data types from Haskell data types";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"purescript-bundle-fast" = callPackage
({ mkDerivation, base, containers, directory, filepath
, optparse-applicative, text, vector
@@ -197521,6 +197049,8 @@ self: {
];
description = "Push notifications for Android and iOS";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"push-notify" = callPackage
@@ -198183,10 +197713,10 @@ self: {
({ mkDerivation, base, network-uri, template-haskell }:
mkDerivation {
pname = "qq-literals";
- version = "0.1.0.0";
- sha256 = "1fsl1639jzik9zrkks1badx6pd303rjdm3dmnb6cfjjb1jg50cqr";
+ version = "0.1.0.1";
+ sha256 = "00a0lhjpv7vn90ah5s7qzpzq21x1r7wv24mkffiinj75bc8acnas";
revision = "1";
- editedCabalFile = "1ckapl1mca1w61ifrfmaw2x06cy86chbicyb96kgp1hzkcpnx97k";
+ editedCabalFile = "0x81c0injndvlx5adrgk85yrf8p07mr1glcdd1x444mm3035zjvy";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base network-uri template-haskell ];
description = "Compile-time checked literal values via QuasiQuoters";
@@ -198288,6 +197818,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim ];
description = "quantity semaphores";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"qt" = callPackage
@@ -198786,6 +198318,8 @@ self: {
testHaskellDepends = [ base ];
description = "quick & easy benchmarking of command-line programs";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quickbooks" = callPackage
@@ -198839,6 +198373,8 @@ self: {
];
description = "Generate QuickCheck Gen for Sum Types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quickcheck-assertions" = callPackage
@@ -198855,30 +198391,6 @@ self: {
"quickcheck-classes" = callPackage
({ mkDerivation, aeson, base, base-orphans, bifunctors, containers
- , fail, primitive, QuickCheck, semigroupoids, semigroups, semirings
- , tagged, tasty, tasty-quickcheck, transformers, vector
- }:
- mkDerivation {
- pname = "quickcheck-classes";
- version = "0.6.1.0";
- sha256 = "01mqsffks1d0wf3vwrlmalqxqha2gfqa389gqq0zr5b9y7ka5a8h";
- revision = "2";
- editedCabalFile = "0jfi8vjnyybby8mcg4qqmb1cjijmfcvaybf0lqwzs0bazjf0rqq9";
- libraryHaskellDepends = [
- aeson base base-orphans bifunctors containers fail primitive
- QuickCheck semigroupoids semigroups semirings tagged transformers
- vector
- ];
- testHaskellDepends = [
- aeson base base-orphans containers primitive QuickCheck
- semigroupoids tagged tasty tasty-quickcheck transformers vector
- ];
- description = "QuickCheck common typeclasses";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "quickcheck-classes_0_6_4_0" = callPackage
- ({ mkDerivation, aeson, base, base-orphans, bifunctors, containers
, contravariant, fail, primitive, primitive-addr, QuickCheck
, quickcheck-classes-base, semigroupoids, semigroups, semirings
, tagged, tasty, tasty-quickcheck, transformers, vector
@@ -198898,7 +198410,6 @@ self: {
];
description = "QuickCheck common typeclasses";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"quickcheck-classes-base" = callPackage
@@ -198940,6 +198451,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "quickcheck-higherorder" = callPackage
+ ({ mkDerivation, base, QuickCheck, tasty, tasty-hunit
+ , tasty-quickcheck, test-fun
+ }:
+ mkDerivation {
+ pname = "quickcheck-higherorder";
+ version = "0.1.0.0";
+ sha256 = "1gv7r1h9fjg6qi6gj8cg66d7z51kddishxp4hp6cnk55zx1wgy6w";
+ revision = "1";
+ editedCabalFile = "1xlfpnfbjlihl021b1l6mnl195fcpsjpmdnszf0bfh7q8mrdwr3j";
+ libraryHaskellDepends = [ base QuickCheck test-fun ];
+ testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
+ description = "QuickCheck extension for higher-order properties";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"quickcheck-instances" = callPackage
({ mkDerivation, array, base, base-compat, bytestring
, case-insensitive, containers, hashable, old-time, QuickCheck
@@ -199207,8 +198734,6 @@ self: {
];
description = "Helper to build generators with Text.StringRandom";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"quickcheck-text" = callPackage
@@ -199350,6 +198875,8 @@ self: {
pname = "quickspec";
version = "2.1.2";
sha256 = "0igqwa195qgps5vla2a4f83rq4vdq739i94kbzzmbnniylx9wgdw";
+ revision = "1";
+ editedCabalFile = "0r1jmxcm08mhfxz6gggnnpgcwm4zd3zm76p5lj37h04cvq6kyaa5";
libraryHaskellDepends = [
base constraints containers data-lens-light dlist QuickCheck
quickcheck-instances random spoon template-haskell transformers
@@ -199414,6 +198941,18 @@ self: {
broken = true;
}) {};
+ "quiet" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "quiet";
+ version = "0.2";
+ sha256 = "0k2y6aa5c7d0sils11m0r1nk1fmck7iq10wr35v77r6wg5rzd2qi";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base ];
+ description = "Generic deriving of Read/Show with no record labels";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"quipper" = callPackage
({ mkDerivation, base, quipper-language, quipper-libraries
, quipper-tools
@@ -199428,8 +198967,6 @@ self: {
doHaddock = false;
description = "Meta-package for Quipper";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"quipper-algorithms" = callPackage
@@ -199468,8 +199005,6 @@ self: {
doHaddock = false;
description = "Meta-package for Quipper";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"quipper-cabal" = callPackage
@@ -199626,6 +199161,8 @@ self: {
libraryHaskellDepends = [ base mmorph transformers ];
description = "Quiver finite stream processing library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quiver-binary" = callPackage
@@ -199655,6 +199192,8 @@ self: {
libraryHaskellDepends = [ base bytestring quiver ];
description = "Quiver combinators for bytestring streaming";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quiver-cell" = callPackage
@@ -199666,6 +199205,8 @@ self: {
libraryHaskellDepends = [ base data-cell quiver ];
description = "Quiver combinators for cellular data processing";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quiver-csv" = callPackage
@@ -199681,6 +199222,8 @@ self: {
];
description = "Quiver combinators for cellular CSV data processing";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quiver-enumerator" = callPackage
@@ -199900,6 +199443,8 @@ self: {
];
description = "The raaz cryptographic library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rabocsv2qif" = callPackage
@@ -199945,6 +199490,8 @@ self: {
testHaskellDepends = [ base HUnit lens ];
description = "Isomorphisms for measurements that use radians";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"radium" = callPackage
@@ -200055,8 +199602,6 @@ self: {
attoparsec base criterion deepseq QuasiText text vector
];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rados-haskell" = callPackage
@@ -200154,24 +199699,6 @@ self: {
}) {};
"rainbow" = callPackage
- ({ mkDerivation, base, bytestring, lens-simple, process, QuickCheck
- , text
- }:
- mkDerivation {
- pname = "rainbow";
- version = "0.30.0.2";
- sha256 = "1isy1xfgsp25x0254gmqkakc185g87wil3n19w5s1rn3bfq1w0my";
- libraryHaskellDepends = [
- base bytestring lens-simple process text
- ];
- testHaskellDepends = [
- base bytestring lens-simple process QuickCheck text
- ];
- description = "Print text to terminal with colors and effects";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "rainbow_0_34_2_2" = callPackage
({ mkDerivation, base, bytestring, lens, QuickCheck, terminfo, text
}:
mkDerivation {
@@ -200184,7 +199711,6 @@ self: {
];
description = "Print text to terminal with colors and effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"rainbow-tests" = callPackage
@@ -200205,25 +199731,6 @@ self: {
}) {};
"rainbox" = callPackage
- ({ mkDerivation, base, bytestring, containers, lens-simple
- , QuickCheck, rainbow, tasty, tasty-quickcheck, text
- }:
- mkDerivation {
- pname = "rainbox";
- version = "0.20.0.0";
- sha256 = "07xn8n2wyy7gfc7x725pa9p38m0bapbbk6zcbh31zd67zg962zwk";
- libraryHaskellDepends = [
- base bytestring containers lens-simple rainbow text
- ];
- testHaskellDepends = [
- base bytestring containers lens-simple QuickCheck rainbow tasty
- tasty-quickcheck text
- ];
- description = "Two-dimensional box pretty printing, with colors";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "rainbox_0_24_4_0" = callPackage
({ mkDerivation, base, bytestring, containers, lens, QuickCheck
, rainbow, tasty, tasty-quickcheck, text
}:
@@ -200240,7 +199747,6 @@ self: {
];
description = "Two-dimensional box pretty printing, with colors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"rake" = callPackage
@@ -200552,6 +200058,8 @@ self: {
pname = "random-class";
version = "0.2.0.2";
sha256 = "11nda6dgi0f3b3bzy2wahdsadf382c06xrz1dx2gnq89ym7k7qbp";
+ revision = "1";
+ editedCabalFile = "125p09srh4kxj5bnjsl3i2jn4q09ci3kbyb96pb9kmzz1jn4i0rz";
libraryHaskellDepends = [ base primitive transformers util ];
description = "Class of random value generation";
license = stdenv.lib.licenses.bsd3;
@@ -200608,6 +200116,8 @@ self: {
];
description = "Additional functions for random values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"random-fu" = callPackage
@@ -200625,6 +200135,8 @@ self: {
];
description = "Random number generation";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"random-fu-multivariate" = callPackage
@@ -200637,6 +200149,8 @@ self: {
testHaskellDepends = [ base ];
description = "Multivariate distributions for random-fu";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"random-hypergeometric" = callPackage
@@ -200825,23 +200339,6 @@ self: {
}:
mkDerivation {
pname = "range";
- version = "0.2.1.1";
- sha256 = "13gfhzplk2ji1d8x4944lv4dy4qg69wjvdwkica407nm10j0lxmc";
- libraryHaskellDepends = [ base free parsec ];
- testHaskellDepends = [
- base Cabal free QuickCheck random test-framework
- test-framework-quickcheck2
- ];
- description = "An efficient and versatile range library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "range_0_3_0_2" = callPackage
- ({ mkDerivation, base, Cabal, free, parsec, QuickCheck, random
- , test-framework, test-framework-quickcheck2
- }:
- mkDerivation {
- pname = "range";
version = "0.3.0.2";
sha256 = "0kvb5bl4k2gwm0hd71plwh7hmwbgk17g77iq39d7lqw4nmlg3j0k";
libraryHaskellDepends = [ base free parsec ];
@@ -200851,7 +200348,6 @@ self: {
];
description = "An efficient and versatile range library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"range-set-list" = callPackage
@@ -200932,6 +200428,8 @@ self: {
];
description = "Find the rank product of a data set";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rank1dynamic" = callPackage
@@ -200955,13 +200453,15 @@ self: {
}) {};
"rank2classes" = callPackage
- ({ mkDerivation, base, distributive, doctest, markdown-unlit, tasty
- , tasty-hunit, template-haskell, transformers
+ ({ mkDerivation, base, Cabal, cabal-doctest, distributive, doctest
+ , markdown-unlit, tasty, tasty-hunit, template-haskell
+ , transformers
}:
mkDerivation {
pname = "rank2classes";
- version = "1.3.1.2";
- sha256 = "16fjvck4zw5ysj9bzqrblxv5n3p600rmlv7waxm13a5fmzr9vg2k";
+ version = "1.3.2.1";
+ sha256 = "1sh2ks4qj3ksqs92rm8xzanpwc5ppml04s4mjzyngpgrihwi9924";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base distributive template-haskell transformers
];
@@ -200973,15 +200473,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "rank2classes_1_3_2_1" = callPackage
+ "rank2classes_1_4" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, distributive, doctest
, markdown-unlit, tasty, tasty-hunit, template-haskell
, transformers
}:
mkDerivation {
pname = "rank2classes";
- version = "1.3.2.1";
- sha256 = "1sh2ks4qj3ksqs92rm8xzanpwc5ppml04s4mjzyngpgrihwi9924";
+ version = "1.4";
+ sha256 = "0h8ysf32nw28aqhnnq2cckagwfrri4k44p3pzhhlp6lvhckvqnq1";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base distributive template-haskell transformers
@@ -201008,6 +200508,8 @@ self: {
];
description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rapid-term" = callPackage
@@ -201297,10 +200799,8 @@ self: {
({ mkDerivation, base, stm, time, time-units }:
mkDerivation {
pname = "rate-limit";
- version = "1.4.1";
- sha256 = "0gm5jmi779niqsbgmkqqx6dsfw6yvfp4wlfibg9fzzmcc4i968g2";
- revision = "1";
- editedCabalFile = "01f3wf7q6117g2q5b9pp2rranxqyccmyl961r81151dpx21fiar7";
+ version = "1.4.2";
+ sha256 = "0zb19vwzyj1vg890776r3bprmjzhs9kr2r1vqa42nxv9nvwvnljm";
libraryHaskellDepends = [ base stm time time-units ];
description = "A basic library for rate-limiting IO actions";
license = stdenv.lib.licenses.bsd3;
@@ -201440,8 +200940,8 @@ self: {
}:
mkDerivation {
pname = "rattletrap";
- version = "9.0.7";
- sha256 = "0kgg1qfhgjajzrw22yvcxmiim14pxr2gim1aak3ivnmhn4yff4fg";
+ version = "9.0.8";
+ sha256 = "1a98zy1n6dlxxyfdganqfcx8hw04i4hjwdj8ggdd4g0jky62jaz2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -201468,15 +200968,15 @@ self: {
"raven-haskell" = callPackage
({ mkDerivation, aeson, base, bytestring, hspec, http-conduit, mtl
, network, random, resourcet, text, time, unordered-containers
- , uuid
+ , uuid-types
}:
mkDerivation {
pname = "raven-haskell";
- version = "0.1.3.0";
- sha256 = "0jd0xxrliqc85mifkqzblc3fi6xjgkwkqxijqjx42r5jc0m1qs7f";
+ version = "0.1.4.0";
+ sha256 = "136vszzvfmhpxzavl7smnbyn45w026j005cdknapxhb6v495b7qz";
libraryHaskellDepends = [
aeson base bytestring http-conduit mtl network random resourcet
- text time unordered-containers uuid
+ text time unordered-containers uuid-types
];
testHaskellDepends = [
aeson base bytestring hspec time unordered-containers
@@ -201695,6 +201195,8 @@ self: {
];
description = "Haskell client for Rserve";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rcu" = callPackage
@@ -201971,6 +201473,8 @@ self: {
];
description = "Programmatically edit MIDI events via ALSA and reactive-banana";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reactive-banana" = callPackage
@@ -201993,6 +201497,8 @@ self: {
];
description = "Library for functional reactive programming (FRP)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reactive-banana-automation" = callPackage
@@ -202001,8 +201507,8 @@ self: {
}:
mkDerivation {
pname = "reactive-banana-automation";
- version = "0.5.2";
- sha256 = "1gd6d3r0dsawi6zkr4fnkyrszikg1xzgfavxsaaswl4rw09znr7x";
+ version = "0.5.3";
+ sha256 = "15jp5rawypxzbbyi9xi6jkds3mns7fpfkvzrzbqd7dvaj4mzzz0g";
libraryHaskellDepends = [
base reactive-banana stm time transformers
];
@@ -202026,6 +201532,8 @@ self: {
];
description = "Extend reactive-banana to multiple events per time point";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reactive-banana-gi-gtk" = callPackage
@@ -202188,6 +201696,8 @@ self: {
];
description = "Process MIDI events via reactive-banana and JACK";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reactive-midyim" = callPackage
@@ -202207,6 +201717,8 @@ self: {
];
description = "Process MIDI events via reactive-banana";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reactive-thread" = callPackage
@@ -202272,6 +201784,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Class for reading bounded values";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"read-ctags" = callPackage
@@ -202376,8 +201890,6 @@ self: {
];
description = "Vinyl-based reader-like monad composition";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"readline" = callPackage
@@ -202390,6 +201902,8 @@ self: {
librarySystemDepends = [ ncurses readline ];
description = "An interface to the GNU readline library";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) ncurses; inherit (pkgs) readline;};
"readline-statevar" = callPackage
@@ -202490,85 +202004,42 @@ self: {
}) {};
"reanimate" = callPackage
- ({ 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.8.0";
- sha256 = "1vr0cqn47gl7810clqvn1wgkz3glzd216jmyvxfp6q1i5jhbizvw";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- 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_9_0" = callPackage
- ({ mkDerivation, ansi-wl-pprint, attoparsec, base
+ ({ mkDerivation, aeson, 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
+ , containers, cubicbezier, directory, filepath, fsnotify, geojson
+ , hashable, here, JuicyPixels, lens, linear, matrix, mtl
+ , open-browser, optparse-applicative, parallel, process
+ , random-shuffle, reanimate-svg, temporary, text, time, vector
, websockets, xml
}:
mkDerivation {
pname = "reanimate";
- version = "0.1.9.0";
- sha256 = "0rmlyrk24n2267mm22mxiipcd7m5j9mgk5n69pscigqnyl1xm7y6";
+ version = "0.2.0.2";
+ sha256 = "14912rzn8bgrz92q7nv3yjxyfdjcznfgs2x1rnw1mc6q8imrfppy";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- 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
+ aeson ansi-wl-pprint attoparsec base base64-bytestring bytestring
+ cassava chiphunk colour containers cubicbezier directory filepath
+ fsnotify geojson hashable here JuicyPixels lens linear matrix mtl
+ open-browser optparse-applicative parallel process random-shuffle
+ reanimate-svg temporary text time vector websockets xml
];
description = "Animation library based on SVGs";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"reanimate-svg" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers, hspec
- , JuicyPixels, lens, linear, mtl, scientific, svg-tree, text
- , transformers, vector, xml
+ ({ mkDerivation, attoparsec, base, bytestring, containers
+ , double-conversion, hspec, JuicyPixels, lens, linear, mtl
+ , scientific, svg-tree, text, transformers, vector, xml
}:
mkDerivation {
pname = "reanimate-svg";
- version = "0.9.3.1";
- sha256 = "1bxfhfdr7p98aj12krxrzcmvxbl8b20flbvqydja8pcwh6jgd744";
+ version = "0.9.8.0";
+ sha256 = "1q7ij7w7zyjmmhhvfpjcx60jvs1p0w4jq9fbcah4ywn4azvr7gjv";
libraryHaskellDepends = [
- attoparsec base bytestring containers JuicyPixels lens linear mtl
- scientific text transformers vector xml
+ attoparsec base bytestring containers double-conversion JuicyPixels
+ lens linear mtl scientific text transformers vector xml
];
testHaskellDepends = [
attoparsec base hspec linear scientific svg-tree
@@ -202577,27 +202048,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "reanimate-svg_0_9_4_0" = 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.4.0";
- sha256 = "0jmlcxnfh5119fxhhvga4ldmdgxmsw305k6fm6v4n3plmqp0j2c4";
- libraryHaskellDepends = [
- attoparsec base bytestring containers JuicyPixels lens linear mtl
- scientific text transformers vector xml
- ];
- testHaskellDepends = [
- attoparsec base hspec linear scientific svg-tree
- ];
- description = "SVG file loader and serializer";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"reason-export" = callPackage
({ mkDerivation, base, bytestring, containers, Diff, directory
, formatting, hashable, hspec, hspec-core, HUnit, mtl, QuickCheck
@@ -202647,27 +202097,6 @@ self: {
"rebase" = callPackage
({ mkDerivation, base, base-prelude, bifunctors, bytestring
- , containers, contravariant, contravariant-extras, deepseq, dlist
- , either, fail, hashable, mtl, profunctors, scientific
- , semigroupoids, semigroups, stm, text, time, transformers
- , unordered-containers, uuid, vector, void
- }:
- mkDerivation {
- pname = "rebase";
- version = "1.3.1.1";
- sha256 = "0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a";
- libraryHaskellDepends = [
- base base-prelude bifunctors bytestring containers contravariant
- contravariant-extras deepseq dlist either fail hashable mtl
- profunctors scientific semigroupoids semigroups stm text time
- transformers unordered-containers uuid vector void
- ];
- description = "A more progressive alternative to the \"base\" package";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "rebase_1_4_1" = callPackage
- ({ mkDerivation, base, base-prelude, bifunctors, bytestring
, comonad, containers, contravariant, contravariant-extras, deepseq
, dlist, either, fail, hashable, mtl, profunctors, scientific
, selective, semigroupoids, semigroups, stm, text, time
@@ -202686,6 +202115,27 @@ self: {
];
description = "A more progressive alternative to the \"base\" package";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "rebase_1_6" = callPackage
+ ({ mkDerivation, base, bifunctors, bytestring, comonad, containers
+ , contravariant, contravariant-extras, deepseq, dlist, either
+ , hashable, mtl, profunctors, scientific, selective, semigroupoids
+ , semigroups, stm, text, time, transformers, unordered-containers
+ , uuid, vector, void
+ }:
+ mkDerivation {
+ pname = "rebase";
+ version = "1.6";
+ sha256 = "1hsfff3rsaigjcg8s7mvipi68xqx4ala1zdrghgyb76z1c23m6iw";
+ libraryHaskellDepends = [
+ base bifunctors bytestring comonad containers contravariant
+ contravariant-extras deepseq dlist either hashable mtl profunctors
+ scientific selective semigroupoids semigroups stm text time
+ transformers unordered-containers uuid vector void
+ ];
+ description = "A more progressive alternative to the \"base\" package";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -203105,6 +202555,8 @@ self: {
libraryHaskellDepends = [ base bytestring network utf8-string ];
description = "A simple Redis library for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"redis-io" = callPackage
@@ -203133,6 +202585,8 @@ self: {
];
description = "Yet another redis client";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"redis-job-queue" = callPackage
@@ -203329,8 +202783,6 @@ self: {
libraryHaskellDepends = [ base stm transformers ];
description = "A type class for monads with references using functional dependencies";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ref-mtl" = callPackage
@@ -203422,6 +202874,8 @@ self: {
];
description = "Selectors for reading and updating data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"refh" = callPackage
@@ -203650,6 +203104,8 @@ self: {
pname = "reflex-basic-host";
version = "0.2.0.1";
sha256 = "1bax3rcrwi3447wd7apramw0f248ddksl8lrdjgrph26bbh8vc1i";
+ revision = "1";
+ editedCabalFile = "11bzd169wpdn57d7krgx9bw4x5qzskp9d5abdn74x6ipy34cj5ml";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -203845,24 +203301,29 @@ self: {
}) {};
"reflex-ghci" = callPackage
- ({ mkDerivation, base, bytestring, directory, filepath, fsnotify
- , optparse-applicative, process, reflex, reflex-fsnotify
- , reflex-process, reflex-vty, regex-tdfa, text, unix, vty
+ ({ mkDerivation, base, bytestring, dependent-sum, directory
+ , filepath, fsnotify, mtl, optparse-applicative, primitive, process
+ , ref-tf, reflex, reflex-fsnotify, reflex-process, reflex-vty
+ , regex-tdfa, temporary, text, unix, vty
}:
mkDerivation {
pname = "reflex-ghci";
- version = "0.1.3.1";
- sha256 = "0z4bw7dk5ccxydraj7n2j9hvclm8zi7y2k5mmssq1acr3wfsxq2h";
+ version = "0.1.4.0";
+ sha256 = "16kd9slfm6kczgcmh4n42gyxpyykz6s6hafkgsh66lcd7a1d85s8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring directory filepath fsnotify process reflex
- reflex-fsnotify reflex-process reflex-vty regex-tdfa text unix
+ reflex-fsnotify reflex-process reflex-vty regex-tdfa text unix vty
];
executableHaskellDepends = [
base optparse-applicative process reflex reflex-process reflex-vty
text vty
];
+ testHaskellDepends = [
+ base bytestring dependent-sum directory mtl primitive process
+ ref-tf reflex reflex-process reflex-vty temporary text
+ ];
description = "A GHCi widget library for use in reflex applications";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -203974,8 +203435,8 @@ self: {
}:
mkDerivation {
pname = "reflex-process";
- version = "0.2.0.0";
- sha256 = "0vj4kr8p7r4jc7xl62vd3zk29q2bikgq9fgcgkwbi8fxcfwy94cr";
+ version = "0.2.1.0";
+ sha256 = "0q5l7vqdbgzrfyl8jzbx5f3c5xhnxjn3081p602drirnxy3js7yk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -204104,8 +203565,6 @@ self: {
];
description = "Happstack support for reform";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"reform-hsp" = callPackage
@@ -204117,8 +203576,6 @@ self: {
libraryHaskellDepends = [ base hsp hsx2hs reform text ];
description = "Add support for using HSP with Reform";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"reform-lucid" = callPackage
@@ -204145,6 +203602,27 @@ self: {
broken = true;
}) {};
+ "refractor" = callPackage
+ ({ mkDerivation, base, base-unicode-symbols, category, gauge
+ , hs-functors, transformers
+ }:
+ mkDerivation {
+ pname = "refractor";
+ version = "0.0.1.0";
+ sha256 = "1isc9d2dsfz7dkf45c8z7syypi8c6cvjmgx5xh732li23wx9qlnf";
+ libraryHaskellDepends = [
+ base base-unicode-symbols category hs-functors transformers
+ ];
+ testHaskellDepends = [
+ base base-unicode-symbols category hs-functors transformers
+ ];
+ benchmarkHaskellDepends = [
+ base base-unicode-symbols category gauge hs-functors transformers
+ ];
+ description = "See README for more info";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"refresht" = callPackage
({ mkDerivation, base, data-default, exceptions, lens, mtl }:
mkDerivation {
@@ -204212,6 +203690,8 @@ self: {
pname = "reg-alloc";
version = "0.1.0.0";
sha256 = "1lik9r2lp1r1zamk3f1ciyw5iwgpx018jhk43hmc4kjg4d5g8l0r";
+ revision = "1";
+ editedCabalFile = "1dzisg5cdb2jrcp6xmkzmgzd00phqhgf1iddlm2c10x49lbqsrld";
libraryHaskellDepends = [ base ];
description = "Register allocation API";
license = stdenv.lib.licenses.bsd3;
@@ -204258,20 +203738,17 @@ self: {
"regex" = callPackage
({ mkDerivation, array, base, base-compat, bytestring, containers
, hashable, regex-base, regex-pcre-builtin, regex-tdfa
- , regex-tdfa-text, template-haskell, text, time, time-locale-compat
- , transformers, unordered-containers, utf8-string
+ , template-haskell, text, time, time-locale-compat, transformers
+ , unordered-containers, utf8-string
}:
mkDerivation {
pname = "regex";
- version = "1.0.2.0";
- sha256 = "1f2z025hif1fr24b5khq3qxxyvpxrnhyx8xmbms332arw28rpkda";
- revision = "1";
- editedCabalFile = "1476dxzj482j6zkvbvyszsjw1bm7jn2nwk40rq99ylvzm2sj0asn";
+ version = "1.1.0.0";
+ sha256 = "02hxgy5ck3h5pwd5gzs4565qbql8457cjdbbc2yrk236qzc1qa8x";
libraryHaskellDepends = [
array base base-compat bytestring containers hashable regex-base
- regex-pcre-builtin regex-tdfa regex-tdfa-text template-haskell text
- time time-locale-compat transformers unordered-containers
- utf8-string
+ regex-pcre-builtin regex-tdfa template-haskell text time
+ time-locale-compat transformers unordered-containers utf8-string
];
description = "Toolkit for regex-base";
license = stdenv.lib.licenses.bsd3;
@@ -204309,19 +203786,6 @@ self: {
}) {};
"regex-base" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, mtl }:
- mkDerivation {
- pname = "regex-base";
- version = "0.93.2";
- sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10";
- 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";
@@ -204332,32 +203796,17 @@ self: {
];
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
@@ -204411,8 +203860,8 @@ self: {
}:
mkDerivation {
pname = "regex-do";
- version = "3.2.1";
- sha256 = "1jng0vmdvgwysfw71klgfzx6hs18v64q17had9j2kkg82w6fivqw";
+ version = "3.2.2";
+ sha256 = "1rd9lscki5hrwh68bl6cypmfx9qh95938a51xjip9pxshlmc46b7";
libraryHaskellDepends = [
array base bytestring regex-base regex-pcre stringsearch tagged
text
@@ -204423,8 +203872,6 @@ self: {
];
description = "PCRE wrapper";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"regex-easy" = callPackage
@@ -204446,32 +203893,32 @@ self: {
({ mkDerivation, array, base, base-compat, blaze-html, bytestring
, containers, data-default, directory, filepath, hashable, heredoc
, http-conduit, regex, regex-base, regex-pcre-builtin, regex-tdfa
- , regex-tdfa-text, regex-with-pcre, shelly, smallcheck, tasty
- , tasty-hunit, tasty-smallcheck, template-haskell, text, time
+ , regex-with-pcre, shelly, smallcheck, tasty, tasty-hunit
+ , tasty-smallcheck, template-haskell, text, time
, time-locale-compat, transformers, unordered-containers
, utf8-string
}:
mkDerivation {
pname = "regex-examples";
- version = "1.0.2.0";
- sha256 = "0qpf4b2zxdlih1smlhybs923n2gjaxhx8i1rgjw6v7ng13vnriiy";
+ version = "1.1.0.0";
+ sha256 = "02lpkr6y6q8mz30ily0gj6haqzma9a5x002jc08s5lx3s5h60b63";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
array base base-compat blaze-html bytestring containers
data-default directory filepath hashable heredoc http-conduit regex
- regex-base regex-pcre-builtin regex-tdfa regex-tdfa-text
- regex-with-pcre shelly smallcheck tasty tasty-hunit
- tasty-smallcheck template-haskell text time time-locale-compat
- transformers unordered-containers utf8-string
+ regex-base regex-pcre-builtin regex-tdfa regex-with-pcre shelly
+ smallcheck tasty tasty-hunit tasty-smallcheck template-haskell text
+ time time-locale-compat transformers unordered-containers
+ utf8-string
];
testHaskellDepends = [
array base base-compat blaze-html bytestring containers
data-default directory filepath hashable heredoc http-conduit regex
- regex-base regex-pcre-builtin regex-tdfa regex-tdfa-text
- regex-with-pcre shelly smallcheck tasty tasty-hunit
- tasty-smallcheck template-haskell text time time-locale-compat
- transformers unordered-containers utf8-string
+ regex-base regex-pcre-builtin regex-tdfa regex-with-pcre shelly
+ smallcheck tasty tasty-hunit tasty-smallcheck template-haskell text
+ time time-locale-compat transformers unordered-containers
+ utf8-string
];
description = "Tutorial, tests and example programs for regex";
license = stdenv.lib.licenses.bsd3;
@@ -204537,24 +203984,6 @@ self: {
}:
mkDerivation {
pname = "regex-pcre";
- version = "0.94.4";
- sha256 = "1h16w994g9s62iwkdqa7bar2n9cfixmkzz2rm8svm960qr57valf";
- revision = "1";
- editedCabalFile = "0jk29n0may65ghixlx1wwfmfcabsm730y8ppry1qy4naywhi1vs7";
- libraryHaskellDepends = [
- array base bytestring containers regex-base
- ];
- librarySystemDepends = [ pcre ];
- description = "Replaces/Enhances Text.Regex";
- 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 = [
@@ -204563,23 +203992,9 @@ self: {
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.5.8.8.35";
- sha256 = "1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4";
- libraryHaskellDepends = [
- array base bytestring containers regex-base
- ];
- description = "Replaces/Enhances Text.Regex";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "regex-pcre-builtin_0_95_1_1_8_43" = callPackage
({ mkDerivation, array, base, bytestring, containers, regex-base
, text
}:
@@ -204592,7 +204007,6 @@ self: {
];
description = "PCRE Backend for \"Text.Regex\" (regex-base)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"regex-pcre-text" = callPackage
@@ -204609,6 +204023,8 @@ self: {
];
description = "Text-based PCRE API for regex-base";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"regex-pderiv" = callPackage
@@ -204633,21 +204049,6 @@ self: {
({ mkDerivation, array, base, bytestring, containers, regex-base }:
mkDerivation {
pname = "regex-posix";
- version = "0.95.2";
- sha256 = "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an";
- revision = "2";
- editedCabalFile = "1zrlwmmrb3x3r3af1r42xwhwspzfgnzh4dw1158523sndsg8qn08";
- libraryHaskellDepends = [
- array base bytestring containers regex-base
- ];
- description = "Replaces/Enhances Text.Regex";
- 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 = [
@@ -204655,7 +204056,6 @@ self: {
];
description = "POSIX Backend for \"Text.Regex\" (regex-base)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"regex-posix-clib" = callPackage
@@ -204685,26 +204085,11 @@ self: {
];
description = "Unit tests for the plaform's Posix regex library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"regex-tdfa" = callPackage
- ({ mkDerivation, array, base, bytestring, containers, ghc-prim, mtl
- , parsec, regex-base
- }:
- mkDerivation {
- 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
- ];
- description = "Replaces/Enhances Text.Regex";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "regex-tdfa_1_3_1_0" = callPackage
({ mkDerivation, array, base, bytestring, containers, directory
, filepath, mtl, parsec, regex-base, text, utf8-string
}:
@@ -204721,7 +204106,6 @@ self: {
];
description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"regex-tdfa-pipes" = callPackage
@@ -204782,6 +204166,8 @@ self: {
libraryHaskellDepends = [ array base regex-base regex-tdfa text ];
description = "Text interface for regex-tdfa";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"regex-tdfa-unittest" = callPackage
@@ -204800,6 +204186,8 @@ self: {
];
description = "Unit tests for the regex-tdfa";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"regex-tdfa-utf8" = callPackage
@@ -204852,17 +204240,17 @@ self: {
"regex-with-pcre" = callPackage
({ mkDerivation, base, base-compat, bytestring, containers, regex
- , regex-base, regex-pcre-builtin, regex-pcre-text, regex-tdfa
- , template-haskell, text, transformers, unordered-containers
+ , regex-base, regex-pcre-builtin, regex-tdfa, template-haskell
+ , text, transformers, unordered-containers
}:
mkDerivation {
pname = "regex-with-pcre";
- version = "1.0.2.0";
- sha256 = "19vn5w4vhgxv9s6nhlmj4xl8pa16d1a2ygxxyd5b0qg3q27vvisk";
+ version = "1.1.0.0";
+ sha256 = "18wq136snwk0i8l1fv878lmwh3rlvz6k68skrda70xr0i132wpax";
libraryHaskellDepends = [
base base-compat bytestring containers regex regex-base
- regex-pcre-builtin regex-pcre-text regex-tdfa template-haskell text
- transformers unordered-containers
+ regex-pcre-builtin regex-tdfa template-haskell text transformers
+ unordered-containers
];
description = "Toolkit for regex-base";
license = stdenv.lib.licenses.bsd3;
@@ -204882,6 +204270,8 @@ self: {
];
description = "Types that can only be constructed if they match a regular expression";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"regex-xmlschema" = callPackage
@@ -205256,6 +204646,8 @@ self: {
];
description = "Rebuild default.hoo from many .hoo files in the current directory";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rei" = callPackage
@@ -205351,8 +204743,6 @@ self: {
];
description = "Sensible RLP encoding";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"relation" = callPackage
@@ -205526,6 +204916,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Automation of Haskell package release process";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"relevant-time" = callPackage
@@ -205537,6 +204929,8 @@ self: {
libraryHaskellDepends = [ aeson base chronos text torsor ];
description = "humanised relevant time";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"relit" = callPackage
@@ -205590,32 +204984,6 @@ self: {
"relude" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, doctest
, gauge, ghc-prim, Glob, hashable, hedgehog, mtl, QuickCheck, stm
- , tasty, tasty-hedgehog, text, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "relude";
- version = "0.5.0";
- sha256 = "108xd4ybfj7v0cc0h71cym0z31fzsi17aad2l3s17j11h6ainhbm";
- revision = "1";
- editedCabalFile = "0qw27rmf14dn44lics58mqdf4wfcnx5z5zrwi13bsbf8qicmd7cb";
- libraryHaskellDepends = [
- base bytestring containers deepseq ghc-prim hashable mtl stm text
- transformers unordered-containers
- ];
- testHaskellDepends = [
- base bytestring doctest Glob hedgehog QuickCheck tasty
- tasty-hedgehog text
- ];
- benchmarkHaskellDepends = [
- base containers gauge unordered-containers
- ];
- description = "Custom prelude from Kowainik";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "relude_0_6_0_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, doctest
- , gauge, ghc-prim, Glob, hashable, hedgehog, mtl, QuickCheck, stm
, text, transformers, unordered-containers
}:
mkDerivation {
@@ -205634,7 +205002,6 @@ self: {
];
description = "Custom prelude from Kowainik";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"remark" = callPackage
@@ -206247,25 +205614,6 @@ self: {
}) {};
"replace-attoparsec" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, Cabal, criterion
- , parsers, text
- }:
- mkDerivation {
- pname = "replace-attoparsec";
- version = "1.0.3.0";
- sha256 = "0vksppf0x9wp9hs6h9i2jbaz5vmrv8r78dv3dr4g3d8bnkh2vmwz";
- libraryHaskellDepends = [ attoparsec base bytestring text ];
- testHaskellDepends = [
- attoparsec base bytestring Cabal parsers text
- ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion text
- ];
- description = "Find, replace, and edit text patterns with Attoparsec parsers";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "replace-attoparsec_1_2_0_0" = callPackage
({ mkDerivation, attoparsec, base, bytestring, Cabal, parsers, text
}:
mkDerivation {
@@ -206278,27 +205626,26 @@ self: {
];
description = "Find, replace, and edit text patterns with Attoparsec parsers";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"replace-megaparsec" = callPackage
({ mkDerivation, base, bytestring, Cabal, megaparsec, text }:
mkDerivation {
pname = "replace-megaparsec";
- version = "1.1.5.0";
- sha256 = "07y21p6a65gm3zgi3g9rfgr8ali548jcq8qcg5fyzl2bl1bj8pyd";
- libraryHaskellDepends = [ base megaparsec ];
+ version = "1.2.1.0";
+ sha256 = "1k00a6xqdk8fgcja0v0flydk3afrpdrn4cf1csin7waqkl2kwvrb";
+ libraryHaskellDepends = [ base bytestring megaparsec text ];
testHaskellDepends = [ base bytestring Cabal megaparsec text ];
description = "Find, replace, and edit text patterns with Megaparsec parsers";
license = stdenv.lib.licenses.bsd2;
}) {};
- "replace-megaparsec_1_2_0_0" = callPackage
+ "replace-megaparsec_1_3_1_0" = callPackage
({ mkDerivation, base, bytestring, Cabal, megaparsec, text }:
mkDerivation {
pname = "replace-megaparsec";
- version = "1.2.0.0";
- sha256 = "0s9iqx4skv4dgj126b1g8903hi2g967pka695jmhi35sdwjsqc7l";
+ version = "1.3.1.0";
+ sha256 = "074vbw5gc3sg2qsj9zlcjdgzdjc8yxa369dvx2w2adl0jv4dk5ib";
libraryHaskellDepends = [ base bytestring megaparsec text ];
testHaskellDepends = [ base bytestring Cabal megaparsec text ];
description = "Find, replace, and edit text patterns with Megaparsec parsers";
@@ -206358,19 +205705,6 @@ self: {
}) {};
"repline" = callPackage
- ({ mkDerivation, base, containers, fail, haskeline, mtl, process }:
- mkDerivation {
- pname = "repline";
- version = "0.2.1.0";
- sha256 = "0yxfn6p4gprnv8hzpzh7872fs3l661d587v4kkp51mjyydpiihs5";
- libraryHaskellDepends = [
- base containers fail haskeline mtl process
- ];
- description = "Haskeline wrapper for GHCi-like REPL interfaces";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "repline_0_2_2_0" = callPackage
({ mkDerivation, base, containers, exceptions, haskeline, mtl
, process
}:
@@ -206385,7 +205719,6 @@ self: {
];
description = "Haskeline wrapper for GHCi-like REPL interfaces";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"repo-based-blog" = callPackage
@@ -206532,44 +205865,13 @@ self: {
({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
, bytestring, case-insensitive, connection, hspec, hspec-core
, hspec-discover, http-api-data, http-client, http-client-tls
- , http-types, monad-control, mtl, QuickCheck, retry, text, time
- , transformers, transformers-base, unordered-containers
- }:
- mkDerivation {
- pname = "req";
- version = "2.1.0";
- sha256 = "07sm483bkwqq7fvhwqysl4ac0nw1mvhkywawwpgq0c1gw2wnv56n";
- revision = "1";
- editedCabalFile = "0dgd4wgijd0k96khy56b6gnzmqzmz44a4qsj0v5mwslvnvkq598a";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson authenticate-oauth base blaze-builder bytestring
- case-insensitive connection http-api-data http-client
- http-client-tls http-types monad-control mtl retry text time
- transformers transformers-base
- ];
- testHaskellDepends = [
- aeson base blaze-builder bytestring case-insensitive hspec
- hspec-core http-client http-types monad-control mtl QuickCheck
- retry text time unordered-containers
- ];
- testToolDepends = [ hspec-discover ];
- doCheck = false;
- description = "Easy-to-use, type-safe, expandable, high-level HTTP client library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "req_3_0_0" = callPackage
- ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
- , bytestring, case-insensitive, connection, hspec, hspec-core
- , hspec-discover, http-api-data, http-client, http-client-tls
, http-types, modern-uri, monad-control, mtl, QuickCheck, retry
, text, time, transformers, transformers-base, unordered-containers
}:
mkDerivation {
pname = "req";
- version = "3.0.0";
- sha256 = "0zcali98wlw2r4rl405268n4fsia1gvvnq7ckkinb3adp4aksk18";
+ version = "3.1.0";
+ sha256 = "0j53bbhyhjy2q91lnvpwldjsck57p72y5l815c9mi0gzihchyksb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring
@@ -206586,7 +205888,6 @@ self: {
doCheck = false;
description = "Easy-to-use, type-safe, expandable, high-level HTTP client library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"req-conduit" = callPackage
@@ -206693,8 +205994,8 @@ self: {
}:
mkDerivation {
pname = "require";
- version = "0.4.3";
- sha256 = "0j6dsyqx637b5p8jmk5h4b0qham0m8m74c8b8y1dywm0c5daayca";
+ version = "0.4.4";
+ sha256 = "1y7n1dyccwfy5fplinw72fsq1vjzp5nrngvr5g08yfqykaidpc8r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -206719,23 +206020,47 @@ self: {
broken = true;
}) {};
+ "rere" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, clock
+ , containers, criterion, derp, fin, parsec, QuickCheck
+ , quickcheck-instances, tasty, tasty-quickcheck, transformers, vec
+ }:
+ mkDerivation {
+ pname = "rere";
+ version = "0.1";
+ sha256 = "0hskndalxqmlwscvacqmp7gbp8m75a8hnvbifw0hw7hhszlf0yac";
+ libraryHaskellDepends = [
+ base containers fin parsec QuickCheck transformers vec
+ ];
+ testHaskellDepends = [
+ base containers QuickCheck quickcheck-instances tasty
+ tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ aeson attoparsec base bytestring clock containers criterion derp
+ fin parsec vec
+ ];
+ description = "Regular-expressions extended with fixpoints for context-free powers";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"rerebase" = callPackage
({ mkDerivation, rebase }:
mkDerivation {
pname = "rerebase";
- version = "1.3.1.1";
- sha256 = "1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82";
+ version = "1.4.1";
+ sha256 = "19a3pwi801kfaflnag9n7zzxapcjfpqpykr6rq8b6axhyqj3vxim";
libraryHaskellDepends = [ rebase ];
description = "Reexports from \"base\" with a bunch of other standard libraries";
license = stdenv.lib.licenses.mit;
}) {};
- "rerebase_1_4_1" = callPackage
+ "rerebase_1_6" = callPackage
({ mkDerivation, rebase }:
mkDerivation {
pname = "rerebase";
- version = "1.4.1";
- sha256 = "19a3pwi801kfaflnag9n7zzxapcjfpqpykr6rq8b6axhyqj3vxim";
+ version = "1.6";
+ sha256 = "0g2bgh30ra006w4ypsrnyvfwys4ajg2b0k6c55snci12acs2igzd";
libraryHaskellDepends = [ rebase ];
description = "Reexports from \"base\" with a bunch of other standard libraries";
license = stdenv.lib.licenses.mit;
@@ -207021,8 +206346,8 @@ self: {
pname = "resourcet";
version = "1.1.11";
sha256 = "1n94m2c7rxk2bgm8wywrkp9pmqlnv2dl35yaylninzm8xk1xavil";
- revision = "1";
- editedCabalFile = "09sgrzaaishx645hrfflxckyaq0dwk22agjf4sz8nwjafyv3ssh9";
+ revision = "2";
+ editedCabalFile = "08v09k5i8nr09f1kscq044hzibq6hsykd3v1xr480dp4hljcw5kc";
libraryHaskellDepends = [
base containers exceptions lifted-base mmorph monad-control mtl
transformers transformers-base transformers-compat unliftio-core
@@ -207039,8 +206364,8 @@ self: {
}:
mkDerivation {
pname = "resourcet";
- version = "1.2.2";
- sha256 = "1rfbfcv3r1h29y0yqr3x6a1s04lbc3vzm3jqnfg4f9rqp9d448qk";
+ version = "1.2.3";
+ sha256 = "1ig7a22i5hn0ya7d4bg3xq0yy9mqgwawx4sv88db0fvdsnzg868s";
libraryHaskellDepends = [
base containers exceptions mtl primitive transformers unliftio-core
];
@@ -207319,6 +206644,8 @@ self: {
];
description = "Easy Git repository serialization";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"restricted-workers" = callPackage
@@ -207906,8 +207233,6 @@ self: {
];
description = "A dynamic/unbounded alternative to Bounded Enum";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rgb-color-model" = callPackage
@@ -207927,22 +207252,6 @@ self: {
}:
mkDerivation {
pname = "rhine";
- version = "0.5.1.0";
- sha256 = "026hnakysi7xqhc630c5mbxs0y4j3wkyk71771mlrf7q2l94vh79";
- libraryHaskellDepends = [
- base containers deepseq dunai free MonadRandom random time
- transformers vector-sized
- ];
- description = "Functional Reactive Programming with type-level clocks";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "rhine_0_5_1_1" = callPackage
- ({ mkDerivation, base, containers, deepseq, dunai, free
- , MonadRandom, random, time, transformers, vector-sized
- }:
- mkDerivation {
- pname = "rhine";
version = "0.5.1.1";
sha256 = "1f7sgdlnjf25znhnjdcq7yibxcfnjq7cldl6z9ydmg62az839ms2";
libraryHaskellDepends = [
@@ -207952,6 +207261,7 @@ self: {
description = "Functional Reactive Programming with type-level clocks";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rhine-gloss" = callPackage
@@ -207966,6 +207276,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Gloss backend for Rhine";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rhythm-game-tutorial" = callPackage
@@ -208061,20 +207373,21 @@ self: {
"rib" = callPackage
({ mkDerivation, aeson, async, base-noprelude, binary, clay
- , cmdargs, containers, directory, exceptions, foldl, fsnotify
- , lucid, megaparsec, mmark, mmark-ext, modern-uri, mtl, pandoc
- , pandoc-include-code, pandoc-types, path, path-io, relude, shake
- , text, wai, wai-app-static, warp
+ , cmdargs, containers, dhall, directory, exceptions, foldl
+ , fsnotify, lucid, megaparsec, mmark, mmark-ext, modern-uri, mtl
+ , pandoc, pandoc-include-code, pandoc-types, path, path-io, relude
+ , safe-exceptions, shake, text, wai, wai-app-static, warp
}:
mkDerivation {
pname = "rib";
- version = "0.6.0.0";
- sha256 = "0h1yfa1hf5wshfs3cvqi53rgfh25d1v7gj00wkgd32nkx1v3jrsg";
+ version = "0.7.0.0";
+ sha256 = "0yi8g6c2hfl09l9906v7vljry9jb98xgxrfbngi17d5iqlld9qz4";
libraryHaskellDepends = [
- aeson async base-noprelude binary clay cmdargs containers directory
- exceptions foldl fsnotify lucid megaparsec mmark mmark-ext
- modern-uri mtl pandoc pandoc-include-code pandoc-types path path-io
- relude shake text wai wai-app-static warp
+ aeson async base-noprelude binary clay cmdargs containers dhall
+ directory exceptions foldl fsnotify lucid megaparsec mmark
+ mmark-ext modern-uri mtl pandoc pandoc-include-code pandoc-types
+ path path-io relude safe-exceptions shake text wai wai-app-static
+ warp
];
description = "Static site generator using Shake";
license = stdenv.lib.licenses.bsd3;
@@ -208086,13 +207399,13 @@ self: {
({ mkDerivation, base, Only, postgresql-simple, text, time }:
mkDerivation {
pname = "ribbit";
- version = "0.4.1.0";
- sha256 = "1pgyh7ar03k62mpn09g8qm13m1j07wq257hpva3f9sx9n5qd8z2a";
- revision = "1";
- editedCabalFile = "11ky88hgkys3bzsqr3sl9j685h6l97r2zccpz1ylinsrvinwnq8s";
+ version = "1.1.0.0";
+ sha256 = "1pmg7ii6mpl22hlgmripwp44cz4pwp2yqa4z32f21lfr0y9slz8j";
libraryHaskellDepends = [ base Only postgresql-simple text time ];
- description = "Type-level Relational DB language";
+ description = "Type-level Relational DB combinators";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ribosome" = callPackage
@@ -208192,6 +207505,8 @@ self: {
libraryHaskellDepends = [ ascetic base MissingH ];
description = "Integrated pretty-printing and error/static analysis reporting";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ridley" = callPackage
@@ -208340,22 +207655,19 @@ self: {
}) {};
"rings" = callPackage
- ({ mkDerivation, adjunctions, base, connections, containers
- , distributive, hedgehog, lawz, property, semigroupoids
+ ({ mkDerivation, adjunctions, base, containers, distributive, lawz
+ , magmas, profunctors, semigroupoids
}:
mkDerivation {
pname = "rings";
- version = "0.0.2.4";
- sha256 = "0h9yxi9pwcazwzpwmn6acz21yxm3mz0h3wr2cwv4cg2p6bxk0ysn";
+ version = "0.1.3";
+ sha256 = "0w0jvmj7x62fs0k5vah47mbdasiqjs9kphvrfbdma4i59899w5y1";
libraryHaskellDepends = [
- adjunctions base connections containers distributive lawz
+ adjunctions base containers distributive lawz magmas profunctors
semigroupoids
];
- testHaskellDepends = [ base connections hedgehog property ];
- description = "Groups, rings, semirings, and dioids";
+ description = "Ring-like objects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rio" = callPackage
@@ -208366,8 +207678,8 @@ self: {
}:
mkDerivation {
pname = "rio";
- version = "0.1.13.0";
- sha256 = "1jsrblk451ayf5smplngxmch73pf4r0qanafyyfn0g5wyh6hsxcm";
+ version = "0.1.14.1";
+ sha256 = "0ysbjxaby846vp2w60747b7sm1zy30i62qg0bgsr7z52jamrx3qm";
libraryHaskellDepends = [
base bytestring containers deepseq directory exceptions filepath
hashable microlens mtl primitive process text time typed-process
@@ -208481,17 +207793,18 @@ self: {
}) {};
"risc-v" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, criterion, smallcheck
- , tasty, tasty-smallcheck, util
+ ({ mkDerivation, base, base-unicode-symbols, clash-prelude
+ , criterion, smallcheck, tasty, tasty-smallcheck, util
}:
mkDerivation {
pname = "risc-v";
- version = "0.0.0.0";
- sha256 = "0d1pb2h34ngr6pxmbizvka0ihaidhd7hkkmk74h51hh5mzp4zm04";
- libraryHaskellDepends = [ base base-unicode-symbols util ];
+ version = "0.0.2.0";
+ sha256 = "1g6j9illgqraskcp4rjzk3xvdwf4avn1x732sd6jbm99d7vy9c1f";
+ libraryHaskellDepends = [
+ base base-unicode-symbols clash-prelude util
+ ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
benchmarkHaskellDepends = [ base criterion ];
- doHaddock = false;
description = "RISC-V";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -208771,6 +208084,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Haskell implementation of the RNCryptor file format";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rng-utils" = callPackage
@@ -208926,18 +208241,18 @@ self: {
}) {};
"rock" = callPackage
- ({ mkDerivation, base, dependent-map, dependent-sum
+ ({ mkDerivation, base, containers, dependent-map, dependent-sum
, deriving-compat, mtl, protolude, transformers
}:
mkDerivation {
pname = "rock";
- version = "0.1.0.1";
- sha256 = "1a70c55k10algfbc77maaa8p2l16xkml6kddza52ab0vv8dn98d3";
+ version = "0.2.0.0";
+ sha256 = "0h4z2ss4g9zshxpfallmbqw121jk1dv7q5s3ww39rhglw3j4dj9k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base dependent-map dependent-sum deriving-compat mtl protolude
- transformers
+ base containers dependent-map dependent-sum deriving-compat mtl
+ protolude transformers
];
description = "A build system for incremental, parallel, and demand-driven computations";
license = stdenv.lib.licenses.bsd3;
@@ -208971,24 +208286,6 @@ self: {
}:
mkDerivation {
pname = "rocksdb-query";
- version = "0.2.0";
- sha256 = "01n2zlbpldhx8rxvq89i9hsp99dvlhm6s4rwlygxd3y989an8bcf";
- 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;
- }) {};
-
- "rocksdb-query_0_3_1" = callPackage
- ({ mkDerivation, base, bytestring, cereal, conduit, data-default
- , hspec, resourcet, rocksdb-haskell, unliftio
- }:
- mkDerivation {
- pname = "rocksdb-query";
version = "0.3.1";
sha256 = "072l4f5xb5prsbs7d7j12mwxy0rlrsnqf6w7g09xmq7n3mz0sv0f";
libraryHaskellDepends = [
@@ -208999,7 +208296,6 @@ self: {
];
description = "RocksDB database querying library for Haskell";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"roguestar" = callPackage
@@ -209115,6 +208411,8 @@ self: {
];
description = "error tracking through rollbar.com";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rollbar-hs" = callPackage
@@ -209221,6 +208519,8 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ];
description = "RON";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ron-rdt" = callPackage
@@ -209237,6 +208537,8 @@ self: {
];
description = "Replicated Data Types (RON-RDT)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ron-schema" = callPackage
@@ -209254,6 +208556,8 @@ self: {
];
description = "RON-Schema";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ron-storage" = callPackage
@@ -209271,6 +208575,8 @@ self: {
];
description = "RON Storage";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"roots" = callPackage
@@ -209342,24 +208648,24 @@ self: {
}:
mkDerivation {
pname = "rose-trees";
- version = "0.0.4.4";
- sha256 = "1kbjkfknl2pyp30n5c6m6xavqlm8zg06w78b3x7iwvi854yi64r3";
+ version = "0.0.4.5";
+ sha256 = "0ql6wdsq1dpx0bbgs6798c6h4wyw9xcbr64shr7pvl9fwivdl6j7";
libraryHaskellDepends = [
base containers deepseq hashable mtl QuickCheck
quickcheck-instances semigroupoids semigroups sets
unordered-containers witherable
];
testHaskellDepends = [
- base containers deepseq hashable QuickCheck quickcheck-instances
- semigroupoids semigroups sets tasty tasty-quickcheck
- unordered-containers witherable
+ base containers deepseq hashable mtl QuickCheck
+ quickcheck-instances semigroupoids semigroups sets tasty
+ tasty-quickcheck unordered-containers witherable
];
benchmarkHaskellDepends = [
base containers criterion deepseq hashable mtl QuickCheck
quickcheck-instances semigroupoids semigroups sets
unordered-containers witherable
];
- description = "A collection of rose tree structures";
+ description = "Various trie implementations in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -209527,6 +208833,8 @@ self: {
];
description = "Size-limited, concurrent, automatically-rotating log writer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"roundRobin" = callPackage
@@ -209561,8 +208869,6 @@ self: {
testHaskellDepends = [ base long-double ];
description = "Correctly-rounded arbitrary-precision floating-point arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gmp; inherit (pkgs) mpfr;};
"rounding" = callPackage
@@ -209713,8 +209019,8 @@ self: {
}:
mkDerivation {
pname = "row-types";
- version = "0.3.0.0";
- sha256 = "1w1xzkvg9fakz1d8a3dkfyi32gm52abrbky2knf8vhz6k5xc645i";
+ version = "0.3.1.0";
+ sha256 = "0nwhv2hdl7176bysyqw0zvfqlck0k638cvnwm49lld4zyaxrkq5h";
libraryHaskellDepends = [
base constraints deepseq generic-lens hashable profunctors text
unordered-containers
@@ -209837,24 +209143,6 @@ self: {
}) {};
"rpmbuild-order" = callPackage
- ({ mkDerivation, base, Cabal, containers, directory
- , explicit-exception, fgl, filepath, process, transformers
- }:
- mkDerivation {
- pname = "rpmbuild-order";
- version = "0.2.1";
- sha256 = "10m0lqakkdmhqcnl959d0nhair8p1zxq400yryzc59idx1w60vdn";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base Cabal containers directory explicit-exception fgl filepath
- process transformers
- ];
- description = "Order RPM packages by dependencies";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "rpmbuild-order_0_3" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, directory
, fgl, filepath, optparse-applicative, process, simple-cmd-args
}:
@@ -209870,7 +209158,22 @@ self: {
];
description = "Order RPM packages by dependencies";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "rrule" = callPackage
+ ({ mkDerivation, base, hspec, megaparsec, parser-combinators, text
+ , time
+ }:
+ mkDerivation {
+ pname = "rrule";
+ version = "0.1.0.0";
+ sha256 = "0059rrvvfrcsycc8aczayphscviidrq8ig3j4x3ln3xjfscq2l2l";
+ libraryHaskellDepends = [
+ base megaparsec parser-combinators text time
+ ];
+ testHaskellDepends = [ base hspec text ];
+ description = "Recurrence rule parser and formatter";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"rsagl" = callPackage
@@ -210034,6 +209337,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim ];
description = "stream-fusion framework from vector";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rtcm" = callPackage
@@ -210062,6 +209367,8 @@ self: {
];
description = "Haskell bindings for RTCM";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rtld" = callPackage
@@ -210110,6 +209417,8 @@ self: {
];
description = "Manipulate network devices, addresses, and routes on Linux";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rtorrent-rpc" = callPackage
@@ -210309,8 +209618,6 @@ self: {
libraryHaskellDepends = [ base primitive primitive-unlifted ];
description = "runST without boxing penalty";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rungekutta" = callPackage
@@ -210387,17 +209694,18 @@ self: {
}) {};
"rv" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, criterion, smallcheck
- , tasty, tasty-smallcheck, util
+ ({ mkDerivation, base, base-unicode-symbols, criterion, Fin, peano
+ , smallcheck, tasty, tasty-smallcheck, util, word
}:
mkDerivation {
pname = "rv";
- version = "0.0.0.0";
- sha256 = "17f9l2nixbnzmvhj9hb4lpc1aa80v4y5dlahahb370728a18jxjn";
- libraryHaskellDepends = [ base base-unicode-symbols util ];
+ version = "0.0.1.0";
+ sha256 = "0xsrd9djlns840h4i7pgh4g793hdrjw8xhf6bnw8yxaf56j1znci";
+ libraryHaskellDepends = [
+ base base-unicode-symbols Fin peano util word
+ ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
benchmarkHaskellDepends = [ base criterion ];
- doHaddock = false;
description = "RISC-V";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -210417,6 +209725,8 @@ self: {
];
description = "Random Variables";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rwlock" = callPackage
@@ -210534,13 +209844,11 @@ self: {
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "safe-access";
- version = "0.3.3.0";
- sha256 = "0j3k6nlp3qch9kxv2zh5lfx1cfqy4w0xc7pbivqkn38drdjd920z";
+ version = "0.3.3.1";
+ sha256 = "13fw3b4sgrqymkq27n0727y5m8d3h6h44lfb9faip98bakr5d8v5";
libraryHaskellDepends = [ base mtl transformers ];
description = "A simple environment to control access to data";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-buffer-monad" = callPackage
@@ -210569,20 +209877,24 @@ self: {
libraryHaskellDepends = [ base ];
description = "A friendly shorthand for an old friend";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"safe-decimal" = callPackage
- ({ mkDerivation, base, deepseq, exceptions, hspec, hspec-discover
- , QuickCheck, scientific
+ ({ mkDerivation, base, Cabal, cabal-doctest, deepseq, doctest
+ , exceptions, hspec, hspec-discover, QuickCheck, scientific
+ , template-haskell
}:
mkDerivation {
pname = "safe-decimal";
- version = "0.1.0.0";
- sha256 = "10y618swfxvz38fm95i6jbki5ax6w6xxhrdizqlrbwnqdjlsj681";
- revision = "1";
- editedCabalFile = "0449df25rah097rsbrbkb8sb4n80yms06isg0g8mp7v8ah4ssrs3";
+ version = "0.2.0.0";
+ sha256 = "03id56ib8m7gja2g5a8d6b26cz3h3zf3f3gq2ss7paxvwvn6wfib";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base deepseq exceptions scientific ];
- testHaskellDepends = [ base deepseq hspec QuickCheck scientific ];
+ testHaskellDepends = [
+ base deepseq doctest hspec QuickCheck scientific template-haskell
+ ];
testToolDepends = [ hspec-discover ];
description = "Safe and very efficient arithmetic operations on fixed decimal point numbers";
license = stdenv.lib.licenses.bsd3;
@@ -210693,32 +210005,6 @@ self: {
}:
mkDerivation {
pname = "safe-json";
- version = "0.1.0";
- sha256 = "17h5z20fcqp6gsmml1zqhckxgvc7jrx4mzdcqbsjlmpy52hb0lxq";
- libraryHaskellDepends = [
- aeson base bytestring containers dlist hashable scientific tasty
- tasty-hunit tasty-quickcheck text time unordered-containers
- uuid-types vector
- ];
- testHaskellDepends = [
- aeson base bytestring containers dlist generic-arbitrary hashable
- quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck
- temporary text time unordered-containers uuid uuid-types vector
- ];
- description = "Automatic JSON format versioning";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "safe-json_1_1_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, dlist
- , generic-arbitrary, hashable, quickcheck-instances, scientific
- , tasty, tasty-hunit, tasty-quickcheck, temporary, text, time
- , unordered-containers, uuid, uuid-types, vector
- }:
- mkDerivation {
- pname = "safe-json";
version = "1.1.0";
sha256 = "18zsf2dccgf755a8g4ar3zc7ilmampsrvqa6f9p27zrayl7j87hw";
libraryHaskellDepends = [
@@ -210733,8 +210019,6 @@ self: {
];
description = "Automatic JSON format versioning";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-lazy-io" = callPackage
@@ -210859,8 +210143,6 @@ self: {
];
description = "Instances from the store library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-money-xmlbf" = callPackage
@@ -210878,6 +210160,8 @@ self: {
];
description = "Instances from the xmlbf library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"safe-plugins" = callPackage
@@ -210919,30 +210203,6 @@ self: {
}) {};
"safecopy" = callPackage
- ({ mkDerivation, array, base, bytestring, cereal, containers, lens
- , lens-action, old-time, QuickCheck, quickcheck-instances, tasty
- , tasty-quickcheck, template-haskell, text, time, vector
- }:
- mkDerivation {
- pname = "safecopy";
- version = "0.9.4.3";
- sha256 = "020z2cdarpy8crz6b871lprgacwi6zsmmwml35ban93hdfjv2zbq";
- revision = "1";
- editedCabalFile = "060yxbk2fy5gddnpf6kxppc9fwkhiyldm39bj7873wggnpdc2xds";
- libraryHaskellDepends = [
- array base bytestring cereal containers old-time template-haskell
- text time vector
- ];
- testHaskellDepends = [
- array base cereal containers lens lens-action QuickCheck
- quickcheck-instances tasty tasty-quickcheck template-haskell time
- vector
- ];
- description = "Binary serialization with version control";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "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
@@ -210963,7 +210223,6 @@ self: {
];
description = "Binary serialization with version control";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"safecopy-migrate" = callPackage
@@ -210981,6 +210240,8 @@ self: {
];
description = "Making SafeCopy migrations easier";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"safecopy-store" = callPackage
@@ -211263,15 +210524,15 @@ self: {
}) {};
"saltine" = callPackage
- ({ mkDerivation, base, bytestring, libsodium, profunctors
+ ({ mkDerivation, base, bytestring, hashable, libsodium, profunctors
, QuickCheck, semigroups, test-framework
, test-framework-quickcheck2
}:
mkDerivation {
pname = "saltine";
- version = "0.1.0.2";
- sha256 = "0253m8n6s39fnr8wz1z240kaizw3chfm1fgwp51dgqgk0nwrv67x";
- libraryHaskellDepends = [ base bytestring profunctors ];
+ version = "0.1.1.0";
+ sha256 = "1apcyc39mraqg9394scwqrdc3aaxvry22pl648gyp73z9dfrk5wf";
+ libraryHaskellDepends = [ base bytestring hashable profunctors ];
libraryPkgconfigDepends = [ libsodium ];
testHaskellDepends = [
base bytestring QuickCheck semigroups test-framework
@@ -211602,6 +210863,8 @@ self: {
];
description = "Manages Cabal sandboxes to avoid rebuilding packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sarasvati" = callPackage
@@ -211909,33 +211172,6 @@ self: {
"sbv" = callPackage
({ mkDerivation, array, async, base, bytestring, containers
- , crackNum, deepseq, directory, doctest, filepath, generic-deriving
- , ghc, Glob, hlint, mtl, pretty, process, QuickCheck, random, syb
- , tasty, tasty-golden, tasty-hunit, tasty-quickcheck
- , template-haskell, time, transformers, z3
- }:
- mkDerivation {
- pname = "sbv";
- version = "8.3";
- sha256 = "0d2ph3wr6qga3x43w7xlrvdr63zzsx4x3xn8p7l994b6i7d6rdzd";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- array async base containers crackNum deepseq directory filepath
- generic-deriving ghc mtl pretty process QuickCheck random syb
- template-haskell time transformers
- ];
- testHaskellDepends = [
- base bytestring containers crackNum directory doctest filepath Glob
- hlint mtl QuickCheck random syb tasty tasty-golden tasty-hunit
- tasty-quickcheck template-haskell
- ];
- testSystemDepends = [ z3 ];
- description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) z3;};
-
- "sbv_8_5" = callPackage
- ({ mkDerivation, array, async, base, bytestring, containers
, crackNum, criterion, deepseq, directory, doctest, filepath
, generic-deriving, ghc, Glob, hlint, mtl, pretty, process
, QuickCheck, random, syb, tasty, tasty-golden, tasty-hunit
@@ -211943,8 +211179,8 @@ self: {
}:
mkDerivation {
pname = "sbv";
- version = "8.5";
- sha256 = "108j9b10sf7cv838g07lip17qx49d9lh9ajd3q2r0848szg0kf1p";
+ version = "8.6";
+ sha256 = "01y3dg8gprddn2477cw8k5a9a2gn0330qbpqyc3l2zbnwf3a2yga";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array async base containers crackNum deepseq directory filepath
@@ -211963,7 +211199,6 @@ self: {
];
description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) z3;};
"sbvPlugin" = callPackage
@@ -212043,6 +211278,8 @@ self: {
];
description = "Support and utility library for sc2hs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sc2hs" = callPackage
@@ -212230,8 +211467,6 @@ self: {
];
description = "Metadata types for Albedo Scanners";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"scan-vector-machine" = callPackage
@@ -212377,6 +211612,8 @@ self: {
];
description = "A Haskell library for writing SCGI programs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"schedevr" = callPackage
@@ -212448,8 +211685,10 @@ self: {
}:
mkDerivation {
pname = "scheduler";
- version = "1.4.2.1";
- sha256 = "074m037ksjl7kgpgfldimaadhc4f6mmv40y6cq54m9shhg7rxw1c";
+ version = "1.4.2.2";
+ sha256 = "0mzwm7lr089hbv08c58l3ahiid8w1cysvjl9q6vb46x3wpa3fwia";
+ revision = "1";
+ editedCabalFile = "0a6xcidya383ygzmz76di3dj1c8xm6ra5zb8fp517lk50s3ly3kl";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
atomic-primops base deepseq exceptions primitive unliftio-core
@@ -212463,8 +211702,6 @@ self: {
];
description = "Work stealing scheduler";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"schedyield" = callPackage
@@ -212514,8 +211751,6 @@ self: {
];
description = "schema guided serialization";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"schematic" = callPackage
@@ -212691,6 +211926,8 @@ self: {
testHaskellDepends = [ base ];
description = "Rational numbers in scientific notation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"scidb-hquery" = callPackage
@@ -212751,8 +211988,6 @@ self: {
];
description = "Mathematical/physical/chemical constants";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"scientific" = callPackage
@@ -212798,8 +212033,6 @@ self: {
];
description = "Scientific notation intended for tokenization";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"scion" = callPackage
@@ -213059,8 +212292,6 @@ self: {
];
description = "Html form validation using `ditto`";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"scotty-format" = callPackage
@@ -213552,8 +212783,8 @@ self: {
}:
mkDerivation {
pname = "sdl2";
- version = "2.5.0.0";
- sha256 = "1x368yhdd55b3cvx8dvj1sj6nzygzigbhrwhssjs4k0rcxlwqfw8";
+ version = "2.5.1.0";
+ sha256 = "087df61fsmfsdc7pdn6sgsp5lf20nampa41illszii5jfr13s7gw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -213728,8 +212959,8 @@ self: {
}:
mkDerivation {
pname = "sdl2-ttf";
- version = "2.1.0";
- sha256 = "1xw05jgv6x9xplahwf3jjdq6v3mha4s7bb27kn8x66764glnyrf7";
+ version = "2.1.1";
+ sha256 = "1iyqm1i5k8j4948gvr59rgalqwsdkishs52kp85ncvb6cpylw3qn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -213896,8 +213127,6 @@ self: {
testHaskellDepends = [ base containers doctest hspec ];
description = "Common graph search algorithms";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sec" = callPackage
@@ -214083,21 +213312,19 @@ self: {
"secret-sharing" = callPackage
({ mkDerivation, base, binary, bytestring, dice-entropy-conduit
- , finite-field, polynomial, QuickCheck, test-framework
+ , finite-field, QuickCheck, test-framework
, test-framework-quickcheck2, vector
}:
mkDerivation {
pname = "secret-sharing";
- version = "1.0.0.3";
- sha256 = "0q315gmfnhpzgi4r0p3li8vvrdl2a0xgh0gxdin6s3nkh6hjpbv2";
- revision = "1";
- editedCabalFile = "1q8r31bjvjm1j11pp9xqxwh53gi2skm6lqxcja5v8gzs7hl1kkb1";
+ version = "1.0.1.0";
+ sha256 = "16j4xz4kkcicqfl9r8831il310ns02kxwj7mga8pvssfnhzv9zpv";
libraryHaskellDepends = [
- base binary bytestring dice-entropy-conduit finite-field polynomial
- vector
+ base binary bytestring dice-entropy-conduit finite-field vector
];
testHaskellDepends = [
- base QuickCheck test-framework test-framework-quickcheck2
+ base bytestring QuickCheck test-framework
+ test-framework-quickcheck2
];
description = "Information-theoretic secure secret sharing";
license = stdenv.lib.licenses.lgpl21;
@@ -214133,6 +213360,8 @@ self: {
];
description = "Secure point-to-point connectivity library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"secureUDP" = callPackage
@@ -214144,6 +213373,8 @@ self: {
libraryHaskellDepends = [ base bytestring containers network ];
description = "Setups secure (unsorted) UDP packet transfer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"securemem" = callPackage
@@ -214183,22 +213414,6 @@ self: {
}:
mkDerivation {
pname = "selda";
- version = "0.4.0.0";
- sha256 = "1dqxwhipfran95gknbgab3a2nxxyg7x7m69mxs4jnn2ly97gpvbi";
- libraryHaskellDepends = [
- base bytestring containers exceptions mtl random text time
- uuid-types
- ];
- description = "Multi-backend, high-level EDSL for interacting with SQL databases";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda_0_5_1_0" = callPackage
- ({ mkDerivation, base, bytestring, containers, exceptions, mtl
- , random, text, time, uuid-types
- }:
- mkDerivation {
- pname = "selda";
version = "0.5.1.0";
sha256 = "1gd7fdgqw6q507wn7h1pln9wb7kh65vd7iv0s1ydg54r36qdlrgl";
libraryHaskellDepends = [
@@ -214207,7 +213422,6 @@ self: {
];
description = "Multi-backend, high-level EDSL for interacting with SQL databases";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"selda-json" = callPackage
@@ -214227,24 +213441,6 @@ self: {
}:
mkDerivation {
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
- ];
- description = "PostgreSQL backend for the Selda database EDSL";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda-postgresql_0_1_8_1" = callPackage
- ({ mkDerivation, base, bytestring, exceptions, postgresql-binary
- , postgresql-libpq, selda, selda-json, text, time, uuid-types
- }:
- mkDerivation {
- pname = "selda-postgresql";
version = "0.1.8.1";
sha256 = "0dxycilvxjbi1cy9c0rzq9ywh48i2lh37j77a5i1x6v1625h51mk";
libraryHaskellDepends = [
@@ -214253,7 +213449,6 @@ self: {
];
description = "PostgreSQL backend for the Selda database EDSL";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"selda-sqlite" = callPackage
@@ -214262,24 +213457,6 @@ self: {
}:
mkDerivation {
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
- ];
- description = "SQLite backend for the Selda database EDSL";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda-sqlite_0_1_7_1" = callPackage
- ({ mkDerivation, base, bytestring, direct-sqlite, directory
- , exceptions, selda, text, time, uuid-types
- }:
- mkDerivation {
- pname = "selda-sqlite";
version = "0.1.7.1";
sha256 = "1a1rik32h8ijd98v98db1il10ap76rqdwmjwhj0hc0h77mm6qdfb";
libraryHaskellDepends = [
@@ -214288,7 +213465,6 @@ self: {
];
description = "SQLite backend for the Selda database EDSL";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"select" = callPackage
@@ -214330,6 +213506,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "selective_0_4" = callPackage
+ ({ mkDerivation, base, containers, mtl, QuickCheck, tasty
+ , tasty-expected-failure, tasty-quickcheck, transformers
+ }:
+ mkDerivation {
+ pname = "selective";
+ version = "0.4";
+ sha256 = "0kwf6s21gc64nl04rvaydz838kjf7b7xgw1vvyvr44mf36ggcv2p";
+ libraryHaskellDepends = [ base containers transformers ];
+ testHaskellDepends = [
+ base containers mtl QuickCheck tasty tasty-expected-failure
+ tasty-quickcheck transformers
+ ];
+ description = "Selective applicative functors";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"selectors" = callPackage
({ mkDerivation, alex, array, base, containers, happy
, template-haskell, text, xml-conduit
@@ -214399,6 +213593,8 @@ self: {
executableHaskellDepends = [ base ];
description = "A Haskell library to make self-extracting executables";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"selfrestart" = callPackage
@@ -214438,17 +213634,18 @@ self: {
}) {};
"semantic-source" = callPackage
- ({ mkDerivation, aeson, base, bytestring, deepseq, doctest
- , generic-monoid, hashable, hedgehog, QuickCheck, semilattices
- , tasty, tasty-hedgehog, tasty-hunit, text
+ ({ mkDerivation, aeson, base, bytestring, containers, deepseq
+ , doctest, generic-monoid, hashable, hedgehog, lingo, pathtype
+ , QuickCheck, semilattices, tasty, tasty-hedgehog, tasty-hunit
+ , text
}:
mkDerivation {
pname = "semantic-source";
- version = "0.0.1.0";
- sha256 = "0zzybqys2vc2i06ggkbzcd8b2s68j3qpsrds55p0cvd9ng4dlvgi";
+ version = "0.0.2.0";
+ sha256 = "072iax2d2nhskpmm754ii28qdfvxrbwpvgix0igrrfaa52pcw286";
libraryHaskellDepends = [
- aeson base bytestring deepseq generic-monoid hashable semilattices
- text
+ aeson base bytestring containers deepseq generic-monoid hashable
+ lingo pathtype semilattices text
];
testHaskellDepends = [
base doctest hedgehog QuickCheck tasty tasty-hedgehog tasty-hunit
@@ -214517,25 +213714,6 @@ self: {
}:
mkDerivation {
pname = "semialign";
- version = "1";
- sha256 = "004x0a80sqqdgvsyk4z0nasxpi6z3g1d8kgwj804bj9ka8dlc75m";
- revision = "1";
- editedCabalFile = "0qnqnyfng4kwy2h2anrcy5id2ijnawava3zcc5h5b8ri1y6ks6zi";
- libraryHaskellDepends = [
- base base-compat containers hashable semigroupoids tagged these
- transformers unordered-containers vector
- ];
- description = "Align and Zip type-classes from the common Semialign ancestor";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "semialign_1_1" = callPackage
- ({ mkDerivation, base, base-compat, containers, hashable
- , semigroupoids, tagged, these, transformers, unordered-containers
- , vector
- }:
- mkDerivation {
- pname = "semialign";
version = "1.1";
sha256 = "1n47w9c6i6azb4w65rzhci00v6p9c0s1w1givd2q3smkgyziiqpk";
libraryHaskellDepends = [
@@ -214544,7 +213722,6 @@ self: {
];
description = "Align and Zip type-classes from the common Semialign ancestor";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"semialign-extras" = callPackage
@@ -214563,8 +213740,6 @@ self: {
testHaskellDepends = [ base doctest QuickCheck ];
description = "Extra functions for working with Semialigns";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semialign-indexed" = callPackage
@@ -214581,8 +213756,6 @@ self: {
];
description = "SemialignWithIndex, i.e. izipWith and ialignWith";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semialign-optics" = callPackage
@@ -214599,8 +213772,6 @@ self: {
];
description = "SemialignWithIndex, i.e. izipWith and ialignWith";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semibounded-lattices" = callPackage
@@ -214675,25 +213846,11 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "semigroups";
- version = "0.18.5";
- sha256 = "17g29h62g1k51ghhvzkw72zksjgi6vs6bfipkj81pqw1dsprcamb";
- revision = "1";
- editedCabalFile = "1inqcxrzzs8xz60pvbmznyi6g6xwzpxv7p6dqlcwariz31grzvs1";
- libraryHaskellDepends = [ base ];
- description = "Anything that associates";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "semigroups_0_19_1" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "semigroups";
version = "0.19.1";
sha256 = "0j36cha1wb9vxnd8axfna92b2q5hnrn3ap8d8yin89c69gk63rvr";
libraryHaskellDepends = [ base ];
description = "Anything that associates";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"semigroups-actions" = callPackage
@@ -214725,8 +213882,6 @@ self: {
];
description = "Semilattices";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semiring" = callPackage
@@ -214788,31 +213943,13 @@ self: {
}:
mkDerivation {
pname = "semirings";
- version = "0.4.2";
- sha256 = "0bfcbi9hs9mv06ahkvq3bpf4vw6jprlssc9s8yjfb05p151qnx5j";
- revision = "1";
- editedCabalFile = "1wrkcfblq3j2688xg8f1ial05sijkssmdm2rv9sw6jfxiays60vq";
- libraryHaskellDepends = [
- base containers hashable integer-gmp unordered-containers
- ];
- description = "two monoids as one, in holy haskimony";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "semirings_0_5_2" = callPackage
- ({ mkDerivation, base, containers, hashable, integer-gmp
- , unordered-containers
- }:
- mkDerivation {
- pname = "semirings";
- version = "0.5.2";
- sha256 = "1r7zh3gif49rhy9kwq56r3lryjkkdnxzj1md1p9nh0ld3blagdsz";
+ version = "0.5.3";
+ sha256 = "16qdh0d5mazxkzpa0xsiv635771zspzbiqmy5qy2rcsxb79p36lc";
libraryHaskellDepends = [
base containers hashable integer-gmp unordered-containers
];
description = "two monoids as one, in holy haskimony";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"semver" = callPackage
@@ -214951,8 +214088,8 @@ self: {
}:
mkDerivation {
pname = "sensu-run";
- version = "0.7.0.4";
- sha256 = "15grlz2rklpnkhfb8xshkh8d7nxdjlzrfnlhk3ds478nqlqnnmll";
+ version = "0.7.0.5";
+ sha256 = "06bzlhrw11sazqv7jdi3rdhapcfp7ascg9fd83svs8zm9wba60xx";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -215135,7 +214272,6 @@ self: {
description = "Sequence ID production and consumption";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"seqid" = callPackage
@@ -215147,8 +214283,6 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "Sequence ID production and consumption";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"seqid-streams_0_1_0" = callPackage
@@ -215161,7 +214295,6 @@ self: {
description = "Sequence ID IO-Streams";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"seqid-streams" = callPackage
@@ -215173,8 +214306,6 @@ self: {
libraryHaskellDepends = [ base io-streams seqid ];
description = "Sequence ID IO-Streams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"seqloc" = callPackage
@@ -215267,8 +214398,6 @@ self: {
];
description = "A package with basic parsing utilities for several Bioinformatic data formats";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sequenceTools" = callPackage
@@ -215297,8 +214426,6 @@ self: {
];
description = "A package with tools for processing DNA sequencing data";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sequent-core" = callPackage
@@ -215683,8 +214810,8 @@ self: {
pname = "servant-auth-client";
version = "0.4.0.0";
sha256 = "1kh4kq3cc9fn49vmh304zyzn7idb4k1j0803yp7a6qc733panf9g";
- revision = "2";
- editedCabalFile = "0c67m1ckksnmwkya78nn9hy65xb7c4023fy7d3pp6zyq8izrp1v8";
+ revision = "3";
+ editedCabalFile = "1f6x5dja9czj78zn9n4jrfpk6hzhbif3in48f6w24i45jpmysx98";
libraryHaskellDepends = [
base bytestring containers servant servant-auth servant-client-core
];
@@ -215801,8 +214928,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-server";
- version = "0.4.5.0";
- sha256 = "0jvx3lj48r0awnyv87qcbf64xmqzp48bdx98xwcnrh2hk8agr56y";
+ version = "0.4.5.1";
+ sha256 = "10kcxdh9ba37jra6brrg11rzmx16jmwsk0yib92l0s3mkqp9was6";
libraryHaskellDepends = [
aeson base base64-bytestring blaze-builder bytestring
case-insensitive cookie data-default-class entropy http-types jose
@@ -216094,37 +215221,6 @@ self: {
}:
mkDerivation {
pname = "servant-cli";
- version = "0.1.0.1";
- sha256 = "12d18ca90b7mijaav3glx60b9c9qd1f2g4p5m4m7hzz2m22dyimn";
- revision = "1";
- editedCabalFile = "1h29x87kqyylwigz86bwrgjdykk1119alsy65a7jkkcrj7a3syqa";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring case-insensitive containers filepath free
- functor-combinators http-types optparse-applicative profunctors
- recursion-schemes servant servant-client-core servant-docs text
- transformers vinyl
- ];
- executableHaskellDepends = [
- aeson base bytestring containers http-client optparse-applicative
- random servant servant-client servant-server text vinyl warp
- ];
- description = "Command line interface for Servant API clients";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "servant-cli_0_1_0_2" = callPackage
- ({ mkDerivation, aeson, base, bytestring, case-insensitive
- , containers, filepath, free, functor-combinators, http-client
- , http-types, optparse-applicative, profunctors, random
- , recursion-schemes, servant, servant-client, servant-client-core
- , servant-docs, servant-server, text, transformers, vinyl, warp
- }:
- mkDerivation {
- pname = "servant-cli";
version = "0.1.0.2";
sha256 = "11pl9z3l2f7py16drqq9zvl9z5358jv1q7pqslhkhrqg5vhp822k";
isLibrary = true;
@@ -216141,8 +215237,6 @@ self: {
];
description = "Command line interface for Servant API clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-client" = callPackage
@@ -216458,6 +215552,8 @@ self: {
];
description = "Combinators for rendering EDE templates in servant web applications";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-ekg" = callPackage
@@ -216484,6 +215580,8 @@ self: {
];
description = "Helpers for using ekg with servant";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-elm" = callPackage
@@ -216493,28 +215591,6 @@ self: {
}:
mkDerivation {
pname = "servant-elm";
- version = "0.6.1";
- sha256 = "0ajgb2srx2wlxn388wcijn7pb6lk48r84qvbbri7b77rbiav3ih2";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base directory elm-bridge lens servant servant-foreign text
- wl-pprint-text
- ];
- testHaskellDepends = [
- aeson base Diff elm-bridge hspec HUnit servant servant-client text
- ];
- description = "Automatically derive Elm functions to query servant webservices";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-elm_0_7_1" = callPackage
- ({ mkDerivation, aeson, base, Diff, directory, elm-bridge, hspec
- , HUnit, lens, servant, servant-client, servant-foreign, text
- , wl-pprint-text
- }:
- mkDerivation {
- pname = "servant-elm";
version = "0.7.1";
sha256 = "1r24hqv4xs1k280a0c3lcmfjrywh0663hh8xi8fpzlmsgmn2s464";
isLibrary = true;
@@ -216528,7 +215604,6 @@ self: {
];
description = "Automatically derive Elm functions to query servant webservices";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-errors" = callPackage
@@ -216548,6 +215623,8 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "Servant Errors wai-middlware";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-examples" = callPackage
@@ -216735,6 +215812,8 @@ self: {
];
description = "Servant combinators to facilitate writing GitHub webhooks";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-haxl-client" = callPackage
@@ -216806,41 +215885,6 @@ self: {
}:
mkDerivation {
pname = "servant-http-streams";
- version = "0.16.0.1";
- sha256 = "0nfwi8bnafv78lzxxi56i9pyk2rj0vkl5x193fixirw4fjvia3zg";
- 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_17" = 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.17";
sha256 = "1nyp6ijb8219yfbxrq2mz59m1vfpr56rbfn9j9zmx4pcvnb903xc";
libraryHaskellDepends = [
@@ -216935,31 +215979,6 @@ self: {
}:
mkDerivation {
pname = "servant-js";
- version = "0.9.4";
- sha256 = "041wigqgn5ygcs49ndc39rk66j5bcvgpihshxk678jk470ysfszq";
- revision = "2";
- editedCabalFile = "1x7f0dbqgzlwzmr20l6hln4s86kblak4j9h0p9igcqibmplc70zn";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base base-compat charset lens servant servant-foreign text
- ];
- testHaskellDepends = [
- base base-compat hspec hspec-expectations language-ecmascript lens
- QuickCheck servant text
- ];
- testToolDepends = [ hspec-discover ];
- description = "Automatically derive javascript functions to query servant webservices";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-js_0_9_4_1" = callPackage
- ({ mkDerivation, base, base-compat, charset, hspec, hspec-discover
- , hspec-expectations, language-ecmascript, lens, QuickCheck
- , servant, servant-foreign, text
- }:
- mkDerivation {
- pname = "servant-js";
version = "0.9.4.1";
sha256 = "004snd07q29g08smvrwmpypg75g9rxdvk5bfyfyxxmj47wh4734d";
isLibrary = true;
@@ -216974,7 +215993,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Automatically derive javascript functions to query servant webservices";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-jsonrpc" = callPackage
@@ -216986,6 +216004,8 @@ self: {
libraryHaskellDepends = [ aeson base servant ];
description = "JSON-RPC messages and endpoints";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-jsonrpc-client" = callPackage
@@ -217001,6 +216021,8 @@ self: {
];
description = "Generate JSON-RPC servant clients";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-jsonrpc-server" = callPackage
@@ -217016,6 +216038,8 @@ self: {
];
description = "JSON-RPC servant servers";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-kotlin" = callPackage
@@ -217041,6 +216065,8 @@ self: {
];
description = "Automatically derive Kotlin class to query servant webservices";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-lucid" = callPackage
@@ -217192,31 +216218,6 @@ self: {
}) {};
"servant-multipart" = callPackage
- ({ mkDerivation, base, bytestring, directory, http-client
- , http-media, lens, network, resourcet, servant, servant-docs
- , servant-foreign, servant-server, text, transformers, wai
- , wai-extra, warp
- }:
- mkDerivation {
- pname = "servant-multipart";
- version = "0.11.4";
- sha256 = "0vcwrdzj1xyjg11yvfcds9rql3gcwgdcdq4z085g44fpabjxj50s";
- revision = "2";
- editedCabalFile = "0pr0crsxc9m6p06m5qk39gzvqnj3hcxql0almpjfag0ifpviwkgk";
- libraryHaskellDepends = [
- base bytestring directory http-media lens resourcet servant
- servant-docs servant-foreign servant-server text transformers wai
- wai-extra
- ];
- testHaskellDepends = [
- base bytestring http-client network servant servant-server text
- transformers wai warp
- ];
- description = "multipart/form-data (e.g file upload) support for servant";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-multipart_0_11_5" = callPackage
({ mkDerivation, array, base, bytestring, directory, http-client
, http-media, lens, network, random, resourcet, servant
, servant-client, servant-client-core, servant-docs
@@ -217238,7 +216239,6 @@ self: {
];
description = "multipart/form-data (e.g file upload) support for servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-named" = callPackage
@@ -217317,8 +216317,8 @@ self: {
}:
mkDerivation {
pname = "servant-pagination";
- version = "2.2.2";
- sha256 = "00ki2crhrp87m0dwyrb6rv25cfyag51igm772a54zvgi713qj7rr";
+ version = "2.3.0";
+ sha256 = "0kza7lr3akx3zviqbxlw74f1y66y8c6kys52n49brvrhqwnv4xwd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -217449,8 +216449,30 @@ self: {
];
description = "Generate PureScript accessor functions for you servant API";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "servant-purescript_0_10_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, directory
+ , filepath, http-types, lens, mainland-pretty, purescript-bridge
+ , servant, servant-foreign, servant-server, servant-subscriber
+ , text
+ }:
+ mkDerivation {
+ pname = "servant-purescript";
+ version = "0.10.0.0";
+ sha256 = "07q4nvdhhzyc3xkad130nkv7ckgmj6fmhrpryzpjdvddgq9320b4";
+ libraryHaskellDepends = [
+ aeson base bytestring containers directory filepath http-types lens
+ mainland-pretty purescript-bridge servant servant-foreign
+ servant-server servant-subscriber text
+ ];
+ testHaskellDepends = [
+ aeson base containers lens mainland-pretty purescript-bridge
+ servant servant-foreign servant-subscriber text
+ ];
+ description = "Generate PureScript accessor functions for you servant API";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-pushbullet-client" = callPackage
@@ -217801,8 +216823,8 @@ self: {
}:
mkDerivation {
pname = "servant-snap";
- version = "0.8.4.1";
- sha256 = "1649s1n313rd8h409bfz2jkq2ch7ffw06y120j95rjcp6r8xgfv2";
+ version = "0.8.5";
+ sha256 = "12ihxmi6c6zypzx6ijj0yhl0mppk40zkyhkv3g3kx3mgx50qs5yq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -217874,8 +216896,6 @@ self: {
];
description = "Embed a directory of static files in your Servant server";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-streaming" = callPackage
@@ -217992,8 +217012,33 @@ self: {
executableHaskellDepends = [ base purescript-bridge ];
description = "When REST is not enough ...";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "servant-subscriber_0_7_0_0" = callPackage
+ ({ mkDerivation, aeson, async, attoparsec, base, blaze-builder
+ , bytestring, case-insensitive, containers, directory, filepath
+ , http-types, lens, lifted-base, monad-control, monad-logger
+ , network-uri, purescript-bridge, servant, servant-foreign
+ , servant-server, stm, text, time, transformers, wai
+ , wai-websockets, warp, websockets
+ }:
+ mkDerivation {
+ pname = "servant-subscriber";
+ version = "0.7.0.0";
+ sha256 = "1c1g6jx36n5n5qjw82854vkbg7mavmrj7vz97vc1zzk5w54wsj8k";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson async attoparsec base blaze-builder bytestring
+ case-insensitive containers directory filepath http-types lens
+ lifted-base monad-control monad-logger network-uri servant
+ servant-foreign servant-server stm text time transformers wai
+ wai-websockets warp websockets
+ ];
+ executableHaskellDepends = [ base purescript-bridge ];
+ description = "When REST is not enough ...";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-swagger" = callPackage
@@ -218167,6 +217212,8 @@ self: {
];
description = "Automatically generate Elm clients for Servant APIs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-tracing" = callPackage
@@ -218208,6 +217255,8 @@ self: {
pname = "servant-waargonaut";
version = "0.7.0.0";
sha256 = "0fn7ph0805n297nzi3ig9wfx27kz6bmn4r914ibx44927xifms59";
+ revision = "1";
+ editedCabalFile = "1xavy6k93ncvcnb4rp1p33gxaqbhjil6mz9qk8li1ibhyi29yjxh";
libraryHaskellDepends = [
base bytestring http-media lens servant text waargonaut
wl-pprint-annotated
@@ -218243,8 +217292,6 @@ self: {
];
description = "Small library providing WebSocket endpoints for servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-xml" = callPackage
@@ -218389,7 +217436,7 @@ self: {
}) {};
"serverless-haskell" = callPackage
- ({ mkDerivation, aeson, aeson-casing, aeson-extra, amazonka-core
+ ({ mkDerivation, aeson, aeson-casing, amazonka-core
, amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive
, hspec, hspec-discover, http-types, iproute, lens, network
, network-simple, raw-strings-qq, text, time, unix
@@ -218397,24 +217444,52 @@ self: {
}:
mkDerivation {
pname = "serverless-haskell";
- version = "0.10.0";
- sha256 = "0ja15985r9jywlkc85r3qchi6i9mbkyjh3b0fkn6vwc8gh644nrk";
+ version = "0.10.1";
+ sha256 = "18iqj3c60sx6v1d8lnlv0gcd1xrpvjwqwnshsi2n823dp1j975gp";
libraryHaskellDepends = [
- aeson aeson-casing aeson-extra amazonka-core amazonka-kinesis
- amazonka-s3 base bytestring case-insensitive http-types iproute
- lens network network-simple text time unix unordered-containers
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive http-types iproute lens network
+ network-simple text time unix unordered-containers
];
testHaskellDepends = [
- aeson aeson-casing aeson-extra amazonka-core amazonka-kinesis
- amazonka-s3 base bytestring case-insensitive hspec hspec-discover
- http-types iproute lens network network-simple raw-strings-qq text
- time unix unordered-containers
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive hspec hspec-discover http-types iproute
+ lens network network-simple raw-strings-qq text time unix
+ unordered-containers
];
testToolDepends = [ hspec-discover ];
description = "Deploying Haskell code onto AWS Lambda using Serverless";
license = stdenv.lib.licenses.mit;
}) {};
+ "serverless-haskell_0_10_2" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, amazonka-core
+ , amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive
+ , hspec, hspec-discover, http-types, iproute, lens, network
+ , network-simple, raw-strings-qq, text, time, unix
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "serverless-haskell";
+ version = "0.10.2";
+ sha256 = "1iy69394dqv38dlh71m8sarcfps9gaaq90zpc4f169vnhpr59wak";
+ libraryHaskellDepends = [
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive http-types iproute lens network
+ network-simple text time unix unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+ bytestring case-insensitive hspec hspec-discover http-types iproute
+ lens network network-simple raw-strings-qq text time unix
+ unordered-containers
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Deploying Haskell code onto AWS Lambda using Serverless";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"serversession" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, containers, data-default, hashable, hspec, nonce, path-pieces
@@ -218483,6 +217558,8 @@ self: {
];
description = "Storage backend for serversession using persistent and an RDBMS";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"serversession-backend-redis" = callPackage
@@ -218630,8 +217707,6 @@ self: {
];
description = "Send HTML formatted emails using Amazon's SES REST API with blaze";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ses-html-snaplet" = callPackage
@@ -218716,25 +217791,6 @@ self: {
}) {};
"set-cover" = callPackage
- ({ mkDerivation, base, containers, enummapset, psqueues, semigroups
- , utility-ht
- }:
- mkDerivation {
- pname = "set-cover";
- version = "0.0.9";
- sha256 = "1qbk5y2pg6jlclszd2nras5240r0ahapsibykkcqrxhgq0hgvsxg";
- revision = "2";
- editedCabalFile = "1jpg9iyq0mymdbq392nfmicwfmcmq5mg688ndmhvjx08ljdl54ha";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers enummapset psqueues semigroups utility-ht
- ];
- description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "set-cover_0_1" = callPackage
({ mkDerivation, array, base, containers, enummapset, non-empty
, prelude-compat, psqueues, QuickCheck, random, semigroups, timeit
, transformers, utility-ht
@@ -218758,7 +217814,6 @@ self: {
];
description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"set-extra" = callPackage
@@ -218792,6 +217847,8 @@ self: {
libraryHaskellDepends = [ base containers ];
description = "Sets of fixed size, with typelits";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"set-with" = callPackage
@@ -218960,8 +218017,6 @@ self: {
];
description = "Ducktyped set interface for Haskell containers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"setters" = callPackage
@@ -219024,34 +218079,6 @@ self: {
}:
mkDerivation {
pname = "sexp-grammar";
- version = "2.0.2";
- sha256 = "1cmn5y72wp9dlzqzrv4rmfb1zm3zw517la0kf0vgyv3nhsn58397";
- libraryHaskellDepends = [
- array base bytestring containers deepseq invertible-grammar
- prettyprinter recursion-schemes scientific semigroups text
- utf8-string
- ];
- libraryToolDepends = [ alex happy ];
- testHaskellDepends = [
- base containers invertible-grammar prettyprinter QuickCheck
- scientific semigroups tasty tasty-hunit tasty-quickcheck text
- utf8-string
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion deepseq text
- ];
- description = "Invertible grammar combinators for S-expressions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "sexp-grammar_2_1_0" = callPackage
- ({ mkDerivation, alex, array, base, bytestring, containers
- , criterion, deepseq, happy, invertible-grammar, prettyprinter
- , QuickCheck, recursion-schemes, scientific, semigroups, tasty
- , tasty-hunit, tasty-quickcheck, text, utf8-string
- }:
- mkDerivation {
- pname = "sexp-grammar";
version = "2.1.0";
sha256 = "139sqr50bba74h2r6gdivzsgkqjwq1gcah54zw2jkwzhlfk03fm1";
libraryHaskellDepends = [
@@ -219071,6 +218098,7 @@ self: {
description = "Invertible grammar combinators for S-expressions";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sexp-show" = callPackage
@@ -219104,23 +218132,6 @@ self: {
}) {};
"sexpr-parser" = callPackage
- ({ mkDerivation, base, bytestring, hspec, megaparsec, process }:
- mkDerivation {
- pname = "sexpr-parser";
- version = "0.1.1.2";
- sha256 = "183l1d8kjzv2is7kdaa83jbr46w61fn2g7yrvc3wjmwsnrylfj29";
- revision = "3";
- editedCabalFile = "0sv07n6s023z2dl6n89kx26nnc3nrkpmbbfj4sqcrj6i3q4k06g4";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base megaparsec ];
- executableHaskellDepends = [ base bytestring megaparsec process ];
- testHaskellDepends = [ base hspec megaparsec ];
- description = "Simple s-expression parser";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "sexpr-parser_0_2_0_0" = callPackage
({ mkDerivation, base, bytestring, data-default, hspec, megaparsec
, process
}:
@@ -219136,6 +218147,7 @@ self: {
description = "Simple s-expression parser";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sexpresso" = callPackage
@@ -219327,6 +218339,22 @@ self: {
broken = true;
}) {};
+ "sha1" = callPackage
+ ({ mkDerivation, base, bytebuild, byteslice, natural-arithmetic
+ , primitive, small-bytearray-builder
+ }:
+ mkDerivation {
+ pname = "sha1";
+ version = "0.1.0.2";
+ sha256 = "14jy1g6pm4vnq7rhg4z1yazazk9vfav7nn8saxkddxaflaax4llf";
+ libraryHaskellDepends = [ base bytebuild byteslice primitive ];
+ testHaskellDepends = [
+ base byteslice natural-arithmetic primitive small-bytearray-builder
+ ];
+ description = "SHA-1 Hash";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"shade" = callPackage
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
@@ -219440,8 +218468,8 @@ self: {
}:
mkDerivation {
pname = "shake";
- version = "0.18.4";
- sha256 = "0vpgs6f365p1s09h30g2a6qy4y0rxi3pyxcg14kiag9k504af9i0";
+ version = "0.18.5";
+ sha256 = "03r4rapkcyy04wf7ljikjbsjc29fpydbv5zbrrkiy1dqadzvasjp";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -219483,6 +218511,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "shake-bindist" = callPackage
+ ({ mkDerivation, archive-sig, archive-tar, base, bytestring, bz2
+ , lzlib, shake, zlib, zstd
+ }:
+ mkDerivation {
+ pname = "shake-bindist";
+ version = "0.1.0.0";
+ sha256 = "0f2w7bbnnigfjpfywljl6k2gcz1rq99lfz7cig0076rbjg7aifii";
+ revision = "2";
+ editedCabalFile = "0bk1r9qn41xhhjisvahs0fdsfiv79rb1yk545ry0vw83d0af6kl8";
+ libraryHaskellDepends = [
+ archive-sig archive-tar base bytestring bz2 lzlib shake zlib zstd
+ ];
+ description = "Rules for binary distributions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"shake-c" = callPackage
({ mkDerivation, base, cdeps, composition-prelude, shake }:
mkDerivation {
@@ -219742,8 +218787,8 @@ self: {
}:
mkDerivation {
pname = "shakespeare";
- version = "2.0.23";
- sha256 = "0i1k6ahpvc45z05lycxs0f70ngm8xrazp6ayyxv1bzw8q8d4bkz3";
+ version = "2.0.24";
+ sha256 = "1fpkq5av7xyffsgghj5b85i8pzpnmkfcyjawhfm5lyhqpq1g5wh3";
libraryHaskellDepends = [
aeson base blaze-html blaze-markup bytestring containers directory
exceptions ghc-prim parsec process scientific template-haskell text
@@ -219866,6 +218911,8 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Shannon-fano compression algorithm implementation in Haskell";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shapefile" = callPackage
@@ -219881,6 +218928,8 @@ self: {
];
description = "Parser and related tools for ESRI shapefile format";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shapely-data" = callPackage
@@ -220130,8 +219179,8 @@ self: {
({ mkDerivation, base, containers, text, unix }:
mkDerivation {
pname = "shell-monad";
- version = "0.6.8";
- sha256 = "0xv28s1b8rd1zd2mr5g6km8gwsy5ynsyji8fd68clq1rx9jjfcsc";
+ version = "0.6.9";
+ sha256 = "1mms4k2y7gxzilax0hqhgqppckx0mm5nj7fjzqhmn211rsc2s1qn";
libraryHaskellDepends = [ base containers text unix ];
description = "shell monad";
license = stdenv.lib.licenses.bsd3;
@@ -220286,37 +219335,6 @@ self: {
({ mkDerivation, async, base, bytestring, containers, directory
, enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib
, HUnit, lifted-async, lifted-base, monad-control, mtl, process
- , system-fileio, system-filepath, text, time, transformers
- , transformers-base, unix, unix-compat
- }:
- mkDerivation {
- pname = "shelly";
- version = "1.8.1";
- sha256 = "023fbvbqs5gdwm30j5517gbdcc7fvz0md70dgwgpypkskj3i926y";
- revision = "1";
- editedCabalFile = "0crf0m077wky76f5nav2p9q4fa5q4yhv5l4bq9hd073dzdaywhz0";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- async base bytestring containers directory enclosed-exceptions
- exceptions lifted-async lifted-base monad-control mtl process
- system-fileio system-filepath text time transformers
- transformers-base unix unix-compat
- ];
- testHaskellDepends = [
- async base bytestring containers directory enclosed-exceptions
- exceptions filepath hspec hspec-contrib HUnit lifted-async
- lifted-base monad-control mtl process system-fileio system-filepath
- text time transformers transformers-base unix unix-compat
- ];
- description = "shell-like (systems) programming in Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "shelly_1_9_0" = callPackage
- ({ mkDerivation, async, base, bytestring, containers, directory
- , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib
- , HUnit, lifted-async, lifted-base, monad-control, mtl, process
, text, time, transformers, transformers-base, unix, unix-compat
}:
mkDerivation {
@@ -220340,7 +219358,6 @@ self: {
];
description = "shell-like (systems) programming in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"shelly-extra" = callPackage
@@ -220477,6 +219494,8 @@ self: {
];
description = "The Reflective Lambda Machine";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"shine" = callPackage
@@ -220604,23 +219623,11 @@ self: {
({ mkDerivation, base, text }:
mkDerivation {
pname = "shortcut-links";
- version = "0.4.2.1";
- sha256 = "1zyy4jma61vg684sa66mpdlq9ylfrfv23d8m0163lbcfpkxfqdhd";
- libraryHaskellDepends = [ base text ];
- description = "Link shortcuts for use in text markup";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "shortcut-links_0_5_0_0" = callPackage
- ({ mkDerivation, base, text }:
- mkDerivation {
- pname = "shortcut-links";
version = "0.5.0.0";
sha256 = "0y5q3m5sqwwhahq8fx1alc2531jfgr4nng8yfpib8sg57n0wggwf";
libraryHaskellDepends = [ base text ];
description = "Link shortcuts for use in text markup";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"shorten-strings" = callPackage
@@ -220706,6 +219713,8 @@ self: {
];
description = "Robust prettyprinter for output of auto-generated Show instances";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"show-type" = callPackage
@@ -220849,6 +219858,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "shwifty" = callPackage
+ ({ mkDerivation, base, bytestring, case-insensitive, containers
+ , mtl, primitive, template-haskell, text, th-abstraction, time
+ , unordered-containers, uuid-types, vector
+ }:
+ mkDerivation {
+ pname = "shwifty";
+ version = "0.0.2.0";
+ sha256 = "0akzrba7kihcv4f1hv1hirkl2w1y7d04mzc8y21f6fqvqjnnqsq6";
+ libraryHaskellDepends = [
+ base bytestring case-insensitive containers mtl primitive
+ template-haskell text th-abstraction time unordered-containers
+ uuid-types vector
+ ];
+ description = "Generate swift types from haskell types";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"si-clock" = callPackage
({ mkDerivation, base, bytestring, hsI2C, time, transformers }:
mkDerivation {
@@ -220964,8 +219991,6 @@ self: {
];
description = "Rounding rationals to significant digits and decimal places";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sigma-ij" = callPackage
@@ -221011,8 +220036,6 @@ self: {
];
description = "Arithmetic over signs and sets of signs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"signal" = callPackage
@@ -221155,6 +220178,8 @@ self: {
];
description = "A minimalist web framework for the WAI server interface";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-actors" = callPackage
@@ -221268,8 +220293,8 @@ self: {
({ mkDerivation, base, optparse-applicative }:
mkDerivation {
pname = "simple-cmd-args";
- version = "0.1.4";
- sha256 = "02vbdala0q9hnrsr5gpwqjzas69kql0fv3c95f7xwf4gqhd7ygwi";
+ version = "0.1.5";
+ sha256 = "097b8qv0755p0iq6bcw6ndvvvv017x9hgf6l2zvb3sgqdg9wlj88";
libraryHaskellDepends = [ base optparse-applicative ];
description = "Simple command args parsing and execution";
license = stdenv.lib.licenses.bsd3;
@@ -221380,6 +220405,8 @@ self: {
benchmarkHaskellDepends = [ base criterion mtl transformers ];
description = "A simple effect system that integrates with MTL";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-enumeration" = callPackage
@@ -221546,6 +220573,8 @@ self: {
libraryHaskellDepends = [ base fast-logger mtl text ];
description = "A very simple but efficient logging framework";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-logging" = callPackage
@@ -221707,6 +220736,8 @@ self: {
];
description = "Connector package for integrating postgresql-orm with the Simple web framework";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-reflect" = callPackage
@@ -221764,6 +220795,8 @@ self: {
];
description = "Simple Server interface";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-session" = callPackage
@@ -221781,6 +220814,8 @@ self: {
];
description = "Cookie-based session management for the Simple web framework";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-sessions" = callPackage
@@ -221834,8 +220869,6 @@ self: {
testHaskellDepends = [ base extra tasty tasty-hunit text ];
description = "source code editing utilities";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-stacked-vm" = callPackage
@@ -221853,6 +220886,8 @@ self: {
];
description = "Simple stacked virtual machine: assembler, disassembler, bytecode interpreter";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-tabular" = callPackage
@@ -221934,6 +220969,8 @@ self: {
];
description = "UI library for terminal";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-units" = callPackage
@@ -221945,6 +220982,8 @@ self: {
libraryHaskellDepends = [ base first-class-families ];
description = "Simple arithmetic with SI units using type-checked dimensional analysis";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-vec3" = callPackage
@@ -222117,6 +221156,8 @@ self: {
libraryHaskellDepends = [ array base directory network old-time ];
description = "Very simple SMTP Client";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simplessh" = callPackage
@@ -222145,8 +221186,6 @@ self: {
librarySystemDepends = [ sqlite ];
description = "Simplest SQLite3 binding";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) sqlite;};
"simplex" = callPackage
@@ -222275,6 +221314,8 @@ self: {
testHaskellDepends = [ base hspec OneTuple Only ];
description = "a class for single tuple implementations";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"singleton-bool" = callPackage
@@ -222330,42 +221371,39 @@ self: {
"singletons" = callPackage
({ mkDerivation, base, Cabal, containers, directory, filepath
, ghc-boot-th, mtl, pretty, process, syb, tasty, tasty-golden
- , template-haskell, text, th-desugar, transformers
+ , template-haskell, text, th-desugar, transformers, turtle
}:
mkDerivation {
pname = "singletons";
- version = "2.5.1";
- sha256 = "0izi487dpn5dx5yzm0bqrrjj2fcy6y6jyk81848yq4i8fcx0mc10";
+ version = "2.6";
+ sha256 = "1lc6p1f3h0j4nq5ppqwjihrjlgcwl5sx5fsw449m9lvs07vp39xy";
setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [
base containers ghc-boot-th mtl pretty syb template-haskell text
th-desugar transformers
];
- testHaskellDepends = [ base filepath process tasty tasty-golden ];
+ testHaskellDepends = [
+ base filepath process tasty tasty-golden text turtle
+ ];
description = "A framework for generating singleton types";
license = stdenv.lib.licenses.bsd3;
}) {};
- "singletons_2_6" = callPackage
- ({ mkDerivation, base, Cabal, containers, directory, filepath
- , ghc-boot-th, mtl, pretty, process, syb, tasty, tasty-golden
- , template-haskell, text, th-desugar, transformers, turtle
+ "singletons-presburger" = callPackage
+ ({ mkDerivation, base, ghc, ghc-typelits-presburger, reflection
+ , singletons
}:
mkDerivation {
- pname = "singletons";
- version = "2.6";
- sha256 = "1lc6p1f3h0j4nq5ppqwjihrjlgcwl5sx5fsw449m9lvs07vp39xy";
- setupHaskellDepends = [ base Cabal directory filepath ];
+ pname = "singletons-presburger";
+ version = "0.3.0.0";
+ sha256 = "06djkc6y5clv0q903i04gaq0vri3nkk307znb418y0rfdh6czzwx";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- base containers ghc-boot-th mtl pretty syb template-haskell text
- th-desugar transformers
- ];
- testHaskellDepends = [
- base filepath process tasty tasty-golden text turtle
+ base ghc ghc-typelits-presburger reflection singletons
];
- description = "A framework for generating singleton types";
+ description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"singnal" = callPackage
@@ -222611,8 +221649,8 @@ self: {
}:
mkDerivation {
pname = "sized";
- version = "0.3.0.0";
- sha256 = "1w00s0wgbr1n2x2ariixixy07bhxiyp5728givdrz0xg63gnw1s7";
+ version = "0.4.0.0";
+ sha256 = "1s1j9riv0kms1hgyhv69nwvh44xa831jk20xlnwq1byw6mbalna9";
libraryHaskellDepends = [
base constraints containers deepseq equational-reasoning
ghc-typelits-presburger hashable lens ListLike mono-traversable
@@ -222620,8 +221658,6 @@ self: {
];
description = "Sized sequence data-types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sized-grid" = callPackage
@@ -222632,32 +221668,6 @@ self: {
}:
mkDerivation {
pname = "sized-grid";
- version = "0.1.1.6";
- sha256 = "06qbbih3gn92b85aqk7qx8q4yg56jqh9ncczb66q6sn599xay1s9";
- libraryHaskellDepends = [
- adjunctions aeson base comonad constraints distributive
- generics-sop lens mtl random vector vector-space
- ];
- testHaskellDepends = [
- adjunctions aeson ansi-terminal base comonad distributive
- generics-sop HUnit lens markdown-unlit QuickCheck tasty tasty-hunit
- tasty-quickcheck vector vector-space
- ];
- testToolDepends = [ markdown-unlit ];
- description = "Multidimensional grids with sized specified at compile time";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "sized-grid_0_2_0_1" = callPackage
- ({ mkDerivation, adjunctions, aeson, ansi-terminal, base, comonad
- , constraints, distributive, generics-sop, HUnit, lens
- , markdown-unlit, mtl, QuickCheck, random, tasty, tasty-hunit
- , tasty-quickcheck, vector, vector-space
- }:
- mkDerivation {
- pname = "sized-grid";
version = "0.2.0.1";
sha256 = "15js3x76bz9p38bxk355kpp8aq0ns68yxqnc64bp956wqss69vgi";
libraryHaskellDepends = [
@@ -222879,8 +221889,8 @@ self: {
}:
mkDerivation {
pname = "skews";
- version = "0.1.0.2";
- sha256 = "0xw9zlv7f77048c47kc3kymwxv9whg286d270n9d1k52c0df8h0p";
+ version = "0.1.0.3";
+ sha256 = "1rwliykb87mvkpajzkx1fh4qlh7fgh6y5z5np1jrdi0rv3ki7hsn";
libraryHaskellDepends = [ base bytestring deque websockets ];
testHaskellDepends = [
async base bytestring deque envy hspec network websockets
@@ -222961,23 +221971,6 @@ self: {
}:
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_3_2" = callPackage
- ({ mkDerivation, base, binary, bytestring, containers
- , skylighting-core
- }:
- mkDerivation {
- pname = "skylighting";
version = "0.8.3.2";
sha256 = "03kbvz66r4fp1zq09c6arnhi2s81iwsmv8lv2kz0g7a8dr0hpaq2";
isLibrary = true;
@@ -222987,7 +221980,6 @@ self: {
];
description = "syntax highlighting library";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"skylighting-core" = callPackage
@@ -222995,38 +221987,6 @@ self: {
, base64-bytestring, binary, blaze-html, bytestring
, 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-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-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.bsd3;
- }) {};
-
- "skylighting-core_0_8_3_2" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, attoparsec, base
- , base64-bytestring, binary, blaze-html, bytestring
- , case-insensitive, colour, containers, criterion, Diff, directory
- , filepath, HUnit, hxt, mtl, pretty-show, QuickCheck, random
, regex-pcre-builtin, safe, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, text, transformers, utf8-string
}:
@@ -223052,7 +222012,6 @@ self: {
];
description = "syntax highlighting library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"skylighting-extensions" = callPackage
@@ -223070,6 +222029,19 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "skylighting-lucid" = callPackage
+ ({ mkDerivation, base, containers, lucid, skylighting-core, text }:
+ mkDerivation {
+ pname = "skylighting-lucid";
+ version = "1.0.0";
+ sha256 = "09wh0dh8glnb051hdbcf4q4v3nflikgc585acqin8kq7zny7ps72";
+ libraryHaskellDepends = [
+ base containers lucid skylighting-core text
+ ];
+ description = "Lucid support for Skylighting";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"skylighting-modding" = callPackage
({ mkDerivation, base, containers, skylighting-core, text }:
mkDerivation {
@@ -223179,6 +222151,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Slack notifier for Haskell project";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"slack-verify" = callPackage
@@ -223220,6 +222194,8 @@ self: {
];
description = "Bindings for the Slack web API";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"slate" = callPackage
@@ -223247,8 +222223,6 @@ self: {
];
description = "A note taking CLI tool";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"slave-thread" = callPackage
@@ -223303,6 +222277,8 @@ self: {
];
description = "Generate C++ skeletons from slice files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sliceofpy" = callPackage
@@ -223327,6 +222303,8 @@ self: {
];
description = "Python-ish slicing traversals for Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"slick" = callPackage
@@ -223504,29 +222482,27 @@ self: {
"slynx" = callPackage
({ mkDerivation, async, base, bytestring, containers
, data-memocombinators, elynx-seq, elynx-tools, elynx-tree, hmatrix
- , integration, lens, math-functions, matrices, megaparsec
- , monad-logger, mwc-random, optparse-applicative, parallel
- , primitive, statistics, text, transformers, vector
- , vector-th-unbox, word8
+ , integration, math-functions, matrices, megaparsec, monad-logger
+ , mwc-random, optparse-applicative, parallel, primitive, statistics
+ , text, transformers, vector, vector-th-unbox, word8
}:
mkDerivation {
pname = "slynx";
- version = "0.0.1";
- sha256 = "1wwzgslhbdn5q5sd9706sbz2zjqk6dhch72jb43cqbfh4jkfr8r1";
+ version = "0.1.0";
+ sha256 = "0bxdjwwxzpl437a2fzjb8vazbsz16jk2szxhbr63y12hckgjpzrj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async base bytestring containers data-memocombinators elynx-seq
- elynx-tools elynx-tree hmatrix integration lens math-functions
- matrices megaparsec monad-logger mwc-random optparse-applicative
- parallel primitive statistics text transformers vector
- vector-th-unbox word8
+ elynx-tools elynx-tree hmatrix integration math-functions matrices
+ megaparsec monad-logger mwc-random optparse-applicative parallel
+ primitive statistics text transformers vector vector-th-unbox word8
];
executableHaskellDepends = [
async base bytestring containers data-memocombinators elynx-seq
- elynx-tools hmatrix integration lens math-functions matrices
- megaparsec monad-logger mwc-random optparse-applicative parallel
- primitive statistics text transformers vector vector-th-unbox word8
+ elynx-tools hmatrix integration math-functions matrices megaparsec
+ monad-logger mwc-random optparse-applicative parallel primitive
+ statistics text transformers vector vector-th-unbox word8
];
description = "Handle molecular sequences";
license = stdenv.lib.licenses.gpl3;
@@ -223535,32 +222511,15 @@ self: {
}) {};
"small-bytearray-builder" = callPackage
- ({ mkDerivation, base, byteslice, bytestring, gauge
- , natural-arithmetic, primitive, primitive-offset
- , primitive-unlifted, QuickCheck, quickcheck-classes, run-st, tasty
- , tasty-hunit, tasty-quickcheck, text, text-short, vector
- , wide-word
- }:
+ ({ mkDerivation, base, bytebuild, byteslice }:
mkDerivation {
pname = "small-bytearray-builder";
- version = "0.3.2.0";
- sha256 = "1nskigvkimz4bddjyz8m3y1ir29lz5iq8d698w6khaxvrvprhwxb";
- libraryHaskellDepends = [
- base byteslice bytestring natural-arithmetic primitive
- primitive-offset primitive-unlifted run-st text-short wide-word
- ];
- testHaskellDepends = [
- base byteslice bytestring natural-arithmetic primitive
- primitive-unlifted QuickCheck quickcheck-classes tasty tasty-hunit
- tasty-quickcheck text vector wide-word
- ];
- benchmarkHaskellDepends = [
- base byteslice gauge natural-arithmetic primitive text-short
- ];
- description = "Serialize to a small byte arrays";
+ version = "0.3.4.0";
+ sha256 = "1243s192sc6q7vlazj2bybkzs99sq7x45m30xlkky6ly15r9yn5r";
+ libraryHaskellDepends = [ base bytebuild byteslice ];
+ doHaddock = false;
+ description = "Serialize to bytes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"smallarray" = callPackage
@@ -223604,11 +222563,30 @@ self: {
pname = "smallcheck";
version = "1.1.5";
sha256 = "195fj7w3v03d1y1nm2ylavzrwxjcdbq0lb6zsw1dwyx5jmwfc84h";
+ revision = "1";
+ editedCabalFile = "1zhhmad21sv0201hd7fahq769xpmzcj352l0sfalcwqs4kbc3mg0";
libraryHaskellDepends = [ base ghc-prim logict mtl pretty ];
description = "A property-based testing library";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "smallcheck-kind-generics" = callPackage
+ ({ mkDerivation, base, gauge, kind-generics, kind-generics-th
+ , smallcheck
+ }:
+ mkDerivation {
+ pname = "smallcheck-kind-generics";
+ version = "0.0.0.1";
+ sha256 = "08g6xa7gp55b1cmg8ys18qm5lxn7fdhl360rrsznfzfylihfp0dn";
+ libraryHaskellDepends = [
+ base kind-generics kind-generics-th smallcheck
+ ];
+ testHaskellDepends = [ base ];
+ benchmarkHaskellDepends = [ base gauge ];
+ description = "See README for more info";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"smallcheck-laws" = callPackage
({ mkDerivation, base, smallcheck, smallcheck-series }:
mkDerivation {
@@ -223655,6 +222633,8 @@ self: {
testHaskellDepends = [ base doctest Glob ];
description = "Extra SmallCheck series and utilities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"smallpt-hs" = callPackage
@@ -223733,6 +222713,8 @@ self: {
];
description = "A command line tool for working with sets and maps";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"smartGroup" = callPackage
@@ -223886,8 +222868,6 @@ self: {
libraryHaskellDepends = [ base bytesmith primitive ];
description = "Parse arrays of tokens";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"smith-cli" = callPackage
@@ -223944,8 +222924,8 @@ self: {
({ mkDerivation, aeson, base, linear, text, vector }:
mkDerivation {
pname = "smoothie";
- version = "0.4.2.9";
- sha256 = "0kra42nh86dfp66ngr4bmb8d530nh7b9pra1vlykc0sx9b1zpjnk";
+ version = "0.4.2.10";
+ sha256 = "059r2igvqidganwn0d907f6zv9h7ggwa6hgaaxh2car3kyi7425l";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ aeson base linear text vector ];
description = "Smooth curves via several interpolation modes";
@@ -224233,10 +223213,8 @@ self: {
}:
mkDerivation {
pname = "snap";
- version = "1.1.2.0";
- sha256 = "05da0dg0p6djcsinycih50hjnircibmicarwg2vr14a7zbrhynps";
- revision = "2";
- editedCabalFile = "13hx2wghxrranxxv5qp8a5maqd203q15k3qg4fafjzhyh3wf6a67";
+ version = "1.1.3.0";
+ sha256 = "09iwyam3k9a90xm99pm54h74f8llfz2jm0i8rrdqwayjy5xq2w3i";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal clientsession configurator
containers directory directory-tree dlist fail filepath hashable
@@ -224256,8 +223234,6 @@ self: {
];
description = "Top-level package for the Snap Web Framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"snap-accept" = callPackage
@@ -224491,6 +223467,8 @@ self: {
];
description = "Snap dynamic loader";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"snap-loader-static" = callPackage
@@ -224504,6 +223482,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Snap static loader";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"snap-predicates" = callPackage
@@ -224629,6 +223609,8 @@ self: {
];
description = "Scaffolding CLI for the Snap Framework";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"snap-testing" = callPackage
@@ -225641,6 +224623,8 @@ self: {
libraryHaskellDepends = [ base containers pandoc process text ];
description = "Markdown tester";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"snippet-extractor" = callPackage
@@ -225872,8 +224856,8 @@ self: {
pname = "soap-openssl";
version = "0.1.0.2";
sha256 = "03w389yhybzvc06gpxigibqga9mr7m41rkg1ki3n686j9xzm8210";
- revision = "1";
- editedCabalFile = "1b3aivn9jfaax00id7x4cqvpmd6lgynslchlry0qsmq1lj466cdf";
+ revision = "2";
+ editedCabalFile = "0zhl8x57y35ymhpznrsn2yrgc3bigjn5mabwl4nvprpznb2x44vn";
libraryHaskellDepends = [
base configurator data-default HsOpenSSL http-client
http-client-openssl soap text
@@ -225959,6 +224943,8 @@ self: {
libraryHaskellDepends = [ base network transformers unix ];
description = "systemd socket activation library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"socket-icmp" = callPackage
@@ -225985,6 +224971,8 @@ self: {
transformers unordered-containers vector
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"socket-sctp" = callPackage
@@ -226327,23 +225315,11 @@ self: {
({ mkDerivation, base, deepseq }:
mkDerivation {
pname = "sop-core";
- version = "0.4.0.0";
- sha256 = "07ci2mh8cbjvipb576rxsj3iyhkj5c5dnsns4xkdppp2p3pv10d3";
- libraryHaskellDepends = [ base deepseq ];
- description = "True Sums of Products";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "sop-core_0_5_0_0" = callPackage
- ({ mkDerivation, base, deepseq }:
- mkDerivation {
- pname = "sop-core";
version = "0.5.0.0";
sha256 = "12zqdr0g4s3fr6710ngph0fr06lbc12c849izcl4cjj4g9w3v3zz";
libraryHaskellDepends = [ base deepseq ];
description = "True Sums of Products";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sophia" = callPackage
@@ -226942,8 +225918,8 @@ self: {
}:
mkDerivation {
pname = "sparse-tensor";
- version = "0.2.1.2";
- sha256 = "0rkq0la7l12x9ck96ra8inlz81fcj5z8sxa90sgd082jhrq7jq94";
+ version = "0.2.1.3";
+ sha256 = "1fcckwp9k3ky669ai62x26pgz0irir4ngk0m6g1659fsn3f2gdc8";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
ad base bytestring cereal containers deepseq ghc-typelits-knownnat
@@ -226954,8 +225930,6 @@ self: {
];
description = "typesafe tensor algebra library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sparsebit" = callPackage
@@ -227187,6 +226161,8 @@ self: {
];
description = "Computational combinatorial species";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"spectral-clustering" = callPackage
@@ -227209,19 +226185,6 @@ self: {
}) {};
"speculate" = callPackage
- ({ mkDerivation, base, cmdargs, containers, leancheck }:
- mkDerivation {
- pname = "speculate";
- version = "0.3.5";
- sha256 = "0i7a6mq0f46iihq7kd3a1780pqqhmmdi706c42y4dmmj32nb4v3h";
- libraryHaskellDepends = [ base cmdargs containers leancheck ];
- testHaskellDepends = [ base leancheck ];
- benchmarkHaskellDepends = [ base leancheck ];
- description = "discovery of properties about Haskell functions";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "speculate_0_4_1" = callPackage
({ mkDerivation, base, cmdargs, containers, express, leancheck }:
mkDerivation {
pname = "speculate";
@@ -227234,7 +226197,6 @@ self: {
benchmarkHaskellDepends = [ base express leancheck ];
description = "discovery of properties about Haskell functions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"speculation" = callPackage
@@ -227380,6 +226342,8 @@ self: {
];
description = "Haskell bindings to the Sphinx full-text searching daemon";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sphinx-cli" = callPackage
@@ -227572,6 +226536,8 @@ self: {
];
description = "A parallel implementation of the Sorokina/Zeilfelder spline scheme";
license = stdenv.lib.licenses.agpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"splines" = callPackage
@@ -227613,10 +226579,8 @@ self: {
({ mkDerivation, base, QuickCheck }:
mkDerivation {
pname = "split";
- version = "0.2.3.3";
- sha256 = "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x";
- revision = "2";
- editedCabalFile = "1c8bcssxq5rkxkixgms6w6x6lzf4n7cxk6cx6av1dp3lixdy9j34";
+ version = "0.2.3.4";
+ sha256 = "0ahzdjcxw5wywr3w4msspia99k6fkckddam1m5506h4z9h8fa7r7";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
description = "Combinator library for splitting lists";
@@ -227684,8 +226648,8 @@ self: {
}:
mkDerivation {
pname = "splitmix";
- version = "0.0.3";
- sha256 = "1k0amgkz7rvyz3lnw7m786ilnr1cibwhx9sc4qynq329gxan5r7w";
+ version = "0.0.4";
+ sha256 = "149hjjr8mh5cvbniyhx1aciczp5ciyx8bx57d5ynmz90acdb78da";
libraryHaskellDepends = [ base deepseq random time ];
testHaskellDepends = [
async base base-compat-batteries bytestring deepseq HUnit process
@@ -227893,6 +226857,8 @@ self: {
];
description = "HTTP proxy for authenticating users via OAuth2";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sproxy-web" = callPackage
@@ -227918,6 +226884,8 @@ self: {
];
description = "Web interface to sproxy database";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sproxy2" = callPackage
@@ -227943,6 +226911,8 @@ self: {
];
description = "Secure HTTP proxy for authenticating users via OAuth2";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"spsa" = callPackage
@@ -228157,10 +227127,8 @@ self: {
}:
mkDerivation {
pname = "sqlite-simple";
- version = "0.4.16.0";
- sha256 = "1pih3nbfczyb91smci2dg9p1wvjsqiv5f5y97q6vqzlns64a3lk0";
- revision = "1";
- editedCabalFile = "123bykwxl3p6918bjxv073ksf8k1hn6s0rlph934h18400n51fdf";
+ version = "0.4.18.0";
+ sha256 = "00icsf8pgrcqcn5562lmn12yz1f16a2v2q6bl90iknvjyrk1hgzp";
libraryHaskellDepends = [
attoparsec base blaze-builder blaze-textual bytestring containers
direct-sqlite Only semigroups template-haskell text time
@@ -228171,6 +227139,8 @@ self: {
];
description = "Mid-Level SQLite client library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sqlite-simple-errors" = callPackage
@@ -228183,6 +227153,8 @@ self: {
testHaskellDepends = [ base mtl sqlite-simple text ];
description = "Wrapper around errors from sqlite-simple";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sqlite-simple-typed" = callPackage
@@ -228271,6 +227243,17 @@ self: {
broken = true;
}) {};
+ "squeather" = callPackage
+ ({ mkDerivation, base, bytestring, text }:
+ mkDerivation {
+ pname = "squeather";
+ version = "0.4.0.0";
+ sha256 = "1i7qjvayi71b5rqrcxhl2c5idpf1gdbcxx7h082l0rwpf0qlg4f4";
+ libraryHaskellDepends = [ base bytestring text ];
+ description = "Use databases with the version 3 series of the SQLite C library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"squeeze" = callPackage
({ mkDerivation, base, Cabal, data-default, directory, extra
, factory, filepath, mtl, QuickCheck, random, toolshed
@@ -228292,8 +227275,6 @@ self: {
];
description = "A file-packing application";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sr-extra" = callPackage
@@ -228372,8 +227353,8 @@ self: {
}:
mkDerivation {
pname = "sscan";
- version = "0.1";
- sha256 = "1yrv6nfkd2sb3hn1jxl5vbfp81bxg96mm5wi0icd5cjfil4dvyj7";
+ version = "0.2";
+ sha256 = "0zy2fgxsx8p8350iclrbmhd74q429yrcyk37xfplq47hz394j3g5";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -228698,10 +227679,10 @@ self: {
}:
mkDerivation {
pname = "stache";
- version = "2.0.1";
- sha256 = "0awyh8zjvly18s4gnqy4970fj1hr4zpb38lisfy6px42m38g17vk";
- revision = "3";
- editedCabalFile = "1y1wff5mdcin3wc9pbj3agsircrf1pxjjm8j90n8g40l7acnf63c";
+ version = "2.1.0";
+ sha256 = "1q34h46px7miy2kx1yzaj785ai70mkchmijpdq2iih1fffir8kvk";
+ revision = "2";
+ editedCabalFile = "0vzby2q8qp6z74ighqalw05b94821cl9w6dbwy4hkgd67pc38nph";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@@ -228719,7 +227700,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "stache_2_1_0" = callPackage
+ "stache_2_1_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, directory, file-embed, filepath, hspec, hspec-discover
, hspec-megaparsec, megaparsec, mtl, template-haskell, text
@@ -228727,10 +227708,8 @@ self: {
}:
mkDerivation {
pname = "stache";
- version = "2.1.0";
- sha256 = "1q34h46px7miy2kx1yzaj785ai70mkchmijpdq2iih1fffir8kvk";
- revision = "2";
- editedCabalFile = "0vzby2q8qp6z74ighqalw05b94821cl9w6dbwy4hkgd67pc38nph";
+ version = "2.1.1";
+ sha256 = "06pn7pm5vgk9f4bsh3m29cik514nv5w655ip04k7p5jv9xgmn4ld";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@@ -228844,7 +227823,6 @@ self: {
'';
description = "The Haskell Tool Stack";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
"stack-bump" = callPackage
@@ -229064,6 +228042,21 @@ self: {
];
description = "Create etags for Haskell projects based on Stack snapshots";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "stack-templatizer" = callPackage
+ ({ mkDerivation, base, bytestring, directory, filepath }:
+ mkDerivation {
+ pname = "stack-templatizer";
+ version = "0.1.0.2";
+ sha256 = "0wz9xa3zs2c6706p3zydkz5rl8076hqak10mi4ianmfidp2v446w";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [ base bytestring directory filepath ];
+ description = "Generate a stack template from a folder";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"stack-type" = callPackage
@@ -229136,6 +228129,8 @@ self: {
];
description = "Convert stack projects to cabal.project + cabal.project.freeze";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack2nix" = callPackage
@@ -229560,8 +228555,6 @@ self: {
testHaskellDepends = [ base containers doctest graphviz text ];
description = "Ascii DAG(Directed acyclic graph) for visualization of dataflow";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"staf" = callPackage
@@ -229603,10 +228596,10 @@ self: {
({ mkDerivation, base, mtl, template-haskell }:
mkDerivation {
pname = "standalone-derive-topdown";
- version = "0.0.0.1";
- sha256 = "0rfpx73v28xa3spwb24crq7li2ia54yaz7sjc6ag9zagxn3wsyv5";
+ version = "0.0.0.2";
+ sha256 = "179pm3wixdqg7786l8ys2nwpx7anpnvsl63bj25cgs8082g587v0";
libraryHaskellDepends = [ base mtl template-haskell ];
- description = "This package will derive class instance along the data type declaration tree";
+ description = "This package will derive class instance along the data type declaration tree. (Deprecated)";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -229627,6 +228620,8 @@ self: {
];
description = "Generate standalone haddock documentation for a set of packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"star" = callPackage
@@ -229861,21 +228856,6 @@ self: {
({ mkDerivation, base, mtl, transformers, transformers-compat }:
mkDerivation {
pname = "statestack";
- version = "0.2.0.5";
- sha256 = "0rjzx9iy5mx5igir6gvslznnx3gpxlb1xy1n8h4cn54cn3wxrspl";
- revision = "3";
- editedCabalFile = "0s9v88gcc5wnfj4c6xq86asadmh4y8z8ycv2wz5nwfwfazfgzcy3";
- libraryHaskellDepends = [
- base mtl transformers transformers-compat
- ];
- description = "Simple State-like monad transformer with saveable and restorable state";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "statestack_0_3" = callPackage
- ({ mkDerivation, base, mtl, transformers, transformers-compat }:
- mkDerivation {
- pname = "statestack";
version = "0.3";
sha256 = "1b8yd314h8a97ggjv82cy4mr0f4scb5pjvslxq7hwxxq7cw7mgns";
libraryHaskellDepends = [
@@ -229883,7 +228863,6 @@ self: {
];
description = "Simple State-like monad transformer with saveable and restorable state";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"statethread" = callPackage
@@ -229979,6 +228958,8 @@ self: {
];
description = "JavaScript and Css files concat for http optimization. Now with LESS support.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"static-tensor" = callPackage
@@ -230013,8 +228994,8 @@ self: {
}:
mkDerivation {
pname = "static-text";
- version = "0.2.0.4";
- sha256 = "19d43v2cp6wg861lc6rvimzqq20via6fvradysapmilq7svs5kq7";
+ version = "0.2.0.5";
+ sha256 = "1vxkavrfyjxjzmajxx8xfx8cyx0qwa8cxslkvv1hnkrw9brwhrrs";
libraryHaskellDepends = [
base bytestring template-haskell text vector
];
@@ -230038,6 +229019,8 @@ self: {
libraryHaskellDepends = [ base MissingH ];
description = "Reusable static analysis interfaces and modules";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"statistics" = callPackage
@@ -230220,20 +229203,20 @@ self: {
}) {};
"status-notifier-item" = callPackage
- ({ mkDerivation, base, bytestring, bytestring-to-vector, containers
- , dbus, dbus-hslogger, filepath, hslogger, lens, network
+ ({ mkDerivation, base, byte-order, bytestring, bytestring-to-vector
+ , containers, dbus, dbus-hslogger, filepath, hslogger, lens
, optparse-applicative, template-haskell, text, transformers
, vector
}:
mkDerivation {
pname = "status-notifier-item";
- version = "0.3.0.4";
- sha256 = "0abck5zvk46kng28qjhvqkxj485zw3l6bsakxpjijb58d1i0g667";
+ version = "0.3.0.5";
+ sha256 = "165kdg1wb0xpy4z7hlk8654ph2psdibal1p0f32zzrccbnk0w801";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring bytestring-to-vector containers dbus filepath
- hslogger lens network template-haskell text transformers vector
+ base byte-order bytestring bytestring-to-vector containers dbus
+ filepath hslogger lens template-haskell text transformers vector
];
executableHaskellDepends = [
base dbus dbus-hslogger hslogger optparse-applicative
@@ -230251,6 +229234,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Get unix filesystem statistics with statfs, statvfs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"staversion" = callPackage
@@ -230816,8 +229801,6 @@ self: {
libraryHaskellDepends = [ array base mtl stm ];
description = "Launch your IO-actions from within the STM monad";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"stm-lifted" = callPackage
@@ -230927,8 +229910,6 @@ self: {
testHaskellDepends = [ async base QuickCheck random Unique ];
description = "STM wrapper around Control.Concurrent.Supply.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"stm-tlist" = callPackage
@@ -231116,8 +230097,8 @@ self: {
({ mkDerivation, base, semigroups, transformers, utility-ht }:
mkDerivation {
pname = "storable-record";
- version = "0.0.4";
- sha256 = "0hjs1km0fc9ch0i1rbycxia5w3939hk4p4md73ikgg4aipqb5zyf";
+ version = "0.0.4.1";
+ sha256 = "1waj81810ywbrzizifsrjd0n3803scl8sr248z9nlrc94fz8vg58";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -231208,57 +230189,6 @@ self: {
({ mkDerivation, array, async, base, base-orphans
, base64-bytestring, bifunctors, bytestring, cereal, cereal-vector
, clock, containers, contravariant, criterion, cryptohash, deepseq
- , directory, filepath, free, ghc-prim, hashable, hspec
- , hspec-smallcheck, integer-gmp, lifted-base, monad-control
- , mono-traversable, network, primitive, resourcet, safe, semigroups
- , smallcheck, store-core, syb, template-haskell, text, th-lift
- , th-lift-instances, th-orphans, th-reify-many, th-utilities, time
- , transformers, unordered-containers, vector
- , vector-binary-instances, void, weigh
- }:
- mkDerivation {
- pname = "store";
- version = "0.5.1.2";
- sha256 = "1abwlcj0z17hj5h94cbg1sgqfdsdgjhgfgd2aaspsn4zdfk5bjc5";
- libraryHaskellDepends = [
- array async base base-orphans base64-bytestring bifunctors
- bytestring containers contravariant cryptohash deepseq directory
- filepath free ghc-prim hashable hspec hspec-smallcheck integer-gmp
- lifted-base monad-control mono-traversable network primitive
- resourcet safe semigroups smallcheck store-core syb
- template-haskell text th-lift th-lift-instances th-orphans
- th-reify-many th-utilities time transformers unordered-containers
- vector void
- ];
- testHaskellDepends = [
- array async base base-orphans base64-bytestring bifunctors
- bytestring clock containers contravariant cryptohash deepseq
- directory filepath free ghc-prim hashable hspec hspec-smallcheck
- integer-gmp lifted-base monad-control mono-traversable network
- primitive resourcet safe semigroups smallcheck store-core syb
- template-haskell text th-lift th-lift-instances th-orphans
- th-reify-many th-utilities time transformers unordered-containers
- vector void
- ];
- benchmarkHaskellDepends = [
- array async base base-orphans base64-bytestring bifunctors
- bytestring cereal cereal-vector containers contravariant criterion
- cryptohash deepseq directory filepath free ghc-prim hashable hspec
- hspec-smallcheck integer-gmp lifted-base monad-control
- mono-traversable network primitive resourcet safe semigroups
- smallcheck store-core syb template-haskell text th-lift
- th-lift-instances th-orphans th-reify-many th-utilities time
- transformers unordered-containers vector vector-binary-instances
- void weigh
- ];
- description = "Fast binary serialization";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "store_0_7_1" = callPackage
- ({ mkDerivation, array, async, base, base-orphans
- , base64-bytestring, bifunctors, bytestring, cereal, cereal-vector
- , clock, containers, contravariant, criterion, cryptohash, deepseq
, directory, fail, filepath, free, ghc-prim, hashable, hspec
, hspec-smallcheck, integer-gmp, lifted-base, monad-control
, mono-traversable, network, primitive, resourcet, safe, semigroups
@@ -231269,8 +230199,8 @@ self: {
}:
mkDerivation {
pname = "store";
- version = "0.7.1";
- sha256 = "0mxvyy7l0vg545f3v1y5kh7q58ajhwz02fhfk0km2198bhsdfrij";
+ version = "0.7.2";
+ sha256 = "1vavjbwys2l97ncb2d761rn7kk14f0gqmhvday8lqyxv91skq124";
libraryHaskellDepends = [
array async base base-orphans base64-bytestring bifunctors
bytestring containers contravariant cryptohash deepseq directory
@@ -231304,7 +230234,6 @@ self: {
];
description = "Fast binary serialization";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"store-core" = callPackage
@@ -231342,6 +230271,8 @@ self: {
];
description = "Streaming interfaces for `store`";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stp" = callPackage
@@ -231385,8 +230316,8 @@ self: {
}:
mkDerivation {
pname = "stratosphere";
- version = "0.40.0";
- sha256 = "0xj8bclyfvhdw12jfndg6pivzrbhqjf2qky383n0w6if11cfli1z";
+ version = "0.49.0";
+ sha256 = "18qw7m0h9nlg0vicg3rr7dghmpdfnrpd0ayqyi60c1ifzk4ys4sf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -231402,15 +230333,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "stratosphere_0_48_0" = callPackage
+ "stratosphere_0_50_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
- version = "0.48.0";
- sha256 = "1g6z2yfafa9h1nr3kzg4mblgl7n8dmyja8zyq888m99lh4h8qdf2";
+ version = "0.50.0";
+ sha256 = "0nxvrfi3jp0p874gkj25rdlfsb2rskp82bz58c0rply0s5rivlfl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -231954,6 +230885,8 @@ self: {
];
description = "Streaming interface for LZMA/XZ compression";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"streaming-osm" = callPackage
@@ -231963,8 +230896,8 @@ self: {
}:
mkDerivation {
pname = "streaming-osm";
- version = "1.0.0.1";
- sha256 = "0zf9f079ssmm1gy1ngcqz1faxyardv91ynv5lc5xfh8fhgk9a65c";
+ version = "1.0.1";
+ sha256 = "0rsyp7lzsj254i7r6gak48fwlpkbq9i7aw4mjdmym4y55mhj1d64";
libraryHaskellDepends = [
attoparsec base bytestring containers resourcet streaming
streaming-attoparsec streaming-bytestring text transformers vector
@@ -232036,8 +230969,6 @@ self: {
];
description = "Stream postgresql-query results using the streaming library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-process" = callPackage
@@ -232143,52 +231074,53 @@ self: {
"streamly" = callPackage
({ mkDerivation, atomic-primops, base, containers, deepseq
- , exceptions, gauge, ghc-prim, heaps, hspec, lockfree-queue
- , monad-control, mtl, QuickCheck, random, transformers
- , transformers-base
+ , directory, exceptions, fusion-plugin-types, gauge, ghc, ghc-prim
+ , heaps, hspec, lockfree-queue, monad-control, mtl, network
+ , primitive, QuickCheck, random, transformers, transformers-base
+ , typed-process
}:
mkDerivation {
pname = "streamly";
- version = "0.6.1";
- sha256 = "141xc4c4ng0cxwlmjcw7v9a7wpi6kdidzwr4wify571ghql75gf2";
+ version = "0.7.1";
+ sha256 = "0jzs2jaznjqrnzwqnjyg0zxggsrid3q8r5v4cnlzvkcn053yam3m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- atomic-primops base containers deepseq exceptions ghc-prim heaps
- lockfree-queue monad-control mtl transformers transformers-base
+ atomic-primops base containers deepseq directory exceptions
+ fusion-plugin-types ghc-prim heaps lockfree-queue monad-control mtl
+ network primitive transformers transformers-base
];
testHaskellDepends = [
- base containers exceptions hspec mtl QuickCheck random transformers
+ base containers exceptions ghc hspec mtl QuickCheck random
+ transformers
+ ];
+ benchmarkHaskellDepends = [
+ base deepseq gauge mtl random typed-process
];
- benchmarkHaskellDepends = [ base deepseq gauge random ];
description = "Beautiful Streaming, Concurrent and Reactive Composition";
license = stdenv.lib.licenses.bsd3;
}) {};
- "streamly_0_7_0" = callPackage
- ({ mkDerivation, atomic-primops, base, containers, deepseq
- , directory, exceptions, gauge, ghc-prim, heaps, hspec
- , lockfree-queue, monad-control, mtl, network, QuickCheck, random
- , transformers, transformers-base
+ "streamly-bytestring" = callPackage
+ ({ mkDerivation, base, bytestring, deepseq, directory, filepath
+ , gauge, hspec, hspec-discover, quickcheck-instances, random
+ , streamly, temporary
}:
mkDerivation {
- pname = "streamly";
- version = "0.7.0";
- sha256 = "1v9fndyh1bhdidwg9jpq4j10i5d1w9hw0rbhd69x8pd02gzqkpbh";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- atomic-primops base containers deepseq directory exceptions
- ghc-prim heaps lockfree-queue monad-control mtl network
- transformers transformers-base
- ];
+ pname = "streamly-bytestring";
+ version = "0.1.2";
+ sha256 = "1j9lpggz23idlkj8rvb8bqg29xfzb7cmzf3lhyc43i5w73jslkv3";
+ libraryHaskellDepends = [ base bytestring streamly ];
testHaskellDepends = [
- base containers exceptions hspec mtl QuickCheck random transformers
+ base bytestring directory filepath hspec hspec-discover
+ quickcheck-instances random streamly temporary
];
- benchmarkHaskellDepends = [ base deepseq gauge random ];
- description = "Beautiful Streaming, Concurrent and Reactive Composition";
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring deepseq gauge random streamly
+ ];
+ description = "Library for streamly and bytestring interoperation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"streamly-cassava" = callPackage
@@ -232230,8 +231162,27 @@ self: {
];
description = "Folder watching as a Streamly stream";
license = stdenv.lib.licenses.gpl3Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "streamly-posix" = callPackage
+ ({ mkDerivation, base, bytestring, filepath, hpath-posix, hspec
+ , hspec-discover, safe-exceptions, streamly, streamly-bytestring
+ , temporary, unix, word8
+ }:
+ mkDerivation {
+ pname = "streamly-posix";
+ version = "0.1.0.0";
+ sha256 = "0pjrmpsm0925jhxnhqka3rlwllcww9xinyh1dg0k2g6b4pxr9gbx";
+ libraryHaskellDepends = [
+ base bytestring hpath-posix safe-exceptions streamly
+ streamly-bytestring unix word8
+ ];
+ testHaskellDepends = [
+ base filepath hpath-posix hspec hspec-discover temporary unix
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Posix related streaming APIs";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"streamproc" = callPackage
@@ -232245,7 +231196,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Stream Processer Arrow";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"streams" = callPackage
@@ -232606,32 +231558,6 @@ self: {
"string-interpolate" = callPackage
({ mkDerivation, base, bytestring, criterion, formatting
, haskell-src-meta, hspec, interpolate, interpolatedstring-perl6
- , QuickCheck, quickcheck-instances, quickcheck-text
- , template-haskell, text, text-conversions, utf8-string
- }:
- mkDerivation {
- pname = "string-interpolate";
- version = "0.1.0.1";
- sha256 = "0gk5driazck1h1hnpp17kw0ylgp15s9jnnmz53wxz4rjqy6g3z4c";
- libraryHaskellDepends = [
- base bytestring haskell-src-meta template-haskell text
- text-conversions utf8-string
- ];
- testHaskellDepends = [
- base bytestring hspec QuickCheck quickcheck-instances
- quickcheck-text text
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion formatting interpolate
- interpolatedstring-perl6 QuickCheck text
- ];
- description = "Haskell string/text/bytestring interpolation that just works";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "string-interpolate_0_2_0_0" = callPackage
- ({ mkDerivation, base, bytestring, criterion, formatting
- , haskell-src-meta, hspec, interpolate, interpolatedstring-perl6
, neat-interpolation, QuickCheck, quickcheck-instances
, quickcheck-text, quickcheck-unicode, random-shuffle
, template-haskell, text, text-conversions, unordered-containers
@@ -232656,7 +231582,6 @@ self: {
];
description = "Haskell string/text/bytestring interpolation that just works";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"string-isos" = callPackage
@@ -232698,6 +231623,8 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "QuasiQuoter for non-interpolated strings, texts and bytestrings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"string-random" = callPackage
@@ -232939,6 +231866,8 @@ self: {
];
description = "Stripe API for Haskell - Pure Core";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stripe-haskell" = callPackage
@@ -233133,6 +232062,8 @@ self: {
];
description = "Interface library for strongSwan SQL backend";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"strptime" = callPackage
@@ -233153,10 +232084,8 @@ self: {
}:
mkDerivation {
pname = "structs";
- version = "0.1.2";
- sha256 = "0myv13g48y8vn397lvg45lb942fmw4n9gs80v5nnjfvgika7qbw4";
- revision = "2";
- editedCabalFile = "0ma2s0by622kaq7p57g859pxha02bqrd7n86cczfb2gzcm7kqma7";
+ version = "0.1.3";
+ sha256 = "1y8w44lsybzrkhnv2nrk4zpsp01hny66syibh3xwqpi06k18h2lr";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base deepseq ghc-prim primitive template-haskell
@@ -233356,6 +232285,8 @@ self: {
];
description = "RFC 5389: Session Traversal Utilities for NAT (STUN) client";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stunts" = callPackage
@@ -233405,6 +232336,8 @@ self: {
];
description = "(Stutter Text|String)-Utterer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stylish-cabal" = callPackage
@@ -233431,38 +232364,73 @@ self: {
doHaddock = false;
description = "Format Cabal files";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stylish-haskell" = callPackage
({ mkDerivation, aeson, base, bytestring, Cabal, containers
- , directory, file-embed, filepath, haskell-src-exts, HUnit, mtl
- , optparse-applicative, random, semigroups, strict, syb
- , test-framework, test-framework-hunit, yaml
+ , directory, file-embed, filepath, haskell-src-exts, HsYAML
+ , HsYAML-aeson, HUnit, mtl, optparse-applicative, random
+ , semigroups, strict, syb, test-framework, test-framework-hunit
}:
mkDerivation {
pname = "stylish-haskell";
- version = "0.9.4.4";
- sha256 = "1399q6chjhnyf2vifmwp3cw8253ra762wm5873ndjjd2z6da8gg2";
+ version = "0.10.0.0";
+ sha256 = "1ribq5fnfg7bwzj7h8br2jnpjnw905dzr9yysx3h9nkw1593rw56";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring Cabal containers directory file-embed
- filepath haskell-src-exts mtl semigroups syb yaml
+ filepath haskell-src-exts HsYAML HsYAML-aeson mtl semigroups syb
];
executableHaskellDepends = [
aeson base bytestring Cabal containers directory file-embed
- filepath haskell-src-exts mtl optparse-applicative strict syb yaml
+ filepath haskell-src-exts HsYAML HsYAML-aeson mtl
+ optparse-applicative strict syb
];
testHaskellDepends = [
aeson base bytestring Cabal containers directory file-embed
- filepath haskell-src-exts HUnit mtl random syb test-framework
- test-framework-hunit yaml
+ filepath haskell-src-exts HsYAML HsYAML-aeson HUnit mtl random syb
+ test-framework test-framework-hunit
];
description = "Haskell code prettifier";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "stylish-haskell_0_11_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, Cabal, containers
+ , directory, file-embed, filepath, haskell-src-exts, HsYAML
+ , HsYAML-aeson, HUnit, mtl, optparse-applicative, random
+ , semigroups, strict, syb, test-framework, test-framework-hunit
+ , text
+ }:
+ mkDerivation {
+ pname = "stylish-haskell";
+ version = "0.11.0.0";
+ sha256 = "124dn46ddxfcjyrmwjwijqan0dd55zzx9nwckg1df8b6al6k0x3j";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring Cabal containers directory file-embed
+ filepath haskell-src-exts HsYAML HsYAML-aeson mtl semigroups syb
+ text
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring Cabal containers directory file-embed
+ filepath haskell-src-exts HsYAML HsYAML-aeson mtl
+ optparse-applicative strict syb
+ ];
+ testHaskellDepends = [
+ aeson base bytestring Cabal containers directory file-embed
+ filepath haskell-src-exts HsYAML HsYAML-aeson HUnit mtl random syb
+ test-framework test-framework-hunit text
+ ];
+ description = "Haskell code prettifier";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"stylist" = callPackage
({ mkDerivation, base, css-syntax, hashable, hspec, network-uri
, QuickCheck, scientific, text, unordered-containers
@@ -233534,8 +232502,6 @@ self: {
];
description = "An applicative functor that seamlessly talks to HTML inputs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sub-state" = callPackage
@@ -233678,6 +232644,8 @@ self: {
];
description = "Match / replace substrings with a parser combinators";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"subtitleParser" = callPackage
@@ -233818,6 +232786,8 @@ self: {
executableHaskellDepends = [ base process ];
description = "Library-based syntactic extensibility for Haskell";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"suitable" = callPackage
@@ -233846,36 +232816,6 @@ self: {
}) {};
"summoner" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, base, base-noprelude
- , bytestring, directory, filepath, generic-deriving, gitrev
- , hedgehog, hspec, neat-interpolation, optparse-applicative
- , process, relude, shellmet, text, time, tomland, tree-diff
- }:
- mkDerivation {
- pname = "summoner";
- version = "1.3.0.1";
- sha256 = "1m08n2ip9rjx06mcwcv636ncicmpxcmhx82i3p4yc5vylibxr57s";
- revision = "5";
- editedCabalFile = "1fy1d12rq8cqafyr0yvwsnslmmvdhpjigjv2ppvhs4ihgghrrij3";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson ansi-terminal base-noprelude bytestring directory filepath
- generic-deriving gitrev neat-interpolation optparse-applicative
- process relude shellmet text time tomland
- ];
- executableHaskellDepends = [ base ];
- testHaskellDepends = [
- base-noprelude directory filepath hedgehog hspec neat-interpolation
- relude tomland tree-diff
- ];
- description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "summoner_1_4_0_0" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
, directory, filepath, generic-deriving, gitrev, hedgehog, hspec
, neat-interpolation, optparse-applicative, process, relude
@@ -234046,8 +232986,8 @@ self: {
}:
mkDerivation {
pname = "super-user-spark";
- version = "0.4.0.3";
- sha256 = "0z2alc67p8nvvwaxxrgwhkwfki1iw7ycs3ay8kyfw0wh01d2cmgk";
+ version = "0.4.0.4";
+ sha256 = "1zn9bp9zn0k8kvjik03fpq5ps1fz980b06z7s178r00dmx6abjl0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -234348,38 +233288,6 @@ self: {
}:
mkDerivation {
pname = "sv";
- version = "1.3.1";
- sha256 = "0j92jgma41ggfjvd8a1la1wi2vms8ia1y6aqf6l7casavcn5vf2k";
- revision = "2";
- editedCabalFile = "1c0q010bpzdmjlncjn58fvz50l5z2wqp4hjpj0isvdr5iq96pgza";
- libraryHaskellDepends = [
- attoparsec base bifunctors bytestring contravariant hw-dsv
- semigroupoids sv-core transformers utf8-string validation
- ];
- testHaskellDepends = [
- base bytestring cassava contravariant hedgehog lens Only parsers
- semigroupoids semigroups tasty tasty-hedgehog tasty-hunit text
- trifecta utf8-string validation vector
- ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion deepseq hw-dsv lens text
- vector
- ];
- description = "Encode and decode separated values (CSV, PSV, ...)";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "sv_1_4" = callPackage
- ({ mkDerivation, attoparsec, base, bifunctors, bytestring, cassava
- , contravariant, criterion, deepseq, hedgehog, hw-dsv, lens, Only
- , parsers, semigroupoids, semigroups, sv-core, tasty
- , tasty-hedgehog, tasty-hunit, text, transformers, trifecta
- , utf8-string, validation, vector
- }:
- mkDerivation {
- pname = "sv";
version = "1.4";
sha256 = "02ymnnknfppx59b922y62grkmarwsyy77iv6bmyp2bzm8vbvnvd5";
revision = "2";
@@ -234433,33 +233341,6 @@ self: {
}:
mkDerivation {
pname = "sv-core";
- version = "0.4.1";
- sha256 = "1brjdh22sarg9v0qak8xgzyhpcilwn0czab9mh65l2izp3nzkfn7";
- revision = "2";
- editedCabalFile = "05h0lsj434qv81b2fvnm80wyb7272wcwly3jfk4l1qp5hjyq6917";
- libraryHaskellDepends = [
- attoparsec base bifunctors bytestring containers contravariant
- deepseq double-conversion lens mtl parsec profunctors readable
- semigroupoids semigroups text transformers trifecta utf8-string
- validation vector void
- ];
- testHaskellDepends = [
- base bytestring profunctors QuickCheck semigroupoids semigroups
- tasty tasty-quickcheck text validation vector
- ];
- description = "Encode and decode separated values (CSV, PSV, ...)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "sv-core_0_5" = callPackage
- ({ mkDerivation, attoparsec, base, bifunctors, bytestring
- , containers, contravariant, deepseq, double-conversion, lens, mtl
- , parsec, profunctors, QuickCheck, readable, semigroupoids
- , semigroups, tasty, tasty-quickcheck, text, transformers, trifecta
- , utf8-string, validation, vector, void
- }:
- mkDerivation {
- pname = "sv-core";
version = "0.5";
sha256 = "1x5gmv2pbn3hx1dhpkigivjkbg6n6xy7lc36wmccsw2qqn9r5qxa";
revision = "2";
@@ -234476,7 +233357,6 @@ self: {
];
description = "Encode and decode separated values (CSV, PSV, ...)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sv-svfactor" = callPackage
@@ -234609,6 +233489,8 @@ self: {
libraryPkgconfigDepends = [ librsvg ];
description = "Binding to the libsvg-cairo library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) librsvg;};
"svgutils" = callPackage
@@ -234649,6 +233531,8 @@ self: {
libraryHaskellDepends = [ attoparsec base bytestring containers ];
description = "Parsers and formatters for the SVMlight input file format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"svm-simple" = callPackage
@@ -234767,40 +233651,6 @@ self: {
}) {};
"swagger2" = callPackage
- ({ mkDerivation, aeson, base, base-compat-batteries, bytestring
- , Cabal, cabal-doctest, containers, cookie, doctest, generics-sop
- , Glob, hashable, hspec, hspec-discover, http-media, HUnit
- , insert-ordered-containers, lens, mtl, network, QuickCheck
- , quickcheck-instances, scientific, template-haskell, text, time
- , transformers, transformers-compat, unordered-containers
- , utf8-string, uuid-types, vector
- }:
- mkDerivation {
- pname = "swagger2";
- version = "2.4";
- sha256 = "0m08l7nz53h6ix6xgzynnh3cf6l61437da9swdbsz8avx0rq2wci";
- revision = "1";
- editedCabalFile = "02qlfsgqc5jmc616xn30hn213dwhsqlkrrk2pa6774f0dcn8rpiz";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson base base-compat-batteries bytestring containers cookie
- generics-sop hashable http-media insert-ordered-containers lens mtl
- network QuickCheck scientific template-haskell text time
- transformers transformers-compat unordered-containers uuid-types
- vector
- ];
- testHaskellDepends = [
- aeson base base-compat-batteries bytestring containers doctest Glob
- hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
- quickcheck-instances template-haskell text time
- unordered-containers utf8-string vector
- ];
- testToolDepends = [ hspec-discover ];
- description = "Swagger 2.0 data model";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "swagger2_2_5" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
, bytestring, Cabal, cabal-doctest, containers, cookie, doctest
, generics-sop, Glob, hashable, hspec, hspec-discover, http-media
@@ -234830,7 +233680,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Swagger 2.0 data model";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"swapper" = callPackage
@@ -234910,8 +233759,8 @@ self: {
}:
mkDerivation {
pname = "swish";
- version = "0.10.0.2";
- sha256 = "1r6wfj8x5r3w2gvnhvdkjgn3rq4a4smna81gsxah2ibpwhinjjf1";
+ version = "0.10.0.3";
+ sha256 = "0cl34mqbda1k4spv86y8v5x0d89lv80b8dxymc7iw5hpjks1cdx3";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -235112,6 +233961,8 @@ self: {
];
description = "Library for Typed Tagless-Final Higher-Order Composable DSL";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"symantic-cli" = callPackage
@@ -235310,6 +234161,8 @@ self: {
];
description = "Symantics for common types";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"symantic-xml" = callPackage
@@ -235344,18 +234197,17 @@ self: {
, quickcheck-instances, stm, tasty, tasty-hunit, tasty-quickcheck
, text, threaded, uuid, wai, wai-extra, wai-transformers
, wai-websockets, warp, websockets, websockets-simple
- , websockets-simple-extra, zeromq4-haskell, zeromq4-simple
+ , websockets-simple-extra
}:
mkDerivation {
pname = "symbiote";
- version = "0.0.3";
- sha256 = "0ghxakwnwjhmpgicxs8rgkrxlclgdlskhl8aqblbsabk0nj9gyaj";
+ version = "0.0.5";
+ sha256 = "1igdig2w7j7l3valixsiw9jwj9na2n2k1rn7x7ay904jh11a8400";
libraryHaskellDepends = [
abides aeson async base bytestring cereal chan containers
exceptions extractable-singleton hashable monad-control-aligned mtl
QuickCheck quickcheck-instances stm text threaded uuid
wai-transformers websockets-simple websockets-simple-extra
- zeromq4-haskell zeromq4-simple
];
testHaskellDepends = [
abides aeson async base bytestring cereal chan containers
@@ -235363,7 +234215,7 @@ self: {
monad-control-aligned mtl QuickCheck quickcheck-instances stm tasty
tasty-hunit tasty-quickcheck text threaded uuid wai wai-extra
wai-transformers wai-websockets warp websockets websockets-simple
- websockets-simple-extra zeromq4-haskell zeromq4-simple
+ websockets-simple-extra
];
description = "Data serialization, communication, and operation verification implementation";
license = stdenv.lib.licenses.bsd3;
@@ -235394,6 +234246,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit unix ];
description = "Symlink functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"symbols" = callPackage
@@ -235931,8 +234785,8 @@ self: {
}:
mkDerivation {
pname = "synthesizer-llvm";
- version = "0.8.2.1";
- sha256 = "0bgla347pfdaai41rp9jny2k1hv0k1s8jdmqhd54v5c60cxl6p9l";
+ version = "0.8.3";
+ sha256 = "1ff56jrk2a3hppw9s1iv167926vcmd9p51mzav73kkaxni1n6hry";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -235945,8 +234799,9 @@ self: {
base llvm-extra llvm-tf numeric-prelude QuickCheck random
storablevector synthesizer-core tfp utility-ht
];
+ doHaddock = false;
description = "Efficient signal processing using runtime compilation";
- license = "GPL";
+ license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -236169,6 +235024,8 @@ self: {
libraryHaskellDepends = [ base bytestring ];
description = "Binding to Linux's inotify interface";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"system-lifted" = callPackage
@@ -236227,6 +235084,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Get system locales";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"system-posix-redirect" = callPackage
@@ -236344,20 +235203,6 @@ self: {
({ mkDerivation, base, bytestring, network, transformers, unix }:
mkDerivation {
pname = "systemd";
- version = "1.2.0";
- sha256 = "04jzgixwy267bx75byi1pavfgic2h3znn42psb70i6l6xvwn875g";
- libraryHaskellDepends = [
- base bytestring network transformers unix
- ];
- testHaskellDepends = [ base network unix ];
- description = "Systemd facilities (Socket activation, Notify)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "systemd_2_2_0" = callPackage
- ({ mkDerivation, base, bytestring, network, transformers, unix }:
- mkDerivation {
- pname = "systemd";
version = "2.2.0";
sha256 = "18z0wc71k3wwxfighwk4y03aprf5sd94vadzbyjysrac2np1qz20";
libraryHaskellDepends = [
@@ -236366,7 +235211,6 @@ self: {
testHaskellDepends = [ base network unix ];
description = "Systemd facilities (Socket activation, Notify)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"systemstats" = callPackage
@@ -236695,17 +235539,17 @@ self: {
, gi-gdkx11, gi-glib, gi-gtk, gi-gtk-hs, gi-pango, gtk-sni-tray
, gtk-strut, gtk3, haskell-gi, haskell-gi-base, hslogger
, HStringTemplate, http-client, http-client-tls, http-types
- , multimap, network, network-uri, old-locale, optparse-applicative
- , parsec, process, rate-limit, regex-compat, safe, scotty, split
+ , multimap, old-locale, optparse-applicative, parsec, process
+ , rate-limit, regex-compat, safe, scotty, split
, status-notifier-item, stm, template-haskell, text, time
, time-locale-compat, time-units, transformers, transformers-base
- , tuple, unix, utf8-string, X11, xdg-basedir, xml, xml-helpers
- , xmonad
+ , tuple, unix, utf8-string, X11, xdg-basedir, xdg-desktop-entry
+ , xml, xml-helpers, xmonad
}:
mkDerivation {
pname = "taffybar";
- version = "3.2.1";
- sha256 = "1bha6b8p46pr6hw9iawbffdg8lf6cmv1ryw96r2qn1jfikl6h39v";
+ version = "3.2.2";
+ sha256 = "02b6rmsb89c1h7fr81ljbij30pnl8z4dz6xz367g7a2b9hwq42gz";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -236716,11 +235560,11 @@ self: {
gi-gdkpixbuf gi-gdkx11 gi-glib gi-gtk gi-gtk-hs gi-pango
gtk-sni-tray gtk-strut haskell-gi haskell-gi-base hslogger
HStringTemplate http-client http-client-tls http-types multimap
- network network-uri old-locale parsec process rate-limit
- regex-compat safe scotty split status-notifier-item stm
- template-haskell text time time-locale-compat time-units
- transformers transformers-base tuple unix utf8-string X11
- xdg-basedir xml xml-helpers xmonad
+ old-locale parsec process rate-limit regex-compat safe scotty split
+ status-notifier-item stm template-haskell text time
+ time-locale-compat time-units transformers transformers-base tuple
+ unix utf8-string X11 xdg-basedir xdg-desktop-entry xml xml-helpers
+ xmonad
];
libraryPkgconfigDepends = [ gtk3 ];
executableHaskellDepends = [
@@ -236729,8 +235573,6 @@ self: {
executablePkgconfigDepends = [ gtk3 ];
description = "A desktop bar similar to xmobar, but with more GUI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gtk3;};
"tag-bits" = callPackage
@@ -237089,8 +235931,8 @@ self: {
}:
mkDerivation {
pname = "tagsoup-navigate";
- version = "0.1.0.4";
- sha256 = "1mds95a0xz3iklidmvczjpmm9vjhzdrdvcj3dg0n3ivwwli672m9";
+ version = "0.1.0.7";
+ sha256 = "02qq2qc5xrsw6nf4hc02g9xkgdkx3ka7pack02dkhnbxj3jv03vw";
libraryHaskellDepends = [
base deriving-compat lens mmorph mtl semigroupoids semigroups
tagsoup tagsoup-selection transformers
@@ -237145,6 +235987,8 @@ self: {
];
description = "streamlined html tag parser";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tai" = callPackage
@@ -237162,6 +236006,8 @@ self: {
];
description = "Support library to enable TAI usage on systems with time kept in UTC";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tai64" = callPackage
@@ -237393,8 +236239,17 @@ self: {
libraryHaskellDepends = [ base containers mtl safe text ];
description = "Blaze-style HTML templates as a Monad Transformer";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "tangle" = callPackage
+ ({ mkDerivation, base, transformers }:
+ mkDerivation {
+ pname = "tangle";
+ version = "0";
+ sha256 = "1ylv73v6ydf39zfks9762dsz27sxr7sbmmk7k628yqc9czj3nj60";
+ libraryHaskellDepends = [ base transformers ];
+ description = "HKD record builder";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"tao" = callPackage
@@ -237434,6 +236289,8 @@ self: {
testHaskellDepends = [ base hspec vector ];
description = "A tasty enhancement to cassava for easy csv exporting";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tar_0_4_1_0" = callPackage
@@ -237480,27 +236337,26 @@ self: {
"tar-bytestring" = callPackage
({ mkDerivation, array, base, bytestring, bytestring-handle
- , containers, criterion, deepseq, hpath, hpath-filepath, hpath-io
- , QuickCheck, tasty, tasty-quickcheck, time, unix, word8
+ , containers, criterion, deepseq, hpath-directory, hpath-filepath
+ , hpath-posix, QuickCheck, safe-exceptions, tasty, tasty-quickcheck
+ , these, time, unix, word8
}:
mkDerivation {
pname = "tar-bytestring";
- version = "0.6.1.0";
- sha256 = "1h7zq7ad5pnvfbf62s7p1irrxgs6jaf4pv4xivjq1diyj3i4nkzp";
- revision = "1";
- editedCabalFile = "1pykrgxcazbmab2749ckcwmvwy88ycs4vbrag218i9sb3193q1d8";
+ version = "0.6.3.0";
+ sha256 = "18c5493zwwbri2m50a2najbxaqnprxwng48kdcap7qppbvdmra66";
libraryHaskellDepends = [
- array base bytestring containers deepseq hpath hpath-filepath
- hpath-io time unix word8
+ array base bytestring containers deepseq hpath-directory
+ hpath-filepath hpath-posix safe-exceptions these time unix word8
];
testHaskellDepends = [
- array base bytestring bytestring-handle containers deepseq hpath
- hpath-filepath hpath-io QuickCheck tasty tasty-quickcheck time unix
- word8
+ array base bytestring bytestring-handle containers deepseq
+ hpath-directory hpath-filepath hpath-posix QuickCheck
+ safe-exceptions tasty tasty-quickcheck these time unix word8
];
benchmarkHaskellDepends = [
- array base bytestring containers criterion deepseq hpath
- hpath-filepath hpath-io time unix word8
+ array base bytestring containers criterion deepseq hpath-directory
+ hpath-filepath hpath-posix safe-exceptions these time unix word8
];
description = "Reading, writing and manipulating \".tar\" archive files.";
license = stdenv.lib.licenses.bsd3;
@@ -237680,8 +236536,8 @@ self: {
}:
mkDerivation {
pname = "taskell";
- version = "1.9.1.0";
- sha256 = "07hkkx71xb6k89ylis58lcv69ab1avggb4347ppzv2wxp6qljn5l";
+ version = "1.9.3.0";
+ sha256 = "06pdfi5bw2ga0pizq01x35gp8f90c8gr4ivbm5k4a7xv6pwr8mf0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -237727,8 +236583,8 @@ self: {
}:
mkDerivation {
pname = "taskwarrior";
- version = "0.1.2.1";
- sha256 = "0kz4p2bq8xnv3iygdm0lbihkkvfvizb5i0c2ynw481r7rl7dq7md";
+ version = "0.1.2.2";
+ sha256 = "0iy2fxgxhjdhi62zbd7iwbvblgr9shlqwg4a92k7b3cd9mqwskv6";
libraryHaskellDepends = [
aeson base bytestring process random text time unordered-containers
uuid
@@ -237867,18 +236723,20 @@ self: {
"tasty-golden" = callPackage
({ mkDerivation, async, base, bytestring, containers, deepseq
, directory, filepath, mtl, optparse-applicative, process, tagged
- , tasty, tasty-hunit, temporary, temporary-rc
+ , tasty, tasty-hunit, temporary
}:
mkDerivation {
pname = "tasty-golden";
- version = "2.3.2";
- sha256 = "0k3ibjhjc9vcwzrjnl4rnwvfm8l81q347nb7dgvcib6n5wm3s404";
+ version = "2.3.3";
+ sha256 = "07sk9hw41am2xcpfkzy1jv43wlyxkdd4ajwk8rw2jabva91kv68x";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
async base bytestring containers deepseq directory filepath mtl
optparse-applicative process tagged tasty temporary
];
testHaskellDepends = [
- base directory filepath process tasty tasty-hunit temporary-rc
+ base directory filepath process tasty tasty-hunit temporary
];
description = "Golden tests support for tasty";
license = stdenv.lib.licenses.mit;
@@ -238002,6 +236860,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "tasty-hunit-compat" = callPackage
+ ({ mkDerivation, base, HUnit, tasty, tasty-hunit }:
+ mkDerivation {
+ pname = "tasty-hunit-compat";
+ version = "0.2";
+ sha256 = "0ds1j1qra45n7d6frrf5zw5ps3haa1610d99ha09nhc9l8wm4ivp";
+ libraryHaskellDepends = [ base HUnit tasty tasty-hunit ];
+ description = "Tasty integration with the existing HUnit package";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"tasty-integrate" = callPackage
({ mkDerivation, aeson, base, bytestring, cmdargs, containers
, deepseq, directory, either, haskell-src-exts
@@ -238126,8 +236995,8 @@ self: {
}:
mkDerivation {
pname = "tasty-lua";
- version = "0.2.0.1";
- sha256 = "0xlj36rrhkx312h7smx6ay20rhlhxvw2ma2ckdnzv1pvmdn6p5qx";
+ version = "0.2.2";
+ sha256 = "0m75dffrj6ziaalrch91kzj76ki0chbf33pi7mrx0c1gzmpvn8gv";
libraryHaskellDepends = [
base bytestring file-embed hslua tasty text
];
@@ -238158,10 +237027,8 @@ self: {
}:
mkDerivation {
pname = "tasty-quickcheck";
- version = "0.10.1";
- sha256 = "0k4vvd5vmrncv1s6gdf03l4xijwlk428sb9jfx8n1zaz02971msh";
- revision = "1";
- editedCabalFile = "1ms8ph2vp8x1icqiw468zlpsj4pii7xjm6g3k6ikkcy7cx3vnv4s";
+ version = "0.10.1.1";
+ sha256 = "098zyfl5958zikaqfyam75hv5l46pks5bnp3r7533bbmr4a60cpq";
libraryHaskellDepends = [
base optparse-applicative QuickCheck random tagged tasty
];
@@ -238270,6 +237137,24 @@ self: {
broken = true;
}) {};
+ "tasty-test-reporter" = callPackage
+ ({ mkDerivation, ansi-terminal, base, concurrent-output, containers
+ , directory, filepath, junit-xml, mtl, safe-exceptions, stm, tagged
+ , tasty, tasty-hunit, text
+ }:
+ mkDerivation {
+ pname = "tasty-test-reporter";
+ version = "0.1.1.1";
+ sha256 = "005sfxxgx4dkxw0bs6b5japx0qvzs95mzz3nvpa2ycy3v25qqaad";
+ libraryHaskellDepends = [
+ ansi-terminal base concurrent-output containers directory filepath
+ junit-xml mtl safe-exceptions stm tagged tasty text
+ ];
+ testHaskellDepends = [ base tasty tasty-hunit ];
+ description = "Producing JUnit-style XML test reports";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"tasty-test-vector" = callPackage
({ mkDerivation, base, tasty }:
mkDerivation {
@@ -238360,6 +237245,8 @@ self: {
];
description = "Meta tic-tac-toe ncurses game";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tau" = callPackage
@@ -239078,6 +237965,8 @@ self: {
testHaskellDepends = [ base ];
description = "Command-line tool to log time-tracking information into JIRA Tempo plugin";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tempodb" = callPackage
@@ -239291,6 +238180,8 @@ self: {
];
description = "Create valid deep neural network architectures";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tensorflow" = callPackage
@@ -239569,6 +238460,8 @@ self: {
executableHaskellDepends = [ base ];
description = "termbox bindings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"termbox-banana" = callPackage
@@ -239584,6 +238477,8 @@ self: {
libraryHaskellDepends = [ base reactive-banana termbox ];
description = "reactive-banana + termbox";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"termbox-bindings" = callPackage
@@ -239670,8 +238565,6 @@ self: {
testHaskellDepends = [ base QuickCheck time ];
description = "Simple terminal-based time tracker";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"terminal-size" = callPackage
@@ -239757,8 +238650,8 @@ self: {
}:
mkDerivation {
pname = "termonad";
- version = "3.0.0.0";
- sha256 = "11c58k6iyqry5dfdbxsvmca19w10igb4yd1nk2ap6h7zsav2rjgn";
+ version = "3.1.0.0";
+ sha256 = "15zh50v5hszvr4xz6hwmwaga2g1avrfhnjzzx9dmghjyggwkhfa2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -240135,6 +239028,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "test-fun" = callPackage
+ ({ mkDerivation, base, tasty, tasty-hunit }:
+ mkDerivation {
+ pname = "test-fun";
+ version = "0.1.0.0";
+ sha256 = "1sp19a2i4ahn9mfd1rx4icp6lcnhw5bz192859yj8f8ky4xszryb";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base tasty tasty-hunit ];
+ description = "Testable functions";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"test-invariant" = callPackage
({ mkDerivation, base, criterion, QuickCheck, tasty
, tasty-quickcheck
@@ -240191,8 +239096,6 @@ self: {
executableHaskellDepends = [ base simple-get-opt ];
description = "A library to make a quick test-runner script";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"test-pkg" = callPackage
@@ -240233,6 +239136,8 @@ self: {
];
description = "Sandbox for system tests";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"test-sandbox-compose" = callPackage
@@ -240294,6 +239199,8 @@ self: {
];
description = "QuickCheck convenience functions for use with test-sandbox";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"test-shouldbe" = callPackage
@@ -240497,6 +239404,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "tex-join-bib" = callPackage
+ ({ mkDerivation, async, base, containers, foldl, optparse-generic
+ , system-filepath, text, turtle
+ }:
+ mkDerivation {
+ pname = "tex-join-bib";
+ version = "0.1.0.0";
+ sha256 = "1dlks58g9jfkcsdlcjyqw8rh27j1c66crb39s53ar7w6p08invk1";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base containers foldl system-filepath text turtle
+ ];
+ executableHaskellDepends = [
+ base optparse-generic system-filepath text
+ ];
+ description = "Compile separate tex files with the same bibliography";
+ license = stdenv.lib.licenses.gpl3;
+ }) {};
+
"tex2txt" = callPackage
({ mkDerivation, base, containers, deepseq, parsec }:
mkDerivation {
@@ -240537,35 +239464,13 @@ self: {
"texmath" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
- , mtl, pandoc-types, parsec, process, split, syb, temporary, text
- , utf8-string, xml
- }:
- mkDerivation {
- pname = "texmath";
- version = "0.11.3";
- sha256 = "03rpxbp43bjs62mmw4hv4785n6f6nbf8kj2y9mma5nzk6i2xs09f";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers mtl pandoc-types parsec syb xml
- ];
- testHaskellDepends = [
- base bytestring directory filepath process split temporary text
- utf8-string xml
- ];
- description = "Conversion between formats used to represent mathematics";
- license = stdenv.lib.licenses.gpl2;
- }) {};
-
- "texmath_0_12" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory, filepath
, mtl, pandoc-types, parsec, process, syb, temporary, text
, utf8-string, xml
}:
mkDerivation {
pname = "texmath";
- version = "0.12";
- sha256 = "09c1ga3nw0r0wcw84lf862mp02h5ykhprm2wawrqfhklfyl1a6ay";
+ version = "0.12.0.1";
+ sha256 = "1halp1vn2334ym3j3fxfbrpkr15nc201c7vfwmzimya6vnyknsxs";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -240577,7 +239482,6 @@ self: {
];
description = "Conversion between formats used to represent mathematics";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"texrunner" = callPackage
@@ -240670,6 +239574,8 @@ self: {
libraryHaskellDepends = [ base text text-builder ];
description = "Text styling for ANSI terminals";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-binary" = callPackage
@@ -240777,6 +239683,8 @@ self: {
];
description = "Text formatting";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-format-heavy" = callPackage
@@ -240795,6 +239703,8 @@ self: {
testHaskellDepends = [ base hspec time ];
description = "Full-weight string formatting library, analog of Python's string.format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-format-simple" = callPackage
@@ -240806,6 +239716,8 @@ self: {
libraryHaskellDepends = [ base MissingH ];
description = "Simple text formatting library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-generic-pretty" = callPackage
@@ -240977,6 +239889,8 @@ self: {
];
description = "Monadic parsing combinator library with attention to locations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-loc" = callPackage
@@ -241071,6 +239985,26 @@ self: {
broken = true;
}) {};
+ "text-offset" = callPackage
+ ({ mkDerivation, base, bytestring, HUnit, QuickCheck
+ , test-framework, test-framework-hunit, test-framework-quickcheck2
+ , text, vector
+ }:
+ mkDerivation {
+ pname = "text-offset";
+ version = "0.1.0.0";
+ sha256 = "0milfq5nnz4ar5ka3yvcf2vxh9cw5p272j7q8ysaf6vajbax4bq0";
+ libraryHaskellDepends = [ base text vector ];
+ testHaskellDepends = [
+ base bytestring HUnit QuickCheck test-framework
+ test-framework-hunit test-framework-quickcheck2 text
+ ];
+ description = "Library for converting between line/column and byte offset";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"text-plus" = callPackage
({ mkDerivation, base, bytestring, doctest, HTF, pretty, QuickCheck
, strict-data, text, util-plus
@@ -241240,40 +240174,6 @@ self: {
"text-show" = callPackage
({ mkDerivation, array, base, base-compat-batteries, base-orphans
- , bifunctors, bytestring, bytestring-builder, containers
- , contravariant, criterion, deepseq, deriving-compat
- , generic-deriving, ghc-boot-th, ghc-prim, hspec, hspec-discover
- , integer-gmp, nats, QuickCheck, quickcheck-instances, semigroups
- , tagged, template-haskell, text, th-abstraction, th-lift
- , transformers, transformers-compat, void
- }:
- mkDerivation {
- pname = "text-show";
- version = "3.8.2";
- sha256 = "0n46q5gjlxz3g4flj5mn8s78dpdfd65fjl7b5174pykanwqsqqwz";
- revision = "1";
- editedCabalFile = "0fdlba9rmjk7irf376rglyyi9rbz49mhm5zyx112ah8nqgh50myi";
- libraryHaskellDepends = [
- array base base-compat-batteries bifunctors bytestring
- bytestring-builder containers contravariant generic-deriving
- ghc-boot-th ghc-prim integer-gmp nats semigroups tagged
- template-haskell text th-abstraction th-lift transformers
- transformers-compat void
- ];
- testHaskellDepends = [
- array base base-compat-batteries base-orphans bytestring
- bytestring-builder deriving-compat generic-deriving ghc-prim hspec
- nats QuickCheck quickcheck-instances semigroups tagged
- template-haskell text transformers transformers-compat
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ];
- description = "Efficient conversion of values into Text";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "text-show_3_8_3" = callPackage
- ({ mkDerivation, array, base, base-compat-batteries, base-orphans
, bifunctors, bytestring, bytestring-builder, containers, criterion
, deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim
, hspec, hspec-discover, integer-gmp, QuickCheck
@@ -241282,8 +240182,8 @@ self: {
}:
mkDerivation {
pname = "text-show";
- version = "3.8.3";
- sha256 = "1l4mg4vgdixhpsncqyf9xq7nw0dskcd41hg4rb12s2623sjdxb2p";
+ version = "3.8.5";
+ sha256 = "0xc2269v0bfcvlwm60l2zs6l6lwljfnq5n05n9kp580qybvynzjg";
libraryHaskellDepends = [
array base base-compat-batteries bifunctors bytestring
bytestring-builder containers generic-deriving ghc-boot-th ghc-prim
@@ -241300,7 +240200,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ];
description = "Efficient conversion of values into Text";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"text-show-instances" = callPackage
@@ -241387,6 +240286,8 @@ self: {
];
description = "An efficient finite map from Text to values, based on bytestring-trie";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-utf7" = callPackage
@@ -241442,6 +240343,8 @@ self: {
testHaskellDepends = [ base HTF text ];
description = "Various text utilities";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-xml-generic" = callPackage
@@ -241686,10 +240589,8 @@ self: {
({ mkDerivation, base, containers, ghc-prim, template-haskell }:
mkDerivation {
pname = "th-abstraction";
- version = "0.3.1.0";
- sha256 = "1f81w0gshvc816cf9qz0f19jsrzh6wpzmmy317xrgn63dv61p7jb";
- revision = "1";
- editedCabalFile = "1c0sy614vfcdvshn0z09nzfiq89v5if31yvvpxzrivrdy9gf912s";
+ version = "0.3.2.0";
+ sha256 = "0ygbky8sk0nk4jyfjf6rj1ghv83rflcfcbsmnn7rnjzks0xg7zin";
libraryHaskellDepends = [
base containers ghc-prim template-haskell
];
@@ -241795,46 +240696,14 @@ self: {
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "th-data-compat";
- version = "0.0.2.7";
- sha256 = "0yjfz9iwz0n2wx2c7wjazhwh23ny43fmnjp7dn7m37p320jgzahk";
- libraryHaskellDepends = [ base template-haskell ];
- description = "Compatibility for data definition template of TH";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "th-data-compat_0_1_0_0" = callPackage
- ({ mkDerivation, base, template-haskell }:
- mkDerivation {
- pname = "th-data-compat";
version = "0.1.0.0";
sha256 = "03d5ddbxzfn60ysxxn17q7gzdlls8hvlsvhzai4mn0qfjpwi6ljx";
libraryHaskellDepends = [ base template-haskell ];
description = "Compatibility for data definition template of TH";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-desugar" = callPackage
- ({ mkDerivation, base, containers, hspec, HUnit, mtl, syb
- , template-haskell, th-expand-syns, th-lift, th-orphans
- }:
- mkDerivation {
- pname = "th-desugar";
- version = "1.9";
- sha256 = "1vxg0jvc239ngmv53yx564b7wkgd0b10xvx5phxvnnpm9n2pljpi";
- libraryHaskellDepends = [
- base containers mtl syb template-haskell th-expand-syns th-lift
- th-orphans
- ];
- testHaskellDepends = [
- base containers hspec HUnit mtl syb template-haskell th-expand-syns
- th-lift th-orphans
- ];
- description = "Functions to desugar Template Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "th-desugar_1_10" = callPackage
({ mkDerivation, base, containers, fail, ghc-prim, hspec, HUnit
, mtl, ordered-containers, semigroups, syb, template-haskell
, th-abstraction, th-expand-syns, th-lift, th-orphans
@@ -241855,7 +240724,6 @@ self: {
];
description = "Functions to desugar Template Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-dict-discovery" = callPackage
@@ -241875,8 +240743,8 @@ self: {
({ mkDerivation, base, markdown-unlit, template-haskell }:
mkDerivation {
pname = "th-env";
- version = "0.1.0.0";
- sha256 = "19br06iq4cmnyk7s23s08yq6v2llzi9zq26yi2pigk6spwb4pyjn";
+ version = "0.1.0.1";
+ sha256 = "0h3x6lwdqp889dnqcnycawf6wqvklh55mgfck37y6mng8ck3rqav";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base markdown-unlit ];
testToolDepends = [ markdown-unlit ];
@@ -242009,6 +240877,8 @@ self: {
];
description = "Automated kind inference in Template Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"th-kinds-fork" = callPackage
@@ -242066,8 +240936,8 @@ self: {
({ mkDerivation, base, markdown-unlit, template-haskell, time }:
mkDerivation {
pname = "th-nowq";
- version = "0.1.0.3";
- sha256 = "08lcy7b9r3mrnl8scjrzcmh3m840rqwb6cr6lasc8sjngf0d55x9";
+ version = "0.1.0.4";
+ sha256 = "0s0xsw4zq4sqg37cqs27hcfb9948zkfhh4yma655ankr7q3g6nhv";
libraryHaskellDepends = [ base template-haskell time ];
testHaskellDepends = [ base markdown-unlit ];
testToolDepends = [ markdown-unlit ];
@@ -242105,29 +240975,11 @@ self: {
libraryHaskellDepends = [ base lens pretty template-haskell ];
description = "Simplify and render Template Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"th-printf" = callPackage
- ({ mkDerivation, base, charset, containers, hspec, HUnit
- , microlens-platform, mtl, parsec, QuickCheck, semigroups
- , template-haskell, th-lift, transformers
- }:
- mkDerivation {
- pname = "th-printf";
- version = "0.6.0";
- sha256 = "1mqfbzx85c49q24yppkxgcd0h4s557b468qlnz2adbyba9wfsn62";
- libraryHaskellDepends = [
- base charset containers microlens-platform mtl parsec semigroups
- template-haskell th-lift transformers
- ];
- testHaskellDepends = [
- base hspec HUnit QuickCheck template-haskell
- ];
- description = "Quasiquoters for printf";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "th-printf_0_7" = callPackage
({ mkDerivation, base, charset, containers, dlist, hspec, HUnit
, integer-logarithms, microlens-platform, mtl, parsec, QuickCheck
, semigroups, template-haskell, text, th-lift, transformers
@@ -242145,7 +240997,6 @@ self: {
];
description = "Quasiquoters for printf";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-reify-compat" = callPackage
@@ -242212,6 +241063,8 @@ self: {
];
description = "Typechecking in Template Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"th-test-utils" = callPackage
@@ -242525,13 +241378,11 @@ self: {
pname = "these-skinny";
version = "0.7.4";
sha256 = "0hlxf94ir99y0yzm9pq8cvs7vbar4bpj1w1ibs96hrx2biwfbnkr";
- revision = "1";
- editedCabalFile = "057hgdbc5ch43cn5qz0kr02iws9p1l24z23pifll29iazzl1jk6c";
+ revision = "2";
+ editedCabalFile = "0q1izcz4kxrnl7sh0sxamxxq02mkxww88vr6v04pwj8alyhkd4z2";
libraryHaskellDepends = [ base deepseq ];
description = "A fork of the 'these' package without the dependency bloat";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"thespian" = callPackage
@@ -242637,6 +241488,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "thread-supervisor" = callPackage
+ ({ mkDerivation, base, clock, containers, data-default, hspec
+ , QuickCheck, unliftio
+ }:
+ mkDerivation {
+ pname = "thread-supervisor";
+ version = "0.1.0.0";
+ sha256 = "1gn2h4c84fdhppwjzkj9sr2rggc5q7193lf1n8c6ggzz6k2cj2rs";
+ libraryHaskellDepends = [
+ base clock containers data-default unliftio
+ ];
+ testHaskellDepends = [
+ base clock data-default hspec QuickCheck unliftio
+ ];
+ description = "A simplified implementation of Erlang/OTP like supervisor over thread";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"threadPool" = callPackage
({ mkDerivation, base, process }:
mkDerivation {
@@ -242753,8 +241622,8 @@ self: {
}:
mkDerivation {
pname = "threadscope";
- version = "0.2.11.1";
- sha256 = "18s1k3c3013zsvw3midzpwlh7mn2lmz6ryyrh98rhjccz5nl0qvh";
+ version = "0.2.12";
+ sha256 = "10aalch81w4wrz7asp8amc1353khabqxms9b2r3f30s9kys3703x";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -242801,6 +241670,8 @@ self: {
];
description = "Composable algebraic editors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"threepenny-gui" = callPackage
@@ -242978,8 +241849,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "throwable-exceptions gives the easy way to throw exceptions";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"thumbnail" = callPackage
@@ -243152,8 +242021,6 @@ self: {
testHaskellDepends = [ async base deepseq doctest Glob hspec ];
description = "A concurrent utility inspired by Ticker in golang";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tickle" = callPackage
@@ -243199,8 +242066,8 @@ self: {
}:
mkDerivation {
pname = "tidal";
- version = "1.4.7";
- sha256 = "01v6p4by2scn9wxyv14hal7pd7hkr7psr3kaj8xsnc924xpxmwak";
+ version = "1.4.8";
+ sha256 = "163ndsx6spicipsy52iqsrm97z6pfr4mm93d2dz7ffckbzsklmdb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bifunctors bytestring clock colour containers deepseq hosc
@@ -243446,8 +242313,8 @@ self: {
pname = "time-compat";
version = "1.9.2.2";
sha256 = "05va0rqs759vbridbcl6hksp967j9anjvys8vx72fnfkhlrn2s52";
- revision = "1";
- editedCabalFile = "0k8ph4sydaiqp8dav4if6hpiaq8h1xsr93khmdr7a1mmfwdxr64r";
+ revision = "2";
+ editedCabalFile = "1i94pch4zj713gxcrlb09airbh3hqqs7cscjjfkxk9lixkk6iwnc";
libraryHaskellDepends = [ base base-orphans deepseq time ];
testHaskellDepends = [
base base-compat deepseq HUnit QuickCheck tagged tasty tasty-hunit
@@ -243489,6 +242356,8 @@ self: {
];
description = "Yet another time library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"time-http" = callPackage
@@ -243659,6 +242528,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Quasi-quoter for UTCTime times";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"time-quote" = callPackage
@@ -244040,6 +242911,8 @@ self: {
testHaskellDepends = [ base random ];
description = "A timer wheel";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"timerep" = callPackage
@@ -244085,8 +242958,6 @@ self: {
testHaskellDepends = [ base hspec ];
description = "tick based timers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"timers-updatable" = callPackage
@@ -244217,13 +243088,15 @@ self: {
}:
mkDerivation {
pname = "timezone-olson-th";
- version = "0.1.0.4";
- sha256 = "0xrf3hn8246s6n31bhq5arvn3xkwhfibmlfs5ahn5li2iblkn585";
+ version = "0.1.0.5";
+ sha256 = "1b28drcgdal7ifghw9bk3k8rmk7k0mjq3kl55xqbnlip6p99pka7";
libraryHaskellDepends = [
base template-haskell time timezone-olson timezone-series
];
description = "Load TimeZoneSeries from an Olson file at compile time";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"timezone-series" = callPackage
@@ -244277,33 +243150,6 @@ self: {
}:
mkDerivation {
pname = "tintin";
- version = "1.10.0";
- sha256 = "04946h5jr7pbj8n46vbipj46n5klqb83az9nasq7smkv1kdz6dv6";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base clay containers data-has directory frontmatter inflections
- inliterate lucid process require temporary text universum yaml
- ];
- libraryToolDepends = [ require ];
- executableHaskellDepends = [
- base optparse-generic require universum
- ];
- executableToolDepends = [ require ];
- testHaskellDepends = [ base require ];
- description = "A softer alternative to Haddock";
- license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "tintin_1_10_1" = callPackage
- ({ mkDerivation, base, clay, containers, data-has, directory
- , frontmatter, inflections, inliterate, lucid, optparse-generic
- , process, require, temporary, text, universum, yaml
- }:
- mkDerivation {
- pname = "tintin";
version = "1.10.1";
sha256 = "191dr17z3qxkk5ic605ni2kq5v7sncn0gw5xhk7nlxd5fx6nf5r2";
isLibrary = true;
@@ -244629,37 +243475,14 @@ self: {
}) {};
"tldr" = callPackage
- ({ mkDerivation, ansi-terminal, base, bytestring, cmark, directory
- , filepath, optparse-applicative, semigroups, tasty, tasty-golden
- , text, typed-process
- }:
- mkDerivation {
- pname = "tldr";
- 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_6_1" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, cmark, containers
, directory, filepath, optparse-applicative, semigroups, tasty
, tasty-golden, text, typed-process
}:
mkDerivation {
pname = "tldr";
- version = "0.6.1";
- sha256 = "0nzmflhhrrnryl2jcd7bbwa52rwkp22cxqgwwqbgkyrbxslrwllh";
+ version = "0.6.2";
+ sha256 = "13m88za5pfal00kldqjgag232k563y168ri84acdim8km62b861z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -244673,48 +243496,19 @@ self: {
description = "Haskell tldr client";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tls" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring
- , cereal, criterion, cryptonite, data-default-class, hourglass
- , memory, mtl, network, QuickCheck, tasty, tasty-quickcheck
- , transformers, x509, x509-store, x509-validation
- }:
- mkDerivation {
- pname = "tls";
- version = "1.4.1";
- sha256 = "1y083724mym28n6xfaz7pcc7zqxdhjpaxpbvzxfbs25qq2px3smv";
- revision = "1";
- editedCabalFile = "0qk07miindqvynhgsqj8jjk1d6i95lbgwipanwnn4vh1707z8xhv";
- libraryHaskellDepends = [
- asn1-encoding asn1-types async base bytestring cereal cryptonite
- data-default-class memory mtl network transformers x509 x509-store
- x509-validation
- ];
- testHaskellDepends = [
- asn1-types base bytestring cereal cryptonite data-default-class
- hourglass mtl QuickCheck tasty tasty-quickcheck x509
- x509-validation
- ];
- benchmarkHaskellDepends = [
- asn1-types base bytestring criterion cryptonite data-default-class
- hourglass mtl QuickCheck tasty-quickcheck x509 x509-validation
- ];
- description = "TLS/SSL protocol native implementation (Server and Client)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "tls_1_5_3" = callPackage
- ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring
, cereal, cryptonite, data-default-class, gauge, hourglass, memory
, mtl, network, QuickCheck, tasty, tasty-quickcheck, transformers
, x509, x509-store, x509-validation
}:
mkDerivation {
pname = "tls";
- version = "1.5.3";
- sha256 = "172awd9kl1dg83pcckp1ryl1yllxlx25s592m8rndzj6xkrlm70c";
+ version = "1.5.4";
+ sha256 = "0dx436m7rb52s1dgkckcpi8imfwf8234pnl1cmvn43x5h6jvyhnf";
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring cereal cryptonite
data-default-class hourglass memory mtl network transformers x509
@@ -244730,30 +243524,10 @@ self: {
];
description = "TLS/SSL protocol native implementation (Server and Client)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tls-debug" = callPackage
({ mkDerivation, base, bytestring, cryptonite, data-default-class
- , network, pem, time, tls, x509, x509-store, x509-system
- , x509-validation
- }:
- mkDerivation {
- pname = "tls-debug";
- version = "0.4.5";
- sha256 = "16zb4dray3l6sdckixyd2a5hbf6s0svy5f5bfffq48zr7f3c8id3";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring cryptonite data-default-class network pem time tls
- x509 x509-store x509-system x509-validation
- ];
- description = "Set of programs for TLS testing and debugging";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "tls-debug_0_4_8" = callPackage
- ({ mkDerivation, base, bytestring, cryptonite, data-default-class
, network, pem, tls, tls-session-manager, x509, x509-store
, x509-system, x509-validation
}:
@@ -244769,7 +243543,6 @@ self: {
];
description = "Set of programs for TLS testing and debugging";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tls-extra" = callPackage
@@ -244809,28 +243582,28 @@ self: {
}) {};
"tlynx" = callPackage
- ({ mkDerivation, base, bytestring, containers, elynx-seq
+ ({ mkDerivation, array, base, bytestring, containers, elynx-seq
, elynx-tools, elynx-tree, lifted-async, math-functions, megaparsec
- , monad-logger, mwc-random, optparse-applicative, parallel
- , primitive, QuickCheck, quickcheck-instances, statistics, text
- , transformers, vector
+ , monad-logger, MonadRandom, mwc-random, optparse-applicative
+ , parallel, primitive, QuickCheck, quickcheck-instances, statistics
+ , text, transformers, vector
}:
mkDerivation {
pname = "tlynx";
- version = "0.0.1";
- sha256 = "0acgwn0czk3kpsnsrlkmxrm7cc0mv6wwx75nr5v3hc1ir1hais6n";
+ version = "0.1.0";
+ sha256 = "0l4i4hyyw0m8kj2fqy4arcfyn9vnl4zdsbicz191hlc1nx935byn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring containers elynx-seq elynx-tools elynx-tree
- lifted-async math-functions megaparsec monad-logger mwc-random
- optparse-applicative parallel primitive QuickCheck
+ array base bytestring containers elynx-seq elynx-tools elynx-tree
+ lifted-async math-functions megaparsec monad-logger MonadRandom
+ mwc-random optparse-applicative parallel primitive QuickCheck
quickcheck-instances statistics text transformers vector
];
executableHaskellDepends = [
- base bytestring containers elynx-tools elynx-tree lifted-async
- math-functions megaparsec monad-logger mwc-random
- optparse-applicative parallel primitive QuickCheck
+ array base bytestring containers elynx-tools elynx-tree
+ lifted-async math-functions megaparsec monad-logger MonadRandom
+ mwc-random optparse-applicative parallel primitive QuickCheck
quickcheck-instances statistics text transformers vector
];
description = "Handle phylogenetic trees";
@@ -244875,30 +243648,6 @@ self: {
}) {};
"tmp-postgres" = callPackage
- ({ mkDerivation, async, base, bytestring, directory, hspec
- , hspec-discover, network, port-utils, postgresql-simple, process
- , temporary, unix
- }:
- mkDerivation {
- pname = "tmp-postgres";
- version = "0.2.0.0";
- sha256 = "08w88rh8yap7dmh2jn3x8rd918jxscw46jzljfbdyda9rzfz7kq4";
- libraryHaskellDepends = [
- async base bytestring directory network port-utils
- postgresql-simple process temporary unix
- ];
- testHaskellDepends = [
- base bytestring directory hspec hspec-discover postgresql-simple
- process temporary
- ];
- testToolDepends = [ hspec-discover ];
- description = "Start and stop a temporary postgres for testing";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "tmp-postgres_1_34_1_0" = callPackage
({ mkDerivation, ansi-wl-pprint, async, base, base64-bytestring
, bytestring, containers, criterion, cryptohash-sha1, deepseq
, directory, generic-monoid, hspec, mtl, network, port-utils
@@ -245078,6 +243827,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "A todo bottom";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"todos" = callPackage
@@ -245262,6 +244013,8 @@ self: {
];
description = "A variant of tokenizer-monad that supports streaming";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tokstyle" = callPackage
@@ -245372,42 +244125,6 @@ self: {
}) {};
"tomland" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, deepseq
- , directory, gauge, hashable, hedgehog, hspec-megaparsec, htoml
- , htoml-megaparsec, markdown-unlit, megaparsec, mtl, parsec
- , parser-combinators, tasty, tasty-discover, tasty-hedgehog
- , tasty-hspec, tasty-silver, text, time, toml-parser, transformers
- , unordered-containers
- }:
- mkDerivation {
- pname = "tomland";
- version = "1.1.0.1";
- sha256 = "0ihz8pvcnr33mydz4n7gsayikh50pn1bg3km2h3nlv054lff7kai";
- revision = "1";
- editedCabalFile = "16382q0q77bv9zlahmgbmc90hvl1b23g9fxk4dl2f1lhlfqjkxnw";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers deepseq hashable megaparsec mtl
- parser-combinators text time transformers unordered-containers
- ];
- executableHaskellDepends = [ base 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 ];
- benchmarkHaskellDepends = [
- aeson base deepseq gauge htoml htoml-megaparsec parsec text time
- toml-parser
- ];
- description = "Bidirectional TOML serialization";
- license = stdenv.lib.licenses.mpl20;
- }) {};
-
- "tomland_1_2_1_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, directory
, hashable, hedgehog, hspec-megaparsec, markdown-unlit, megaparsec
, mtl, parser-combinators, tasty, tasty-discover, tasty-hedgehog
@@ -245438,7 +244155,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Bidirectional TOML serialization";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tomlcheck" = callPackage
@@ -245456,8 +244172,6 @@ self: {
];
description = "Command-line tool to check syntax of TOML files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tonalude" = callPackage
@@ -245518,6 +244232,8 @@ self: {
];
description = "tonatona plugin for google-server-api";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tonatona-logger" = callPackage
@@ -245550,6 +244266,8 @@ self: {
];
description = "tonatona plugin for accessing PostgreSQL database";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tonatona-persistent-sqlite" = callPackage
@@ -246101,6 +244819,8 @@ self: {
];
description = "A parser and a pretty printer for the TPTP language";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"trace" = callPackage
@@ -246214,6 +244934,21 @@ self: {
broken = true;
}) {};
+ "tracked-files" = callPackage
+ ({ mkDerivation, base, directory, hspec, process, text }:
+ mkDerivation {
+ pname = "tracked-files";
+ version = "0.1.0.0";
+ sha256 = "0aw99k1kjiwhpvwk3pqhc34cff9lcv4dzg240rs7p3i4j0zf884v";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base directory process ];
+ executableHaskellDepends = [ base directory process text ];
+ testHaskellDepends = [ base directory hspec process ];
+ description = "Package to list all tracked and untracked existing files via Git";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"tracker" = callPackage
({ mkDerivation, base, containers, glib }:
mkDerivation {
@@ -246243,6 +244978,8 @@ self: {
];
description = "A command-line tool for live monitoring";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"traction" = callPackage
@@ -246507,6 +245244,8 @@ self: {
];
description = "Error and short-circuit monad transformers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"transformers-base" = callPackage
@@ -246957,6 +245696,8 @@ self: {
pname = "traversal-template";
version = "0.0.0.1";
sha256 = "0hal3vr9p49bx6c3zhfg7xa64hf81rmkl98vb14iibrmp940vbmp";
+ revision = "1";
+ editedCabalFile = "0ry5z8w1bz83v2iaavzwkfg93zxdpvwd6xgg1m9d915rb992bsmx";
libraryHaskellDepends = [ base template-haskell util ];
testHaskellDepends = [ base template-haskell util ];
benchmarkHaskellDepends = [ base gauge template-haskell util ];
@@ -247090,6 +245831,8 @@ self: {
testHaskellDepends = [ base doctest Glob hspec hspec-core ];
description = "Efficient implementation of the implicit treap data structure";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tree-diff" = callPackage
@@ -247103,8 +245846,8 @@ self: {
pname = "tree-diff";
version = "0.1";
sha256 = "1156nbqn0pn9lp4zjsy4vv5g5wmy4zxwmbqdgvq349rydynh3ng3";
- revision = "1";
- editedCabalFile = "1nxwbn3z4a2102r45yhk0i6vb8fyc5mb894daai7l3l16rjzkp5a";
+ revision = "2";
+ editedCabalFile = "081fcdkps3sc1pcfbcxs5f1ifnpx8hsk9ms2gafd793lia6whfsk";
libraryHaskellDepends = [
aeson ansi-terminal ansi-wl-pprint base base-compat bytestring
bytestring-builder containers hashable parsec parsers pretty
@@ -247139,6 +245882,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Non-Determinism Monad for Tree Search";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tree-render-text" = callPackage
@@ -247150,6 +245895,8 @@ self: {
libraryHaskellDepends = [ base boxes containers mtl ];
description = "Configurable text rendering of trees";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tree-sitter" = callPackage
@@ -247159,8 +245906,8 @@ self: {
}:
mkDerivation {
pname = "tree-sitter";
- version = "0.8.0.2";
- sha256 = "1wjhcr3lha3fbjp6nv6ln5mplj9y856x7qckxkirisckdjrryffy";
+ version = "0.9.0.0";
+ sha256 = "12mjscpibhh15jiqcplnj2m4gxd4ym4xbbji96l5zwpzmd2x4bjb";
libraryHaskellDepends = [
aeson base bytestring containers directory filepath fused-effects
semantic-source split template-haskell text unordered-containers
@@ -247173,39 +245920,28 @@ self: {
}) {};
"tree-sitter-go" = callPackage
- ({ mkDerivation, base, bytestring, hedgehog, pathtype
- , semantic-source, tasty, tasty-hedgehog, tasty-hunit
- , template-haskell, text, tree-sitter, tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-go";
- version = "0.4.1.1";
- sha256 = "16wbb715vn2ka3sgz1fwxa8bad0vzg16i1380kbqfr2xnfmc5hz8";
+ version = "0.5.0.1";
+ sha256 = "0v6vk0nqalk01xl0nmjmy4m14wmdij1cd1gs93is3gc3wvj0ljin";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for Go";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-sitter-haskell" = callPackage
- ({ mkDerivation, base, template-haskell, tree-sitter }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-haskell";
- version = "0.2.0.1";
- sha256 = "0c02sv4hzlyfdpk7s8ykgm9cr6xwmjw8npy356v2vgbr0l238bgw";
+ version = "0.3.0.0";
+ sha256 = "1hkxlhx3bm78p133cvimqjr8gl0arxdch0j33pz4dfg6fs8wbx1z";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ base template-haskell tree-sitter ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for Haskell (with GHC extensions)";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -247213,61 +245949,41 @@ self: {
}) {};
"tree-sitter-java" = callPackage
- ({ mkDerivation, base, bytestring, pathtype, semantic-source, tasty
- , tasty-hunit, template-haskell, text, tree-sitter
- , tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-java";
- version = "0.6.1.0";
- sha256 = "07zyj3diaq2nrlvxbhbrad1wha2705v5d9kf51vmhxknybdxp5sf";
+ version = "0.7.0.1";
+ sha256 = "1z2x6nyl57xrnyf2jbkypg5zf8cw3rv9788piil6c30cyimbay4r";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- testHaskellDepends = [
- base bytestring pathtype tasty tasty-hunit text tree-sitter
- tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for Java";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-sitter-json" = callPackage
- ({ mkDerivation, base, bytestring, hedgehog, pathtype, tasty
- , tasty-hedgehog, tasty-hunit, template-haskell, text, tree-sitter
- , tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-json";
- version = "0.6.0.0";
- sha256 = "0n7rq5a8kjrgr7d7fbhjxybrbgwxr2c8d2wyr80yp27vilvf4lh6";
+ version = "0.7.0.1";
+ sha256 = "1rb5g43z318pkwj4g4zqknxad3gwjpadr20vr3x6pif8zn5fc5ib";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [ base template-haskell text tree-sitter ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for JSON";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-sitter-php" = callPackage
- ({ mkDerivation, base, template-haskell, tree-sitter }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-php";
- version = "0.2.0.1";
- sha256 = "0dxszds10fr3zp1vjcj18b44mv6hmbzskmai14x03zgimxgwwaqm";
- revision = "1";
- editedCabalFile = "0k5qq7m0m3imgyhwyakrfjzxf5pjw6p7p3iwm01bj96ya8iy71ia";
- libraryHaskellDepends = [ base template-haskell tree-sitter ];
- doHaddock = false;
+ version = "0.4.0.0";
+ sha256 = "14qylmzcpn3zn35lbyimyy1sk5v34lqpdn2yn2ly3kg1cphkh50g";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for PHP";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -247275,108 +245991,74 @@ self: {
}) {};
"tree-sitter-python" = callPackage
- ({ mkDerivation, base, bytestring, gauge, hedgehog, pathtype
- , semantic-source, tasty, tasty-hedgehog, tasty-hunit
- , template-haskell, text, tree-sitter, tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-python";
- version = "0.8.1.0";
- sha256 = "0sjrml57dc9fsjmh555hjsckb05x9pz3lzk970hmm2cfwgnifvyi";
- isLibrary = true;
- isExecutable = true;
+ version = "0.9.0.2";
+ sha256 = "08k54r62hgdb2gpn8gv4nnr8sflcrkpfd1hmmzb552wzkaca9b1n";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- executableHaskellDepends = [ base bytestring gauge tree-sitter ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for Python";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
+
+ "tree-sitter-ql" = callPackage
+ ({ mkDerivation, base, tree-sitter }:
+ mkDerivation {
+ pname = "tree-sitter-ql";
+ version = "0.1.0.1";
+ sha256 = "07k5vxkwy2l49f1gyvqasqva41n1h4xz381rmy1dd0625mshyvs2";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [ base tree-sitter ];
+ description = "Tree-sitter grammar/parser for QL";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
"tree-sitter-ruby" = callPackage
- ({ mkDerivation, base, bytestring, gauge, Glob, hedgehog, lens
- , pathtype, semantic-source, tasty, tasty-hedgehog, tasty-hunit
- , template-haskell, text, tree-sitter, tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-ruby";
- version = "0.4.1.0";
- sha256 = "1kb87c1z9jghidygk632lihlqkqbanx48dvpdqxn7ypnni4dzw0k";
- isLibrary = true;
- isExecutable = true;
+ version = "0.5.0.2";
+ sha256 = "143nh0c34gdhs9jz9vwmh6alds5n1771jzqaa2zf6pkvsc3cpsfp";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- executableHaskellDepends = [
- base bytestring gauge Glob lens pathtype tree-sitter
- ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for Ruby";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-sitter-tsx" = callPackage
- ({ mkDerivation, base, bytestring, hedgehog, pathtype
- , semantic-source, tasty, tasty-hedgehog, tasty-hunit
- , template-haskell, text, tree-sitter, tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-tsx";
- version = "0.4.1.0";
- sha256 = "0bznbbg8yj1qd5z4bqjxf8y4jjbb8w2d68xzmbp66rjbw7nzcs60";
+ version = "0.5.0.1";
+ sha256 = "1pihhq3m8fhkrbqv8fl6l09hlzmwp10w119irhc05nmc2a6hq1jn";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for TSX";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-sitter-typescript" = callPackage
- ({ mkDerivation, base, bytestring, hedgehog, pathtype
- , semantic-source, tasty, tasty-hedgehog, tasty-hunit
- , template-haskell, text, tree-sitter, tree-sitter-test-helpers
- }:
+ ({ mkDerivation, base, tree-sitter }:
mkDerivation {
pname = "tree-sitter-typescript";
- version = "0.4.1.0";
- sha256 = "0p53vi3mjmln5mrmsv6w43jbdlcjywq61qm4911w3qqwmwjbgn14";
+ version = "0.5.0.1";
+ sha256 = "069xal3kgbsw8swsw0q697c7h0n32fj2cf7wx1nsd79w87nkd80r";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base semantic-source template-haskell tree-sitter
- ];
- testHaskellDepends = [
- base bytestring hedgehog pathtype tasty tasty-hedgehog tasty-hunit
- text tree-sitter tree-sitter-test-helpers
- ];
- doHaddock = false;
+ libraryHaskellDepends = [ base tree-sitter ];
description = "Tree-sitter grammar/parser for TypeScript";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {tree-sitter-test-helpers = null;};
+ }) {};
"tree-traversals" = callPackage
({ mkDerivation, base, containers, doctest, mtl }:
@@ -247577,8 +246259,6 @@ self: {
];
description = "Simple Map-based Trie";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tries" = callPackage
@@ -247589,8 +246269,8 @@ self: {
}:
mkDerivation {
pname = "tries";
- version = "0.0.6";
- sha256 = "0765my34c8fcd8ri9acrcymgpjfqqq7a98zr94z8czrnh5zsmzjv";
+ version = "0.0.6.1";
+ sha256 = "0sb4bj2dd88890hg8k3z0kpl1zk1d1r70sspviylzp6b26q3gyvm";
libraryHaskellDepends = [
base bytestring composition containers deepseq hashable keys
QuickCheck quickcheck-instances rose-trees semigroups sets
@@ -247613,32 +246293,6 @@ self: {
}) {};
"trifecta" = callPackage
- ({ mkDerivation, ansi-terminal, ansi-wl-pprint, array, base
- , blaze-builder, blaze-html, blaze-markup, bytestring, Cabal
- , cabal-doctest, charset, comonad, containers, deepseq, doctest
- , fingertree, ghc-prim, hashable, lens, mtl, parsers, profunctors
- , QuickCheck, reducers, semigroups, transformers
- , unordered-containers, utf8-string
- }:
- mkDerivation {
- pname = "trifecta";
- version = "2";
- sha256 = "0hznd8i65s81xy13i2qc7cvipw3lfb2yhkv53apbdsh6sbljz5sk";
- revision = "4";
- editedCabalFile = "0xbwyvwl6f2zylk60f2akwgq03qv49113xil7b1z1s3vlwbn5aj1";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
- blaze-markup bytestring charset comonad containers deepseq
- fingertree ghc-prim hashable lens mtl parsers profunctors reducers
- semigroups transformers unordered-containers utf8-string
- ];
- testHaskellDepends = [ base doctest parsers QuickCheck ];
- description = "A modern parser combinator library with convenient diagnostics";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "trifecta_2_1" = callPackage
({ mkDerivation, ansi-terminal, array, base, blaze-builder
, blaze-html, blaze-markup, bytestring, Cabal, cabal-doctest
, charset, comonad, containers, deepseq, doctest, fingertree
@@ -247661,7 +246315,6 @@ self: {
testHaskellDepends = [ base doctest parsers QuickCheck ];
description = "A modern parser combinator library with convenient diagnostics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"trigger" = callPackage
@@ -247830,6 +246483,8 @@ self: {
testHaskellDepends = [ base containers template-haskell time ];
description = "Template Haskell hack to violate module abstractions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"truelevel" = callPackage
@@ -247933,8 +246588,6 @@ self: {
libraryHaskellDepends = [ array base containers random stm ];
description = "A Skip List Implementation in Software Transactional Memory (STM)";
license = "LGPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tslib" = callPackage
@@ -248168,28 +246821,6 @@ self: {
}:
mkDerivation {
pname = "ttl-hashtables";
- version = "1.3.1.1";
- sha256 = "14ammgggkfmc4divr1zykjadad5fzgspjnzpjfdzj3vwm1rf5gwv";
- revision = "1";
- editedCabalFile = "17pkzci2nqi0d4zcpyxcv5l1hn7m04h2kwqjgqm7kc2c3p620qv3";
- libraryHaskellDepends = [
- base clock containers data-default failable hashable hashtables mtl
- transformers
- ];
- testHaskellDepends = [
- base clock containers data-default failable hashable hashtables
- hspec mtl transformers
- ];
- description = "Extends hashtables so that entries added can be expired after a TTL";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "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.1.0";
sha256 = "1y3wzb5fhdmyszr5902r01c6481nsaiw0y4imzppyqcap7ppl3fj";
revision = "1";
@@ -248204,7 +246835,6 @@ self: {
];
description = "Extends hashtables so that entries added can be expired after a TTL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ttn" = callPackage
@@ -248318,6 +246948,8 @@ self: {
];
description = "Write stream processing computations with side effects in a series of tubes";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tuntap" = callPackage
@@ -248344,6 +246976,8 @@ self: {
libraryHaskellDepends = [ base ioctl ];
description = "A simple tun/tap library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tup-functor" = callPackage
@@ -248549,6 +247183,8 @@ self: {
executableHaskellDepends = [ ALUT base ];
description = "Plays music generated by Turing machines with 5 states and 2 symbols";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"turingMachine" = callPackage
@@ -248618,10 +247254,8 @@ self: {
}:
mkDerivation {
pname = "turtle";
- version = "1.5.15";
- sha256 = "0yckgsc2a4g5x867gni80ldp226bsnhncfbil4ql6v2zwm4r8p7f";
- revision = "1";
- editedCabalFile = "02q1rv7zx31xz9wnmcqwd4w3iw7623p07iyi21zr0cqlignic5pg";
+ version = "1.5.16";
+ sha256 = "164cs5gsl6pmfj4yd9p4vj02n1sj5krgd6azd5zfgyw4q7bfc5jn";
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions foldl hostname managed optional-args
@@ -248637,7 +247271,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "turtle_1_5_16" = callPackage
+ "turtle_1_5_17" = callPackage
({ mkDerivation, ansi-wl-pprint, async, base, bytestring, clock
, containers, criterion, directory, doctest, exceptions, fail
, foldl, hostname, managed, optional-args, optparse-applicative
@@ -248647,8 +247281,8 @@ self: {
}:
mkDerivation {
pname = "turtle";
- version = "1.5.16";
- sha256 = "164cs5gsl6pmfj4yd9p4vj02n1sj5krgd6azd5zfgyw4q7bfc5jn";
+ version = "1.5.17";
+ sha256 = "0chj4issjbkdkj1jbcpi8v104784qnzvkq81a4wcdijk09biphq7";
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions foldl hostname managed optional-args
@@ -248714,10 +247348,8 @@ self: {
}:
mkDerivation {
pname = "twee";
- version = "2.1.5";
- sha256 = "1v94hf1fd7n01drd6hx37zrplpzlskfmd3l8lmkb5kzy618x0cnb";
- revision = "1";
- editedCabalFile = "00dkqm778qn9zg562vbcydr0xqglcg9l3i1irvcwshj4q0larwv4";
+ version = "2.2";
+ sha256 = "0wmjmgkf5piwqzrk08ij7mc3s82gpg7j5x4bk96njj06gm4lc38v";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -248725,8 +247357,6 @@ self: {
];
description = "An equational theorem prover";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"twee-lib" = callPackage
@@ -248735,8 +247365,8 @@ self: {
}:
mkDerivation {
pname = "twee-lib";
- version = "2.1.5";
- sha256 = "09q2dxab3s9d32ayr9a08q6lbkszrxi0hw00sar3jx31p9q3pkc2";
+ version = "2.2";
+ sha256 = "0v99hhnxpzi5581s4bfxhbpnmvlbqnrrr3pdkfvicz2b146mhhgr";
libraryHaskellDepends = [
base containers dlist ghc-prim pretty primitive transformers vector
];
@@ -248769,8 +247399,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion megaparsec ];
description = "Command-line tool for twitter";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"twentefp" = callPackage
@@ -248812,6 +247440,8 @@ self: {
libraryHaskellDepends = [ base eventloop ];
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"twentefp-graphs" = callPackage
@@ -249113,8 +247743,6 @@ self: {
];
description = "Haskell twirp foundations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"twisty" = callPackage
@@ -249315,6 +247943,8 @@ self: {
pname = "txt";
version = "0.0.3.0";
sha256 = "0fi16fpzcskcffri7adpnbf6qj2ksv7vnxwyl8nw1qg55rlj3c5y";
+ revision = "2";
+ editedCabalFile = "1h4djzkdm2y0i20rzm3y7511wwgpd392wsghal10031m9cqx81sh";
libraryHaskellDepends = [
base bytestring deepseq utf8-string util
];
@@ -249566,6 +248196,8 @@ self: {
pname = "type-equality";
version = "1";
sha256 = "1s4cl11rvvv7n95i3pq9lmmx08kwh4z7l3d1hbv4wi8il81baa27";
+ revision = "1";
+ editedCabalFile = "13lsff17dxz852f5bhjz8d1by704rzvwr67qqfc5dz5s7xc28qyk";
libraryHaskellDepends = [ base ];
description = "Data.Type.Equality compat package";
license = stdenv.lib.licenses.bsd3;
@@ -249869,46 +248501,26 @@ self: {
"type-natural" = callPackage
({ mkDerivation, base, constraints, equational-reasoning
, ghc-typelits-natnormalise, ghc-typelits-presburger, singletons
- , template-haskell
+ , singletons-presburger, template-haskell
}:
mkDerivation {
pname = "type-natural";
- version = "0.8.2.0";
- sha256 = "1n5mavlnqjvyn1dr9iq16lyv0zhxbqab1rw7rl2i345kb1qpzini";
+ version = "0.8.3.1";
+ sha256 = "0nq54098jyrx6zz8vn0pw3kg9b6bwpxhnhxk3f5m18rpjjjjw4xs";
+ revision = "1";
+ editedCabalFile = "1nhv7wh3cgy5hhkgs3bgg3659qf3lpy8rm89ikbb0p69bbxdpmfa";
libraryHaskellDepends = [
base constraints equational-reasoning ghc-typelits-natnormalise
- ghc-typelits-presburger singletons template-haskell
+ ghc-typelits-presburger singletons singletons-presburger
+ template-haskell
];
description = "Type-level natural and proofs of their properties";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"type-of-html" = callPackage
({ mkDerivation, base, blaze-html, bytestring, containers
, criterion, deepseq, double-conversion, ghc, ghc-paths, ghc-prim
- , hspec, QuickCheck, random, temporary, text, weigh
- }:
- mkDerivation {
- pname = "type-of-html";
- version = "1.5.0.0";
- sha256 = "0bj05wmhsgn7x3437l6488mkalffn90c4g33njx6xy8p81ls26l9";
- libraryHaskellDepends = [
- base bytestring containers double-conversion ghc-prim text
- ];
- testHaskellDepends = [ base bytestring hspec QuickCheck ];
- benchmarkHaskellDepends = [
- base blaze-html bytestring criterion deepseq ghc ghc-paths random
- temporary text weigh
- ];
- description = "High performance type driven html generation";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "type-of-html_1_5_1_0" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, containers
- , criterion, deepseq, double-conversion, ghc, ghc-paths, ghc-prim
, hspec, QuickCheck, random, text, weigh
}:
mkDerivation {
@@ -249925,7 +248537,6 @@ self: {
];
description = "High performance type driven html generation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"type-of-html-static" = callPackage
@@ -250006,6 +248617,8 @@ self: {
testHaskellDepends = [ base cmptype ];
description = "Type-level sets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"type-settheory" = callPackage
@@ -250119,6 +248732,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Tree representations of datatypes";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"type-unary" = callPackage
@@ -250238,8 +248853,8 @@ self: {
}:
mkDerivation {
pname = "typed-spreadsheet";
- version = "1.1.4";
- sha256 = "16xbzwaiakimwwkbb0q0nxa08j7842z3894p04ijjvksllkdrlna";
+ version = "1.1.5";
+ sha256 = "1k48y9nh3i50mskkw5h38fjygspkmraz54xfb7m7n8i8kzl1x18h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -250282,8 +248897,8 @@ self: {
}:
mkDerivation {
pname = "typed-uuid";
- version = "0.0.0.0";
- sha256 = "1v862wfmd03ssch7p5hr5cmzc38gzmxvw22swdfs2blfxv13cdc8";
+ version = "0.0.0.2";
+ sha256 = "01gh95cxymimjyvhpba0w5bzw6vnx9jzgc6a5jj7vqxi421cc7ss";
libraryHaskellDepends = [
aeson base binary bytestring deepseq hashable http-api-data random
text uuid validity validity-uuid
@@ -250394,6 +249009,8 @@ self: {
];
description = "Useful type level operations (type families and related operators)";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"typelevel-rewrite-rules" = callPackage
@@ -250410,8 +249027,6 @@ self: {
testHaskellDepends = [ base ghc-prim vinyl ];
description = "Solve type equalities using custom type-level rewrite rules";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"typelevel-tensor" = callPackage
@@ -250433,6 +249048,17 @@ self: {
broken = true;
}) {};
+ "typelits-printf" = callPackage
+ ({ mkDerivation, base, symbols, text }:
+ mkDerivation {
+ pname = "typelits-printf";
+ version = "0.2.0.0";
+ sha256 = "1a2ahf8imbk8zff2i7cfag2irax8qdd4r6vb00hil34i67p980ij";
+ libraryHaskellDepends = [ base symbols text ];
+ description = "Type-safe printf from parsing GHC TypeLits Symbol";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"typelits-witnesses" = callPackage
({ mkDerivation, base, dependent-sum }:
mkDerivation {
@@ -250551,8 +249177,8 @@ self: {
}:
mkDerivation {
pname = "typesafe-precure";
- version = "0.7.6.2";
- sha256 = "0nhb8v17ycjjldcvhyjc1qk7r4hqhqdw6gw9fp0mbvn5cbpi0xrm";
+ version = "0.7.7.1";
+ sha256 = "0yjw4fm7n7qdb9rib7q5nirnw0cdvqy2g05lidxw5pkgdbi9np3m";
libraryHaskellDepends = [
aeson aeson-pretty autoexporter base bytestring dlist
monad-skeleton template-haskell text th-data-compat
@@ -250638,8 +249264,6 @@ self: {
];
description = "Drawings for printed text documents";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tyro" = callPackage
@@ -250851,6 +249475,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "The Ucam-Webauth protocol, used by Raven";
license = "(BSD-3-Clause OR Apache-2.0)";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ucam-webauth-types" = callPackage
@@ -250872,6 +249498,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Types for the Ucam-Webauth protocol, as used by Raven";
license = "(BSD-3-Clause OR Apache-2.0)";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ucd" = callPackage
@@ -250964,8 +249592,6 @@ self: {
description = "libudev bindings";
license = stdenv.lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-linux" ];
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) systemd;};
"udp-conduit" = callPackage
@@ -250996,6 +249622,8 @@ self: {
];
description = "Streaming to and from UDP socket";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uglymemo" = callPackage
@@ -251094,6 +249722,8 @@ self: {
];
description = "Minimal HTTP client library optimized for benchmarking";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ui-command" = callPackage
@@ -251149,6 +249779,8 @@ self: {
];
description = "Implementation of ULID, lexicographically sortable unique identifiers";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"una" = callPackage
@@ -251213,8 +249845,6 @@ self: {
libraryHaskellDepends = [ base io-streams unagi-chan ];
description = "Unagi Chan IO-Streams";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"unamb" = callPackage
@@ -251273,8 +249903,6 @@ self: {
doHaddock = false;
description = "Opinionated Haskell Interoperability";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"unbound" = callPackage
@@ -251318,6 +249946,8 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "Support for programming with names and binders using GHC Generics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unbound-kind-generics" = callPackage
@@ -251477,6 +250107,8 @@ self: {
pname = "unconstrained";
version = "0.1.0.2";
sha256 = "03811shhcfkcrsai3a1vw99g0pmg8m3cfi8gfiaf8b13l1k7lwfj";
+ revision = "1";
+ editedCabalFile = "13fj2jlh44774www49fwp7h7z6gr23scfbvg745rpywys49c0559";
description = "Null constraint";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -251487,8 +250119,8 @@ self: {
pname = "unescaping-print";
version = "0.1";
sha256 = "0a1ryvnpgsk668wagwwapksi7i9kbhhjfpqlvmg2z9kv1anr6mp5";
- revision = "1";
- editedCabalFile = "0w8fw1nymnj34lnm2q8nj1ymcbzw6q6jpp4c1h2w5b0q4rdw41jv";
+ revision = "2";
+ editedCabalFile = "113p28z74lvsc7c6v93ilvbyp2fn5h1qsymksn3mi2ndxwq3vz3f";
libraryHaskellDepends = [ base ];
description = "Tiny package providing unescaping versions of show and print";
license = stdenv.lib.licenses.bsd3;
@@ -251514,8 +250146,8 @@ self: {
({ mkDerivation, base, transformers, unexceptionalio }:
mkDerivation {
pname = "unexceptionalio-trans";
- version = "0.5.0";
- sha256 = "1sd5q97zjk1qkffbhj4rzdrvwwz4q7b6vwrmb6mpkbg7ra4ks49p";
+ version = "0.5.1";
+ sha256 = "100sfbrpaldz37a176qpfkk1nx5acyh8pchjmb8g5vhzbhyrqniz";
libraryHaskellDepends = [ base transformers unexceptionalio ];
description = "A wrapper around UnexceptionalIO using monad transformers";
license = "unknown";
@@ -251531,6 +250163,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Unfixing and recursion schemes for data types with binders";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unfoldable" = callPackage
@@ -251590,6 +250224,8 @@ self: {
libraryHaskellDepends = [ base containers uni-util ];
description = "Event handling for the uniform workbench";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uni-graphs" = callPackage
@@ -251623,6 +250259,8 @@ self: {
];
description = "Graphical User Interface for Haskell Programs";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uni-posixutil" = callPackage
@@ -251638,6 +250276,8 @@ self: {
];
description = "Posix utilities for the uniform workbench";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uni-reactor" = callPackage
@@ -251652,6 +250292,8 @@ self: {
];
description = "Reactors for the uniform workbench";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uni-uDrawGraph" = callPackage
@@ -251686,6 +250328,8 @@ self: {
];
description = "Utilities for the uniform workbench";
license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unicode" = callPackage
@@ -251738,6 +250382,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Unicode notation for some definitions in Prelude";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unicode-properties" = callPackage
@@ -251986,19 +250632,6 @@ self: {
}) {};
"uniq-deep" = callPackage
- ({ mkDerivation, base, bytestring, containers }:
- mkDerivation {
- pname = "uniq-deep";
- version = "1.1.1";
- sha256 = "1krkvyvsqsm2l34zsd0ggsvrmrvwrhskqfmcb71hyw1ryixd2hn6";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [ base bytestring containers ];
- description = "uniq-deep";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "uniq-deep_1_2_0" = callPackage
({ mkDerivation, base, bytestring, unordered-containers }:
mkDerivation {
pname = "uniq-deep";
@@ -252011,7 +250644,6 @@ self: {
];
description = "uniq-deep";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unique" = callPackage
@@ -252200,13 +250832,13 @@ self: {
"unity-testresult-parser" = callPackage
({ mkDerivation, ansi-terminal, ansi-wl-pprint, base, containers
- , mtl, optparse-applicative, split, text, unordered-containers
- , xml-conduit
+ , mtl, optparse-applicative, semigroups, split, text
+ , unordered-containers, xml-conduit
}:
mkDerivation {
pname = "unity-testresult-parser";
- version = "0.1.0.1";
- sha256 = "1siz1iq66bvwraws628haqf3q2hycd4a2yihpmqs778mzjnhs26r";
+ version = "0.1.0.10";
+ sha256 = "0mb7q5lqkn11s11s8w6a4anmbsf3z4c66bg78j1dnwkqivx02k0b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -252214,8 +250846,8 @@ self: {
xml-conduit
];
executableHaskellDepends = [
- ansi-terminal ansi-wl-pprint base mtl optparse-applicative split
- text
+ ansi-terminal ansi-wl-pprint base mtl optparse-applicative
+ semigroups split text
];
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -252262,17 +250894,20 @@ self: {
}) {};
"universal" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, criterion, smallcheck
- , tasty, tasty-smallcheck, util
+ ({ mkDerivation, base, base-unicode-symbols, category, criterion
+ , smallcheck, tasty, tasty-smallcheck, util
}:
mkDerivation {
pname = "universal";
- version = "0.0.0.0";
- sha256 = "0qcv0xi65l782yvn25an0qiavn942szs16j8p328i2pc6ggfymb2";
- libraryHaskellDepends = [ base base-unicode-symbols util ];
+ version = "0.0.1.0";
+ sha256 = "1lpwzy4l711rw7a6k0fbbsaqfbzldi242vqkjrmhxnrkmddjxgy9";
+ revision = "1";
+ editedCabalFile = "17jv7v9wb0gvf3na883r0yhk71s4pi9337hxmj0kcqvyzbjqli1f";
+ libraryHaskellDepends = [
+ base base-unicode-symbols category util
+ ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
benchmarkHaskellDepends = [ base criterion ];
- doHaddock = false;
description = "Universal";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -252287,25 +250922,11 @@ self: {
libraryHaskellDepends = [ base binary bytestring ];
description = "Parser for OS X Universal Binary format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"universe" = callPackage
- ({ mkDerivation, universe-base, universe-dependent-sum
- , universe-instances-extended, universe-reverse-instances
- }:
- mkDerivation {
- pname = "universe";
- version = "1.1.1";
- sha256 = "0jm5wi5blc21jn5hfgmx13ra006dc08dvl1sx7ciq8id87kwvxzg";
- libraryHaskellDepends = [
- universe-base universe-dependent-sum universe-instances-extended
- universe-reverse-instances
- ];
- description = "A class for finite and recursively enumerable types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe_1_2" = callPackage
({ mkDerivation, universe-base, universe-instances-extended
, universe-reverse-instances, universe-some
}:
@@ -252319,7 +250940,6 @@ self: {
];
description = "A class for finite and recursively enumerable types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-base" = callPackage
@@ -252338,27 +250958,6 @@ self: {
}) {};
"universe-dependent-sum" = callPackage
- ({ mkDerivation, base, dependent-sum, template-haskell
- , th-abstraction, transformers, universe-base
- }:
- mkDerivation {
- pname = "universe-dependent-sum";
- version = "1.1.0.1";
- sha256 = "1mfvfh7rnk8lnd5lgxbhi40y31sar11dmgh5s7g2kgsprzmg1qpi";
- revision = "2";
- editedCabalFile = "1vh93f1nq72fwnrhl9r8qwwiwr26l9pgcmdic56j2b2iz3imnfhc";
- libraryHaskellDepends = [
- base dependent-sum template-haskell th-abstraction transformers
- universe-base
- ];
- testHaskellDepends = [
- base dependent-sum template-haskell universe-base
- ];
- description = "Universe instances for types from dependent-sum";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe-dependent-sum_1_2" = callPackage
({ mkDerivation, base, dependent-sum, some, universe-base
, universe-some
}:
@@ -252371,7 +250970,6 @@ self: {
];
description = "Universe instances for types from dependent-sum";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-instances-base" = callPackage
@@ -252477,32 +251075,6 @@ self: {
}:
mkDerivation {
pname = "universum";
- version = "1.5.0";
- sha256 = "17rzi17k2wj3p6dzd0dggzgyhh0c2mma4znkci1hqcihwr6rrljk";
- libraryHaskellDepends = [
- base bytestring containers deepseq ghc-prim hashable microlens
- microlens-mtl mtl safe-exceptions stm text transformers
- unordered-containers utf8-string vector
- ];
- testHaskellDepends = [
- base bytestring doctest Glob hedgehog tasty tasty-hedgehog text
- utf8-string
- ];
- benchmarkHaskellDepends = [
- base containers gauge unordered-containers
- ];
- description = "Custom prelude used in Serokell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "universum_1_6_1" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, doctest
- , gauge, ghc-prim, Glob, hashable, hedgehog, microlens
- , microlens-mtl, mtl, safe-exceptions, stm, tasty, tasty-hedgehog
- , text, transformers, unordered-containers, utf8-string, vector
- }:
- mkDerivation {
- pname = "universum";
version = "1.6.1";
sha256 = "007nh8kw5a2m681bjwvcdjdf69nb768kwdsckj2kdd7406mfgdm7";
libraryHaskellDepends = [
@@ -252519,7 +251091,6 @@ self: {
];
description = "Custom prelude used in Serokell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unix_2_7_2_2" = callPackage
@@ -252715,6 +251286,8 @@ self: {
libraryHaskellDepends = [ base ghc-prim semigroups ];
description = "GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unliftio" = callPackage
@@ -252724,8 +251297,8 @@ self: {
}:
mkDerivation {
pname = "unliftio";
- version = "0.2.12";
- sha256 = "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg";
+ version = "0.2.12.1";
+ sha256 = "18z8db7plbjdgl12p00zj5qd60v89wazgxqc356mwg295w2mydwc";
libraryHaskellDepends = [
async base bytestring deepseq directory filepath process stm time
transformers unix unliftio-core
@@ -252755,6 +251328,18 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "unliftio-core_0_2_0_1" = callPackage
+ ({ mkDerivation, base, transformers }:
+ mkDerivation {
+ pname = "unliftio-core";
+ version = "0.2.0.1";
+ sha256 = "16i97jax8rys57l0g0qswfwxh1cl5bgw2lw525rm6bzajw90v7wi";
+ libraryHaskellDepends = [ base transformers ];
+ description = "The MonadUnliftIO typeclass for unlifting monads to IO";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"unliftio-pool" = callPackage
({ mkDerivation, base, resource-pool, time, transformers
, unliftio-core
@@ -253051,6 +251636,8 @@ self: {
];
description = "An attoparsec roundtrip";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unroll-ghc-plugin" = callPackage
@@ -253365,8 +251952,8 @@ self: {
}:
mkDerivation {
pname = "urbit-hob";
- version = "0.3.1";
- sha256 = "16axy690mr7hmqxjb4sd17pizmqy5kdw31rbaf24bfxmaval8ijb";
+ version = "0.3.2";
+ sha256 = "0zs9gwnik7l587apf4giiii6jc4l6a7gj3ygfcab1gd58wfwwm6f";
libraryHaskellDepends = [ base bytestring murmur3 text vector ];
testHaskellDepends = [ base hspec hspec-core QuickCheck text ];
benchmarkHaskellDepends = [ base criterion deepseq ];
@@ -253603,6 +252190,8 @@ self: {
];
description = "Parsing & Quasiquoting for RFC 6570 URI Templates";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"url" = callPackage
@@ -253715,6 +252304,8 @@ self: {
testHaskellDepends = [ base network network-uri QuickCheck ];
description = "Generate or process x-www-urlencoded data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"urlpath" = callPackage
@@ -253917,6 +252508,8 @@ self: {
executableHaskellDepends = [ base random-fu text ];
description = "A collection of user agents";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"userid" = callPackage
@@ -254128,8 +252721,10 @@ self: {
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "util";
- version = "0.1.17.0";
- sha256 = "1wyjxrnzianif6msk7qvib92lksy66hx4rkdb7sda0a4h704960c";
+ version = "0.1.17.1";
+ sha256 = "1qhx4r27sny25sykacf5xi5br4msq4335ghp5zc3fq0lii3866s7";
+ revision = "1";
+ editedCabalFile = "16hbcmcq2674j37gl808n5i02kv0vn3nwq5l2a6v5lj0dn34nicb";
libraryHaskellDepends = [ base transformers ];
description = "Utilities";
license = stdenv.lib.licenses.bsd3;
@@ -254141,6 +252736,8 @@ self: {
pname = "util-exception";
version = "0.2.0.0";
sha256 = "0dx617saxbz8ij78kspm4j9zibf77d2hpjbci1c3ag7dhxagvjbx";
+ revision = "1";
+ editedCabalFile = "0fdwzjjr7izfn9r6lgp3lajvd9giid8v0c68l729hc25cz344nqk";
libraryHaskellDepends = [ base basic control lifted-base-tf util ];
description = "Exceptional utilities";
license = stdenv.lib.licenses.bsd3;
@@ -254148,6 +252745,19 @@ self: {
broken = true;
}) {};
+ "util-logict" = callPackage
+ ({ mkDerivation, base, gauge, logict }:
+ mkDerivation {
+ pname = "util-logict";
+ version = "0.0.0.0";
+ sha256 = "1d8jl1dcbyvivhr46m0qw3j1khir8k52pchjczb0v52jhy8lihwr";
+ libraryHaskellDepends = [ base logict ];
+ testHaskellDepends = [ base logict ];
+ benchmarkHaskellDepends = [ base gauge logict ];
+ description = "See README for more info";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"util-plus" = callPackage
({ mkDerivation, array, base, containers, hashable, HTF, QuickCheck
, safe, unordered-containers
@@ -254162,6 +252772,8 @@ self: {
testHaskellDepends = [ base containers HTF QuickCheck ];
description = "A collection of commonly used utils";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"util-primitive" = callPackage
@@ -254183,11 +252795,10 @@ self: {
}:
mkDerivation {
pname = "util-primitive-control";
- version = "0.1.0.0";
- sha256 = "104p69sw8jyc2dvarv7573cks3p6fvk5d61qhp9y47nylp4q8iqx";
+ version = "0.1.1.0";
+ sha256 = "1sld7sh38smqmwi4nn2klbsh67419j77wbswblbv00rvh20xpl1h";
libraryHaskellDepends = [ base control primitive util ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
- doHaddock = false;
description = "Utilities for stateful primitive types and types based on them";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -254346,6 +252957,8 @@ self: {
executableHaskellDepends = [ base uuagc-cabal ];
description = "Attribute Grammar System of Universiteit Utrecht";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uuagc-bootstrap" = callPackage
@@ -254385,6 +252998,8 @@ self: {
];
description = "Cabal plugin for UUAGC";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uuagc-diagrams" = callPackage
@@ -254458,6 +253073,27 @@ self: {
broken = true;
}) {};
+ "uuid-bytes" = callPackage
+ ({ mkDerivation, base, byteslice, bytesmith, HUnit
+ , natural-arithmetic, primitive, small-bytearray-builder, tasty
+ , tasty-hunit, wide-word
+ }:
+ mkDerivation {
+ pname = "uuid-bytes";
+ version = "0.1.1.0";
+ sha256 = "13kskg9j847w3f01pf0r24kf1nnfz5srfp268ip5n55ji26h5cmr";
+ libraryHaskellDepends = [
+ base byteslice bytesmith natural-arithmetic primitive
+ small-bytearray-builder wide-word
+ ];
+ testHaskellDepends = [
+ base byteslice HUnit natural-arithmetic primitive tasty tasty-hunit
+ wide-word
+ ];
+ description = "UUID parsing using byteverse packages";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"uuid-crypto" = callPackage
({ mkDerivation, base, binary, bytestring, cryptoids
, cryptoids-class, cryptoids-types, exceptions, uuid
@@ -254500,8 +253136,6 @@ self: {
];
description = "Orphan instances for the UUID datatype";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"uuid-quasi" = callPackage
@@ -254673,6 +253307,8 @@ self: {
testHaskellDepends = [ base Cabal containers ];
description = "Core algorithms and datatypes used by vabal";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vacuum" = callPackage
@@ -254941,8 +253577,8 @@ self: {
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "validity";
- version = "0.9.0.2";
- sha256 = "1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v";
+ version = "0.9.0.3";
+ sha256 = "1iqn07n1fv54waln0jj9hf3pivxiz138hzm38z0cdl8yj76qgx7x";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "Validity typeclass";
@@ -254955,8 +253591,8 @@ self: {
}:
mkDerivation {
pname = "validity-aeson";
- version = "0.2.0.2";
- sha256 = "010x1sprssj282gv85n63955fmn6ngz6h6qii3174vrxrwlkvh7s";
+ version = "0.2.0.3";
+ sha256 = "0rvhlbnm27yfywavp46iyhvkbwxzcnwl8p82k8xpncy4gc2493b7";
libraryHaskellDepends = [
aeson base validity validity-scientific validity-text
validity-unordered-containers validity-vector
@@ -254969,8 +253605,8 @@ self: {
({ mkDerivation, base, bytestring, validity }:
mkDerivation {
pname = "validity-bytestring";
- version = "0.4.1.0";
- sha256 = "0jyqsvi12673pz2dz88v9j1i1vh0fxv77n0xyjh30lhl8s9y3vvd";
+ version = "0.4.1.1";
+ sha256 = "0ck7pn8c8srwdwpcx6x4ihixff07kigq8q9sjkc3zzyf54n93f3x";
libraryHaskellDepends = [ base bytestring validity ];
description = "Validity instances for bytestring";
license = stdenv.lib.licenses.mit;
@@ -254980,23 +253616,11 @@ self: {
({ mkDerivation, base, containers, validity }:
mkDerivation {
pname = "validity-containers";
- version = "0.3.1.0";
- sha256 = "1ci07x5k9hjpn23pbp4bc0zvml5xbpppsmcxr1qfcg0g4036q29r";
- libraryHaskellDepends = [ base containers validity ];
- description = "Validity instances for containers";
- 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";
+ version = "0.5.0.1";
+ sha256 = "1rhr3ibxj94gipdqq2ar1qkklpavs2yj53n3qrnfawhs2sih9kpd";
libraryHaskellDepends = [ base containers validity ];
description = "Validity instances for containers";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"validity-path" = callPackage
@@ -255005,39 +253629,22 @@ self: {
}:
mkDerivation {
pname = "validity-path";
- version = "0.3.0.2";
- sha256 = "0ip1qm6sip1yxbrcx9zn2saipd6bfs88cgn5jd3pw9ffkydxm74p";
- libraryHaskellDepends = [ base filepath path validity ];
- testHaskellDepends = [
- base filepath genvalidity-hspec hspec path validity
- ];
- description = "Validity instances for Path";
- 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";
+ version = "0.4.0.1";
+ sha256 = "00p02jgqp5x34yjshylbalsbi44ksdywwjf5c8fwbqjkykwx98px";
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 {
pname = "validity-primitive";
- version = "0.0.0.0";
- sha256 = "05y5zbirqyqjpdvvxhkaai60hzzwmvshzvkk7j376yjsg8sas4x0";
+ version = "0.0.0.1";
+ sha256 = "0r9wy91qr2c8lf6llv9qyirb1vjkq4nb41zqph5ip9gjjj7fzk9y";
libraryHaskellDepends = [ base primitive validity ];
description = "Validity instances for primitive";
license = stdenv.lib.licenses.mit;
@@ -255047,8 +253654,8 @@ self: {
({ mkDerivation, base, scientific, validity }:
mkDerivation {
pname = "validity-scientific";
- version = "0.2.0.2";
- sha256 = "1hcdv8s7qfcrgc8hn335dzxx3q5qqbviwp4bf4lwnzbw611slcl1";
+ version = "0.2.0.3";
+ sha256 = "0vqqwlhamykz1vb5gc6krkcq3ixdmkld17c5vsxd0drnjcsllfkp";
libraryHaskellDepends = [ base scientific validity ];
description = "Validity instances for scientific";
license = stdenv.lib.licenses.mit;
@@ -255058,8 +253665,8 @@ self: {
({ mkDerivation, base, bytestring, text, validity }:
mkDerivation {
pname = "validity-text";
- version = "0.3.1.0";
- sha256 = "0r22pipimzlznkv164n3pw3063v7yxz2l04m74y5j1zajxpg5lzd";
+ version = "0.3.1.1";
+ sha256 = "1sdcivm7mbvi71zkm36g95wrb0y8fzhrnryp01m2wpmhffk1z5cf";
libraryHaskellDepends = [ base bytestring text validity ];
description = "Validity instances for text";
license = stdenv.lib.licenses.mit;
@@ -255069,8 +253676,8 @@ self: {
({ mkDerivation, base, time, validity }:
mkDerivation {
pname = "validity-time";
- version = "0.2.0.2";
- sha256 = "0rg28pgicn8ycdswszbc070587pblbxdzl6mc082l9rgz3g4mcji";
+ version = "0.3.0.0";
+ sha256 = "1g8lp7sv8hs9jwsqphq30q2wr20kmmd430mqc1rm82i4cwsk8azx";
libraryHaskellDepends = [ base time validity ];
description = "Validity instances for time";
license = stdenv.lib.licenses.mit;
@@ -255080,8 +253687,8 @@ self: {
({ mkDerivation, base, hashable, unordered-containers, validity }:
mkDerivation {
pname = "validity-unordered-containers";
- version = "0.2.0.2";
- sha256 = "06qq6rdzcb0l145653fdrbyf18fci49v85mq8c0sjhhfr22pwm2h";
+ version = "0.2.0.3";
+ sha256 = "11ra6d7a711bcl6fndj3xwk3g34nq3bpqdcb8zrpjlv9p4h6n3gj";
libraryHaskellDepends = [
base hashable unordered-containers validity
];
@@ -255093,8 +253700,8 @@ self: {
({ mkDerivation, base, uuid, validity }:
mkDerivation {
pname = "validity-uuid";
- version = "0.1.0.2";
- sha256 = "0k2nkkc69m2j4aj3fjfd1i0cg4nli1g44nxdf5liv59hhvk33p4m";
+ version = "0.1.0.3";
+ sha256 = "1m4z9q8m07ssrg6a4lj7501kjnbp9hazg3gyfwrbdbrw7p7jjd9l";
libraryHaskellDepends = [ base uuid validity ];
description = "Validity instances for uuid";
license = stdenv.lib.licenses.mit;
@@ -255104,8 +253711,8 @@ self: {
({ mkDerivation, base, hashable, validity, vector }:
mkDerivation {
pname = "validity-vector";
- version = "0.2.0.2";
- sha256 = "0y6fhcdyd42nynf2lavdx9pnhy8ylqfkq1yickx2ap4w5hc61k57";
+ version = "0.2.0.3";
+ sha256 = "0jbfd3h9k0b4ifaaqqar54r86hm1jiixyxrgs2ln7ni00b0ncv1y";
libraryHaskellDepends = [ base hashable validity vector ];
description = "Validity instances for vector";
license = stdenv.lib.licenses.mit;
@@ -255132,6 +253739,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "A library for generating values without having to thread state";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vampire" = callPackage
@@ -255389,6 +253998,8 @@ self: {
];
description = "semi-transparent persistence for Haskell using LMDB, STM";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vcache-trie" = callPackage
@@ -255404,6 +254015,8 @@ self: {
];
description = "patricia tries modeled above VCache";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vcard" = callPackage
@@ -255540,27 +254153,6 @@ self: {
"vec" = callPackage
({ mkDerivation, adjunctions, base, base-compat, criterion, deepseq
- , distributive, fin, hashable, inspection-testing, lens
- , semigroupoids, tagged, transformers, vector
- }:
- mkDerivation {
- pname = "vec";
- version = "0.1.1.1";
- sha256 = "0gzypyi4vv5ajysbmnpicm8r2qh95nmmrj9l6hp30b95i36cb5as";
- revision = "1";
- editedCabalFile = "137f3zjj0fwn3dmynvjg7k4v7k9h24a1gzqfma36hd2svksg8c3d";
- libraryHaskellDepends = [
- adjunctions base base-compat deepseq distributive fin hashable lens
- semigroupoids transformers
- ];
- testHaskellDepends = [ base fin inspection-testing tagged ];
- benchmarkHaskellDepends = [ base criterion fin vector ];
- description = "Vec: length-indexed (sized) list";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "vec_0_3" = callPackage
- ({ mkDerivation, adjunctions, base, base-compat, criterion, deepseq
, distributive, fin, hashable, inspection-testing, QuickCheck
, semigroupoids, tagged, transformers, vector
}:
@@ -255578,7 +254170,6 @@ self: {
benchmarkHaskellDepends = [ base criterion fin vector ];
description = "Vec: length-indexed (sized) list";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vec-lens" = callPackage
@@ -255590,8 +254181,6 @@ self: {
libraryHaskellDepends = [ base fin lens vec ];
description = "Vec: length-indexed (sized) list: lens support";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vec-optics" = callPackage
@@ -255603,8 +254192,6 @@ self: {
libraryHaskellDepends = [ base fin optics-core vec ];
description = "Vec: length-indexed (sized) list: optics support";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vect" = callPackage
@@ -255673,20 +254260,17 @@ self: {
"vector" = callPackage
({ mkDerivation, base, base-orphans, deepseq, ghc-prim, HUnit
- , primitive, QuickCheck, random, template-haskell, test-framework
- , test-framework-hunit, test-framework-quickcheck2, transformers
+ , primitive, QuickCheck, random, semigroups, tasty, tasty-hunit
+ , tasty-quickcheck, template-haskell, transformers
}:
mkDerivation {
pname = "vector";
- version = "0.12.0.3";
- sha256 = "1a756s4w759ji3als5alfxwlckh5zcmykfg9rll4mlr2knzvz8mq";
- revision = "2";
- editedCabalFile = "1kjs6jnbxziv1q0md2jiqic0r19ry8xlg7wdr8b52rz7yjyb08hl";
+ version = "0.12.1.2";
+ sha256 = "1g8i806ph9l789pv2k665bbxlmsbwfwzml1mi9xv683g7xl2fviv";
libraryHaskellDepends = [ base deepseq ghc-prim primitive ];
testHaskellDepends = [
- base base-orphans HUnit primitive QuickCheck random
- template-haskell test-framework test-framework-hunit
- test-framework-quickcheck2 transformers
+ base base-orphans HUnit primitive QuickCheck random semigroups
+ tasty tasty-hunit tasty-quickcheck template-haskell transformers
];
description = "Efficient Arrays";
license = stdenv.lib.licenses.bsd3;
@@ -255885,6 +254469,8 @@ self: {
librarySystemDepends = [ fftw ];
description = "A binding to the fftw library for one-dimensional vectors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) fftw;};
"vector-functorlazy" = callPackage
@@ -256012,23 +254598,6 @@ self: {
}) {};
"vector-sized" = callPackage
- ({ mkDerivation, adjunctions, base, comonad, deepseq, distributive
- , finite-typelits, hashable, indexed-list-literals, primitive
- , vector
- }:
- mkDerivation {
- pname = "vector-sized";
- version = "1.2.0.1";
- sha256 = "1l7d9nzazxh372pc7fwvbxib7hfmgkjg8c5iv7m5d240n1qk13pj";
- libraryHaskellDepends = [
- adjunctions base comonad deepseq distributive finite-typelits
- hashable indexed-list-literals primitive vector
- ];
- description = "Size tagged vectors";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "vector-sized_1_4_0_0" = callPackage
({ mkDerivation, adjunctions, base, binary, comonad, deepseq
, distributive, finite-typelits, hashable, indexed-list-literals
, primitive, vector
@@ -256043,7 +254612,6 @@ self: {
];
description = "Size tagged vectors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vector-space" = callPackage
@@ -256101,6 +254669,8 @@ self: {
libraryHaskellDepends = [ base vector-space ];
description = "A type for points, as distinct from vectors";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vector-split" = callPackage
@@ -256156,6 +254726,8 @@ self: {
];
description = "Text implementation based on unboxed char vector";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vector-th-unbox" = callPackage
@@ -256178,8 +254750,8 @@ self: {
}:
mkDerivation {
pname = "vectortiles";
- version = "1.5.0";
- sha256 = "1vy990m7vlsw0ffi0ys7xpz97npw0b3vldw6ykhcsyxhvhg6jrif";
+ version = "1.5.1";
+ sha256 = "1g5n7xrpzj1kfbmk97lak6p7m0g7irkcmd5cl0gh23bxsfzmbnkh";
libraryHaskellDepends = [
base bytestring containers deepseq hashable mtl protocol-buffers
protocol-buffers-descriptor text transformers unordered-containers
@@ -256206,8 +254778,8 @@ self: {
}:
mkDerivation {
pname = "vega-view";
- version = "0.3.1.5";
- sha256 = "0f120aalldbcwyyjmm6chvqgyp70lifqbas7q442qqficw7yi6hg";
+ version = "0.3.1.6";
+ sha256 = "0s9d3g47qnzcpi2p1z60axrr53jbc6q4qyma88qxsrf6ava115ar";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -256267,6 +254839,8 @@ self: {
pname = "verbosity";
version = "0.3.0.0";
sha256 = "0wzhkzgd6yxzdkmd2n8hwhrfyh5n88xs0hkil9l98wjh3mnn1qja";
+ revision = "1";
+ editedCabalFile = "11nw7xwvfc4aqnl9wibgfx0adzpnfbz58cjhcanf04j8pjk609lf";
libraryHaskellDepends = [
base binary data-default-class deepseq dhall generic-lens serialise
];
@@ -256274,6 +254848,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "verbosity_0_4_0_0" = callPackage
+ ({ mkDerivation, base, binary, deepseq, dhall, generic-lens
+ , serialise
+ }:
+ mkDerivation {
+ pname = "verbosity";
+ version = "0.4.0.0";
+ sha256 = "1h2vgy3ai3rxh76zi68yi5n5qmj0kyjm0sjg2m1gf9nr4z47afjx";
+ libraryHaskellDepends = [
+ base binary deepseq dhall generic-lens serialise
+ ];
+ description = "Simple enum that encodes application verbosity";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"verdict" = callPackage
({ mkDerivation, base, hspec, markdown-unlit, mtl, text
, transformers
@@ -256372,22 +254962,21 @@ self: {
"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, mtl, 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
+ , criterion, cryptonite, deepseq, DRBG, exceptions, fgl
+ , fgl-visualize, filepath, gitrev, hedgehog, lens, lifted-base
+ , memory, monad-control, mtl, 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.6.0.2";
- sha256 = "1rjcsdizzhc1lr2mfh0r6dhhabnbz1gjva7xkr3z3mqzsqp9jm5f";
+ version = "1.0.0.2";
+ sha256 = "0lrc0idpxg4a7mlwb7s3j43zizinszpfwwqfm91cz3fkb5clv21h";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
array base binary blaze-html bytestring cryptonite deepseq DRBG
exceptions fgl fgl-visualize filepath gitrev hedgehog lens
@@ -256404,7 +254993,9 @@ self: {
];
benchmarkHaskellDepends = [ base criterion lens ];
description = "Random verilog generation and simulator testing";
- license = stdenv.lib.licenses.bsd3;
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"versioning" = callPackage
@@ -256450,8 +255041,8 @@ self: {
}:
mkDerivation {
pname = "versions";
- version = "3.5.2";
- sha256 = "0a2ymd7wmpakcrm1fz9xwmjqlka7jmd8kb6385frd36nbi9bx78h";
+ version = "3.5.3";
+ sha256 = "0i883v04i1a3sjn1vx15yb3bwi9pq41z650aq3zci72vyvbhr0n7";
libraryHaskellDepends = [ base deepseq hashable megaparsec text ];
testHaskellDepends = [
base base-prelude checkers megaparsec microlens QuickCheck tasty
@@ -256484,14 +255075,20 @@ self: {
}) {};
"vformat" = callPackage
- ({ mkDerivation, base, containers, exceptions, hspec, QuickCheck }:
+ ({ mkDerivation, base, containers, exceptions, hspec, QuickCheck
+ , template-haskell
+ }:
mkDerivation {
pname = "vformat";
- version = "0.13.0.0";
- sha256 = "0ribzajgsjmpbr4r248hiy5krx692ik623gpz6iz1qqrv4w54lnv";
- libraryHaskellDepends = [ base containers exceptions ];
+ version = "0.14.1.0";
+ sha256 = "0wg419mqdqsi6msgy4k7jgqdqba96pmv58dpyd6ar6hq7b90na69";
+ revision = "1";
+ editedCabalFile = "074y0nkygj8klkpm3rpdp7z2yj9np9y6rzhc7i62j0mykd27h8hq";
+ libraryHaskellDepends = [
+ base containers exceptions template-haskell
+ ];
testHaskellDepends = [
- base containers exceptions hspec QuickCheck
+ base containers exceptions hspec QuickCheck template-haskell
];
description = "A Python str.format() like formatter";
license = stdenv.lib.licenses.bsd3;
@@ -256505,6 +255102,8 @@ self: {
pname = "vformat-aeson";
version = "0.1.0.1";
sha256 = "1cj3zp5n1j86jds906r9yrhanl8xq08gk97x6i64d651pry4h11v";
+ revision = "1";
+ editedCabalFile = "1p85qlv9w11mqybcf81xix0lhbgc2bzy9gw83ywci5kmd1s7a2a5";
libraryHaskellDepends = [
aeson base bytestring scientific text unordered-containers vector
vformat
@@ -256523,6 +255122,8 @@ self: {
pname = "vformat-time";
version = "0.1.0.0";
sha256 = "0s3b9ryyzmvy1fpxdnxdgrpi5faz67r8immm30pv6njy741k1l36";
+ revision = "1";
+ editedCabalFile = "0i11kkr8xwrffqz6jb68xfgvsbdkfxzxmw9k1bjc42x9hidgxv47";
libraryHaskellDepends = [ base time vformat ];
testHaskellDepends = [ base time vformat ];
description = "Extend vformat to time datatypes";
@@ -256656,6 +255257,8 @@ self: {
];
description = "Text-based interactive GHC .prof viewer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"views" = callPackage
@@ -256800,10 +255403,10 @@ self: {
}:
mkDerivation {
pname = "vinyl";
- version = "0.11.0";
- sha256 = "0sqa4x8cwg6hdx3lrnq9pbggsh5vv6rhng2az4grl60c4kw6zr08";
+ version = "0.12.1";
+ sha256 = "0bwy1814762vy2din5i73h4d6mmf4hw71ix5c1mnnzmbmjnmbqc0";
revision = "1";
- editedCabalFile = "05i1sjkgn9vf488sa063fnp0p56ic39a5vyni9b2llm4vbpl4kwz";
+ editedCabalFile = "0v5rhc9xxb1q8z1kj1y2c0zy5ijx044fggvvk1844hz2z93f5x83";
libraryHaskellDepends = [ array base ghc-prim ];
testHaskellDepends = [
aeson base doctest hspec lens lens-aeson microlens mtl
@@ -256814,32 +255417,6 @@ self: {
];
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
- 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-generics" = callPackage
@@ -256857,8 +255434,6 @@ self: {
];
description = "Convert plain records to vinyl (and vice versa), generically";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vinyl-gl" = callPackage
@@ -257143,6 +255718,8 @@ self: {
testHaskellDepends = [ base bytestring cereal microspec time ];
description = "Open Sound Control encode/decode";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vivid-supercollider" = callPackage
@@ -257299,8 +255876,8 @@ self: {
pname = "vpq";
version = "0.1.0.0";
sha256 = "1qa3l71ch96slan8s2zx9wc4ljsl4jgl83m7h0rfb9nd9cawflf7";
- revision = "1";
- editedCabalFile = "16wnqvfblg8gimixc9pjdii4anbqjlkn12xrb6aw3sqk26pq7khb";
+ revision = "2";
+ editedCabalFile = "10rhbl1hpxsaf5xyfjady2jargw1ws2k1kqn6wwgb9m6fhya6cfk";
libraryHaskellDepends = [ base primitive util vector ];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Priority queue based on vector";
@@ -257398,8 +255975,8 @@ self: {
}:
mkDerivation {
pname = "vty";
- version = "5.25.1";
- sha256 = "1x15jlf9x6c8nhdbp6alr17vigclkaf5qy5jpp14g5n568p7karw";
+ version = "5.26";
+ sha256 = "03iznvkdm11blzx09il96262qpgc4mmi3qzarhl8grrijkgzxj4x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -257421,28 +255998,29 @@ 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
+ "vty_5_28_1" = callPackage
+ ({ mkDerivation, ansi-terminal, base, binary, 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";
+ version = "5.28.1";
+ sha256 = "0hshmpa3n6936527wimxf3vi5v6gddp09kxjjmcxjwq39h9a640y";
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
+ ansi-terminal base binary 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
+ base containers directory filepath microlens microlens-mtl mtl
];
testHaskellDepends = [
base blaze-builder bytestring Cabal containers deepseq HUnit
@@ -257727,8 +256305,6 @@ self: {
];
description = "File/CGI/Rev Proxy App of WAI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"wai-app-static" = callPackage
@@ -257784,6 +256360,8 @@ self: {
];
description = "Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-conduit" = callPackage
@@ -257886,23 +256464,45 @@ self: {
"wai-enforce-https" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, hspec
- , http-types, network, text, wai, wai-extra, warp, warp-tls
+ , http-types, network, text, wai, wai-extra
}:
mkDerivation {
pname = "wai-enforce-https";
- version = "0.0.1";
- sha256 = "0gm4n57abmbawpij3hsn6ia283b75sn40387dimpp573q5nnnwmv";
+ version = "0.0.2";
+ sha256 = "0p3j438knirr32j6dhqscws93h3ygk6lvw97r489h8i1dip9rqll";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ base bytestring case-insensitive http-types network text wai
+ ];
+ testHaskellDepends = [
+ base bytestring case-insensitive hspec http-types wai wai-extra
+ ];
+ description = "Enforce HTTPS in Wai server app safely";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "wai-enforce-https_0_0_2_1" = callPackage
+ ({ mkDerivation, base, bytestring, case-insensitive, hspec
+ , http-types, network, text, wai, wai-extra
+ }:
+ mkDerivation {
+ pname = "wai-enforce-https";
+ version = "0.0.2.1";
+ sha256 = "1mbhk50j1a47ydg5kd6bj3nbzqfq1abm1d1vcxc3smw4fgf39g5x";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring case-insensitive http-types network text wai
];
- executableHaskellDepends = [ base http-types wai warp warp-tls ];
testHaskellDepends = [
base bytestring case-insensitive hspec http-types wai wai-extra
];
description = "Enforce HTTPS in Wai server app safely";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-eventsource" = callPackage
@@ -257927,8 +256527,8 @@ self: {
}:
mkDerivation {
pname = "wai-extra";
- version = "3.0.29";
- sha256 = "1p0ngzz2p072v71dfylp90994qzz34lmbc7jqain2bm22616bs1f";
+ version = "3.0.29.1";
+ sha256 = "1c5am6rnk4dwrvdv3cs01kcddbddg02hrw7h9114jwzcmglx84i7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -258231,23 +256831,6 @@ self: {
}:
mkDerivation {
pname = "wai-logger";
- version = "2.3.5";
- sha256 = "05gbipyw0672irynsc3wqvvgzqixhmq69ay2mxh2phb734r8bcmm";
- 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;
- }) {};
-
- "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 ];
@@ -258257,7 +256840,6 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A logging system for WAI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-logger-buffered" = callPackage
@@ -258337,36 +256919,6 @@ self: {
"wai-middleware-auth" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, binary
, blaze-builder, blaze-html, bytestring, case-insensitive, cereal
- , clientsession, cookie, exceptions, hoauth2, http-client
- , http-client-tls, http-conduit, http-reverse-proxy, http-types
- , optparse-simple, regex-posix, safe-exceptions, shakespeare, text
- , unix-compat, unordered-containers, uri-bytestring, vault, wai
- , wai-app-static, wai-extra, warp, yaml
- }:
- mkDerivation {
- pname = "wai-middleware-auth";
- version = "0.1.2.1";
- sha256 = "0x3x3vc2l7glvfv6xcmqq0bw4mm8w2l577zx6qhx4399b03j56a1";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base base64-bytestring binary blaze-builder blaze-html
- bytestring case-insensitive cereal clientsession cookie exceptions
- hoauth2 http-client http-client-tls http-conduit http-reverse-proxy
- http-types regex-posix safe-exceptions shakespeare text unix-compat
- unordered-containers uri-bytestring vault wai wai-app-static
- wai-extra yaml
- ];
- executableHaskellDepends = [
- base bytestring cereal clientsession optparse-simple warp
- ];
- description = "Authentication middleware that secures WAI application";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "wai-middleware-auth_0_2_1_0" = callPackage
- ({ mkDerivation, aeson, base, base64-bytestring, binary
- , blaze-builder, blaze-html, bytestring, case-insensitive, cereal
, clientsession, cookie, exceptions, hedgehog, hoauth2, http-client
, http-client-tls, http-conduit, http-reverse-proxy, http-types
, optparse-simple, regex-posix, safe-exceptions, shakespeare, text
@@ -258377,6 +256929,8 @@ self: {
pname = "wai-middleware-auth";
version = "0.2.1.0";
sha256 = "16gm0r4jlmzx5qd4s03whqlc8siy139fwrb6q26a053c85n5lw0f";
+ revision = "1";
+ editedCabalFile = "14aicx9vvp5p77hxmx0zqmqmz4qgv7adr7rsvxy76k0rszz8s8d6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -258396,6 +256950,7 @@ self: {
description = "Authentication middleware that secures WAI application";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-middleware-brotli" = callPackage
@@ -258619,6 +257174,8 @@ self: {
];
description = "Middleware and utilities for using Atlassian Crowd authentication";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-middleware-delegate" = callPackage
@@ -258778,6 +257335,8 @@ self: {
];
description = "A WAI middleware to collect EKG request metrics";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-middleware-preprocessor" = callPackage
@@ -258885,26 +257444,6 @@ self: {
}:
mkDerivation {
pname = "wai-middleware-static";
- version = "0.8.2";
- sha256 = "1z5yapcf8j9w71f2na30snmalsajlyi8an2f9qrjdmajabyykr0b";
- revision = "2";
- editedCabalFile = "17vq38dh7x1kqzfwla1s0rldd5hzm5mcrx49sjlzy8b66gd2n3ac";
- libraryHaskellDepends = [
- base bytestring containers cryptonite directory expiring-cache-map
- filepath http-types memory mime-types mtl old-locale semigroups
- text time wai
- ];
- description = "WAI middleware that serves requests to static files";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "wai-middleware-static_0_8_3" = callPackage
- ({ mkDerivation, base, bytestring, containers, cryptonite
- , directory, expiring-cache-map, filepath, http-types, memory
- , mime-types, mtl, old-locale, semigroups, text, time, wai
- }:
- mkDerivation {
- pname = "wai-middleware-static";
version = "0.8.3";
sha256 = "0l6az106r970v3jwx3z7fg7x8ja8x5hla0m5lwg7sjfs9vdh0bnl";
libraryHaskellDepends = [
@@ -258914,7 +257453,6 @@ self: {
];
description = "WAI middleware that serves requests to static files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-middleware-static-caching" = callPackage
@@ -258994,6 +257532,8 @@ self: {
];
description = "WAI middleware for authenticating webhook payloads from Travis CI";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-middleware-verbs" = callPackage
@@ -259091,6 +257631,8 @@ self: {
];
description = "WAI middleware for path-based request routing with captures";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-router" = callPackage
@@ -259569,8 +258111,8 @@ self: {
pname = "warc";
version = "1.0.4";
sha256 = "1mxfm8kdvm0l1lnzma4n9mriz94ypckxqcz1f34fa3n1j3ckc45b";
- revision = "2";
- editedCabalFile = "0vlh1wivzs2ikmp3jbx4m0zxyvkjy1rn6xhbgaz1n5vi37hid74n";
+ revision = "3";
+ editedCabalFile = "1j51wz7l7vq3mdccn4gp40vlqri9g8fqsmlndgbd70drhq5a6mpw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -259585,6 +258127,8 @@ self: {
];
description = "A parser for the Web Archive (WARC) format";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"warp" = callPackage
@@ -259593,45 +258137,12 @@ self: {
, ghc-prim, hashable, hspec, http-client, http-date, http-types
, http2, HUnit, iproute, lifted-base, network, process, QuickCheck
, simple-sendfile, stm, streaming-commons, text, time, time-manager
- , unix, unix-compat, vault, wai, word8
- }:
- mkDerivation {
- pname = "warp";
- version = "3.3.5";
- sha256 = "09kd8p61xxwi3jnx7y6idjr03cblfzysssvzcvvv7mfcqr5sf165";
- libraryHaskellDepends = [
- array async auto-update base bsb-http-chunked bytestring
- case-insensitive containers ghc-prim hashable http-date http-types
- http2 iproute network simple-sendfile stm streaming-commons text
- time-manager unix unix-compat vault wai word8
- ];
- testHaskellDepends = [
- array async auto-update base bsb-http-chunked bytestring
- case-insensitive containers directory ghc-prim hashable hspec
- http-client http-date http-types http2 HUnit iproute lifted-base
- network process QuickCheck simple-sendfile stm streaming-commons
- text time time-manager unix unix-compat vault wai word8
- ];
- benchmarkHaskellDepends = [
- auto-update base bytestring containers gauge hashable http-date
- http-types network time-manager unix unix-compat
- ];
- description = "A fast, light-weight web server for WAI applications";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "warp_3_3_8" = 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
- , http2, HUnit, iproute, lifted-base, network, process, QuickCheck
- , simple-sendfile, stm, streaming-commons, text, time, time-manager
, unix, unix-compat, vault, wai, word8, x509
}:
mkDerivation {
pname = "warp";
- version = "3.3.8";
- sha256 = "13amshbyz185inkx1xd0ywa1096dlwp3s24hkrls166wiiq6gzc4";
+ version = "3.3.9";
+ sha256 = "1hb8984sp0dri2a65sql0j310x47063dn4mbpmax0bkn13l4b6j3";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
@@ -259651,7 +258162,6 @@ self: {
];
description = "A fast, light-weight web server for WAI applications";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"warp-dynamic" = callPackage
@@ -259686,8 +258196,6 @@ self: {
];
description = "A minimal gRPC server on top of Warp";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"warp-static" = callPackage
@@ -259731,22 +258239,6 @@ self: {
}:
mkDerivation {
pname = "warp-tls";
- version = "3.2.9";
- sha256 = "1bwd6fi0pfcszz7f7r41bjxmx1vq0594088l3hbj0s23m4lxzhs1";
- libraryHaskellDepends = [
- base bytestring cryptonite data-default-class network
- streaming-commons tls tls-session-manager wai warp
- ];
- description = "HTTP over TLS support for Warp via the TLS package";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "warp-tls_3_2_11" = callPackage
- ({ mkDerivation, base, bytestring, cryptonite, data-default-class
- , network, streaming-commons, tls, tls-session-manager, wai, warp
- }:
- mkDerivation {
- pname = "warp-tls";
version = "3.2.11";
sha256 = "05y0i0b84kssvgr2hb3rdlqk55wl2lfcbp9sbia8lqnbc6cp0606";
libraryHaskellDepends = [
@@ -259755,7 +258247,6 @@ self: {
];
description = "HTTP over TLS support for Warp via the TLS package";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"warp-tls-uid" = callPackage
@@ -259793,6 +258284,8 @@ self: {
];
description = "Warp and Wai Library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wasm" = callPackage
@@ -259836,6 +258329,8 @@ self: {
libraryHaskellDepends = [ base mtl time ];
description = "Simple control structure to re-try an action with exponential backoff";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"watcher" = callPackage
@@ -259925,8 +258420,8 @@ self: {
}:
mkDerivation {
pname = "wavefront";
- version = "0.7.1.3";
- sha256 = "1sly9gxq06n4x262fav0zvfzhgnxca1xwh4q7b4lq6g3gpwld9s5";
+ version = "0.7.1.4";
+ sha256 = "1qmzvlmqxph57nx8h7zkwa9qbmin908w0w91vqwv5n7qgyqwk31n";
libraryHaskellDepends = [
attoparsec base dlist filepath mtl text transformers vector
];
@@ -260219,30 +258714,32 @@ self: {
"web-rep" = callPackage
({ mkDerivation, aeson, attoparsec, base, bifunctors, box, clay
- , foldl, generic-lens, interpolatedstring-perl6, javascript-bridge
- , JuicyPixels, language-javascript, lens, lucid, lucid-svg, mmorph
- , mtl, optparse-generic, scotty, streaming, tasty, tasty-hspec
- , text, text-format, transformers, unordered-containers, wai
- , wai-extra, wai-middleware-static
+ , doctest, foldl, generic-lens, interpolatedstring-perl6
+ , javascript-bridge, JuicyPixels, language-javascript, lens, lucid
+ , lucid-svg, mmorph, mtl, optparse-generic, scotty, streaming
+ , tasty, tasty-hspec, text, text-format, transformers
+ , unordered-containers, wai, wai-extra, wai-middleware-static
}:
mkDerivation {
pname = "web-rep";
- version = "0.2.0";
- sha256 = "0mxsqx9gigi70xj372qrwsfahy1ra17jhagvrv6y7pzzl3g0rfws";
+ version = "0.3.0";
+ sha256 = "1qfgs3jb146a37zpsgcl2vc4k6p9h1mqhhkgrcq386x535v2ivmq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson attoparsec base bifunctors box clay foldl generic-lens
interpolatedstring-perl6 javascript-bridge JuicyPixels
- language-javascript lens lucid lucid-svg mmorph mtl scotty
- streaming text text-format transformers unordered-containers
- wai-middleware-static
+ language-javascript lens lucid lucid-svg mmorph mtl
+ optparse-generic scotty streaming text text-format transformers
+ unordered-containers wai wai-extra wai-middleware-static
];
executableHaskellDepends = [
attoparsec base box lens lucid optparse-generic scotty text wai
wai-extra wai-middleware-static
];
- testHaskellDepends = [ base lens lucid tasty tasty-hspec text ];
+ testHaskellDepends = [
+ base doctest lens lucid tasty tasty-hspec text
+ ];
description = "representations of a web page";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -260304,8 +258801,6 @@ self: {
];
description = "Adds support for using web-routes with Happstack";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"web-routes-hsp" = callPackage
@@ -261115,8 +259610,6 @@ self: {
];
description = "Composable websockets clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"websockets-simple-extra" = callPackage
@@ -261127,8 +259620,6 @@ self: {
sha256 = "1ckni1imxh4k1nxivvj9p1mffzvdmyjc20nas8b90dkkxblgnk1j";
libraryHaskellDepends = [ base mtl websockets-simple ];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"websockets-snap" = callPackage
@@ -261248,8 +259739,6 @@ self: {
];
description = "A school-timetable problem-solver";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"weigh" = callPackage
@@ -261440,6 +259929,8 @@ self: {
libraryHaskellDepends = [ base shelly template-haskell text ];
description = "Determine the full path to an executable";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"while-lang-parser" = callPackage
@@ -261515,6 +260006,8 @@ self: {
libraryHaskellDepends = [ base network network-uri split ];
description = "WHOIS client library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wholepixels" = callPackage
@@ -261531,6 +260024,8 @@ self: {
random-fu random-shuffle random-source relude temporary time
];
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"why3" = callPackage
@@ -261559,27 +260054,6 @@ self: {
}:
mkDerivation {
pname = "wide-word";
- version = "0.1.0.9";
- sha256 = "0k8v6iggsrbmmq82b4zziyg9arh6fvwqsfid15nnycdfgsaafph3";
- revision = "1";
- editedCabalFile = "1d9ahyjh7wjpr7llmvj2r7y6c0gl91yq501aj9c5qfpyhbc59jzl";
- libraryHaskellDepends = [ base deepseq primitive ];
- testHaskellDepends = [
- base bytestring ghc-prim hedgehog primitive 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_1_0" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, ghc-prim, hedgehog
- , primitive, QuickCheck, quickcheck-classes, semirings
- }:
- mkDerivation {
- pname = "wide-word";
version = "0.1.1.0";
sha256 = "101a2irkgsz9264zj9vdwbkycf25phsf1kbhh6nrx8mh9207aaiw";
libraryHaskellDepends = [ base deepseq primitive ];
@@ -261589,8 +260063,6 @@ self: {
];
description = "Data types for large but fixed width signed and unsigned integers";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"wigner-symbols" = callPackage
@@ -261961,14 +260433,33 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "with-utf8" = callPackage
+ ({ mkDerivation, base, deepseq, hedgehog, HUnit, safe-exceptions
+ , tasty, tasty-discover, tasty-hedgehog, tasty-hunit, temporary
+ , text, unix
+ }:
+ mkDerivation {
+ pname = "with-utf8";
+ version = "1.0.0.0";
+ sha256 = "06xznaszw7d6rznvzhzw3y4z31b4vx4djms85rq4qsbpfbdrh2zc";
+ libraryHaskellDepends = [ base safe-exceptions text ];
+ testHaskellDepends = [
+ base deepseq hedgehog HUnit safe-exceptions tasty tasty-hedgehog
+ tasty-hunit temporary text unix
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Get your IO right on the first try";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"withdependencies" = callPackage
({ mkDerivation, base, conduit, containers, hspec, HUnit, mtl
, profunctors
}:
mkDerivation {
pname = "withdependencies";
- version = "0.2.5";
- sha256 = "13xdcn9fp1nc5378vmjbjwpw4n19bnnfrgr729yh5s366f2cfiv1";
+ version = "0.3.0";
+ sha256 = "1hjld3ndafnaxwx1c6s88dc3bimbc5vwfdf6lcsq22apzh1gmdm6";
libraryHaskellDepends = [
base conduit containers mtl profunctors
];
@@ -262035,6 +260526,8 @@ self: {
executableHaskellDepends = [ base bytestring network unix ];
description = "A network server to show bottlenecks of GHC";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wizard" = callPackage
@@ -262185,6 +260678,8 @@ self: {
];
description = "A free monad based on the Wadler/Leijen pretty printer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wl-pprint-terminfo" = callPackage
@@ -262210,8 +260705,8 @@ self: {
({ mkDerivation, base, base-compat, text }:
mkDerivation {
pname = "wl-pprint-text";
- version = "1.2.0.0";
- sha256 = "0g3w92rad6x5appfb22rbzcas2ix2h0hy91sdxhq8a4a5cnlrpa0";
+ version = "1.2.0.1";
+ sha256 = "030ckgzz14sv2c317g4j5g68hyq9xi40cmv0apwclw6sc6xgsvly";
libraryHaskellDepends = [ base base-compat text ];
description = "A Wadler/Leijen Pretty Printer for Text values";
license = stdenv.lib.licenses.bsd3;
@@ -262283,6 +260778,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "Convenient typeclass for defining arbitrary-index enums";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"woffex" = callPackage
@@ -262314,6 +260811,8 @@ self: {
executableHaskellDepends = [ base ];
description = "Send a Wake on LAN Magic Packet";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wolf" = callPackage
@@ -262366,8 +260865,6 @@ self: {
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Words of arbitrary size";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"word-trie" = callPackage
@@ -262565,6 +261062,8 @@ self: {
];
description = "Command-line tool to get random words";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wordpass" = callPackage
@@ -262882,10 +261381,8 @@ self: {
}:
mkDerivation {
pname = "wrecker";
- version = "1.3.1.0";
- sha256 = "0z0a9k88npw09n54mplg2aa98y4p8kmk14v8ks2dc2ilf24lrri7";
- revision = "1";
- editedCabalFile = "1wzpw1cdbrb3mz7qaissdjidwdafhv9jph14066gn9dnyffg1w02";
+ version = "1.3.2.0";
+ sha256 = "02x20w2xb1w58rb9n9yw2kz08q77prs7bfnmgxc6nmcrrafgg6bv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -263307,6 +261804,8 @@ self: {
];
description = "Terminal emulator over websockets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wsjtx-udp" = callPackage
@@ -263390,6 +261889,8 @@ self: {
];
description = "Unimportant Unix adminstration tool";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wumpus-basic" = callPackage
@@ -263836,11 +262337,9 @@ self: {
}:
mkDerivation {
pname = "x86-64bit";
- version = "0.4.5";
- sha256 = "1dgl53xra7m8rfczfjvibn8gcmacpg3fagz0yysk1b7sjvlim7cp";
- libraryHaskellDepends = [
- base deepseq monads-tf QuickCheck tardis vector
- ];
+ version = "0.4.6";
+ sha256 = "19av4xkh80al9gr67n10ivf7hwwg3gfkph2mbq63q8wdh67gyg8s";
+ libraryHaskellDepends = [ base deepseq monads-tf tardis vector ];
testHaskellDepends = [
base deepseq monads-tf QuickCheck tardis vector
];
@@ -264003,8 +262502,8 @@ self: {
}:
mkDerivation {
pname = "xdg-desktop-entry";
- version = "0.1.1.0";
- sha256 = "0ss4marv4lyh94v9x12sy5wfdsiw0jppqpgndmg1w8b3mfk0d6s2";
+ version = "0.1.1.1";
+ sha256 = "0xlniirgj01v02dp6wx8iw038p4mx2pa3rmwfv3g7k5raa7gzapb";
libraryHaskellDepends = [
base ConfigFile directory either filepath multimap safe
transformers unix
@@ -264069,6 +262568,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "xeno_0_4_1" = callPackage
+ ({ mkDerivation, array, base, bytestring, bytestring-mmap, bzlib
+ , criterion, deepseq, filepath, ghc-prim, hexml, hexpat, hspec, mtl
+ , mutable-containers, time, vector, weigh, xml
+ }:
+ mkDerivation {
+ pname = "xeno";
+ version = "0.4.1";
+ sha256 = "0pnmbi6w4l1i8m5vjxgxpcx98b5rphm32ykzcvgdnvahv8mrqycy";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ array base bytestring deepseq mtl mutable-containers vector
+ ];
+ executableHaskellDepends = [
+ base bytestring bytestring-mmap deepseq hexml time weigh
+ ];
+ testHaskellDepends = [ base bytestring hexml hspec ];
+ benchmarkHaskellDepends = [
+ base bytestring bzlib criterion deepseq filepath ghc-prim hexml
+ hexpat weigh xml
+ ];
+ description = "A fast event-based XML parser in pure Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"xenstore" = callPackage
({ mkDerivation, base, bytestring, cereal, mtl, network }:
mkDerivation {
@@ -264080,6 +262607,8 @@ self: {
libraryHaskellDepends = [ base bytestring cereal mtl network ];
description = "Xenstore client access";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xfconf" = callPackage
@@ -264386,6 +262915,8 @@ self: {
testHaskellDepends = [ base ];
description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xlsior" = callPackage
@@ -264423,34 +262954,6 @@ self: {
}:
mkDerivation {
pname = "xlsx";
- version = "0.7.2";
- sha256 = "00qigyz4nc23abawapxhw0sgmj9c5qplkkvyv6xxffanx9kh8mmj";
- libraryHaskellDepends = [
- attoparsec base base64-bytestring binary-search bytestring conduit
- containers data-default deepseq errors extra filepath lens mtl
- network-uri old-locale safe text time transformers vector xeno
- xml-conduit zip-archive zlib
- ];
- testHaskellDepends = [
- base bytestring containers Diff groom lens mtl raw-strings-qq
- smallcheck tasty tasty-hunit tasty-smallcheck text time vector
- xml-conduit
- ];
- benchmarkHaskellDepends = [ base bytestring criterion ];
- description = "Simple and incomplete Excel file parser/writer";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "xlsx_0_8_0" = callPackage
- ({ mkDerivation, attoparsec, base, base64-bytestring, binary-search
- , bytestring, conduit, containers, criterion, data-default, deepseq
- , Diff, errors, extra, filepath, groom, lens, mtl, network-uri
- , old-locale, raw-strings-qq, safe, smallcheck, tasty, tasty-hunit
- , tasty-smallcheck, text, time, transformers, vector, xeno
- , xml-conduit, zip-archive, zlib
- }:
- mkDerivation {
- pname = "xlsx";
version = "0.8.0";
sha256 = "1wp2ybkf5z4x87a73yygi3g1nqjy6pfb1wdwyvmjqk64ibjz0p7d";
libraryHaskellDepends = [
@@ -264468,6 +262971,7 @@ self: {
description = "Simple and incomplete Excel file parser/writer";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xlsx-tabular" = callPackage
@@ -264579,7 +263083,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "xml-conduit" = callPackage
+ "xml-conduit_1_8_0_1" = callPackage
({ mkDerivation, attoparsec, base, blaze-html, blaze-markup
, bytestring, conduit, conduit-extra, containers
, data-default-class, deepseq, doctest, hspec, HUnit, resourcet
@@ -264600,6 +263104,30 @@ self: {
];
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "xml-conduit" = callPackage
+ ({ mkDerivation, attoparsec, base, blaze-html, blaze-markup
+ , bytestring, conduit, conduit-extra, containers
+ , data-default-class, deepseq, doctest, hspec, HUnit, resourcet
+ , text, transformers, xml-types
+ }:
+ mkDerivation {
+ pname = "xml-conduit";
+ version = "1.9.0.0";
+ sha256 = "1p57v127882rxvvmwjmvnqdmk3x2wg1z4d8y03849h0xaz1vid0w";
+ libraryHaskellDepends = [
+ attoparsec base blaze-html blaze-markup bytestring conduit
+ conduit-extra containers data-default-class deepseq resourcet text
+ transformers xml-types
+ ];
+ testHaskellDepends = [
+ base blaze-markup bytestring conduit containers doctest hspec HUnit
+ resourcet text transformers xml-types
+ ];
+ description = "Pure-Haskell utilities for dealing with XML with the conduit package";
+ license = stdenv.lib.licenses.mit;
}) {};
"xml-conduit-decode" = callPackage
@@ -264734,6 +263262,8 @@ self: {
libraryHaskellDepends = [ base mtl transformers xml ];
description = "Extension to the xml package to extract data from parsed xml";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xml-hamlet" = callPackage
@@ -264857,23 +263387,6 @@ self: {
}:
mkDerivation {
pname = "xml-lens";
- version = "0.1.6.3";
- sha256 = "1s5ivi3caz56g5yyg3pharshs3wcygcssjx1sm9aw4mv3ylz3msd";
- revision = "2";
- editedCabalFile = "1phba1j6ggxfsq4ivhd5wibzw1b9hwppqmgichyj3xg9z3widmnl";
- libraryHaskellDepends = [
- base case-insensitive containers lens text xml-conduit
- ];
- description = "Lenses, traversals, and prisms for xml-conduit";
- 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";
@@ -264883,7 +263396,6 @@ self: {
];
description = "Lenses, traversals, and prisms for xml-conduit";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"xml-monad" = callPackage
@@ -265190,8 +263702,8 @@ self: {
}:
mkDerivation {
pname = "xmlbf";
- version = "0.6";
- sha256 = "02wcjmpgjla568ic621hglzkgqaiq9g1s93fq4iqq4lf20yszr9y";
+ version = "0.6.1";
+ sha256 = "0xhpg10bqmv9cd4sw0vf2vvvyyas3xd36lwarbh5l78hylmibnlf";
libraryHaskellDepends = [
base bytestring containers deepseq selective text transformers
unordered-containers
@@ -265202,6 +263714,8 @@ self: {
];
description = "XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xmlbf-xeno" = callPackage
@@ -265245,6 +263759,8 @@ self: {
];
description = "xmlhtml backend support for the xmlbf library";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xmlgen" = callPackage
@@ -265361,8 +263877,8 @@ self: {
}:
mkDerivation {
pname = "xmobar";
- version = "0.32";
- sha256 = "0x2ki3v0pmhl4bva3qi1xx21axayc4sx1nkzhmk2ap4l0cj52jrd";
+ version = "0.33";
+ sha256 = "1hr3qqykc5givcpcwrr9f2y920jmiinmxm5mcy6qgpgymgwqb618";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@@ -265452,28 +263968,6 @@ self: {
}:
mkDerivation {
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
- X11 X11-xft xmonad
- ];
- description = "Third party extensions for xmonad";
- license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
- }) {};
-
- "xmonad-contrib_0_16" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory
- , extensible-exceptions, filepath, mtl, old-locale, old-time
- , process, random, semigroups, unix, utf8-string, X11, X11-xft
- , xmonad
- }:
- mkDerivation {
- pname = "xmonad-contrib";
version = "0.16";
sha256 = "1pddgkvnbww28wykncc7j0yb0lv15bk7xnnhdcbrwkxzw66w6wmd";
libraryHaskellDepends = [
@@ -265483,7 +263977,6 @@ self: {
];
description = "Third party extensions for xmonad";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
@@ -265725,6 +264218,8 @@ self: {
];
description = "Simple implementation of xorshift+ PRNG";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xosd" = callPackage
@@ -266253,6 +264748,8 @@ self: {
libraryHaskellDepends = [ base categories transformers ];
description = "Lenses with a southern twang";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yam" = callPackage
@@ -266327,6 +264824,8 @@ self: {
];
description = "Yam Configuation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yam-datasource" = callPackage
@@ -266356,8 +264855,6 @@ self: {
sha256 = "0c6frqjf3xhd5bksaz6rvd6qbqbj15y441476dgj2asm2yd64895";
libraryHaskellDepends = [ base cron yam-app ];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yam-logger" = callPackage
@@ -266373,6 +264870,8 @@ self: {
];
description = "Yam Logger";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yam-redis" = callPackage
@@ -266429,6 +264928,8 @@ self: {
];
description = "Yam transaction";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yam-transaction-odbc" = callPackage
@@ -266457,6 +264958,8 @@ self: {
base containers persistent-postgresql unliftio-core yam-app
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yam-web" = callPackage
@@ -266531,6 +265034,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "yaml_0_11_3_0" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
+ , conduit, containers, directory, filepath, hspec, HUnit, libyaml
+ , mockery, mtl, raw-strings-qq, resourcet, scientific
+ , template-haskell, temporary, text, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "yaml";
+ version = "0.11.3.0";
+ sha256 = "01lafh83rp0v49f052vyv4gcbdgzcf42cmg0iqlykk6c586ksvh4";
+ configureFlags = [ "-fsystem-libyaml" ];
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson attoparsec base bytestring conduit containers directory
+ filepath libyaml mtl resourcet scientific template-haskell text
+ transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base base-compat bytestring conduit containers
+ directory filepath hspec HUnit libyaml mockery mtl raw-strings-qq
+ resourcet scientific template-haskell temporary text transformers
+ unordered-containers vector
+ ];
+ description = "Support for parsing and rendering YAML documents";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"yaml-combinators" = callPackage
({ mkDerivation, aeson, base, bytestring, doctest, generics-sop
, scientific, tasty, tasty-hunit, text, transformers
@@ -266549,8 +265082,6 @@ self: {
];
description = "YAML parsing combinators for improved validation and error reporting";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yaml-config" = callPackage
@@ -266589,8 +265120,8 @@ self: {
}:
mkDerivation {
pname = "yaml-light-lens";
- version = "0.3.3.5";
- sha256 = "11q6g00qycpr29n1yxpsgpailzk216pr3cfjy7pyrlvfpl4wx24f";
+ version = "0.3.3.6";
+ sha256 = "034dj7k0719lkhwgrz91wk2dfpxg4kvyj9ax7cpz9q6qa8jn0zp7";
libraryHaskellDepends = [
base bytestring bytestring-lexing containers lens yaml-light
];
@@ -266712,8 +265243,6 @@ self: {
];
description = "Generate OWL schema from YAML syntax, and an RDFa template";
license = "LGPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yamlkeysdiff" = callPackage
@@ -266740,8 +265269,8 @@ self: {
pname = "yampa-canvas";
version = "0.2.3";
sha256 = "0a1pq1psmc4490isr19z4prnqq1w3374vkfmzpw9s20s2p6k5y7r";
- revision = "2";
- editedCabalFile = "1zyb6z4q46f09lsnswk3z401p5nry65k5cp3jypbcwc8m122hgb1";
+ revision = "3";
+ editedCabalFile = "02zzv9xlmvja8jpgnk1r7wfrh33593qbmhbwrcnw0bmjvbk28ps1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base blank-canvas stm time Yampa ];
@@ -266925,8 +265454,6 @@ self: {
];
description = "Represent and parse yarn.lock files";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yarn2nix" = callPackage
@@ -267004,8 +265531,8 @@ self: {
}:
mkDerivation {
pname = "yate";
- version = "0.1.0.2";
- sha256 = "1wb9y69fgyqngfl8nddrsk22d532cba62av99qkd9xgjgsm61ki1";
+ version = "0.1.0.3";
+ sha256 = "0jghkn5ifq1yvnqy2a7k8k8sf0js3dk9zznmf79a6fl3npp6dim9";
libraryHaskellDepends = [
aeson attoparsec base mtl scientific template-haskell text
unordered-containers vector
@@ -267015,8 +265542,6 @@ self: {
];
description = "Yet Another Template Engine";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yavie" = callPackage
@@ -267056,8 +265581,6 @@ self: {
];
description = "Total recursion schemes";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yaya-hedgehog" = callPackage
@@ -267069,8 +265592,6 @@ self: {
libraryHaskellDepends = [ base deriving-compat hedgehog yaya ];
description = "Hedgehog testing support for the Yaya recursion scheme library";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yaya-unsafe" = callPackage
@@ -267086,8 +265607,6 @@ self: {
];
description = "Non-total extensions to the Yaya recursion scheme library";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ycextra" = callPackage
@@ -267218,6 +265737,8 @@ self: {
libraryHaskellDepends = [ base yeshql-core yeshql-hdbc ];
description = "YesQL-style SQL database abstraction (legacy compatibility wrapper)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yeshql-core" = callPackage
@@ -267236,6 +265757,8 @@ self: {
];
description = "YesQL-style SQL database abstraction (core)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yeshql-hdbc" = callPackage
@@ -267256,6 +265779,8 @@ self: {
];
description = "YesQL-style SQL database abstraction (HDBC backend)";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yeshql-postgresql-simple" = callPackage
@@ -267306,23 +265831,21 @@ self: {
}) {};
"yesod" = callPackage
- ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
- , conduit, data-default-class, directory, fast-logger, monad-logger
- , resourcet, semigroups, shakespeare, streaming-commons
- , template-haskell, text, transformers, unix, unordered-containers
- , wai, wai-extra, wai-logger, warp, yaml, yesod-core, yesod-form
- , yesod-persistent
+ ({ mkDerivation, aeson, base, bytestring, conduit
+ , data-default-class, directory, fast-logger, monad-logger
+ , semigroups, shakespeare, streaming-commons, template-haskell
+ , text, unix, unordered-containers, wai, wai-extra, wai-logger
+ , warp, yaml, yesod-core, yesod-form, yesod-persistent
}:
mkDerivation {
pname = "yesod";
- version = "1.6.0";
- sha256 = "0wx77nbpzdh40p1bm527kimfj48vs9d2avpvvz2w42zi3pz2y94a";
+ version = "1.6.0.1";
+ sha256 = "113qm6x4q2s08l5423j1ksc3bdlbf9pxj4y9p8nf36gbz6dy6xqh";
libraryHaskellDepends = [
- aeson base blaze-html blaze-markup bytestring conduit
- data-default-class directory fast-logger monad-logger resourcet
- semigroups shakespeare streaming-commons template-haskell text
- transformers unix unordered-containers wai wai-extra wai-logger
- warp yaml yesod-core yesod-form yesod-persistent
+ aeson base bytestring conduit data-default-class directory
+ fast-logger monad-logger semigroups shakespeare streaming-commons
+ template-haskell text unix unordered-containers wai wai-extra
+ wai-logger warp yaml yesod-core yesod-form yesod-persistent
];
description = "Creation of type-safe, RESTful web applications";
license = stdenv.lib.licenses.mit;
@@ -267419,8 +265942,8 @@ self: {
}:
mkDerivation {
pname = "yesod-auth";
- version = "1.6.8";
- sha256 = "0d2nrzrqymbbp5hfwp7c6k6gr0vn6ladq0dl7wgwrybfx8nqgf65";
+ version = "1.6.9";
+ sha256 = "0x843l5z03a563i8nc2x9c6afw213chblm7ldd7yxn5g110h5ybx";
libraryHaskellDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup bytestring conduit
@@ -267751,6 +266274,8 @@ self: {
testHaskellDepends = [ base hspec uri-bytestring ];
description = "OAuth 2.0 authentication plugins";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yesod-auth-pam" = callPackage
@@ -267861,14 +266386,16 @@ self: {
pname = "yesod-colonnade";
version = "1.3.0.1";
sha256 = "1x5m3xv4jq2x49fnvxw3v8bvbsx4hdccykcn32fz3cwavp4p1q1p";
- revision = "1";
- editedCabalFile = "0cgxpqqpaqy3009k5l8v7f1z4jm4162k69y9q5xb3dk1925nfqyp";
+ revision = "2";
+ editedCabalFile = "0z3zcfxsbjm1azbbscccimsazkc10jp0i24wznwb2pvm4pa5a7j4";
libraryHaskellDepends = [
base blaze-html blaze-markup colonnade conduit conduit-extra text
yesod-core yesod-elements
];
description = "Helper functions for using yesod with colonnade";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yesod-comments" = callPackage
@@ -267992,8 +266519,8 @@ self: {
}:
mkDerivation {
pname = "yesod-core";
- version = "1.6.17";
- sha256 = "1i31xx9ili9r9il0mqpb04pgnq67rfsfr61pw9xmc163akgdfi4l";
+ version = "1.6.17.3";
+ sha256 = "0w2i18rjqz9mzldq0bdiaikn5mxws2f9ab0ngmab6rzywcqsvg22";
libraryHaskellDepends = [
aeson auto-update base blaze-html blaze-markup bytestring
case-insensitive cereal clientsession conduit conduit-extra
@@ -268242,19 +266769,21 @@ self: {
}) {};
"yesod-fb" = callPackage
- ({ mkDerivation, aeson, base, bytestring, conduit, crypto-api, fb
- , http-client-tls, http-conduit, text, wai, yesod-core
+ ({ mkDerivation, aeson, base, bytestring, conduit, fb
+ , http-client-tls, http-conduit, memory, text, wai, yesod-core
}:
mkDerivation {
pname = "yesod-fb";
- version = "0.5.0";
- sha256 = "1ns113f2ylim1b3r2dgwgc65yfy6qxjh9miqfz2fx29fq4250dyy";
+ version = "0.6.0";
+ sha256 = "0anhnbwc9j11lm2sh8wi15p160vb9g0ng8lqc6g8am61jsxxw40x";
libraryHaskellDepends = [
- aeson base bytestring conduit crypto-api fb http-client-tls
- http-conduit text wai yesod-core
+ aeson base bytestring conduit fb http-client-tls http-conduit
+ memory text wai yesod-core
];
description = "Useful glue functions between the fb library and Yesod";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yesod-form_1_4_16" = callPackage
@@ -268309,8 +266838,8 @@ self: {
}:
mkDerivation {
pname = "yesod-form-bootstrap4";
- version = "2.1.2";
- sha256 = "1rx18ik8y55697g9mjdfpgclkny4i9d996fm874ckdmq1qwzn84k";
+ version = "3.0.0";
+ sha256 = "19lnn0xw13gcvp2jzw01pq47jfhxgwm1c84px3xm582p9vqyygx7";
libraryHaskellDepends = [
base blaze-html blaze-markup shakespeare text yesod-core yesod-form
];
@@ -268559,6 +267088,8 @@ self: {
testHaskellDepends = [ base blaze-html hspec text ];
description = "Tools for using markdown in a yesod application";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yesod-media-simple" = callPackage
@@ -268583,22 +267114,6 @@ self: {
}:
mkDerivation {
pname = "yesod-newsfeed";
- version = "1.6.1.0";
- sha256 = "05cnyz9g76hnfmhqfav16mghr0x42fqnz1zi0ki4bjkl5mcrf2vd";
- 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;
- }) {};
-
- "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 = [
@@ -268607,7 +267122,6 @@ self: {
];
description = "Helper functions and data types for producing News feeds";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"yesod-paginate" = callPackage
@@ -268969,8 +267483,8 @@ self: {
}:
mkDerivation {
pname = "yesod-recaptcha2";
- version = "0.3.0";
- sha256 = "12bgj16vfmvk6ri55wmx444njhlmf11v4cins8c1a6isjk8alhhc";
+ version = "1.0.0";
+ sha256 = "1hg5g90ld4jc1ggi6rg0si35rr8r8dq79a221zjzs37hsla2cr7i";
libraryHaskellDepends = [
aeson base classy-prelude http-conduit yesod-auth yesod-core
yesod-form
@@ -270276,6 +268790,8 @@ self: {
testHaskellDepends = [ base MonadRandom random yu-utils ];
description = "Auth module for Yu";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yu-core" = callPackage
@@ -270349,6 +268865,8 @@ self: {
];
description = "Utils for Yu";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yuiGrid" = callPackage
@@ -270398,8 +268916,6 @@ self: {
testHaskellDepends = [ array base bytestring hspec mtl ];
description = "Row-major coordinates";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yxdb-utils" = callPackage
@@ -270457,8 +268973,6 @@ self: {
testHaskellDepends = [ base hspec QuickCheck ];
description = "Bindings for the Z3 Theorem Prover";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {gomp = null; inherit (pkgs) z3;};
"z3-encoding" = callPackage
@@ -270554,9 +269068,22 @@ self: {
libraryHaskellDepends = [ base papillon ];
description = "lojban parser (zasni gerna)";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "zbar" = callPackage
+ ({ mkDerivation, base, c2hs, zbar }:
+ mkDerivation {
+ pname = "zbar";
+ version = "0.1.1.0";
+ sha256 = "03d81yxqf15q0ryynni55pww0z5v313yg0nb00r8zlibn96mjf5z";
+ libraryHaskellDepends = [ base ];
+ libraryPkgconfigDepends = [ zbar ];
+ libraryToolDepends = [ c2hs ];
+ description = "zbar bindings in Haskell";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {};
+ }) {inherit (pkgs) zbar;};
"zcache" = callPackage
({ mkDerivation, array, base, containers, mersenne-random-pure64 }:
@@ -270611,6 +269138,8 @@ self: {
pname = "zenhack-prelude";
version = "0.1.1.0";
sha256 = "07njs4zb976zxyiwg03ijvn1wvmx188ys49gckwybg1kl824x11f";
+ revision = "1";
+ editedCabalFile = "0sj45k2v33x3312yz1bdbck2bcv5q64mh7v7xy35ghp72ynw1z8z";
libraryHaskellDepends = [ base ];
description = "@zenhack's personal custom prelude";
license = stdenv.lib.licenses.mit;
@@ -270707,6 +269236,8 @@ self: {
];
description = "Post to 0bin services";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"zeromq-haskell" = callPackage
@@ -271098,10 +269629,8 @@ self: {
}:
mkDerivation {
pname = "zip";
- version = "1.2.0";
- sha256 = "1jbxnbiizdklv0pw8f22h38xbmk6d4wggy27w8injdsfi18f27dn";
- revision = "2";
- editedCabalFile = "09ak8h11hm1jnpkvljradbj3a741s31k8cvyvwypr927khi5y9mp";
+ version = "1.3.2";
+ sha256 = "0nmqp34w82wzlkip9zk05dy4yjnwy8dc2k7n1kq0rrdsb9zsc360";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -271119,7 +269648,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "zip_1_3_0" = callPackage
+ "zip_1_4_0" = callPackage
({ mkDerivation, base, bytestring, bzlib-conduit, case-insensitive
, cereal, conduit, conduit-extra, containers, digest, directory
, dlist, exceptions, filepath, hspec, monad-control, mtl
@@ -271128,8 +269657,8 @@ self: {
}:
mkDerivation {
pname = "zip";
- version = "1.3.0";
- sha256 = "1wcx48fqvhj823sqgr61rv692hlld3ckp2vyahd8wk3h590sncni";
+ version = "1.4.0";
+ sha256 = "07g17n6fr86c6c5yhs8ml53mk0g032060vja620bp32irfm00m2r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -271269,6 +269798,8 @@ self: {
libraryHaskellDepends = [ base multirec ];
description = "Generic zipper for families of recursive datatypes";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"zippers" = callPackage
@@ -271298,6 +269829,8 @@ self: {
libraryHaskellDepends = [ base mtl yall ];
description = "A simple lens-based, generic, heterogenous, type-checked zipper library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ziptastic-client" = callPackage
@@ -271738,6 +270271,8 @@ self: {
];
description = "Multi-file, colored, filtered log tailer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ztar" = callPackage
@@ -271759,6 +270294,8 @@ self: {
];
description = "Creating and extracting arbitrary archives";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"zuramaru" = callPackage