mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
f23325d9cd
.
This commit is contained in:
parent
0efaa948e7
commit
4eb6f6b18f
169
pkgs/development/haskell-modules/hackage-packages.nix
generated
169
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -12770,8 +12770,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "LiterateMarkdown";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0v9j7kqjvkrafxl4ahfqj1xvigim9vnd3kflgqagzccrgx9kz5gv";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0rgjf6blrg8rq75872bpwp6cn3bg89718cy6ik2m22881zfvr2m7";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
@ -96806,12 +96806,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"generic-match" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
({ mkDerivation, base, generics-sop }:
|
||||
mkDerivation {
|
||||
pname = "generic-match";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "16r43gzl3a8ycxbhggqk09mrm63r9db85nk1j2x4j4lzcwap7bid";
|
||||
libraryHaskellDepends = [ base ];
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1h27gd7f0px3xgan9liqwav8xhl0smn6nhdmi7ggd18mjafa1ngv";
|
||||
libraryHaskellDepends = [ base generics-sop ];
|
||||
description = "First class pattern matching";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
@ -108134,9 +108134,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "graphql";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "1lyzrnbf1w3j60wwi8cwbh1hxzvsw8vn9aymy1qzxgjgmi2wx94g";
|
||||
enableSeparateDataOutput = true;
|
||||
version = "0.10.0.0";
|
||||
sha256 = "0j0l8jmfnn3aw9vmk5z571ly9vk711hsz7cdklc243539vfnsywn";
|
||||
libraryHaskellDepends = [
|
||||
aeson base conduit containers exceptions hspec-expectations
|
||||
megaparsec parser-combinators scientific text transformers
|
||||
@ -126754,23 +126753,23 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hledger-flow" = callPackage
|
||||
({ mkDerivation, base, containers, foldl, HUnit
|
||||
, optparse-applicative, stm, text, time, turtle
|
||||
({ mkDerivation, base, containers, exceptions, foldl, HUnit
|
||||
, optparse-applicative, path, path-io, stm, text, time, turtle
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-flow";
|
||||
version = "0.13.2.0";
|
||||
sha256 = "1zajlqbayr6vm45y3901xwgg6acjn8fwx73mm9bnbsbxfzxn4g7d";
|
||||
version = "0.14.0.0";
|
||||
sha256 = "0p8b04kkby1w13zhlrvkpivd17myjdri8c4mwm4l89khkakj94ma";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers foldl stm text time turtle
|
||||
base containers exceptions foldl path path-io stm text time turtle
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base optparse-applicative text turtle
|
||||
base optparse-applicative path text turtle
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers foldl HUnit stm text turtle
|
||||
base containers foldl HUnit path path-io stm text turtle
|
||||
];
|
||||
description = "An hledger workflow focusing on automated statement import and classification";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
@ -137174,15 +137173,15 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"http-link-header_1_1_1" = callPackage
|
||||
"http-link-header_1_2_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, criterion, directory
|
||||
, errors, hspec, hspec-attoparsec, http-api-data, network-uri
|
||||
, QuickCheck, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-link-header";
|
||||
version = "1.1.1";
|
||||
sha256 = "0bgffcmdswmpw3gl2yricz56y0cxb4x8l0j0qs60c6h16rcp5xwh";
|
||||
version = "1.2.0";
|
||||
sha256 = "1y0vr8fi8pap7ixbafp2lxvdk9hh56h370jw7qd11gm2032nnvg9";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring errors http-api-data network-uri text
|
||||
];
|
||||
@ -157891,8 +157890,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "libfuse3";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0qwlaqcpmi7dfsjk219z0hrqmayg46qx1cwj1vcz1nfv8jlm8yif";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0jnh6by1k42h8kl78anh8lqwhymdz2xgynm82vidsd7jjzanmf3j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -166394,6 +166393,30 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"massiv_0_5_4_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, data-default-class, deepseq
|
||||
, doctest, exceptions, mersenne-random-pure64, primitive
|
||||
, QuickCheck, random, scheduler, splitmix, template-haskell
|
||||
, unliftio-core, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "massiv";
|
||||
version = "0.5.4.0";
|
||||
sha256 = "0dmm6x5izmjl1l803fvmxzqrh0jpg56z2aid228a4c44n620dzln";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring data-default-class deepseq exceptions primitive
|
||||
scheduler unliftio-core vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base doctest mersenne-random-pure64 QuickCheck random splitmix
|
||||
template-haskell
|
||||
];
|
||||
description = "Massiv (Массив) is an Array Library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"massiv-io" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, cabal-doctest, Color
|
||||
, data-default-class, deepseq, doctest, exceptions, filepath, hspec
|
||||
@ -166489,6 +166512,30 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"massiv-test_0_1_4" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, data-default
|
||||
, data-default-class, deepseq, exceptions, genvalidity-hspec, hspec
|
||||
, massiv, mwc-random, primitive, QuickCheck, scheduler, unliftio
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "massiv-test";
|
||||
version = "0.1.4";
|
||||
sha256 = "1qhvph2s6bkw3zb43arq1zvrfyr09phqjwxhzsqxi2x2fcrdyvyn";
|
||||
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 mwc-random primitive 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
|
||||
({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific
|
||||
, hspec, megaparsec, mtl, optparse-applicative, QuickCheck
|
||||
@ -198974,6 +199021,27 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"polysemy-test" = callPackage
|
||||
({ mkDerivation, base-noprelude, containers, either, hedgehog, path
|
||||
, path-io, polysemy, polysemy-plugin, relude, string-interpolate
|
||||
, tasty, tasty-hedgehog, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-test";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "10kakaipasw1gbipjl4x23cma9f6iv3ma547a26b70ysap6c41ys";
|
||||
libraryHaskellDepends = [
|
||||
base-noprelude containers either hedgehog path path-io polysemy
|
||||
polysemy-plugin relude string-interpolate tasty tasty-hedgehog text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base-noprelude containers either hedgehog path path-io polysemy
|
||||
polysemy-plugin relude string-interpolate tasty tasty-hedgehog text
|
||||
];
|
||||
description = "Polysemy effects for testing";
|
||||
license = "BSD-2-Clause-Patent";
|
||||
}) {};
|
||||
|
||||
"polysemy-webserver" = callPackage
|
||||
({ mkDerivation, base, bytestring, hspec, http-conduit, http-types
|
||||
, polysemy, polysemy-plugin, text, wai, wai-websockets, warp
|
||||
@ -202656,6 +202724,36 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"primal" = callPackage
|
||||
({ mkDerivation, base, deepseq, doctest, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "primal";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0y60m1249n5mzglmbkhv98lzzmmkxs2k0mn882kqs89h04hfx546";
|
||||
libraryHaskellDepends = [ base deepseq transformers ];
|
||||
testHaskellDepends = [ base doctest template-haskell ];
|
||||
description = "Primeval world of Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"primal-memory" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, deepseq, primal
|
||||
, primitive, random
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "primal-memory";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0lvz5kj6bvlgz1jykcv8dri77pjmy6fzppvk9vlvh4cx22zh9y5m";
|
||||
libraryHaskellDepends = [ base bytestring deepseq primal ];
|
||||
benchmarkHaskellDepends = [
|
||||
base criterion deepseq primal primitive random
|
||||
];
|
||||
description = "Unified interface for memory managemenet";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"primes" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
@ -211391,7 +211489,7 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"reanimate_0_4_2_0" = callPackage
|
||||
"reanimate_0_4_3_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, attoparsec, base
|
||||
, base64-bytestring, bytestring, cassava, cereal, colour
|
||||
, containers, cubicbezier, directory, filelock, filepath, fsnotify
|
||||
@ -211404,8 +211502,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reanimate";
|
||||
version = "0.4.2.0";
|
||||
sha256 = "0dihh2k0cvh17qb37pfn1h6g620yzp923wrjqy22qbmlld896snk";
|
||||
version = "0.4.3.0";
|
||||
sha256 = "0rp9qfp8fhz6cxrw9gcva9crxpayrm7a49m1fmma1x9dw4x79b1q";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal array attoparsec base base64-bytestring
|
||||
@ -227286,7 +227384,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger_1_1_8" = callPackage
|
||||
"servant-swagger_1_1_9" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, Cabal, cabal-doctest, directory, doctest, filepath, hspec
|
||||
, hspec-discover, http-media, insert-ordered-containers, lens
|
||||
@ -227296,8 +227394,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger";
|
||||
version = "1.1.8";
|
||||
sha256 = "16zmrakgiwf9rb9bvw3mjbmkqixyms42ymh7g1vyvz399plfn0c7";
|
||||
version = "1.1.9";
|
||||
sha256 = "1l9wll3m3z2dhhhyh8ff1ybn89j5xqiwp110d932yk8dydjdwvs2";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat bytestring hspec http-media
|
||||
@ -249479,6 +249577,19 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"template-haskell-optics" = callPackage
|
||||
({ mkDerivation, base, containers, optics-core, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "template-haskell-optics";
|
||||
version = "0.1";
|
||||
sha256 = "019njh3w321dsyx892snxl16arypf04mw415s8f1771wcd3l4q8n";
|
||||
libraryHaskellDepends = [
|
||||
base containers optics-core template-haskell
|
||||
];
|
||||
description = "Optics for template-haskell types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"template-haskell-util" = callPackage
|
||||
({ mkDerivation, base, GenericPretty, ghc-prim, template-haskell }:
|
||||
mkDerivation {
|
||||
@ -281522,8 +281633,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "z3";
|
||||
version = "408.1";
|
||||
sha256 = "1r54d289rdfvxqk0774hhh0x2kj8zsh7graahqwwp76r911jb8bp";
|
||||
version = "408.2";
|
||||
sha256 = "1fjf9pfj3fhhcd0ak8rm6m5im2il8n5d21z8yv5c32xnsgj7z89a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base containers transformers ];
|
||||
|
Loading…
Reference in New Issue
Block a user