hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-5-g1b0c0c3 from Hackage revision
2a8760e4bc
.
This commit is contained in:
parent
66ba870c7f
commit
032d610aed
181
pkgs/development/haskell-modules/hackage-packages.nix
generated
181
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -63244,8 +63244,8 @@ self: {
|
|||||||
pname = "diagrams-pgf";
|
pname = "diagrams-pgf";
|
||||||
version = "1.4";
|
version = "1.4";
|
||||||
sha256 = "11v63sjpf9029y7cvbhlq0jp8304p1hf15kyshvzmg9yijy1z3q6";
|
sha256 = "11v63sjpf9029y7cvbhlq0jp8304p1hf15kyshvzmg9yijy1z3q6";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "1f3mphrpzlribv2zhy6i8slcbph5ncvqaa3s58ghjn7pq2fa46l3";
|
editedCabalFile = "1cyxi747vpzr1ryczmcav9dahcnkrykpbi1q8zvql3m9s24ikskg";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring bytestring-builder colour containers diagrams-core
|
base bytestring bytestring-builder colour containers diagrams-core
|
||||||
diagrams-lib directory filepath hashable JuicyPixels mtl
|
diagrams-lib directory filepath hashable JuicyPixels mtl
|
||||||
@ -73713,28 +73713,29 @@ self: {
|
|||||||
|
|
||||||
"extensible-effects-concurrent" = callPackage
|
"extensible-effects-concurrent" = callPackage
|
||||||
({ mkDerivation, async, base, containers, data-default, deepseq
|
({ mkDerivation, async, base, containers, data-default, deepseq
|
||||||
, directory, enclosed-exceptions, extensible-effects, filepath
|
, directory, exceptions, extensible-effects, filepath, HUnit, lens
|
||||||
, HUnit, lens, monad-control, mtl, parallel, process, QuickCheck
|
, monad-control, mtl, parallel, process, QuickCheck
|
||||||
, stm, tasty, tasty-discover, tasty-hunit, time, transformers-base
|
, safe-exceptions, stm, tasty, tasty-discover, tasty-hunit, time
|
||||||
|
, transformers-base
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "extensible-effects-concurrent";
|
pname = "extensible-effects-concurrent";
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
sha256 = "0jpf8rp2dfa6ggvv076fyipbyr97dq3lxwrxdbffsnjviz6232wd";
|
sha256 = "1kli2byyb9vrgrd912yh0fkiv65qn31qxjh5fmq85kcxqvgvna3c";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
async base containers data-default deepseq enclosed-exceptions
|
async base containers data-default deepseq exceptions
|
||||||
extensible-effects filepath lens monad-control mtl parallel process
|
extensible-effects filepath lens monad-control mtl parallel process
|
||||||
QuickCheck stm time transformers-base
|
QuickCheck safe-exceptions stm time transformers-base
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base data-default deepseq directory extensible-effects filepath
|
base data-default deepseq directory extensible-effects filepath
|
||||||
lens
|
lens
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base containers data-default deepseq extensible-effects HUnit lens
|
async base containers data-default deepseq extensible-effects HUnit
|
||||||
QuickCheck stm tasty tasty-discover tasty-hunit
|
lens QuickCheck stm tasty tasty-discover tasty-hunit
|
||||||
];
|
];
|
||||||
testToolDepends = [ tasty-discover ];
|
testToolDepends = [ tasty-discover ];
|
||||||
description = "Message passing concurrency as extensible-effect";
|
description = "Message passing concurrency as extensible-effect";
|
||||||
@ -77515,8 +77516,8 @@ self: {
|
|||||||
pname = "flock";
|
pname = "flock";
|
||||||
version = "0.3.1.8";
|
version = "0.3.1.8";
|
||||||
sha256 = "1g1gf7qnlqkl57h28nzxnbzj7v2h73czffp5y7s7jm9vbihcwd4n";
|
sha256 = "1g1gf7qnlqkl57h28nzxnbzj7v2h73czffp5y7s7jm9vbihcwd4n";
|
||||||
revision = "4";
|
revision = "5";
|
||||||
editedCabalFile = "02jqldkxg366v0gljiqg7zv5sd3zhswabcvg5xx6h8ns67kn3my6";
|
editedCabalFile = "19jqvzacd1639r8c8vs2fdng188mjg8i76x0fghda71d7a2jgp97";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base lifted-base monad-control transformers unix
|
base lifted-base monad-control transformers unix
|
||||||
];
|
];
|
||||||
@ -80967,8 +80968,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "funflow";
|
pname = "funflow";
|
||||||
version = "1.3.2";
|
version = "1.4.0";
|
||||||
sha256 = "01r1l1r8qg6w7wfcbs7qwxy22b7rd1cdixds425ynp9h0246lrmf";
|
sha256 = "1pd690y41bf6lrk6bzl730hvpaaazya927nslwp8ii5rcn6wjx7f";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -88099,8 +88100,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gloss-export";
|
pname = "gloss-export";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.2";
|
||||||
sha256 = "0f81fncs7xirnwxkidbiikcxaj82svn2cgwdhgg588sk28rbd0vz";
|
sha256 = "0i2x1bbygacrgvi9rvmpq0ddi24vh8dza6hisvif708a8yh6plpr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -103763,6 +103764,8 @@ self: {
|
|||||||
pname = "hedgehog-fn";
|
pname = "hedgehog-fn";
|
||||||
version = "0.6";
|
version = "0.6";
|
||||||
sha256 = "0xi1y2cv2kkyxav261qaw9a4r4q8ng91187bdwi4rqlpp9zvc0pv";
|
sha256 = "0xi1y2cv2kkyxav261qaw9a4r4q8ng91187bdwi4rqlpp9zvc0pv";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "19v7amg8l6s1gadnya8nxkcbi0vd3wqc7h6gvqvs099qaqm7zbb1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -108420,8 +108423,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hmm-hmatrix";
|
pname = "hmm-hmatrix";
|
||||||
version = "0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "1ww2hxy9s9d2mywf5v5ka5fac9105ir3frm9vafgw2ydq64rdivx";
|
sha256 = "00fka84m5id19vb08kscr91fivlmxflz99nmziki721bqrgjx0n5";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base containers deepseq explicit-exception hmatrix lazy-csv
|
array base containers deepseq explicit-exception hmatrix lazy-csv
|
||||||
non-empty random semigroups transformers utility-ht
|
non-empty random semigroups transformers utility-ht
|
||||||
@ -118648,8 +118651,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hw-simd";
|
pname = "hw-simd";
|
||||||
version = "0.1.1.2";
|
version = "0.1.1.3";
|
||||||
sha256 = "0jcd6clhcqdmkcvhvf68xldgmx4n1wp333438ypbwk2mwp1q559l";
|
sha256 = "0wryx86ycpcyw1dyp2ks1j0rk7pk6yqihmwsa1sij1pf36qdkbrq";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
|
base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
|
||||||
hw-rankselect-base vector
|
hw-rankselect-base vector
|
||||||
@ -134942,8 +134945,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "limp";
|
pname = "limp";
|
||||||
version = "0.3.2.2";
|
version = "0.3.2.3";
|
||||||
sha256 = "0dx2xgkrqda8qwfiwm3pd5lfnfw5sxf1qdz5sbp54jf6516m2c4w";
|
sha256 = "1jshdnvrgjpgcqzl7c3q019k6iipk3v19waqxl43va60wfkj4iw8";
|
||||||
libraryHaskellDepends = [ base containers ];
|
libraryHaskellDepends = [ base containers ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base containers QuickCheck tasty tasty-quickcheck tasty-th
|
base containers QuickCheck tasty tasty-quickcheck tasty-th
|
||||||
@ -134959,8 +134962,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "limp-cbc";
|
pname = "limp-cbc";
|
||||||
version = "0.3.2.2";
|
version = "0.3.2.3";
|
||||||
sha256 = "0v637hrm980iqj3bh9p0ixirkhg3dwq7i36pff3n1fiav516qbww";
|
sha256 = "1fdjhifnx2yhfbzjs5lsaa8vn5ps4li5j3id8sjj7fwj4yn4m453";
|
||||||
libraryHaskellDepends = [ base containers limp vector ];
|
libraryHaskellDepends = [ base containers limp vector ];
|
||||||
libraryToolDepends = [ c2hs ];
|
libraryToolDepends = [ c2hs ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
@ -136702,6 +136705,27 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"llvm-hs-pretty_0_6_0_0" = callPackage
|
||||||
|
({ mkDerivation, array, base, bytestring, directory, filepath
|
||||||
|
, llvm-hs, llvm-hs-pure, mtl, prettyprinter, tasty, tasty-golden
|
||||||
|
, tasty-hspec, tasty-hunit, text, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "llvm-hs-pretty";
|
||||||
|
version = "0.6.0.0";
|
||||||
|
sha256 = "19p6k3gri7zhxhhr6rip177zh08fcw8ld7cwqv83ynvr4s9campz";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
array base bytestring llvm-hs-pure prettyprinter text
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base directory filepath llvm-hs llvm-hs-pure mtl tasty tasty-golden
|
||||||
|
tasty-hspec tasty-hunit text transformers
|
||||||
|
];
|
||||||
|
description = "A pretty printer for LLVM IR";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"llvm-hs-pure" = callPackage
|
"llvm-hs-pure" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bytestring, containers, fail
|
({ mkDerivation, attoparsec, base, bytestring, containers, fail
|
||||||
, mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
|
, mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
|
||||||
@ -138424,8 +138448,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lsp-test";
|
pname = "lsp-test";
|
||||||
version = "0.4.0.0";
|
version = "0.5.0.0";
|
||||||
sha256 = "0kiddzb7lwwdf96jz4ghvjnwr2hf9jiv8vjjlxwm76k3ab4wx09c";
|
sha256 = "054hs4wpnvwa8ikp8faa4xnx5fszywsxw4m3ci6kmvrk3i8frh2z";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-terminal base bytestring conduit
|
aeson aeson-pretty ansi-terminal base bytestring conduit
|
||||||
conduit-parse containers data-default Diff directory filepath
|
conduit-parse containers data-default Diff directory filepath
|
||||||
@ -156407,9 +156431,6 @@ self: {
|
|||||||
pname = "opencv";
|
pname = "opencv";
|
||||||
version = "0.0.2.1";
|
version = "0.0.2.1";
|
||||||
sha256 = "1bwl3csl2bsgz32i7s59hb25hxj05vn9g3fa8xix9klz8kyrzam1";
|
sha256 = "1bwl3csl2bsgz32i7s59hb25hxj05vn9g3fa8xix9klz8kyrzam1";
|
||||||
configureFlags = [
|
|
||||||
"--with-gcc=${stdenv.cc}/bin/c++" "--with-ld=${stdenv.cc}/bin/c++"
|
|
||||||
];
|
|
||||||
setupHaskellDepends = [ base Cabal ];
|
setupHaskellDepends = [ base Cabal ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base base64-bytestring bindings-DSL bytestring containers
|
aeson base base64-bytestring bindings-DSL bytestring containers
|
||||||
@ -190482,6 +190503,32 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"sh2md" = callPackage
|
||||||
|
({ mkDerivation, base, containers, Hclip, optparse-applicative
|
||||||
|
, process, text, transformers, unix
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "sh2md";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1yw47xzfi7yappsx2ra1a75xdxq9wfn7wrdnxflf6s9bzj9bhc1g";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers Hclip optparse-applicative process text
|
||||||
|
transformers unix
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [
|
||||||
|
base containers Hclip optparse-applicative process text
|
||||||
|
transformers unix
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base containers Hclip optparse-applicative process text
|
||||||
|
transformers unix
|
||||||
|
];
|
||||||
|
description = "Record your shell session and print in the markdown format";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"sha-streams" = callPackage
|
"sha-streams" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, io-streams, SHA }:
|
({ mkDerivation, base, binary, bytestring, io-streams, SHA }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -193997,17 +194044,17 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"slave-thread_1_0_2_6" = callPackage
|
"slave-thread_1_0_2_7" = callPackage
|
||||||
({ mkDerivation, base, deferred-folds, foldl, QuickCheck
|
({ mkDerivation, base, deferred-folds, foldl, QuickCheck
|
||||||
, quickcheck-instances, rerebase, SafeSemaphore, stm-containers
|
, quickcheck-instances, rerebase, SafeSemaphore, stm-containers
|
||||||
, tasty, tasty-hunit, tasty-quickcheck, transformers
|
, tasty, tasty-hunit, tasty-quickcheck
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "slave-thread";
|
pname = "slave-thread";
|
||||||
version = "1.0.2.6";
|
version = "1.0.2.7";
|
||||||
sha256 = "014j8rsbkrkabpvq5sxp6i2d3gpzn4ddnfwl1p5cg3xlmr950ksn";
|
sha256 = "1rh7314l12d18pywsd7fl4d96dn0s777asf2i7p99nhyzacjnbb6";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base deferred-folds foldl stm-containers transformers
|
base deferred-folds foldl stm-containers
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
QuickCheck quickcheck-instances rerebase SafeSemaphore tasty
|
QuickCheck quickcheck-instances rerebase SafeSemaphore tasty
|
||||||
@ -202800,8 +202847,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "structured-cli";
|
pname = "structured-cli";
|
||||||
version = "2.3.0.0";
|
version = "2.4.0.1";
|
||||||
sha256 = "1qpyh9cjdxd6v5xdzp44qlpn0mskqc9qzs78rbyr1q1ylmlja6a7";
|
sha256 = "1978icz9iiq213l240r3m5dmizdl3493xrqlzdz16b0vpfkxmq0k";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -213470,6 +213517,8 @@ self: {
|
|||||||
pname = "toml-parser";
|
pname = "toml-parser";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.0";
|
||||||
sha256 = "0p1nl3009qlcqn4jjggbm1v719a6bswklkyjb3plm0cz3bsyr0fs";
|
sha256 = "0p1nl3009qlcqn4jjggbm1v719a6bswklkyjb3plm0cz3bsyr0fs";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0w5vpr6gh0671znv3k90gy9fzjvxzn3g7bir2c6z27ks6y39w0qf";
|
||||||
libraryHaskellDepends = [ array base text time ];
|
libraryHaskellDepends = [ array base text time ];
|
||||||
libraryToolDepends = [ alex happy ];
|
libraryToolDepends = [ alex happy ];
|
||||||
description = "Parser for the TOML configuration language";
|
description = "Parser for the TOML configuration language";
|
||||||
@ -216526,8 +216575,8 @@ self: {
|
|||||||
({ mkDerivation, base, containers, template-haskell }:
|
({ mkDerivation, base, containers, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "tyfam-witnesses";
|
pname = "tyfam-witnesses";
|
||||||
version = "0.1.1.1";
|
version = "0.1.1.2";
|
||||||
sha256 = "1rnmnj2dlzbzj12fddv73mg0p0qgvn5blknb7d9ayns6pxc57aap";
|
sha256 = "0gsx2syy58gq7n2yi4whslbnwg4dh34x8jy56h11k8z6n01inppc";
|
||||||
libraryHaskellDepends = [ base containers template-haskell ];
|
libraryHaskellDepends = [ base containers template-haskell ];
|
||||||
description = "Provide proof witnesses for closed type family evaluation";
|
description = "Provide proof witnesses for closed type family evaluation";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -216993,6 +217042,28 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"type-of-html_1_4_1_0" = callPackage
|
||||||
|
({ mkDerivation, base, blaze-html, bytestring, criterion, deepseq
|
||||||
|
, double-conversion, ghc, ghc-paths, ghc-prim, hspec, QuickCheck
|
||||||
|
, random, temporary, text, weigh
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "type-of-html";
|
||||||
|
version = "1.4.1.0";
|
||||||
|
sha256 = "05c9rsbfivw7dsjmci7rnv08i4xmyg59kqghqi0f3dr5hrvas8dv";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring double-conversion ghc-prim text
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ base 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;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"type-of-html-static" = callPackage
|
"type-of-html-static" = callPackage
|
||||||
({ mkDerivation, base, template-haskell, type-of-html }:
|
({ mkDerivation, base, template-haskell, type-of-html }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -223722,29 +223793,31 @@ self: {
|
|||||||
({ mkDerivation, attoparsec, base, bifunctors, bytestring, Cabal
|
({ mkDerivation, attoparsec, base, bifunctors, bytestring, Cabal
|
||||||
, cabal-doctest, containers, contravariant, digit, directory
|
, cabal-doctest, containers, contravariant, digit, directory
|
||||||
, distributive, doctest, errors, filepath, generics-sop, hedgehog
|
, distributive, doctest, errors, filepath, generics-sop, hedgehog
|
||||||
, hoist-error, hw-balancedparens, hw-bits, hw-json, hw-prim
|
, hedgehog-fn, hoist-error, hw-balancedparens, hw-bits, hw-json
|
||||||
, hw-rankselect, lens, mmorph, mtl, nats, parsers, scientific
|
, hw-prim, hw-rankselect, lens, mmorph, mtl, nats, parsers
|
||||||
, semigroups, tagged, tasty, tasty-expected-failure, tasty-hedgehog
|
, scientific, semigroupoids, semigroups, tagged, tasty
|
||||||
, tasty-hunit, template-haskell, text, transformers, vector
|
, tasty-expected-failure, tasty-hedgehog, tasty-hunit
|
||||||
, witherable, wl-pprint-annotated, zippers
|
, template-haskell, text, transformers, vector, witherable
|
||||||
|
, wl-pprint-annotated, zippers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "waargonaut";
|
pname = "waargonaut";
|
||||||
version = "0.2.0.2";
|
version = "0.2.1.0";
|
||||||
sha256 = "0sl4rhkrykd9hn1dpzzsf8hcg5jhx4f7wwysmam8apkkj0hafp17";
|
sha256 = "07b5cwcn0n68fzgafz2zcrcqm84dx12axq3s68n81az302v9r2wr";
|
||||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bifunctors bytestring containers contravariant digit
|
base bifunctors bytestring containers contravariant digit
|
||||||
distributive errors generics-sop hoist-error hw-balancedparens
|
distributive errors generics-sop hoist-error hw-balancedparens
|
||||||
hw-bits hw-json hw-prim hw-rankselect lens mmorph mtl nats parsers
|
hw-bits hw-json hw-prim hw-rankselect lens mmorph mtl nats parsers
|
||||||
scientific semigroups tagged text transformers vector witherable
|
scientific semigroupoids semigroups tagged text transformers vector
|
||||||
wl-pprint-annotated zippers
|
witherable wl-pprint-annotated zippers
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
attoparsec base bytestring digit directory distributive doctest
|
attoparsec base bytestring containers digit directory distributive
|
||||||
filepath generics-sop hedgehog lens scientific semigroups tagged
|
doctest filepath generics-sop hedgehog hedgehog-fn lens mtl
|
||||||
tasty tasty-expected-failure tasty-hedgehog tasty-hunit
|
scientific semigroupoids semigroups tagged tasty
|
||||||
template-haskell text vector zippers
|
tasty-expected-failure tasty-hedgehog tasty-hunit template-haskell
|
||||||
|
text vector zippers
|
||||||
];
|
];
|
||||||
description = "JSON wrangling";
|
description = "JSON wrangling";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -233628,8 +233701,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "yesod-markdown";
|
pname = "yesod-markdown";
|
||||||
version = "0.12.3";
|
version = "0.12.4";
|
||||||
sha256 = "10vnip7yifq3li4jwql5pzrdaqf1z2bb4h99rf1iqzvd3b8mqq30";
|
sha256 = "14fpjdx5bn9qflarj4za5ncqd7q3dlpa71y76x7z9inz1k1jx684";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base blaze-html blaze-markup bytestring directory pandoc persistent
|
base blaze-html blaze-markup bytestring directory pandoc persistent
|
||||||
shakespeare text xss-sanitize yesod-core yesod-form
|
shakespeare text xss-sanitize yesod-core yesod-form
|
||||||
|
Loading…
x
Reference in New Issue
Block a user