hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
478c783355
.
This commit is contained in:
parent
fe366d43e8
commit
2b89a05d40
418
pkgs/development/haskell-modules/hackage-packages.nix
generated
418
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -41600,8 +41600,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "boots-app";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "0dx2nlbf86nbqfrxaacjskammx84bg4nrp5v075h76b9mky00i5l";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "0n8fkn6vwj62y96cb8940ghngaknlvxr549dgmkdl5355x7m0lg8";
|
||||
libraryHaskellDepends = [
|
||||
base boots data-default exceptions fast-logger menshen microlens
|
||||
monad-logger mtl salak salak-yaml splitmix text unliftio-core vault
|
||||
@ -51015,8 +51015,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clckwrks";
|
||||
version = "0.24.0.15";
|
||||
sha256 = "1b9cjx4i196rdj1p4w243rk6pxk8h2fnwda9jadzj61nxz5sc3xv";
|
||||
version = "0.25.0";
|
||||
sha256 = "1jgxchshpkpbgpkn31iymswb08wjjfmvqglv5brs0zw4ialirrh9";
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
@ -51039,17 +51039,22 @@ self: {
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"clckwrks-cli" = callPackage
|
||||
({ mkDerivation, acid-state, base, clckwrks, haskeline, mtl
|
||||
, network, parsec
|
||||
({ mkDerivation, acid-state, base, clckwrks, containers, filepath
|
||||
, haskeline, mtl, network, parsec
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clckwrks-cli";
|
||||
version = "0.2.17.3";
|
||||
sha256 = "1akbfin1avsdd3r4f65p034divl8i24g4h627frcdypkc25j8qgf";
|
||||
isLibrary = false;
|
||||
version = "0.3.0";
|
||||
sha256 = "0ardhl27n3al945s88dmygnw42ki5sn23s59rkhbs4pdyp9yawhs";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
acid-state base clckwrks containers filepath haskeline mtl network
|
||||
parsec
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
acid-state base clckwrks haskeline mtl network parsec
|
||||
acid-state base clckwrks containers filepath haskeline mtl network
|
||||
parsec
|
||||
];
|
||||
description = "a command-line interface for adminstrating some aspects of clckwrks";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -51194,8 +51199,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clckwrks-plugin-page";
|
||||
version = "0.4.3.16";
|
||||
sha256 = "15m1bhiyw5rzfx1y6yhra2d0zkiaffy9rvp408pb4ccfdxg4bi2s";
|
||||
version = "0.4.3.18";
|
||||
sha256 = "0fgz0rxzkbavzqci4kcav1pljkhdy1mgmf3mldbxp8f88pr5lm42";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
acid-state aeson attoparsec base clckwrks containers directory
|
||||
@ -56059,6 +56064,24 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"conferer" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, hspec
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0y62yj2cm7q9qwxl3jfdq16rza2mrjg60lchx4s0gbwiw959a83n";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers directory text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers directory hspec text
|
||||
];
|
||||
description = "Configuration management library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"confetti" = callPackage
|
||||
({ mkDerivation, base, cmdargs, directory, filepath, MissingH
|
||||
, tasty, tasty-hunit, tasty-smallcheck, text, time, unix, yaml
|
||||
@ -61016,16 +61039,17 @@ self: {
|
||||
}) {};
|
||||
|
||||
"cuckoo" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, cryptonite, hashable
|
||||
, memory, primitive, QuickCheck, random, stopwatch, vector
|
||||
({ mkDerivation, base, bytestring, criterion, cryptonite, doctest
|
||||
, hashable, memory, primitive, QuickCheck, random, stopwatch
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cuckoo";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0riij9hqszpaw1hnn3hk7bakc2qqj29n86wpl0ajcz4gv91pd16q";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1q070hzrsm0f1lfxnsk4jmmb9pay98522k2lqncvzg09fm2a687j";
|
||||
libraryHaskellDepends = [ base memory primitive random vector ];
|
||||
testHaskellDepends = [
|
||||
base bytestring cryptonite hashable memory stopwatch
|
||||
base bytestring cryptonite doctest hashable memory stopwatch
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion memory QuickCheck stopwatch
|
||||
@ -74290,8 +74314,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "egison";
|
||||
version = "3.9.0";
|
||||
sha256 = "1law6pwgqvp6nniwwbbsdm6fjq2fp30ywjfla2qqgwdabcqbd2vq";
|
||||
version = "3.9.1";
|
||||
sha256 = "1q4hyvr52zv2p827cvkmi4rl1d1dvrdg9bly6wykbhdv6ycbihn5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -89843,9 +89867,7 @@ self: {
|
||||
typed-uuid uuid
|
||||
];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {genvalidity-typed-uuid = null; typed-uuid = null;};
|
||||
}) {};
|
||||
|
||||
"genvalidity-path" = callPackage
|
||||
({ mkDerivation, base, criterion, genvalidity, genvalidity-hspec
|
||||
@ -89934,6 +89956,26 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"genvalidity-typed-uuid" = callPackage
|
||||
({ mkDerivation, base, genvalidity, genvalidity-hspec
|
||||
, genvalidity-hspec-aeson, genvalidity-uuid, hspec, QuickCheck
|
||||
, typed-uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "genvalidity-typed-uuid";
|
||||
version = "0.0.0.0";
|
||||
sha256 = "17lxwdb94lqprbymqsrm8xkgmgxaff6a3cczb1mzid9c91s1ym88";
|
||||
libraryHaskellDepends = [
|
||||
base genvalidity genvalidity-uuid QuickCheck typed-uuid
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base genvalidity genvalidity-hspec genvalidity-hspec-aeson
|
||||
genvalidity-uuid hspec QuickCheck typed-uuid
|
||||
];
|
||||
description = "Generators for Phantom-Typed version of UUID";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"genvalidity-unordered-containers" = callPackage
|
||||
({ mkDerivation, base, genvalidity, genvalidity-hspec, hashable
|
||||
, hspec, QuickCheck, unordered-containers, validity
|
||||
@ -93094,6 +93136,39 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ginger_0_9_1_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring
|
||||
, data-default, filepath, http-types, mtl, optparse-applicative
|
||||
, parsec, process, regex-tdfa, safe, scientific, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text, time, transformers, unordered-containers
|
||||
, utf8-string, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ginger";
|
||||
version = "0.9.1.0";
|
||||
sha256 = "0qlsqbkxwyc4hi8228l0mgiylnc0q9i02i46043m1390mdmp34qz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring data-default filepath http-types
|
||||
mtl parsec regex-tdfa safe scientific text time transformers
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring data-default optparse-applicative process
|
||||
text transformers unordered-containers utf8-string yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring data-default mtl tasty tasty-hunit
|
||||
tasty-quickcheck text time transformers unordered-containers
|
||||
utf8-string
|
||||
];
|
||||
description = "An implementation of the Jinja2 template language in Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"gingersnap" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
||||
, http-types, microspec, postgresql-simple, resource-pool
|
||||
@ -93292,8 +93367,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "git-annex";
|
||||
version = "7.20190730";
|
||||
sha256 = "16mya2dm7q9ggdmwyszri85qnnxf0l71xnn8khnxl5fqrh2zvsjg";
|
||||
version = "7.20190819";
|
||||
sha256 = "1fvyxx47qx7yr8xfan398jlixbawblpz5h69kqsw1z7kh6plnycy";
|
||||
configureFlags = [
|
||||
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
|
||||
"-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
|
||||
@ -103440,8 +103515,6 @@ self: {
|
||||
testToolDepends = [ utillinux ];
|
||||
description = "A static website compiler library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) utillinux;};
|
||||
|
||||
"hakyll-R" = callPackage
|
||||
@ -104716,8 +104789,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "happstack-authenticate";
|
||||
version = "2.3.4.16";
|
||||
sha256 = "1m94q0bkhy88x0bm6jqbmiqx6fw05lcnd1iswzicj1cxbwiwfwbb";
|
||||
version = "2.4.0";
|
||||
sha256 = "1q4k8x6mwh9g7y5njcjd1xyn79yjnjv01nk4xa5q9yspmsa4685m";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
acid-state aeson authenticate base base64-bytestring boomerang
|
||||
@ -119969,13 +120042,16 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hpdft";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "1rxr2qfs6cvk0hyvvq7w0jsq8vjf8b84ay5jzfhqyk8qk73ppfji";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "1wcbkxcfwnmfbwfa3dqlqgf825b00x0fvmp4fp3jfxs6s5dyi6lh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base binary bytestring containers directory file-embed
|
||||
parsec text utf8-string zlib
|
||||
];
|
||||
executableHaskellDepends = [ base bytestring utf8-string ];
|
||||
description = "A tool for looking through PDF file using Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -123080,6 +123156,30 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {inherit (pkgs) lua5_3;};
|
||||
|
||||
"hslua_1_0_3_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
||||
, exceptions, fail, lua5_3, mtl, QuickCheck, quickcheck-instances
|
||||
, tasty, tasty-hunit, tasty-quickcheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hslua";
|
||||
version = "1.0.3.2";
|
||||
sha256 = "183bgl5jcx5y2r94lviqfw0a5w9089nxjd1z40k8vx9y2h60pm6j";
|
||||
configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers exceptions fail mtl text
|
||||
];
|
||||
librarySystemDepends = [ lua5_3 ];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers exceptions fail mtl QuickCheck
|
||||
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
|
||||
description = "Bindings to Lua, an embeddable scripting language";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) lua5_3;};
|
||||
|
||||
"hslua-aeson" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, hashable, hslua, hspec
|
||||
, HUnit, ieee754, QuickCheck, quickcheck-instances, scientific
|
||||
@ -131956,12 +132056,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"incremental" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, semigroups }:
|
||||
({ mkDerivation, aeson, base, containers, deepseq, extensible
|
||||
, semigroups, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "incremental";
|
||||
version = "0";
|
||||
sha256 = "01fvc963gln6svash9cf9v2wbfnssh4j5r49l6y23zmnmqnzxs8x";
|
||||
libraryHaskellDepends = [ base containers deepseq semigroups ];
|
||||
version = "0.1";
|
||||
sha256 = "03yax3xkp1mlipi1vn97ljz05c6fxflpvz9myqvlxcj658p9f3kh";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers deepseq extensible semigroups text
|
||||
];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "incremental update library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -145520,6 +145624,18 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"libmodbus" = callPackage
|
||||
({ mkDerivation, base, data-default, modbus, vector }:
|
||||
mkDerivation {
|
||||
pname = "libmodbus";
|
||||
version = "1.0.0";
|
||||
sha256 = "0vzd50487khvn7yi9qjfvw7s88g04nzbh7138fra8njfhflr80jm";
|
||||
libraryHaskellDepends = [ base data-default vector ];
|
||||
librarySystemDepends = [ modbus ];
|
||||
description = "Haskell bindings to the C modbus library";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {modbus = null;};
|
||||
|
||||
"libmolude" = callPackage
|
||||
({ mkDerivation, aeson, base, base-unicode-symbols, binary
|
||||
, bytestring, concurrent-machines, containers
|
||||
@ -146955,6 +147071,25 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"lingo" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||
, filepath, hspec, raw-strings-qq, text, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lingo";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1yany2pi06yvkmgz808gji6yk9v0wbl5vnaijhb8vqd152zmmzb4";
|
||||
setupHaskellDepends = [
|
||||
base bytestring Cabal containers directory filepath text yaml
|
||||
];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers filepath raw-strings-qq text yaml
|
||||
];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "File extension based programming language detection";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"linguistic-ordinals" = callPackage
|
||||
({ mkDerivation, base, text }:
|
||||
mkDerivation {
|
||||
@ -152767,17 +152902,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"markov-realization" = callPackage
|
||||
({ mkDerivation, base, comonad, configuration-tools, contravariant
|
||||
, discrimination, generic-deriving, HTF, matrix, MonadRandom
|
||||
}:
|
||||
({ mkDerivation, base, comonad, HTF, MonadRandom }:
|
||||
mkDerivation {
|
||||
pname = "markov-realization";
|
||||
version = "0.3.0";
|
||||
sha256 = "0sgfz89cxv899f0p0v9fh1xprzqjk9rgm1r1zvkrg2x5fhh9hcca";
|
||||
libraryHaskellDepends = [
|
||||
base comonad configuration-tools contravariant discrimination
|
||||
generic-deriving matrix MonadRandom
|
||||
];
|
||||
version = "0.3.2";
|
||||
sha256 = "08zsqpsklffp26ccrqf3kja2x5p8njn9vpy24ysha01f4j9y7has";
|
||||
libraryHaskellDepends = [ base comonad MonadRandom ];
|
||||
testHaskellDepends = [ base HTF ];
|
||||
description = "Realizations of Markov chains";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -177028,21 +177158,27 @@ self: {
|
||||
}) {};
|
||||
|
||||
"persistent-mongoDB" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bson, bytestring, cereal
|
||||
, conduit, containers, http-api-data, mongoDB, network, path-pieces
|
||||
, persistent, resource-pool, resourcet, text, time, transformers
|
||||
, unliftio-core
|
||||
({ mkDerivation, aeson, base, blaze-html, bson, bytestring, cereal
|
||||
, conduit, containers, hspec, http-api-data, HUnit, mongoDB
|
||||
, network, path-pieces, persistent, persistent-qq
|
||||
, persistent-template, persistent-test, process, QuickCheck
|
||||
, resource-pool, resourcet, template-haskell, text, time
|
||||
, transformers, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-mongoDB";
|
||||
version = "2.8.0";
|
||||
sha256 = "12hp7cqdz672r5rhad6xvjpxhrs8v1swiz0d9n7xbn41g11a247l";
|
||||
revision = "1";
|
||||
editedCabalFile = "06iqf7frc5h7qvxhnxi2zirgspsmafp2ls0jw3ppzb01q0y6mgi4";
|
||||
version = "2.9.0";
|
||||
sha256 = "1xahxmr1rwi2sj809zfqs50kss7ii6df9k52rqr2zxp8q2ipkrx9";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bson bytestring cereal conduit containers
|
||||
http-api-data mongoDB network path-pieces persistent resource-pool
|
||||
resourcet text time transformers unliftio-core
|
||||
aeson base bson bytestring cereal conduit http-api-data mongoDB
|
||||
network path-pieces persistent resource-pool resourcet text time
|
||||
transformers unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base blaze-html bytestring containers hspec HUnit mongoDB
|
||||
persistent persistent-qq persistent-template persistent-test
|
||||
process QuickCheck template-haskell text time transformers
|
||||
unliftio-core
|
||||
];
|
||||
description = "Backend for the persistent library using mongoDB";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -177416,7 +177552,7 @@ self: {
|
||||
maintainers = with stdenv.lib.maintainers; [ psibi ];
|
||||
}) {inherit (pkgs) sqlite;};
|
||||
|
||||
"persistent-sqlite_2_10_4" = callPackage
|
||||
"persistent-sqlite_2_10_5" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit, containers
|
||||
, exceptions, fast-logger, hspec, HUnit, microlens-th, monad-logger
|
||||
, persistent, persistent-template, persistent-test, QuickCheck
|
||||
@ -177426,8 +177562,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-sqlite";
|
||||
version = "2.10.4";
|
||||
sha256 = "0x4b327h2gqhccy7yw5sa8mn8xfc4zb5kqwx98nr9yk7f1s0fr79";
|
||||
version = "2.10.5";
|
||||
sha256 = "1sghp7ffi383bzlgm83g0l5bzjbs67m6lxn3fsz74y0yy9ix33ha";
|
||||
configureFlags = [ "-fsystemlib" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
@ -189820,8 +189956,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "quickspec";
|
||||
version = "2.1.1";
|
||||
sha256 = "185sivnl9zwkzrsqknlpkm3mkl5irk6nawbwgm67x1y08d2wvmc4";
|
||||
version = "2.1.2";
|
||||
sha256 = "0igqwa195qgps5vla2a4f83rq4vdq739i94kbzzmbnniylx9wgdw";
|
||||
libraryHaskellDepends = [
|
||||
base constraints containers data-lens-light dlist QuickCheck
|
||||
quickcheck-instances random spoon template-haskell transformers
|
||||
@ -200603,27 +200739,33 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"salak_0_3_4" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
"salak_0_3_5" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, criterion
|
||||
, data-default, directory, dlist, exceptions, filepath, hashable
|
||||
, heaps, hspec, hspec-discover, menshen, mtl, QuickCheck, random
|
||||
, scientific, text, time, unliftio-core, unordered-containers
|
||||
, heaps, hspec, hspec-discover, megaparsec, menshen, mtl
|
||||
, QuickCheck, random, scientific, text, time, unliftio-core
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "salak";
|
||||
version = "0.3.4";
|
||||
sha256 = "1syjj2i2p0myy4jmxq37i11p10cv6q9k1b562g6nkx8n4vghy2kz";
|
||||
version = "0.3.5";
|
||||
sha256 = "1msvyp88izy0wml6443ns12q8dbv6hqrz069v5074rg91mx7x983";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring containers data-default directory dlist
|
||||
exceptions filepath hashable heaps menshen mtl scientific text time
|
||||
base bytestring containers data-default directory dlist exceptions
|
||||
filepath hashable heaps megaparsec menshen mtl scientific text time
|
||||
unliftio-core unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
attoparsec base bytestring containers data-default directory dlist
|
||||
exceptions filepath hashable heaps hspec menshen mtl QuickCheck
|
||||
base bytestring containers data-default directory dlist exceptions
|
||||
filepath hashable heaps hspec megaparsec menshen mtl QuickCheck
|
||||
random scientific text time unliftio-core unordered-containers
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring containers criterion data-default directory dlist
|
||||
exceptions filepath hashable heaps megaparsec menshen mtl
|
||||
scientific text time unliftio-core unordered-containers
|
||||
];
|
||||
description = "Configuration (re)Loader and Parser";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -200650,14 +200792,14 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"salak-toml_0_3_4" = callPackage
|
||||
({ mkDerivation, base, exceptions, hspec, mtl, QuickCheck, salak
|
||||
, text, time, tomland, unordered-containers
|
||||
"salak-toml_0_3_5" = callPackage
|
||||
({ mkDerivation, base, criterion, exceptions, hspec, mtl
|
||||
, QuickCheck, salak, text, time, tomland, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "salak-toml";
|
||||
version = "0.3.4";
|
||||
sha256 = "1nmc22vb869inwy1h954bjlqp5p21vgdxjn1858pw7xv5mxyx9pl";
|
||||
version = "0.3.5";
|
||||
sha256 = "1gv02a62wq94w8bhxw0xnr3kzd9aca66i3cddlwra1v419vskyj4";
|
||||
libraryHaskellDepends = [
|
||||
base salak text time tomland unordered-containers
|
||||
];
|
||||
@ -200665,6 +200807,9 @@ self: {
|
||||
base exceptions hspec mtl QuickCheck salak text time tomland
|
||||
unordered-containers
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base criterion salak text time tomland unordered-containers
|
||||
];
|
||||
description = "Configuration Loader for toml";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -200687,18 +200832,21 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"salak-yaml_0_3_4" = callPackage
|
||||
({ mkDerivation, base, conduit, exceptions, hspec, libyaml, mtl
|
||||
, QuickCheck, salak, text
|
||||
"salak-yaml_0_3_5" = callPackage
|
||||
({ mkDerivation, base, conduit, criterion, exceptions, hspec
|
||||
, libyaml, mtl, QuickCheck, salak, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "salak-yaml";
|
||||
version = "0.3.4";
|
||||
sha256 = "0qlr0vaq23nbxg73hvrj7llxlc0g8x661c1jmizs4xr8is2j8wr4";
|
||||
version = "0.3.5";
|
||||
sha256 = "1136ysvi8smb1zc7dyv8brzdxxyjq70vf99227hmc3285aiyi5y5";
|
||||
libraryHaskellDepends = [ base conduit libyaml salak text ];
|
||||
testHaskellDepends = [
|
||||
base conduit exceptions hspec libyaml mtl QuickCheck salak text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base conduit criterion libyaml salak text
|
||||
];
|
||||
description = "Configuration Loader for yaml";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -203217,8 +203365,8 @@ self: {
|
||||
({ mkDerivation, base, containers, doctest, hspec }:
|
||||
mkDerivation {
|
||||
pname = "search-algorithms";
|
||||
version = "0.3.0";
|
||||
sha256 = "046v424bvfnvf3hw38k9isdn9f05l4jk8k1fb2p3zn5zgb4h77aa";
|
||||
version = "0.3.1";
|
||||
sha256 = "1803pmk78l29nlgh68y7hndhlmlsabddf78hsva1bq87yhzz1rlv";
|
||||
libraryHaskellDepends = [ base containers ];
|
||||
testHaskellDepends = [ base containers doctest hspec ];
|
||||
description = "Common graph search algorithms";
|
||||
@ -204103,8 +204251,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sensu-run";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "08ymh5ckn6nwcyds683mgz42ik12q12wqknwb6m6c0dsbm901b57";
|
||||
version = "0.7.0.3";
|
||||
sha256 = "1afn67bxmxch2gpjar89dkagchp3h0rqbv8jkglgfzjc137047dc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -207024,8 +207172,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serverless-haskell";
|
||||
version = "0.8.8";
|
||||
sha256 = "14qjlji11xa2v72bskv1cqk3x0z4gjl77mx1vqi183sd4798xhci";
|
||||
version = "0.8.10";
|
||||
sha256 = "1gvswqkdk5awnvjqzvhbrvdmsyj73kiph872fvplmmdyvq8hb8gy";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-casing aeson-extra amazonka-core amazonka-kinesis
|
||||
amazonka-s3 base bytestring case-insensitive http-types iproute
|
||||
@ -208916,8 +209064,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shh";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "0b9q4pg1gvnw18gxba8cd7b9crj8d822vivsvgagcjmhm6a8y3pk";
|
||||
version = "0.7.0.3";
|
||||
sha256 = "1avs4s7bhy9wqyi3n454ffc7903ii5a3r44jvvjbxjh15mgjkj5i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -215829,8 +215977,8 @@ self: {
|
||||
pname = "split";
|
||||
version = "0.2.3.3";
|
||||
sha256 = "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x";
|
||||
revision = "1";
|
||||
editedCabalFile = "0vz2ylx81nfq2981msig080j7n41xf2lrxzf3hj1x3g3cllb3izi";
|
||||
revision = "2";
|
||||
editedCabalFile = "1c8bcssxq5rkxkixgms6w6x6lzf4n7cxk6cx6av1dp3lixdy9j34";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base QuickCheck ];
|
||||
description = "Combinator library for splitting lists";
|
||||
@ -224908,8 +225056,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tagsoup-navigate";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "01xzw375wdcj58s6mrwgzf9ccv8bbc50p4kcnv76cxbm38p1v94j";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "16n0s9vpwrnbknm9yfsh3qv2j3k1h579fwfqjbr1kzjn40729348";
|
||||
libraryHaskellDepends = [
|
||||
base deriving-compat lens mmorph mtl semigroupoids semigroups
|
||||
tagsoup tagsoup-selection transformers
|
||||
@ -230775,16 +230923,16 @@ self: {
|
||||
"tidal" = callPackage
|
||||
({ mkDerivation, base, bifunctors, bytestring, clock, colour
|
||||
, containers, criterion, deepseq, hosc, microspec, mwc-random
|
||||
, network, parsec, text, transformers, vector, weigh
|
||||
, network, parsec, primitive, text, transformers, vector, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tidal";
|
||||
version = "1.3.0";
|
||||
sha256 = "0zd9z0nc600b1zw0c1bpl5b3ik1dcspv5kd72p3if70g81x56d8l";
|
||||
version = "1.4.0";
|
||||
sha256 = "0zh1d5apjsayqjwl019qcd4b7v2f2w14amq3rysdwqx8cz7z5045";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors bytestring clock colour containers deepseq hosc
|
||||
mwc-random network parsec text transformers vector
|
||||
mwc-random network parsec primitive text transformers vector
|
||||
];
|
||||
testHaskellDepends = [ base containers microspec parsec ];
|
||||
benchmarkHaskellDepends = [ base criterion weigh ];
|
||||
@ -237314,6 +237462,22 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"typed-uuid" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, deepseq, hashable
|
||||
, http-api-data, random, text, uuid, validity, validity-uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "typed-uuid";
|
||||
version = "0.0.0.0";
|
||||
sha256 = "1v862wfmd03ssch7p5hr5cmzc38gzmxvw22swdfs2blfxv13cdc8";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytestring deepseq hashable http-api-data random
|
||||
text uuid validity validity-uuid
|
||||
];
|
||||
description = "Phantom-Typed version of UUID";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"typed-wire" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, filepath, gitrev, HTF, http-types, mtl, optparse-applicative
|
||||
@ -254185,6 +254349,44 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-core_1_6_15" = callPackage
|
||||
({ mkDerivation, aeson, async, auto-update, base, blaze-html
|
||||
, blaze-markup, bytestring, case-insensitive, cereal, clientsession
|
||||
, conduit, conduit-extra, containers, cookie, deepseq, fast-logger
|
||||
, gauge, hspec, hspec-expectations, http-types, HUnit, memory
|
||||
, monad-logger, mtl, network, parsec, path-pieces, primitive
|
||||
, random, resourcet, rio, shakespeare, streaming-commons
|
||||
, template-haskell, text, time, transformers, unix-compat, unliftio
|
||||
, unordered-containers, vector, wai, wai-extra, wai-logger, warp
|
||||
, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-core";
|
||||
version = "1.6.15";
|
||||
sha256 = "0rzmx9cx2lzlmhjrbczdpzv6divwr0n6h3330rsdh15kn8wjkfr8";
|
||||
libraryHaskellDepends = [
|
||||
aeson auto-update base blaze-html blaze-markup bytestring
|
||||
case-insensitive cereal clientsession conduit conduit-extra
|
||||
containers cookie deepseq fast-logger http-types memory
|
||||
monad-logger mtl parsec path-pieces primitive random resourcet rio
|
||||
shakespeare template-haskell text time transformers unix-compat
|
||||
unliftio unordered-containers vector wai wai-extra wai-logger warp
|
||||
word8
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base bytestring clientsession conduit conduit-extra
|
||||
containers cookie hspec hspec-expectations http-types HUnit network
|
||||
path-pieces random resourcet shakespeare streaming-commons
|
||||
template-haskell text transformers unliftio wai wai-extra warp
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base blaze-html bytestring gauge shakespeare text
|
||||
];
|
||||
description = "Creation of type-safe, RESTful web applications";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-crud" = callPackage
|
||||
({ mkDerivation, base, classy-prelude, containers, MissingH
|
||||
, monad-control, persistent, random, safe, stm, uuid, yesod-core
|
||||
@ -255469,6 +255671,32 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-test_1_6_6_2" = callPackage
|
||||
({ mkDerivation, attoparsec, base, blaze-builder, blaze-html
|
||||
, bytestring, case-insensitive, conduit, containers, cookie, hspec
|
||||
, hspec-core, html-conduit, http-types, HUnit, network, pretty-show
|
||||
, semigroups, text, time, transformers, unliftio, wai, wai-extra
|
||||
, xml-conduit, xml-types, yesod-core, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-test";
|
||||
version = "1.6.6.2";
|
||||
sha256 = "1c5q11f2wscapl6a16v1r5livjiy8i2iz5zvlcsx89ikrqgvfc58";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base blaze-builder blaze-html bytestring
|
||||
case-insensitive conduit containers cookie hspec-core html-conduit
|
||||
http-types HUnit network pretty-show semigroups text time
|
||||
transformers wai wai-extra xml-conduit xml-types yesod-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers cookie hspec html-conduit http-types
|
||||
HUnit text unliftio wai wai-extra xml-conduit yesod-core yesod-form
|
||||
];
|
||||
description = "integration testing for WAI/Yesod Applications";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-test-json" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit, hspec
|
||||
, http-types, HUnit, text, transformers, wai, wai-test
|
||||
|
Loading…
Reference in New Issue
Block a user