hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/72a2d5c004264016a508a1155c48a881f375e9ff.

Changed files
+1240 -663
pkgs
development
haskell-modules
+1240 -663
pkgs/development/haskell-modules/hackage-packages.nix
···
];
description = "The Haskell LaTeX library";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"HaTeX-meta" = callPackage
···
}) {};
"HasCacBDD" = callPackage
-
({ mkDerivation, base, Cabal, CacBDD, directory, process
+
({ mkDerivation, base, Cabal, CacBDD, directory, hspec, process
, QuickCheck
}:
mkDerivation {
pname = "HasCacBDD";
-
version = "0.1.0.0";
-
sha256 = "1dp4glfvd3ihaq2k3y40h7yz29c5lh76mjdzjcqb0ixvkh13d7dy";
+
version = "0.1.0.1";
+
sha256 = "0mvhhwgz2k46d2adrrs5bhc4x2yx3zr5fwi2nnxzrjhm1ki9b8zb";
setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base process QuickCheck ];
librarySystemDepends = [ CacBDD ];
-
testHaskellDepends = [ base QuickCheck ];
+
testHaskellDepends = [ base hspec QuickCheck ];
description = "Haskell bindings for CacBDD";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
···
testHaskellDepends = [ base bytestring ];
description = "Partial OpenSSL binding for Haskell";
license = stdenv.lib.licenses.publicDomain;
+
}) {inherit (pkgs) openssl;};
+
+
"HsOpenSSL_0_11_4_16" = callPackage
+
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
+
mkDerivation {
+
pname = "HsOpenSSL";
+
version = "0.11.4.16";
+
sha256 = "1jbbrhbvl3y1l0g1wv5h7l59bj7w8ajl8bfpxfwjypgmqlrlks19";
+
revision = "1";
+
editedCabalFile = "0hc113g6jp7ci5gxx2chhp1h64nzx47c4ahwisyqgs3f6prm6dqr";
+
setupHaskellDepends = [ base Cabal ];
+
libraryHaskellDepends = [ base bytestring network time ];
+
librarySystemDepends = [ openssl ];
+
testHaskellDepends = [ base bytestring ];
+
description = "Partial OpenSSL binding for Haskell";
+
license = stdenv.lib.licenses.publicDomain;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) openssl;};
"HsOpenSSL-x509-system" = callPackage
···
mkDerivation {
pname = "OpenGLRaw";
-
version = "3.3.1.0";
-
sha256 = "1x8w3x308jldj2c1xqcq3a3sc2jc06pdpgqkgjsmixi1skv4a1vb";
-
libraryHaskellDepends = [
-
base bytestring containers fixed half text transformers
-
];
-
librarySystemDepends = [ libGL ];
-
description = "A raw binding for the OpenGL graphics system";
-
license = stdenv.lib.licenses.bsd3;
-
}) {inherit (pkgs) libGL;};
-
-
"OpenGLRaw_3_3_2_0" = callPackage
-
({ mkDerivation, base, bytestring, containers, fixed, half, libGL
-
, text, transformers
-
}:
-
mkDerivation {
-
pname = "OpenGLRaw";
version = "3.3.2.0";
sha256 = "1qy41qpqmksvgy7j73b46ksvm00mh6amgy9n9wkal4czkaj26kpj";
libraryHaskellDepends = [
···
librarySystemDepends = [ libGL ];
description = "A raw binding for the OpenGL graphics system";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) libGL;};
"OpenGLRaw21" = callPackage
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"aeson-gadt-th" = callPackage
+
({ mkDerivation, aeson, base, dependent-sum, template-haskell }:
+
mkDerivation {
+
pname = "aeson-gadt-th";
+
version = "0.1.1.0";
+
sha256 = "1s3458ijiigkf1id53w24p1q71flpcd7acnqj4zb03fw6qm60f1v";
+
libraryHaskellDepends = [
+
aeson base dependent-sum template-haskell
+
];
+
description = "Derivation of Aeson instances for GADTs";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"aeson-generic-compat" = callPackage
({ mkDerivation, aeson, base }:
mkDerivation {
···
}) {};
"aeson-value-parser" = callPackage
-
({ mkDerivation, aeson, base-prelude, bytestring, foldl
-
, json-pointer, json-pointer-aeson, mtl-prelude, scientific, text
-
, transformers, unordered-containers, vector
+
({ mkDerivation, aeson, base, bytestring, foldl, json-pointer
+
, json-pointer-aeson, mtl, scientific, text, transformers
+
, unordered-containers, vector
mkDerivation {
pname = "aeson-value-parser";
-
version = "0.12.4";
-
sha256 = "0ya2gbyf2gg1psbmm1cz7qbv9m9kp3lls9rzzkmadhxnqr1wfn2f";
+
version = "0.13";
+
sha256 = "0iindqkzlfjdhns7nj8dpmsiq91pm19nd8cr3if1qf0zvjj0nx5q";
libraryHaskellDepends = [
-
aeson base-prelude bytestring foldl json-pointer json-pointer-aeson
-
mtl-prelude scientific text transformers unordered-containers
-
vector
+
aeson base bytestring foldl json-pointer json-pointer-aeson mtl
+
scientific text transformers unordered-containers vector
description = "An API for parsing \"aeson\" JSON tree into Haskell types";
license = stdenv.lib.licenses.mit;
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"automata" = callPackage
+
({ mkDerivation, base, bytestring, containers, contiguous
+
, enum-types, HUnit, leancheck, leancheck-enum-instances, primitive
+
, primitive-containers, QuickCheck, quickcheck-classes
+
, quickcheck-enum-instances, semirings, tasty, tasty-hunit
+
, tasty-leancheck, tasty-quickcheck, transformers
+
}:
+
mkDerivation {
+
pname = "automata";
+
version = "0.1.0.0";
+
sha256 = "1xb0rqnkykazg7m50dsxa5pxfd2096wmqbwli01j7wxw8lrqcy9i";
+
libraryHaskellDepends = [
+
base bytestring containers contiguous primitive
+
primitive-containers semirings transformers
+
];
+
testHaskellDepends = [
+
base containers enum-types HUnit leancheck leancheck-enum-instances
+
primitive QuickCheck quickcheck-classes quickcheck-enum-instances
+
tasty tasty-hunit tasty-leancheck tasty-quickcheck
+
];
+
description = "automata";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"automitive-cse" = callPackage
({ mkDerivation, base, bytestring, cereal, cryptonite, memory
, quickcheck-simple
···
mkDerivation {
pname = "birch-beer";
-
version = "0.1.0.0";
-
sha256 = "11f1lf19a78795id30hdxa6h52jwcmjq4jbmm1qaw6lgjfkzfg6a";
+
version = "0.1.0.1";
+
sha256 = "1xnv6zg9rc8klsjvaqf524pvplhizydjdrfybxnfjsi4d3kp612g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
mkDerivation {
pname = "blas-carray";
-
version = "0.0.1.1";
-
sha256 = "0ijzcdrbfb9w3vs4g96p30h7ilh9s05ij8n0prinmr1ngmvipbdx";
+
version = "0.1.0.1";
+
sha256 = "1aqphwgzcryzfzjzsv6ph4kcmswqd7mgs65dj8lsjzkhfc6izggl";
libraryHaskellDepends = [
base blas-ffi carray netlib-carray netlib-ffi storable-complex
transformers
···
description = "Auto-generated interface to Fortran BLAS via CArrays";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"blas-comfort-array" = callPackage
+
({ mkDerivation, base, blas-ffi, comfort-array
+
, netlib-comfort-array, netlib-ffi, storable-complex, transformers
+
}:
+
mkDerivation {
+
pname = "blas-comfort-array";
+
version = "0.0.0.1";
+
sha256 = "1m6kq46sz4chjfc5kh1vqvdfzvn0c46iq93hv9d5rrc9adhma7gb";
+
libraryHaskellDepends = [
+
base blas-ffi comfort-array netlib-comfort-array netlib-ffi
+
storable-complex transformers
+
];
+
description = "Auto-generated interface to Fortran BLAS via comfort-array";
+
license = stdenv.lib.licenses.bsd3;
}) {};
"blas-ffi" = callPackage
···
({ mkDerivation, base, directory, process }:
mkDerivation {
pname = "brainfuck-monad";
-
version = "0.5.0";
-
sha256 = "0dr371scgb6hc43vdj2fbic9z1aw4bfhnc910y22a9y26kcldp2g";
+
version = "0.5.1";
+
sha256 = "1y0dz80q2rniz23b0m2dircyl244id9888pblaqj8d4zcapsnsww";
libraryHaskellDepends = [ base directory process ];
description = "BrainFuck monad";
license = stdenv.lib.licenses.bsd3;
···
description = "A drop-down menu widget for brick";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"brick-filetree" = callPackage
+
({ mkDerivation, base, brick, comonad, containers, directory
+
, directory-tree, filepath, free, vector, vty
+
}:
+
mkDerivation {
+
pname = "brick-filetree";
+
version = "0.1.0.2";
+
sha256 = "0ppc2y407db7kx8hzrjbx3qhd4w39d5p4zra3bxsc99ny9aqbrmk";
+
libraryHaskellDepends = [
+
base brick comonad containers directory directory-tree filepath
+
free vector vty
+
];
+
testHaskellDepends = [
+
base brick comonad containers directory directory-tree filepath
+
free vector vty
+
];
+
license = stdenv.lib.licenses.bsd3;
}) {};
"brick-skylighting" = callPackage
···
mkDerivation {
pname = "cabal2spec";
-
version = "2.2.2";
-
sha256 = "1rb7z4lslqsf8ipsyy7nc3mz4ixz5f5cv5jn5nidj0pc5rl16sxw";
-
isLibrary = true;
-
isExecutable = true;
-
libraryHaskellDepends = [ base Cabal filepath time ];
-
executableHaskellDepends = [
-
base Cabal filepath optparse-applicative
-
];
-
testHaskellDepends = [ base Cabal filepath tasty tasty-golden ];
-
description = "Convert Cabal files into rpm spec files";
-
license = stdenv.lib.licenses.gpl3;
-
maintainers = with stdenv.lib.maintainers; [ peti ];
-
}) {};
-
-
"cabal2spec_2_2_2_1" = callPackage
-
({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty
-
, tasty-golden, time
-
}:
-
mkDerivation {
-
pname = "cabal2spec";
version = "2.2.2.1";
sha256 = "0jv335b6vz1y6jp381hhrb2miniyqzkn18ansc67as04yf3ngmay";
isLibrary = true;
···
testHaskellDepends = [ base Cabal filepath tasty tasty-golden ];
description = "Convert Cabal files into rpm spec files";
license = stdenv.lib.licenses.gpl3;
-
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
···
license = stdenv.lib.licenses.gpl3;
}) {};
+
"clumpiness_0_17_0_2" = callPackage
+
({ mkDerivation, base, containers, tree-fun }:
+
mkDerivation {
+
pname = "clumpiness";
+
version = "0.17.0.2";
+
sha256 = "1h1n349sq2lpikpvzzarz74200b8k7dkdjpp4rpkx79xdlfc58pc";
+
libraryHaskellDepends = [ base containers tree-fun ];
+
description = "Calculate the clumpiness of leaf properties in a tree";
+
license = stdenv.lib.licenses.gpl3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"cluss" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
···
mkDerivation {
pname = "comfort-array";
-
version = "0.2";
-
sha256 = "0h8qn36ivxd2bc7cmqgyfa54jlwcfwr3rwpfp02p0yxqb4q03z45";
+
version = "0.3";
+
sha256 = "0vwp11vcw6h9shrafqgpiqbdm2ni9ad18z2r644hspxcrs24r4d6";
libraryHaskellDepends = [
base deepseq guarded-allocation non-empty primitive QuickCheck
storable-record transformers utility-ht
···
pname = "connection";
version = "0.2.8";
sha256 = "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh";
+
revision = "1";
+
editedCabalFile = "15qdwqqjv60w14m319a58yjmhzr39dydsnk6r26ydkwxwh23rk73";
libraryHaskellDepends = [
base byteable bytestring containers data-default-class network
socks tls x509 x509-store x509-system x509-validation
···
}) {};
"constraints-extras" = callPackage
-
({ mkDerivation, base, constraints, template-haskell }:
+
({ mkDerivation, aeson, base, constraints, markdown-unlit
+
, template-haskell
+
}:
mkDerivation {
pname = "constraints-extras";
-
version = "0.2.1.0";
-
sha256 = "17rz4j5xgh4qn8ngd4b2814zdp1c59mcksg9jxbln6nvzvw7q0ng";
+
version = "0.2.3.0";
+
sha256 = "09qa30zgh6w7k5nl1gvr18nhl5cfnnrzzlmafn9hvp8hms6837ic";
+
isLibrary = true;
+
isExecutable = true;
libraryHaskellDepends = [ base constraints template-haskell ];
+
executableHaskellDepends = [
+
aeson base constraints markdown-unlit
+
];
description = "Utility package for constraints";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"data-ref_0_0_2" = callPackage
+
({ mkDerivation, base, data-accessor, stm, transformers }:
+
mkDerivation {
+
pname = "data-ref";
+
version = "0.0.2";
+
sha256 = "0xqgzcpp9b0y2w5h1nln529dizdplhpfl41vxvbhxxcdkng3j53v";
+
libraryHaskellDepends = [ base data-accessor stm transformers ];
+
description = "Unify STRef and IORef in plain Haskell 98";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"data-reify" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
···
doCheck = false;
description = "A client library for the D-Bus IPC system";
license = stdenv.lib.licenses.asl20;
+
}) {};
+
+
"dbus_1_2_3" = 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.3";
+
sha256 = "04x0scjl9kyhh2wl02slfa7ykd2lmxbx6x7bp7wv8x4pwgd849zc";
+
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;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dbus-client" = callPackage
···
mkDerivation {
pname = "dejafu";
-
version = "1.11.0.4";
-
sha256 = "0zks4mqdndlyg8mqa1gshwahcqn45zawksgp738crls3yafgh9dg";
+
version = "1.11.0.5";
+
sha256 = "18pcjk60r1q798qba285g20fh8v5q2qphgpx3r0a0yy7p1qnjwv2";
libraryHaskellDepends = [
base concurrency containers contravariant deepseq exceptions
leancheck profunctors random transformers
···
mkDerivation {
pname = "derive";
-
version = "2.6.4";
-
sha256 = "08vhs17h6lzgdr2b0iyl8scilfivvir5fav1qxxpqmdm7f8f8dis";
+
version = "2.6.5";
+
sha256 = "1rfh7pahrksjzypdkrs8wcijybdwnv2wlkiqax7svn11wgnym3c1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
license = stdenv.lib.licenses.bsd3;
}) {};
-
"deriving-compat_0_5_3" = callPackage
+
"deriving-compat_0_5_4" = callPackage
({ mkDerivation, base, base-compat, base-orphans, containers
, ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged
, template-haskell, th-abstraction, transformers
···
mkDerivation {
pname = "deriving-compat";
-
version = "0.5.3";
-
sha256 = "1mybgiy6g2ja4qbmc7m3ajy8wzaycq95xlfihi5ynmzlbrjy96sc";
+
version = "0.5.4";
+
sha256 = "0kd76zvaj84391k9847q3zdvw5hlkdw3qwncysfbsvsh4g9glqwr";
libraryHaskellDepends = [
base containers ghc-boot-th ghc-prim template-haskell
th-abstraction transformers transformers-compat
···
mkDerivation {
pname = "dynamic-graphs";
-
version = "0.1.0.2";
-
sha256 = "0fy64gfkg6vhhyzay0wh2dis423j8xbcdjzfl06h8hbrb0gb8p7r";
+
version = "0.1.0.3";
+
sha256 = "1zwrvpg8nxc4lx3mc5jaj1fcbg1hhk4b52ng4qh5r57xkhqj6xg5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
testHaskellDepends = [
aeson base bytestring containers deepseq hashable mwc-random
-
primitive QuickCheck test-framework test-framework-quickcheck2
-
test-framework-th text unordered-containers
+
primitive QuickCheck semigroups test-framework
+
test-framework-quickcheck2 test-framework-th text
+
unordered-containers
benchmarkHaskellDepends = [ base criterion primitive ];
description = "Dynamic graph algorithms";
···
"expresso" = callPackage
({ mkDerivation, base, containers, directory, filepath, hashable
, haskeline, mtl, parsec, tasty, tasty-hunit, template-haskell
-
, terminfo, text, unordered-containers, wl-pprint
+
, text, unordered-containers, wl-pprint
mkDerivation {
pname = "expresso";
-
version = "0.1.1.0";
-
sha256 = "1c0mibbgwdxz36qr02nc31mpg6d3l9mgjfqwy174ib2kv3wndivh";
+
version = "0.1.2.0";
+
sha256 = "15s4gpf7pv6wv13q5i1cff7s93nx5vb8gyjfm4ifz76ki3xafgcn";
isLibrary = true;
isExecutable = true;
+
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base containers directory filepath hashable haskeline mtl parsec
-
template-haskell terminfo text unordered-containers wl-pprint
+
template-haskell text unordered-containers wl-pprint
executableHaskellDepends = [
base containers directory filepath hashable haskeline mtl parsec
-
terminfo text unordered-containers wl-pprint
+
text unordered-containers wl-pprint
testHaskellDepends = [
base containers directory filepath hashable haskeline mtl parsec
-
tasty tasty-hunit terminfo text unordered-containers wl-pprint
+
tasty tasty-hunit text unordered-containers wl-pprint
description = "A simple expressions language based on row types";
license = stdenv.lib.licenses.bsd3;
···
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "failable";
-
version = "0.1.0.3";
-
sha256 = "1kmp5xgsj5yv4h9q3h1r73z6pb9cj6kb4i458rb322l6w88ci0rf";
+
version = "0.1.1.0";
+
sha256 = "0wg4jhilnyqxs6kqikbli1ia6xl4hi4hipdc1pp1f2d2gxgg0afb";
libraryHaskellDepends = [ base mtl transformers ];
description = "A 'Failable' error monad class to unify failure across monads that can fail";
license = stdenv.lib.licenses.bsd3;
···
mkDerivation {
pname = "fay";
-
version = "0.24.0.1";
-
sha256 = "05z8dyw1yf2bh42mrrk1d9rxqdz1p6gn8sjnpk66s2k76xrg4vm2";
+
version = "0.24.0.2";
+
sha256 = "00qm6n8ali6inqmm64mrcz414iwiin8zwpavq5w1hnrmvzlbazg5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
pname = "feed";
version = "1.0.1.0";
sha256 = "076krkyvbh24s50chdw3nz6w2svwchys65ppjzlm8gy42ddhbgc7";
+
revision = "1";
+
editedCabalFile = "10xjd3syr70g3blnjy7xvd6s21y68vxsi69f6bmizpsylbfb0245";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base base-compat bytestring old-locale old-time safe text time
···
mkDerivation {
pname = "find-clumpiness";
-
version = "0.2.3.1";
-
sha256 = "0aicxjh58cz25kxigz013j07a0vc5jyirs75daqjmlgd3rj5b7h8";
+
version = "0.2.3.2";
+
sha256 = "1qid4dinkydpikw1a7q4zj3cx3bh7mzz7bfd8l1mz7fykdi8lwac";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
description = "Library providing values and operations on values in a fixed universe";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"function-builder" = callPackage
+
({ mkDerivation, base, tagged }:
+
mkDerivation {
+
pname = "function-builder";
+
version = "0.1.0.4";
+
sha256 = "1iiz1fx8m152wg55k6vgv8sf3zf9wvc9zmx2wca8yc38bki43h61";
+
libraryHaskellDepends = [ base tagged ];
+
description = "Create poly variadic functions for monoidal results";
+
license = stdenv.lib.licenses.bsd3;
}) {};
"function-combine" = callPackage
···
mkDerivation {
pname = "git-annex";
-
version = "7.20181211";
-
sha256 = "05zvi2z4fs2sprzgm31m6y1rhvwkhmjilvmgvyajzs12vzsaik6x";
+
version = "7.20190122";
+
sha256 = "0z5a5sskmjmayh1w9m48v7b81s1ybcglglry2jy1awdbn2l4mxk5";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-fpairing" "-fproduction" "-fs3" "-ftorrentparser" "-fwebapp"
···
mkDerivation {
pname = "github-release";
-
version = "1.2.3";
-
sha256 = "14jb82gybm2zwri05bqxsibwr29lhghcaj3n0171nbndqs0dyl0y";
-
isLibrary = true;
-
isExecutable = true;
-
libraryHaskellDepends = [
-
aeson base bytestring http-client http-client-tls http-types
-
mime-types optparse-generic text unordered-containers uri-templater
-
];
-
executableHaskellDepends = [
-
aeson base bytestring http-client http-client-tls http-types
-
mime-types optparse-generic text unordered-containers uri-templater
-
];
-
description = "Upload files to GitHub releases";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"github-release_1_2_4" = callPackage
-
({ mkDerivation, aeson, base, bytestring, http-client
-
, http-client-tls, http-types, mime-types, optparse-generic, text
-
, unordered-containers, uri-templater
-
}:
-
mkDerivation {
-
pname = "github-release";
version = "1.2.4";
sha256 = "1s4vmqrzq7w35kfij9pyxm9b672khhx03whi4adz6l51xij6a3yb";
isLibrary = true;
···
description = "Upload files to GitHub releases";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"github-tools" = callPackage
···
pname = "glirc";
version = "2.29";
sha256 = "04i6dzb6fgvx1vxpn8syzc9pa4mq2m62mrgq4iraqwgkzl54ahgx";
-
revision = "1";
-
editedCabalFile = "0kjari98vcx5d1nfvxk8f6nx557hpy6njw7fj5p1lfdals81qifz";
+
revision = "2";
+
editedCabalFile = "0s37m39c3vnwskvbsiziysm9ck7l30bfkp2jg0l49dhi8v01q6cs";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
···
}) {};
"grids" = callPackage
-
({ mkDerivation, adjunctions, base, distributive, finite-typelits
-
, vector
+
({ mkDerivation, adjunctions, base, comonad, deepseq, distributive
+
, gauge, hspec, singletons, vector
mkDerivation {
pname = "grids";
-
version = "0.2.0.0";
-
sha256 = "05fq06x85dvdqn9360y139i9al1bdlcs0ybf790fqw8rqwznzxn4";
+
version = "0.3.0.0";
+
sha256 = "01i6izwlgkv4pc6sfywn8fg2s01x15q0lwxag3kzzhb63nm20kli";
libraryHaskellDepends = [
-
adjunctions base distributive finite-typelits vector
+
adjunctions base comonad deepseq distributive singletons vector
+
];
+
testHaskellDepends = [
+
adjunctions base comonad deepseq distributive hspec singletons
+
vector
+
];
+
benchmarkHaskellDepends = [
+
adjunctions base comonad deepseq distributive gauge singletons
+
vector
license = stdenv.lib.licenses.bsd3;
}) {};
···
libraryHaskellDepends = [ base ];
description = "Memory allocation with added stress tests and integrity checks";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"guarded-allocation_0_0_1" = callPackage
+
({ mkDerivation, base }:
+
mkDerivation {
+
pname = "guarded-allocation";
+
version = "0.0.1";
+
sha256 = "15a6g0bkjf9r0zl7x61ip05kb7k4rf7yxr7z8jybs5q8g78i1b0c";
+
libraryHaskellDepends = [ base ];
+
description = "Memory allocation with added stress tests and integrity checks";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"guarded-rewriting" = callPackage
···
mkDerivation {
pname = "hakyll-images";
-
version = "0.4.1";
-
sha256 = "1mnf196wyj8jsypwdci7mrx6dl3qzfhwz34p4y5lc4rkif003xf9";
+
version = "0.4.2";
+
sha256 = "0la1c25jlqw0y0zfcskkj4mlmkpamr2psqfnsrgz52zvmhy2ha2p";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base binary bytestring hakyll JuicyPixels JuicyPixels-extra
···
license = stdenv.lib.licenses.mit;
}) {};
+
"hapistrano_0_3_9_1" = callPackage
+
({ mkDerivation, aeson, async, base, directory, filepath
+
, formatting, gitrev, hspec, mtl, optparse-applicative, path
+
, path-io, process, QuickCheck, silently, stm, temporary, time
+
, transformers, typed-process, yaml
+
}:
+
mkDerivation {
+
pname = "hapistrano";
+
version = "0.3.9.1";
+
sha256 = "0s2xhisyjx3d9rgzqcc09l2x3a8fkc5d7rdcrrcrgwz6vxcdv0pv";
+
isLibrary = true;
+
isExecutable = true;
+
enableSeparateDataOutput = true;
+
libraryHaskellDepends = [
+
aeson base filepath formatting gitrev mtl path process stm time
+
transformers typed-process
+
];
+
executableHaskellDepends = [
+
aeson async base formatting gitrev optparse-applicative path
+
path-io stm yaml
+
];
+
testHaskellDepends = [
+
base directory filepath hspec mtl path path-io process QuickCheck
+
silently temporary
+
];
+
description = "A deployment library for Haskell applications";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"happindicator" = callPackage
({ mkDerivation, array, base, bytestring, containers, glib, gtk
, gtk2hs-buildtools, libappindicator-gtk2, mtl
···
}) {};
"hasql-pool" = callPackage
-
({ mkDerivation, base-prelude, hasql, resource-pool, time }:
-
mkDerivation {
-
pname = "hasql-pool";
-
version = "0.5";
-
sha256 = "0bsxh9yf5p2iknrnssrif563n42ih14cj95qmy9z2lz2kbycscrs";
-
libraryHaskellDepends = [ base-prelude hasql resource-pool time ];
-
description = "A pool of connections for Hasql";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"hasql-pool_0_5_0_1" = callPackage
({ mkDerivation, base-prelude, hasql, hspec, resource-pool, time }:
mkDerivation {
pname = "hasql-pool";
···
testHaskellDepends = [ base-prelude hasql hspec ];
description = "A pool of connections for Hasql";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hasql-postgres" = callPackage
···
mkDerivation {
pname = "hevm";
-
version = "0.21";
-
sha256 = "0h3d1b2xdd59d3rl1a9ng1hz2hr3g6n1dpak0a4namjlcfxvwwhd";
+
version = "0.24";
+
sha256 = "0bzhswisrmlw8ajl6mr13vr3a7l0vywl394aihrc0xs6vwgyflh0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
mkDerivation {
pname = "hierarchical-spectral-clustering";
-
version = "0.2.1.0";
-
sha256 = "1vgvpa9il2pmcwjq0nnq93ppbanrs5yaxdcs9skbwz1r6gx0k64y";
+
version = "0.2.2.0";
+
sha256 = "0c0lv9vr8srb6bipjx70m7p5mr91hfhnymv8brwj6hllq4cp576m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
mkDerivation {
pname = "hlint";
-
version = "2.1.12";
-
sha256 = "1d3gbvjs7zg9n4fbj2b3c5wn5xf2idygx9cqjdbmgndk3jic9rbx";
+
version = "2.1.13";
+
sha256 = "1ac553qf1pc093hrc3kf8yik68619683pazmlm8r2jqqq502fgxc";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
mkDerivation {
pname = "hmm-lapack";
-
version = "0.3.0.1";
-
sha256 = "150aqwg7n9i5hsdlxxbsynaxn3shgnx20drax16z5785rz0bbrjx";
+
version = "0.3.0.2";
+
sha256 = "1rwxp4gjk2z8k42k7l1g3sy07jl2rhc7xgypjripb3chmfkp6zvn";
libraryHaskellDepends = [
base boxes comfort-array containers deepseq explicit-exception
fixed-length lapack lazy-csv netlib-ffi non-empty prelude-compat
···
pname = "hookup";
version = "0.2.2";
sha256 = "1q9w8j4g8j9ijfvwpng4i3k2b8pkf4ln27bcdaalnp9yyidmxlqf";
-
revision = "3";
-
editedCabalFile = "0fmnfnlcc5jg0na2723ibh26sch190s62d52g14gffh9fsl9icgy";
+
revision = "4";
+
editedCabalFile = "1l52m4pl1l0mrnl4czx25i8xvba03l7bvqskk59cgwfk8q1kk935";
libraryHaskellDepends = [
attoparsec base bytestring HsOpenSSL HsOpenSSL-x509-system network
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"hsdev_0_3_3_0" = 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
+
, regex-pcre-builtin, scientific, simple-log, sqlite-simple, stm
+
, syb, template-haskell, text, text-region, time, transformers
+
, transformers-base, uniplate, unix, unordered-containers, vector
+
}:
+
mkDerivation {
+
pname = "hsdev";
+
version = "0.3.3.0";
+
sha256 = "17pylby88xmr8hibhpiyygzdnjwznh1zss4969z6w2dk2489lkrz";
+
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-client lens lifted-base mmorph monad-control monad-loops mtl
+
network network-uri optparse-applicative process regex-pcre-builtin
+
scientific simple-log sqlite-simple stm syb template-haskell text
+
text-region time transformers transformers-base 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;
+
}) {};
+
"hsdif" = callPackage
({ mkDerivation, base, bytestring, hosc }:
mkDerivation {
···
pname = "hsdns";
version = "1.7.1";
sha256 = "0i50p31zxsrkx9hv3mqcl2042lf922b1fsswmd99d66ybkl01kag";
+
revision = "1";
+
editedCabalFile = "0w4hrmj7ph5dgarl82xpa0g77ncjdqk0wc9wp771pry98xxihzl8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers network ];
···
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {inherit (pkgs) adns;};
+
"hsdns_1_8" = callPackage
+
({ mkDerivation, adns, base, containers, network }:
+
mkDerivation {
+
pname = "hsdns";
+
version = "1.8";
+
sha256 = "0jxnfgzsshhaf3n8ywhxy84l6ldhz5cdwaayr61v26iqgm3c3qk0";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [ base containers network ];
+
librarySystemDepends = [ adns ];
+
description = "Asynchronous DNS Resolver";
+
license = stdenv.lib.licenses.lgpl3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
maintainers = with stdenv.lib.maintainers; [ peti ];
+
}) {inherit (pkgs) adns;};
+
"hsdns-cache" = callPackage
({ mkDerivation, base, hsdns, network, SafeSemaphore, text, time
, unordered-containers
···
mkDerivation {
pname = "hspec-need-env";
-
version = "0.1.0.2";
-
sha256 = "0393l0faajrdfckjgclrhpvm79r0mhba8jrrsvr4rj5ifajmrfns";
-
libraryHaskellDepends = [ base hspec-core hspec-expectations ];
-
testHaskellDepends = [ base hspec hspec-core setenv transformers ];
-
description = "Read environment variables for hspec tests";
-
license = stdenv.lib.licenses.bsd3;
-
}) {};
-
-
"hspec-need-env_0_1_0_3" = callPackage
-
({ mkDerivation, base, hspec, hspec-core, hspec-expectations
-
, setenv, transformers
-
}:
-
mkDerivation {
-
pname = "hspec-need-env";
version = "0.1.0.3";
sha256 = "164ng7ryb9dpw2v0wazi9s8xqwsx9yla83p0ln05m6zlirpp6jc6";
libraryHaskellDepends = [ base hspec-core hspec-expectations ];
testHaskellDepends = [ base hspec hspec-core setenv transformers ];
description = "Read environment variables for hspec tests";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-pg-transact" = callPackage
···
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
+
"hsyslog_5_0_2" = callPackage
+
({ mkDerivation, base }:
+
mkDerivation {
+
pname = "hsyslog";
+
version = "5.0.2";
+
sha256 = "1kkypn0dd92aqv8dr112bhkr9k9r9mchnyyvy41kvhj2zg447v1y";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [ base ];
+
description = "FFI interface to syslog(3) from POSIX.1-2001";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
maintainers = with stdenv.lib.maintainers; [ peti ];
+
}) {};
+
"hsyslog-tcp" = callPackage
({ mkDerivation, base, bytestring, hsyslog, hsyslog-udp, network
, text, time
···
benchmarkHaskellDepends = [ base criterion ];
description = "Provide duration helper";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"human-readable-duration_0_2_1_3" = callPackage
+
({ mkDerivation, base, criterion, doctest, Glob }:
+
mkDerivation {
+
pname = "human-readable-duration";
+
version = "0.2.1.3";
+
sha256 = "1zq85v9knc73ck9lqrn4k0w121ifpjg7j053qmhgam0605j89236";
+
libraryHaskellDepends = [ base ];
+
testHaskellDepends = [ base doctest Glob ];
+
benchmarkHaskellDepends = [ base criterion ];
+
description = "Provide duration helper";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"human-text" = callPackage
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"influxdb_1_6_1_2" = callPackage
+
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
+
, cabal-doctest, clock, containers, doctest, foldl, http-client
+
, http-types, lens, network, optional-args, QuickCheck, scientific
+
, tagged, template-haskell, text, time, unordered-containers
+
, vector
+
}:
+
mkDerivation {
+
pname = "influxdb";
+
version = "1.6.1.2";
+
sha256 = "1bzy78amw6k02bi2fjm2i8vah9lwxpy2fdlq35gdsffhwrif29mg";
+
isLibrary = true;
+
isExecutable = true;
+
setupHaskellDepends = [ base Cabal cabal-doctest ];
+
libraryHaskellDepends = [
+
aeson attoparsec base bytestring clock containers foldl http-client
+
http-types lens network optional-args scientific tagged text time
+
unordered-containers vector
+
];
+
testHaskellDepends = [ base doctest QuickCheck template-haskell ];
+
description = "Haskell client library for InfluxDB";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"informative" = callPackage
({ mkDerivation, base, containers, csv, highlighting-kate
, http-conduit, monad-logger, pandoc, persistent
···
description = "web-interface for iptables";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"ipynb" = callPackage
+
({ mkDerivation, aeson, aeson-diff, base, base64-bytestring
+
, bytestring, containers, directory, filepath, microlens
+
, microlens-aeson, tasty, tasty-hunit, text, unordered-containers
+
, vector
+
}:
+
mkDerivation {
+
pname = "ipynb";
+
version = "0.1";
+
sha256 = "0daadhzil4q573mqb0rpvjzm0vpkzgzqcimw480qpvlh6rhppwj5";
+
libraryHaskellDepends = [
+
aeson base base64-bytestring bytestring containers text
+
unordered-containers
+
];
+
testHaskellDepends = [
+
aeson aeson-diff base base64-bytestring bytestring directory
+
filepath microlens microlens-aeson tasty tasty-hunit text
+
unordered-containers vector
+
];
+
description = "Data structure for working with Jupyter notebooks (ipynb)";
+
license = stdenv.lib.licenses.bsd3;
}) {};
"ipython-kernel" = callPackage
···
}) {};
pname = "mwc-random";
-
pname = "mwc-random";
-
pname = "mwc-random";
-
}:
-
mkDerivation {
-
pname = "mwc-random";
-
version = "1.0.5";
-
pname = "mwc-random";
-
libraryHaskellDepends = [
-
pname = "mwc-random";
-
];
-
testHaskellDepends = [
-
pname = "mwc-random";
-
text time
-
];
-
pname = "mwc-random";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
pname = "mwc-random";
pname = "mwc-random";
pname = "mwc-random";
···
pname = "mwc-random";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
pname = "mwc-random";
···
}) {};
pname = "mwc-random";
-
pname = "mwc-random";
+
({ mkDerivation, attoparsec, base, base-prelude, text }:
mkDerivation {
pname = "mwc-random";
-
version = "0.1.2.1";
-
pname = "mwc-random";
-
pname = "mwc-random";
+
version = "0.1.2.2";
+
sha256 = "0cwk5jxg528dipfdhrmmjpz950pfpaykncvw16rajvf35wvcnk9x";
+
revision = "1";
+
editedCabalFile = "0bs7fa02jjq9r7bn3vlwn4xq93yllj62h3bb5g2lsihx1svk7lkn";
+
libraryHaskellDepends = [ attoparsec base base-prelude text ];
pname = "mwc-random";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
···
pname = "mwc-random";
mkDerivation {
pname = "mwc-random";
-
version = "1.0.7";
-
pname = "mwc-random";
-
pname = "mwc-random";
-
pname = "mwc-random";
-
pname = "mwc-random";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
pname = "mwc-random";
-
pname = "mwc-random";
-
mkDerivation {
-
pname = "mwc-random";
version = "1.0.8";
pname = "mwc-random";
pname = "mwc-random";
pname = "mwc-random";
pname = "mwc-random";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
pname = "mwc-random";
···
"lapack" = callPackage
({ mkDerivation, base, blas-ffi, boxes, ChasingBottoms
-
, comfort-array, deepseq, fixed-length, guarded-allocation
-
, lapack-ffi, lazyio, netlib-ffi, non-empty, QuickCheck, semigroups
-
, tfp, transformers, utility-ht
+
, comfort-array, data-ref, deepseq, fixed-length
+
, guarded-allocation, lapack-ffi, lazyio, netlib-ffi, non-empty
+
, QuickCheck, quickcheck-transformer, random, semigroups, tfp
+
, transformers, unique-logic-tf, utility-ht
mkDerivation {
pname = "lapack";
-
version = "0.2";
-
sha256 = "173yjhf2drabx13rw7kzs6wp40pg2r5yibr7psgdyidx7543svvy";
+
version = "0.2.1";
+
sha256 = "1m6n36cjk69maqrb2alya8ki2kndvpfjn2nyb8p4k5333x4ka6xm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
transformers utility-ht
testHaskellDepends = [
-
base ChasingBottoms comfort-array netlib-ffi non-empty QuickCheck
-
semigroups tfp transformers utility-ht
+
base ChasingBottoms comfort-array data-ref netlib-ffi non-empty
+
QuickCheck quickcheck-transformer random semigroups tfp
+
transformers unique-logic-tf utility-ht
description = "Numerical Linear Algebra using LAPACK";
license = stdenv.lib.licenses.bsd3;
···
mkDerivation {
pname = "lapack-carray";
-
version = "0.0.2.1";
-
sha256 = "0rhzs27m634vy7g7k1ls8wyfh3q983fq6959y1vn1g3af1f27yqx";
+
version = "0.0.3";
+
sha256 = "1l4dwkdk6m5ran92j7k9yxqin1spgx8sg0bi2kfn1pcs6jzgn3si";
libraryHaskellDepends = [
base carray lapack-ffi netlib-carray netlib-ffi storable-complex
transformers
description = "Auto-generated interface to Fortran LAPACK via CArrays";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"lapack-comfort-array" = callPackage
+
({ mkDerivation, base, comfort-array, lapack-ffi
+
, netlib-comfort-array, netlib-ffi, storable-complex, transformers
+
}:
+
mkDerivation {
+
pname = "lapack-comfort-array";
+
version = "0.0";
+
sha256 = "06pzjr9n5pn0aqgf1p7njls65m10zfryzld3sxlr9ybailmnsa2j";
+
libraryHaskellDepends = [
+
base comfort-array lapack-ffi netlib-comfort-array netlib-ffi
+
storable-complex transformers
+
];
+
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
license = stdenv.lib.licenses.bsd3;
}) {};
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"lapack-ffi-tools_0_1_2" = callPackage
+
({ mkDerivation, base, bytestring, cassava, containers
+
, explicit-exception, filepath, non-empty, optparse-applicative
+
, parsec, pathtype, transformers, unordered-containers, utility-ht
+
, vector
+
}:
+
mkDerivation {
+
pname = "lapack-ffi-tools";
+
version = "0.1.2";
+
sha256 = "14wfnddya7ch8hm3wgabd7nma7ahcgv6h2innfbp1ck92isn2s0q";
+
isLibrary = false;
+
isExecutable = true;
+
enableSeparateDataOutput = true;
+
executableHaskellDepends = [
+
base bytestring cassava containers explicit-exception filepath
+
non-empty optparse-applicative parsec pathtype transformers
+
unordered-containers utility-ht vector
+
];
+
description = "Generator for Haskell interface to Fortran LAPACK";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"large-hashable" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, byteable, bytes
, bytestring, cereal, containers, cryptohash, deepseq, hashable
···
}) {};
"leancheck-instances" = callPackage
-
({ mkDerivation, base, bytestring, leancheck, nats, text }:
+
({ mkDerivation, array, base, bytestring, containers, leancheck
+
, nats, text, time
+
}:
mkDerivation {
pname = "leancheck-instances";
-
version = "0.0.1";
-
sha256 = "1p7d6z82s689l8vi1c0rq6cnzvzlcx17nmr3wzy4yj3h80g1hnlq";
-
libraryHaskellDepends = [ base bytestring leancheck nats text ];
-
testHaskellDepends = [ base bytestring leancheck nats text ];
+
version = "0.0.2";
+
sha256 = "1p8ip47v4jc5rkqj456dmsh2scl19lvh9zimkr844lvyhbxifgbb";
+
libraryHaskellDepends = [
+
array base bytestring containers leancheck nats text time
+
];
+
testHaskellDepends = [
+
base bytestring containers leancheck nats text
+
];
description = "Common LeanCheck instances";
license = stdenv.lib.licenses.bsd3;
}) {};
-
"leancheck-instances_0_0_2" = callPackage
+
"leancheck-instances_0_0_3" = callPackage
({ mkDerivation, array, base, bytestring, containers, leancheck
, nats, text, time
mkDerivation {
pname = "leancheck-instances";
-
version = "0.0.2";
-
sha256 = "1p8ip47v4jc5rkqj456dmsh2scl19lvh9zimkr844lvyhbxifgbb";
+
version = "0.0.3";
+
sha256 = "1h6aw2fvdcjaz9r90l3c9znykn0y9gvg74ycvkrqw823sd9ywwd6";
libraryHaskellDepends = [
array base bytestring containers leancheck nats text time
···
mkDerivation {
pname = "list-t";
-
version = "1.0.2";
-
sha256 = "08wjng9d1sqjqc6pgq2lh84gcaabqmrslm3slc0rvaxh1lvasv6s";
+
version = "1.0.3";
+
sha256 = "1kkiyfz7ra3i7jah1z347aq534isz7w8ancbhv6if905ybd3bhvf";
+
revision = "1";
+
editedCabalFile = "0f476hjzg99c51ac7ncl2w7lv8dakqwscqd7lx9n5cv3sclr38y5";
libraryHaskellDepends = [
base mmorph monad-control mtl transformers transformers-base
···
mkDerivation {
pname = "log-elasticsearch";
-
version = "0.10.0.0";
-
sha256 = "0bjsng7ganwbqxvj9zi7w7l547iw9yh972bc0mc82cnwd6awclj5";
-
revision = "1";
-
editedCabalFile = "11sd5si8snl5agl34arp9lkxjnm07rd5rs05apq1lvcac70la18d";
+
version = "0.10.0.1";
+
sha256 = "1nnchsrkcm08r1lrlldr7icqnzsz3g024dlwg2z9la66n9d0fvl0";
libraryHaskellDepends = [
aeson aeson-pretty base base64-bytestring bloodhound bytestring
deepseq http-client http-client-tls log-base semigroups text
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"massiv_0_2_7_0" = callPackage
+
({ mkDerivation, base, bytestring, data-default, data-default-class
+
, deepseq, ghc-prim, hspec, primitive, QuickCheck, safe-exceptions
+
, vector
+
}:
+
mkDerivation {
+
pname = "massiv";
+
version = "0.2.7.0";
+
sha256 = "080pdghb6yf08addkysdpgdgzf60lc90z580vk2igjfc23w9xwc7";
+
libraryHaskellDepends = [
+
base bytestring data-default-class deepseq ghc-prim primitive
+
vector
+
];
+
testHaskellDepends = [
+
base bytestring data-default deepseq hspec QuickCheck
+
safe-exceptions vector
+
];
+
description = "Massiv (Массив) is an Array Library";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"massiv-io" = callPackage
({ mkDerivation, base, bytestring, data-default, deepseq, directory
, filepath, JuicyPixels, massiv, netpbm, process, vector
···
pname = "miss";
version = "0";
sha256 = "1xcbjmv2fyjffn1j2xhn0glvxdb2cqd8frvc9yr1pgz6874sv60w";
+
revision = "1";
+
editedCabalFile = "0m4dvn39917fxmgd2ahigz70qqy4ccfsi4n0885v82kiqwgmvxxq";
libraryHaskellDepends = [
attoparsec base base16-bytestring bytestring containers
cryptohash-sha1 deepseq digest exceptions filesystem-abstractions
···
mkDerivation {
pname = "modularity";
-
version = "0.2.0.3";
-
sha256 = "1w1w9fcsh758wnnq3i1c4bklpg5m622lh3qybddacs65gvih64sy";
+
version = "0.2.1.0";
+
sha256 = "1xs9hdxsdpylhq3dzmyxfycwyqzy3v1zz48gvzpfcamfivxxpdph";
libraryHaskellDepends = [
base eigen hmatrix sparse-linear-algebra spectral-clustering vector
···
}) {};
"monad-dijkstra" = callPackage
-
({ mkDerivation, base, free, hlint, mtl, psqueues, tasty
-
, tasty-hspec, transformers
+
({ mkDerivation, base, containers, free, hlint, mtl, psqueues
+
, tasty, tasty-hspec, transformers
mkDerivation {
pname = "monad-dijkstra";
-
version = "0.1.1.1";
-
sha256 = "0j29ffim7hwvj791na92yrbgly1frn0qvcpyc1z29837kawap190";
-
libraryHaskellDepends = [ base free mtl psqueues transformers ];
+
version = "0.1.1.2";
+
sha256 = "1890rnypk3ra4f0f3m7nr31df3x6pmpw6ivid77wj7h9mdp0bdb6";
+
libraryHaskellDepends = [
+
base containers free mtl psqueues transformers
+
];
testHaskellDepends = [ base hlint tasty tasty-hspec ];
-
description = "Monad transformer for weighted graph searches using Dijkstra's or A* algorithm";
+
description = "A monad transformer for weighted graph searches";
license = stdenv.lib.licenses.bsd3;
}) {};
···
({ mkDerivation, base }:
mkDerivation {
pname = "monadLib";
-
version = "3.8";
-
sha256 = "1y414xfaavp63w5za4jby4cnaqwivkvkxxknb488z1k040kiisv1";
-
revision = "1";
-
editedCabalFile = "1mnzhliilvhsynv5h7rqchngvf8by1z33j4lj8zqqzl1xdmy2knx";
+
version = "3.9";
+
sha256 = "1vibzls4ld4v7rib14nb9blni1c42csv4b1igaplks85xyr5grrm";
libraryHaskellDepends = [ base ];
description = "A collection of monad transformers";
license = stdenv.lib.licenses.bsd3;
···
}) {inherit (pkgs) mpg123;};
"mpi-hs" = callPackage
-
({ mkDerivation, base, binary, bytestring, c2hs, criterion
-
, monad-loops, openmpi, packman, store
+
({ mkDerivation, base, binary, bytestring, c2hs, cereal, criterion
+
, monad-loops, openmpi, store
mkDerivation {
pname = "mpi-hs";
-
version = "0.4.1.0";
-
sha256 = "0bf0ghzvakww5slvfd3fq0sa0972i6y60lg6ibby49nslfkl52wd";
+
version = "0.5.1.1";
+
sha256 = "0vvbvck5hd3ca1l1bdcnkkb5p2xf9gj9ljf8v130x0fx3zhxjp13";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
-
base binary bytestring monad-loops packman store
+
base binary bytestring cereal monad-loops store
librarySystemDepends = [ openmpi ];
libraryToolDepends = [ c2hs ];
-
executableHaskellDepends = [ base ];
+
executableHaskellDepends = [ base binary ];
testHaskellDepends = [ base monad-loops ];
benchmarkHaskellDepends = [ base criterion ];
description = "MPI bindings for Haskell";
···
mkDerivation {
pname = "mysql";
-
version = "0.1.6";
-
sha256 = "1vlr4z3ng8sibb7g8363xlhff3811z8b5nmm0ljai6r5r5hrym4y";
-
setupHaskellDepends = [ base Cabal ];
-
libraryHaskellDepends = [ base bytestring containers ];
-
librarySystemDepends = [ mysql ];
-
testHaskellDepends = [ base bytestring hspec ];
-
description = "A low-level MySQL client library";
-
license = stdenv.lib.licenses.bsd3;
-
}) {inherit (pkgs) mysql;};
-
-
"mysql_0_1_7" = callPackage
-
({ mkDerivation, base, bytestring, Cabal, containers, hspec, mysql
-
}:
-
mkDerivation {
-
pname = "mysql";
version = "0.1.7";
sha256 = "1nbj958nsr568c1mhwhcidz8d1p35c6b99m8xz2z0w8ig737nbgg";
setupHaskellDepends = [ base Cabal ];
···
testHaskellDepends = [ base bytestring hspec ];
description = "A low-level MySQL client library";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) mysql;};
"mysql-effect" = callPackage
···
description = "pure haskell MySQL driver";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"mysql-haskell_0_8_4_2" = callPackage
+
({ mkDerivation, base, binary, binary-ieee754, binary-parsers
+
, blaze-textual, bytestring, bytestring-lexing, cryptonite
+
, io-streams, memory, monad-loops, network, scientific, tasty
+
, tasty-hunit, tcp-streams, text, time, tls, vector, wire-streams
+
, word24
+
}:
+
mkDerivation {
+
pname = "mysql-haskell";
+
version = "0.8.4.2";
+
sha256 = "1lg9w9kwjnrx948r24flw0yjwxc8f93ygg45dl2djk4kfxdfnlaz";
+
libraryHaskellDepends = [
+
base binary binary-ieee754 binary-parsers blaze-textual bytestring
+
bytestring-lexing cryptonite io-streams memory monad-loops network
+
scientific tcp-streams text time tls vector wire-streams word24
+
];
+
testHaskellDepends = [
+
base bytestring io-streams tasty tasty-hunit text time vector
+
];
+
description = "pure haskell MySQL driver";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mysql-haskell-nem" = callPackage
···
}) {};
"netlib-carray" = callPackage
-
({ mkDerivation, base, carray, netlib-ffi, transformers }:
+
({ mkDerivation, array, base, carray, netlib-ffi, transformers }:
mkDerivation {
pname = "netlib-carray";
-
version = "0.0.1.1";
-
sha256 = "1vxyffhpayyxwak36b9i7gw35gz61ym9lxnhk45l0h4js3v05iwv";
-
libraryHaskellDepends = [ base carray netlib-ffi transformers ];
+
version = "0.1";
+
sha256 = "0rh4m4xxwm8n0577khqa2cx74hnwmgz94phq2rwhsdppg6dd2xx5";
+
libraryHaskellDepends = [
+
array base carray netlib-ffi transformers
+
];
description = "Helper modules for CArray wrappers to BLAS and LAPACK";
license = stdenv.lib.licenses.bsd3;
}) {};
+
"netlib-comfort-array" = callPackage
+
({ mkDerivation, base, comfort-array, netlib-ffi, transformers }:
+
mkDerivation {
+
pname = "netlib-comfort-array";
+
version = "0.0";
+
sha256 = "1lr28jpv4yznkfak9jvcmjnxfy6334bplvq8rkf7nsqs6jbjx3al";
+
libraryHaskellDepends = [
+
base comfort-array netlib-ffi transformers
+
];
+
description = "Helper modules for comfort-array wrappers to BLAS and LAPACK";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"netlib-ffi" = callPackage
({ mkDerivation, base, guarded-allocation, storable-complex
, transformers
···
pname = "ottparse-pretty";
version = "0.1.2.6";
sha256 = "1q52zc214bjiksrrrr5pcr30yimjzgga4ciw943za169kw3xpas5";
-
revision = "2";
-
editedCabalFile = "05fxdr12vwf486609f8ld6d3cgpr632402n404gi8hgxj5ijc6yx";
+
revision = "3";
+
editedCabalFile = "0g17l53dp1vcn2yzv37yvph9r4jsw4lgwip4l3h038r9g940lwjc";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
···
mkDerivation {
pname = "patat";
-
version = "0.8.1.2";
-
sha256 = "0lvgb0jl0bfzjqpap3gxlhn0mhbwbd15h33l1idpghxqpmzgvczy";
+
version = "0.8.2.0";
+
sha256 = "04cvvff88ga3s22rcsjiyifdggjqpymfkbbcay7ibjhmiqwhisfq";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
···
"pencil" = callPackage
({ mkDerivation, base, data-default, directory, doctest
-
, edit-distance, feed, filepath, hashable, hsass, mtl, pandoc
-
, parsec, semigroups, text, time, unordered-containers, vector, xml
-
, yaml
+
, edit-distance, filepath, hashable, hsass, mtl, pandoc, parsec
+
, semigroups, text, time, unordered-containers, vector, xml, yaml
mkDerivation {
pname = "pencil";
-
version = "0.1.2";
-
sha256 = "0wgs79vsz52cnmbcfzbb3avn98ciadnispgr98h6kwhgj5pmaxbm";
-
isLibrary = true;
-
isExecutable = true;
+
version = "0.1.3";
+
sha256 = "0kga9i19qxp6g51dyavnybfs6znsija87hxsfrxblsyi4gqs9hbp";
libraryHaskellDepends = [
-
base data-default directory edit-distance feed filepath hashable
-
hsass mtl pandoc parsec semigroups text time unordered-containers
-
vector xml yaml
+
base data-default directory edit-distance filepath hashable hsass
+
mtl pandoc parsec semigroups text time unordered-containers vector
+
xml yaml
-
executableHaskellDepends = [ base text unordered-containers ];
-
testHaskellDepends = [ base doctest ];
+
testHaskellDepends = [ base doctest text unordered-containers ];
description = "Static site generator";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
···
mkDerivation {
pname = "persistent";
-
version = "2.9.0";
-
sha256 = "0qgjfydyhcyfr8mni0qjykn3jsh4r299yy2wqsl3rsd19bmmr1p7";
-
revision = "2";
-
editedCabalFile = "1szx008irw7w2h9qz443mml06sg6w9vazbxxyi67d91hyjlgca2j";
-
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_9_1" = 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.1";
sha256 = "1b6shb1d8p7dapj428glmsy7w69424bxrvgf7ws8jd266h4gshk7";
revision = "1";
···
description = "Type-safe, multi-backend data serialization";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
···
mkDerivation {
pname = "postmaster";
-
version = "0.3.2";
-
sha256 = "1l1hq77qxi1f9nv7bxgkfvcm50p61svqvn9f59aq3b9zj2vikmf6";
+
version = "0.3.3";
+
sha256 = "05608xvaig1d67j3h8ykw7a11yr1mqkw98p0ii7gbp4mp3d9kncd";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
···
({ mkDerivation, potoki-core }:
mkDerivation {
pname = "potoki";
-
version = "2.1.4";
-
sha256 = "1y5shvgnc2p70nqh6rgh9hrq3x98l9bh2mqm6rhv4xl1mzrva25l";
+
version = "2.1.4.1";
+
sha256 = "1hc7jp7q6mdqva40v0dppihp1bnl30h7vxnkawg0kmczq5p9js35";
libraryHaskellDepends = [ potoki-core ];
description = "Simple streaming in IO";
license = stdenv.lib.licenses.mit;
···
mkDerivation {
pname = "potoki-core";
-
version = "2.3.4";
-
sha256 = "0ldgypdw4xk8r1p8g3vgl7ci3vdbfwv773zi1aqczskhsvwz0s97";
+
version = "2.3.4.1";
+
sha256 = "0mg8hd85xim33jv1abzgjfcy85mmrrvs30gpvspdci5d7xghqrmv";
libraryHaskellDepends = [
acquire attoparsec base bytestring deepseq deferred-folds directory
foldl hashable primitive profunctors ptr scanner stm stm-chans text
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"prefetch" = callPackage
+
({ mkDerivation, base, bytestring }:
+
mkDerivation {
+
pname = "prefetch";
+
version = "0.1.0.0";
+
sha256 = "0qc4khx92xqjzq8pp5agxzh9l1l79np32s7af1kffpvffz4r5rpn";
+
isLibrary = false;
+
isExecutable = true;
+
executableHaskellDepends = [ base bytestring ];
+
description = "Prefetch stdin even before stdout is ready";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"prefix-expression" = callPackage
({ mkDerivation, base, hspec, regex-pcre-builtin }:
mkDerivation {
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"pretty-types_0_3_0_1" = callPackage
+
({ mkDerivation, base, hspec, mtl, tagged }:
+
mkDerivation {
+
pname = "pretty-types";
+
version = "0.3.0.1";
+
sha256 = "06dkyk3zdi9wv77yza0vgwl9v8zhyazyhdjbffkqpism07c80rgv";
+
libraryHaskellDepends = [ base mtl tagged ];
+
testHaskellDepends = [ base hspec tagged ];
+
description = "A small pretty printing DSL for complex types";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"prettyFunctionComposing" = callPackage
({ mkDerivation, base }:
mkDerivation {
···
mkDerivation {
pname = "prolog";
-
version = "0.2.0.1";
-
sha256 = "073sd3rhcfqw9csm0qsbc57ix57dv3k5yjr9hcc33b9zq5y10sp0";
+
version = "0.2.1.1";
+
sha256 = "0cl1d4d4jgkqk37q2n3n7xqmd847srd6sqikciz4b8cfp57lw8m7";
libraryHaskellDepends = [
base containers mtl parsec syb template-haskell th-lift
transformers
···
({ mkDerivation, base, fgl, graphviz, mtl, prolog, text }:
mkDerivation {
pname = "prolog-graph-lib";
-
version = "0.2.0.1";
-
sha256 = "02xa4hqmhmsv7vkdy3m3dr1w3z88kc8ly0jjn7q6pba5yarci7nr";
+
version = "0.2.1.1";
+
sha256 = "1qxikgryyh47zm0qwbsa7lpqmiphbl1askjjjc0rfr9dh5f0wclr";
libraryHaskellDepends = [ base fgl graphviz mtl prolog text ];
description = "Generating images of resolution trees for Prolog queries";
license = stdenv.lib.licenses.publicDomain;
···
mkDerivation {
pname = "prometheus";
-
version = "2.1.0";
-
sha256 = "0kpzfmdibpp08rhc8v92nizi8hbb9dm7ysqd0wclx9s5273zqxal";
+
version = "2.1.1";
+
sha256 = "09g3xi6x6m6h15p3ibwyabfq15rhcaphq7ix2w23aphjwc64ll97";
libraryHaskellDepends = [
atomic-primops base bytestring containers http-client http-types
network-uri text transformers wai warp
···
mkDerivation {
pname = "qnap-decrypt";
-
version = "0.3.3";
-
sha256 = "0gwnpyzyrfw6i8a5arm8q6psjhwa8kl8n94wcglsnl59k1iadfb6";
-
isLibrary = true;
-
isExecutable = true;
-
enableSeparateDataOutput = true;
-
libraryHaskellDepends = [
-
base binary bytestring cipher-aes128 conduit conduit-extra
-
crypto-api directory streaming-commons tagged utf8-string
-
];
-
executableHaskellDepends = [
-
base binary bytestring cipher-aes128 conduit conduit-extra
-
crypto-api directory filepath optparse-applicative
-
streaming-commons tagged utf8-string
-
];
-
testHaskellDepends = [
-
base binary bytestring cipher-aes128 conduit conduit-extra
-
crypto-api directory filepath hspec HUnit streaming-commons tagged
-
temporary utf8-string
-
];
-
description = "Decrypt files encrypted by QNAP's Hybrid Backup Sync";
-
license = stdenv.lib.licenses.bsd3;
-
}) {};
-
-
"qnap-decrypt_0_3_4" = callPackage
-
({ mkDerivation, base, binary, bytestring, cipher-aes128, conduit
-
, conduit-extra, crypto-api, directory, filepath, hspec, HUnit
-
, optparse-applicative, streaming-commons, tagged, temporary
-
, utf8-string
-
}:
-
mkDerivation {
-
pname = "qnap-decrypt";
version = "0.3.4";
sha256 = "0s263zkdns50bvanjiaiavdk6bpd1ccqbckdmxwbbl2sxp2s3jxz";
isLibrary = true;
···
description = "Decrypt files encrypted by QNAP's Hybrid Backup Sync";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"qq-literals" = callPackage
···
license = stdenv.lib.licenses.mit;
}) {};
+
"quickcheck-transformer" = callPackage
+
({ mkDerivation, base, QuickCheck, random, transformers }:
+
mkDerivation {
+
pname = "quickcheck-transformer";
+
version = "0.3";
+
sha256 = "1lj6w1ywy8bixiwvapgb7ng5yy0nrxgvr8y9dn4kl3yvah936k4j";
+
libraryHaskellDepends = [ base QuickCheck random transformers ];
+
description = "A GenT monad transformer for QuickCheck library";
+
license = stdenv.lib.licenses.mit;
+
}) {};
+
"quickcheck-unicode" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
···
mkDerivation {
pname = "radius";
-
version = "0.6.0.0";
-
sha256 = "02jvlbj3w5ww59ms37l24crr8vib7ghzr9y79bip3p4mhpi4c32l";
+
version = "0.6.0.1";
+
sha256 = "19c2bv0iq4j0709rf9k9jk5q2s756bvjnr1gy630mcgp92rg8d9j";
libraryHaskellDepends = [
base binary bytestring cryptonite iproute memory
···
mkDerivation {
pname = "ratel";
-
version = "1.0.7";
-
sha256 = "1kp6f45wn3a7wnsvj08a3b0kp5wwprw4rjrrqqd22yr9mpwx2z7w";
-
libraryHaskellDepends = [
-
aeson base bytestring case-insensitive containers http-client
-
http-client-tls http-types text uuid
-
];
-
testHaskellDepends = [
-
aeson base bytestring case-insensitive containers filepath hspec
-
http-client http-client-tls http-types text uuid
-
];
-
description = "Notify Honeybadger about exceptions";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"ratel_1_0_8" = callPackage
-
({ mkDerivation, aeson, base, bytestring, case-insensitive
-
, containers, filepath, hspec, http-client, http-client-tls
-
, http-types, text, uuid
-
}:
-
mkDerivation {
-
pname = "ratel";
version = "1.0.8";
sha256 = "045hr0jilydb1xcvhh9q5iwazpf1k1d2q1y0h4gkgnbn6qmgwhnk";
libraryHaskellDepends = [
···
description = "Notify Honeybadger about exceptions";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ratel-wai" = callPackage
···
mkDerivation {
pname = "ratel-wai";
-
version = "1.0.4";
-
sha256 = "1cri461f40xa43kwg3wq5k98irfqypsi97xdk9n60yqhc8msca4m";
-
libraryHaskellDepends = [
-
base bytestring case-insensitive containers http-client ratel wai
-
];
-
description = "Notify Honeybadger about exceptions via a WAI middleware";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"ratel-wai_1_0_5" = callPackage
-
({ mkDerivation, base, bytestring, case-insensitive, containers
-
, http-client, ratel, wai
-
}:
-
mkDerivation {
-
pname = "ratel-wai";
version = "1.0.5";
sha256 = "07k2gzc2by6zhsk1zqp0kjk37zc6ikigdp0j5d38pd7x30a7qk7x";
libraryHaskellDepends = [
···
description = "Notify Honeybadger about exceptions via a WAI middleware";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"rating-systems" = callPackage
···
}) {};
"record-encode" = callPackage
-
({ mkDerivation, base, generics-sop, hspec, QuickCheck, vector }:
+
({ mkDerivation, base, doctest, generics-sop, hspec, QuickCheck
+
, vector
+
}:
mkDerivation {
pname = "record-encode";
-
version = "0.2.2";
-
sha256 = "1wdrvj2ilf5kqchfcfd3pnqgprc86fri7ajc5r0xqf6zc61s1fgk";
+
version = "0.2.3";
+
sha256 = "0xljdy3wfyirs3zwc1ij19w9520bc1n56cdigngfb9hs497d6jh3";
libraryHaskellDepends = [ base generics-sop vector ];
-
testHaskellDepends = [ base generics-sop hspec QuickCheck vector ];
+
testHaskellDepends = [
+
base doctest generics-sop hspec QuickCheck vector
+
];
description = "Generic encoding of records";
license = stdenv.lib.licenses.bsd3;
}) {};
···
mkDerivation {
pname = "red-black-record";
-
version = "1.0.0.2";
-
sha256 = "107b4mc0q0wwmdhyx7d6ks5d28w8rq896vpwjpg23grkd1c18lzy";
+
version = "1.1.0.0";
+
sha256 = "12q3b44qcb8zp5m0zrbj88kigk00rm6ljrnpwd29wv1gdwzd15af";
libraryHaskellDepends = [ base sop-core ];
testHaskellDepends = [
aeson base bytestring doctest profunctors sop-core tasty
···
license = stdenv.lib.licenses.mit;
}) {};
+
"registry_0_1_2_3" = callPackage
+
({ mkDerivation, async, base, containers, exceptions, hashable
+
, hedgehog, hedgehog-corpus, io-memoize, MonadRandom, mtl
+
, protolude, random, resourcet, semigroupoids, semigroups, tasty
+
, tasty-discover, tasty-hedgehog, tasty-th, text, transformers-base
+
}:
+
mkDerivation {
+
pname = "registry";
+
version = "0.1.2.3";
+
sha256 = "17jzvbig0zcmhb1vf2g286px35j3kh544rpsap0094lmj9yac7ni";
+
libraryHaskellDepends = [
+
base containers exceptions hashable mtl protolude resourcet
+
semigroupoids semigroups text transformers-base
+
];
+
testHaskellDepends = [
+
async base containers exceptions hashable hedgehog hedgehog-corpus
+
io-memoize MonadRandom mtl protolude random resourcet semigroupoids
+
semigroups tasty tasty-discover tasty-hedgehog tasty-th text
+
transformers-base
+
];
+
testToolDepends = [ tasty-discover ];
+
description = "data structure for assembling components";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"regress" = callPackage
({ mkDerivation, ad, base, vector }:
mkDerivation {
···
pname = "req";
version = "1.2.1";
sha256 = "1s8gjifc9jixl4551hay013fwyhlamcyrxjb00qr76wwikqa0g8k";
-
revision = "2";
-
editedCabalFile = "19zayp5lvg2ahjrpxikhhq61w5nlzfp144333vxk03w345akmmrk";
+
revision = "3";
+
editedCabalFile = "1sbm2rk2q56gma2wja47q1rc8a2pizl8487g5z4fy1zynxm5inyj";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring
···
mkDerivation {
pname = "require";
-
version = "0.4.1";
-
sha256 = "0x7scxpb0mydfssgm9ih9if8lqh0yws2hlm3rl54i02xxaxgdvwz";
+
version = "0.4.2";
+
sha256 = "03dhj1j9gp6mmgaxxkd1bf2i6hw78ql2qpi0qrdmx5dinclkidk7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
"salak" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
-
, filepath, hspec, QuickCheck, scientific, text
+
, filepath, hspec, mtl, QuickCheck, scientific, text, transformers
, unordered-containers, vector, yaml
mkDerivation {
pname = "salak";
-
version = "0.1.6";
-
sha256 = "1l9nl9a7xs833w4d6i2bjka7h597ddvfk6g203pa6n13nl90f9cc";
+
version = "0.1.7";
+
sha256 = "1r937yil04n28dxggwp12kzs40nvmfrhcm1m77cg9k244ka415k6";
libraryHaskellDepends = [
-
aeson base directory filepath scientific text unordered-containers
-
vector yaml
+
aeson base directory filepath mtl scientific text transformers
+
unordered-containers vector yaml
testHaskellDepends = [
-
aeson aeson-pretty base bytestring directory filepath hspec
-
QuickCheck scientific text unordered-containers vector yaml
+
aeson aeson-pretty base bytestring directory filepath hspec mtl
+
QuickCheck scientific text transformers unordered-containers vector
+
yaml
description = "Configuration Loader";
license = stdenv.lib.licenses.bsd3;
}) {};
-
"salak_0_2_2" = callPackage
-
({ mkDerivation, aeson, base, directory, filepath, hspec, mtl
-
, QuickCheck, scientific, text, transformers, unordered-containers
-
, vector, yaml
+
"salak_0_2_3" = callPackage
+
({ mkDerivation, aeson, base, directory, filepath, hspec, menshen
+
, mtl, QuickCheck, scientific, stm, text, transformers
+
, unordered-containers, vector, yaml
mkDerivation {
pname = "salak";
-
version = "0.2.2";
-
sha256 = "0vnsfa4c2aa8439q7ijv7mz020hmz2w72g6lynr06hxzfl96zsgn";
+
version = "0.2.3";
+
sha256 = "1ifa4gvwm3sri6nmgqsi7vrl7vafyzraz9v2y3a8k7gmn0izkmb5";
libraryHaskellDepends = [
-
aeson base directory filepath mtl scientific text transformers
-
unordered-containers vector yaml
+
aeson base directory filepath menshen mtl scientific stm text
+
transformers unordered-containers vector yaml
testHaskellDepends = [
-
aeson base directory filepath hspec mtl QuickCheck scientific text
-
transformers unordered-containers vector yaml
+
aeson base directory filepath hspec menshen mtl QuickCheck
+
scientific stm text transformers unordered-containers vector yaml
description = "Configuration Loader";
license = stdenv.lib.licenses.bsd3;
···
mkDerivation {
pname = "sbp";
-
version = "2.4.6";
-
sha256 = "1f0smglnxblywzf553xhmzd2jyg67w14ylyc05hj6dx3fr3xls4m";
-
isLibrary = true;
-
isExecutable = true;
-
libraryHaskellDepends = [
-
aeson array base base64-bytestring basic-prelude binary bytestring
-
data-binary-ieee754 lens lens-aeson monad-loops template-haskell
-
text
-
];
-
executableHaskellDepends = [
-
aeson base basic-prelude binary-conduit bytestring conduit
-
conduit-extra resourcet time yaml
-
];
-
testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
-
description = "SwiftNav's SBP Library";
-
license = stdenv.lib.licenses.lgpl3;
-
}) {};
-
-
"sbp_2_4_7" = callPackage
-
({ mkDerivation, aeson, array, base, base64-bytestring
-
, basic-prelude, binary, binary-conduit, bytestring, conduit
-
, conduit-extra, data-binary-ieee754, lens, lens-aeson, monad-loops
-
, resourcet, tasty, tasty-hunit, template-haskell, text, time, yaml
-
}:
-
mkDerivation {
-
pname = "sbp";
version = "2.4.7";
sha256 = "1ik254jzgazlbjm09nms8imansk8nb7hhghzyqjcgywg45i119i3";
isLibrary = true;
···
testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
description = "SwiftNav's SBP Library";
license = stdenv.lib.licenses.lgpl3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sbp2udp" = callPackage
···
"servant-auth-server" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, blaze-builder
-
, bytestring, bytestring-conversion, case-insensitive, cookie
-
, crypto-api, data-default-class, entropy, hspec, hspec-discover
-
, http-api-data, http-client, http-types, jose, lens, lens-aeson
-
, markdown-unlit, monad-time, mtl, QuickCheck, servant
-
, servant-auth, servant-server, tagged, text, time, transformers
-
, unordered-containers, wai, warp, wreq
-
}:
-
mkDerivation {
-
pname = "servant-auth-server";
-
version = "0.4.2.0";
-
sha256 = "000szizds1c8amxm7gl75gpwrlj38gv665bhp59d35wcq03na4ap";
-
revision = "3";
-
editedCabalFile = "1zjxqlfyw3wwlyq2faiq9gqhfixn2mvfsv8dapalxs9fph7a2nzj";
-
libraryHaskellDepends = [
-
aeson base base64-bytestring blaze-builder bytestring
-
bytestring-conversion case-insensitive cookie crypto-api
-
data-default-class entropy http-api-data http-types jose lens
-
monad-time mtl servant servant-auth servant-server tagged text time
-
unordered-containers wai
-
];
-
testHaskellDepends = [
-
aeson base bytestring case-insensitive hspec http-client http-types
-
jose lens lens-aeson markdown-unlit mtl QuickCheck servant-auth
-
servant-server time transformers wai warp wreq
-
];
-
testToolDepends = [ hspec-discover markdown-unlit ];
-
description = "servant-server/servant-auth compatibility";
-
license = stdenv.lib.licenses.bsd3;
-
}) {};
-
-
"servant-auth-server_0_4_3_0" = callPackage
-
({ mkDerivation, aeson, base, base64-bytestring, blaze-builder
, bytestring, case-insensitive, cookie, data-default-class, entropy
, hspec, hspec-discover, http-client, http-types, jose, lens
, lens-aeson, markdown-unlit, memory, monad-time, mtl, QuickCheck
···
testToolDepends = [ hspec-discover markdown-unlit ];
description = "servant-server/servant-auth compatibility";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-auth-swagger" = callPackage
···
license = stdenv.lib.licenses.mit;
}) {};
+
"servant-kotlin_0_1_1_6" = callPackage
+
({ mkDerivation, aeson, base, containers, directory, formatting
+
, hspec, http-api-data, lens, servant, servant-foreign, shelly
+
, text, time, wl-pprint-text
+
}:
+
mkDerivation {
+
pname = "servant-kotlin";
+
version = "0.1.1.6";
+
sha256 = "0v16y6f956yf64npq8fm1q6j1q8yygci3amsxyvrggs1rdd8hi31";
+
libraryHaskellDepends = [
+
base containers directory formatting lens servant servant-foreign
+
text time wl-pprint-text
+
];
+
testHaskellDepends = [
+
aeson base containers directory formatting hspec http-api-data lens
+
servant servant-foreign text time wl-pprint-text
+
];
+
benchmarkHaskellDepends = [
+
aeson base containers directory formatting http-api-data lens
+
servant servant-foreign shelly text time wl-pprint-text
+
];
+
description = "Automatically derive Kotlin class to query servant webservices";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"servant-lucid" = callPackage
({ mkDerivation, base, http-media, lucid, servant, servant-server
, text, wai, warp
···
, 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-compat
+
}:
+
mkDerivation {
+
pname = "shelly";
+
version = "1.8.0";
+
sha256 = "1y08pdw49yk4hbipgfwjab0wa85ng0mkypch5l0p53frykjm2zvk";
+
revision = "1";
+
editedCabalFile = "17achybammxg5i7zcmwlfcb7xk77q3lfvck3gqa9ljfb6ksgrxb7";
+
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-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-compat
+
];
+
description = "shell-like (systems) programming in Haskell";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"shelly_1_8_1" = callPackage
+
({ 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 {
···
description = "shell-like (systems) programming in Haskell";
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"shelly-extra" = callPackage
···
mkDerivation {
pname = "shh";
-
version = "0.1.0.0";
-
sha256 = "0ixvfwrz1bsj1c2ln7fhvf6wawf75nzqfb784xgral33hmflm518";
-
revision = "1";
-
editedCabalFile = "10h2hz3fda9zg6zpkmmjjfxjghs7g0cj3r85vifp0za9ap41ph3k";
+
version = "0.2.0.0";
+
sha256 = "1r3giir4l1l2pn4kamgmdqsw1j8qz9aaw741lq761yk1s3lciwim";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"simple-log_0_9_11" = callPackage
+
({ mkDerivation, async, base, base-unicode-symbols, containers
+
, data-default, deepseq, directory, exceptions, filepath, hformat
+
, hspec, microlens, microlens-platform, mmorph, mtl, SafeSemaphore
+
, text, time, transformers
+
}:
+
mkDerivation {
+
pname = "simple-log";
+
version = "0.9.11";
+
sha256 = "1mqibcpcnwc0hqbcbvl32vv4458n02f2k2bnparh8ajm5n9h0cjk";
+
libraryHaskellDepends = [
+
async base base-unicode-symbols containers data-default deepseq
+
directory exceptions filepath hformat microlens microlens-platform
+
mmorph mtl SafeSemaphore text time transformers
+
];
+
testHaskellDepends = [ base hspec microlens-platform text ];
+
description = "Simple log for Haskell";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"simple-log-syslog" = callPackage
({ mkDerivation, base, hsyslog, simple-log, text }:
mkDerivation {
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"simple-sendfile_0_2_28" = callPackage
+
({ mkDerivation, base, bytestring, conduit, conduit-extra
+
, directory, hspec, HUnit, network, process, resourcet, unix
+
}:
+
mkDerivation {
+
pname = "simple-sendfile";
+
version = "0.2.28";
+
sha256 = "0w4qn8dslcky7cq36jjjnlqwl2s46m8q1cwk3hc9cf0wsiwhp059";
+
libraryHaskellDepends = [ base bytestring network unix ];
+
testHaskellDepends = [
+
base bytestring conduit conduit-extra directory hspec HUnit network
+
process resourcet unix
+
];
+
description = "Cross platform library for the sendfile system call";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"simple-server" = callPackage
({ mkDerivation, base, bytestring, concurrent-extra, containers
, hashtables, network, time, unbounded-delays
···
}) {};
"simple-vec3" = callPackage
-
({ mkDerivation, base, criterion, doctest, doctest-driver-gen
-
, QuickCheck, tasty, tasty-quickcheck, vector
-
}:
-
mkDerivation {
-
pname = "simple-vec3";
-
version = "0.4.0.9";
-
sha256 = "1rx4nifv75lpxrdgq6x3a61d56qp0ln9rhf2d10l2ds049dlq0pz";
-
libraryHaskellDepends = [ base QuickCheck vector ];
-
testHaskellDepends = [
-
base doctest doctest-driver-gen tasty tasty-quickcheck
-
];
-
benchmarkHaskellDepends = [ base criterion vector ];
-
description = "Three-dimensional vectors of doubles with basic operations";
-
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
-
}) {};
-
-
"simple-vec3_0_4_0_10" = callPackage
({ mkDerivation, base, criterion, doctest, doctest-driver-gen
, QuickCheck, tasty, tasty-quickcheck, vector
···
mkDerivation {
pname = "spectral-clustering";
-
version = "0.2.1.2";
-
sha256 = "11xylsi8gjshcs539y55gh23hf4b031ssnfjhpbajwjrmagynjnn";
+
version = "0.2.2.3";
+
sha256 = "017pf2sqw2p1ipflamlwsgkqsk83qm0y7sw672nkg4zvyck1arwc";
libraryHaskellDepends = [
base clustering eigen hmatrix hmatrix-svdlibc mwc-random safe
sparse-linear-algebra statistics vector
···
testHaskellDepends = [ base hspec ];
description = "Convert stack.yaml files into Nix build instructions.";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"stackage" = callPackage
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"static-text_0_2_0_4" = callPackage
+
({ mkDerivation, base, bytestring, doctest, doctest-driver-gen
+
, markdown-unlit, tasty, tasty-hunit, template-haskell, text
+
, vector
+
}:
+
mkDerivation {
+
pname = "static-text";
+
version = "0.2.0.4";
+
sha256 = "19d43v2cp6wg861lc6rvimzqq20via6fvradysapmilq7svs5kq7";
+
libraryHaskellDepends = [
+
base bytestring template-haskell text vector
+
];
+
testHaskellDepends = [
+
base bytestring doctest doctest-driver-gen markdown-unlit tasty
+
tasty-hunit template-haskell
+
];
+
testToolDepends = [ markdown-unlit ];
+
description = "Lists, Texts, ByteStrings and Vectors of statically known length";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"staticanalysis" = callPackage
({ mkDerivation, base, MissingH }:
mkDerivation {
···
mkDerivation {
pname = "strive";
-
version = "5.0.7";
-
sha256 = "0hxy5znrfcls6bd8hjil97mya3w8zkppfd4jrz0ayz7zidbws5kg";
-
libraryHaskellDepends = [
-
aeson base bytestring data-default gpolyline http-client
-
http-client-tls http-types template-haskell text time transformers
-
];
-
testHaskellDepends = [
-
aeson base bytestring data-default gpolyline http-client
-
http-client-tls http-types markdown-unlit template-haskell text
-
time transformers
-
];
-
testToolDepends = [ markdown-unlit ];
-
description = "A client for the Strava V3 API";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"strive_5_0_8" = callPackage
-
({ mkDerivation, aeson, base, bytestring, data-default, gpolyline
-
, http-client, http-client-tls, http-types, markdown-unlit
-
, template-haskell, text, time, transformers
-
}:
-
mkDerivation {
-
pname = "strive";
version = "5.0.8";
sha256 = "0wfi3s8hv11xs0wpvbc9z4nsskdpg5q7ivcpci8cnhn20wffb0nn";
libraryHaskellDepends = [
···
testToolDepends = [ markdown-unlit ];
description = "A client for the Strava V3 API";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"strptime" = callPackage
···
mkDerivation {
pname = "tar-conduit";
-
version = "0.3.1";
-
sha256 = "15w1qs276x2j13s3dg5a0d8jjcs3rf8hhnfa2m6p8jm7kjirvahm";
-
libraryHaskellDepends = [
-
base bytestring conduit conduit-combinators directory filepath
-
safe-exceptions text unix
-
];
-
testHaskellDepends = [
-
base bytestring conduit conduit-combinators conduit-extra
-
containers deepseq directory filepath hspec QuickCheck weigh
-
];
-
benchmarkHaskellDepends = [
-
base bytestring conduit conduit-combinators containers criterion
-
deepseq directory filepath hspec
-
];
-
description = "Extract and create tar files using conduit for streaming";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"tar-conduit_0_3_2" = callPackage
-
({ mkDerivation, base, bytestring, conduit, conduit-combinators
-
, conduit-extra, containers, criterion, deepseq, directory
-
, filepath, hspec, QuickCheck, safe-exceptions, text, unix, weigh
-
}:
-
mkDerivation {
-
pname = "tar-conduit";
version = "0.3.2";
sha256 = "0bgn3hyf20g1gfnzy8f41s7nj54kfcyjk2izw99svrw8f3dphi80";
libraryHaskellDepends = [
···
description = "Extract and create tar files using conduit for streaming";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tardis" = callPackage
···
description = "One stop solution for tcp client and server with tls support";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"tcp-streams_1_0_1_1" = callPackage
+
({ mkDerivation, base, bytestring, data-default-class, directory
+
, HUnit, io-streams, network, pem, test-framework
+
, test-framework-hunit, tls, x509, x509-store, x509-system
+
}:
+
mkDerivation {
+
pname = "tcp-streams";
+
version = "1.0.1.1";
+
sha256 = "1dz21ycm06d9mwc6dbjr8ansl212ril3i5jl73yzkdi9ngj16qqa";
+
enableSeparateDataOutput = true;
+
libraryHaskellDepends = [
+
base bytestring data-default-class io-streams network pem tls x509
+
x509-store x509-system
+
];
+
testHaskellDepends = [
+
base bytestring directory HUnit io-streams network test-framework
+
test-framework-hunit
+
];
+
description = "One stop solution for tcp client and server with tls support";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tcp-streams-openssl" = callPackage
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"terminal" = callPackage
+
({ mkDerivation, async, base, bytestring, exceptions, prettyprinter
+
, stm, tasty, tasty-hunit, tasty-quickcheck, text, transformers
+
}:
+
mkDerivation {
+
pname = "terminal";
+
version = "0.1.0.0";
+
sha256 = "15km89sb94aqnyjvl1i63nqchqszd9hpa46sxrv2wbbn1dajcfbx";
+
libraryHaskellDepends = [
+
async base bytestring exceptions prettyprinter stm text
+
transformers
+
];
+
testHaskellDepends = [
+
async base bytestring exceptions prettyprinter stm tasty
+
tasty-hunit tasty-quickcheck text transformers
+
];
+
description = "Portable terminal interaction library";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"terminal-progress-bar" = callPackage
({ mkDerivation, base, criterion, deepseq, HUnit, terminal-size
, test-framework, test-framework-hunit, text, time
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"terminal-punch" = callPackage
+
({ mkDerivation, ansi-terminal, base, filepath, QuickCheck, text
+
, time
+
}:
+
mkDerivation {
+
pname = "terminal-punch";
+
version = "0.1.1";
+
sha256 = "11z6jb130300yjkrl511960anjac9ncc3g1yj6jqpah6j2imsa8s";
+
isLibrary = false;
+
isExecutable = true;
+
executableHaskellDepends = [
+
ansi-terminal base filepath text time
+
];
+
testHaskellDepends = [ base QuickCheck time ];
+
description = "Simple terminal-based time tracker";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"terminal-size" = callPackage
({ mkDerivation, base }:
mkDerivation {
···
"thrift" = callPackage
({ mkDerivation, attoparsec, base, base64-bytestring, binary
-
, bytestring, containers, ghc-prim, hashable, hspec, HTTP, network
-
, network-uri, QuickCheck, split, text, unordered-containers
-
, vector
+
, bytestring, containers, ghc-prim, hashable, hspec, hspec-core
+
, HTTP, network, network-uri, QuickCheck, split, text
+
, unordered-containers, vector
mkDerivation {
pname = "thrift";
-
version = "0.10.0";
-
sha256 = "01vxik64gnsnm0y9mh82dv48f711231dhc4kksdmgs7f352fc1k7";
+
version = "0.12.0";
+
sha256 = "1yzfq671apw3mjaws16a6agjw3vpm7yz0gdp3kyh8vvbp5d0czyf";
libraryHaskellDepends = [
attoparsec base base64-bytestring binary bytestring containers
-
ghc-prim hashable HTTP network network-uri QuickCheck split text
-
unordered-containers vector
+
ghc-prim hashable hspec-core HTTP network network-uri QuickCheck
+
split text unordered-containers vector
testHaskellDepends = [
base bytestring hspec QuickCheck unordered-containers
description = "Haskell bindings for the Apache Thrift RPC system";
-
license = "unknown";
-
hydraPlatforms = stdenv.lib.platforms.none;
+
license = stdenv.lib.licenses.asl20;
}) {};
"thrist" = callPackage
···
mkDerivation {
pname = "tintin";
-
version = "1.9.2";
-
sha256 = "1pid79ar85ajs6gi5d8smqn9ivfr8y50qys1n5zq68kpx2gmf3lq";
+
version = "1.9.5";
+
sha256 = "1z7yvp0c10gkxljg6lkn26niigx0wkdmzs7pqjd666lgzk0ji5hy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
({ mkDerivation, base, bytestring, text }:
mkDerivation {
pname = "tokenizer-monad";
-
version = "0.2.1.0";
-
sha256 = "1lvj9z7q3xnizd6v2sb8bqbl31w5jbrnf9xvc76awvy9lsdl3awz";
+
version = "0.2.2.0";
+
sha256 = "0n8w923m8c803zcphims51q2xm6a0374zzh00d62mg92zbdsh9vn";
libraryHaskellDepends = [ base bytestring text ];
description = "An efficient and easy-to-use tokenizer monad";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"tokenizer-streaming" = callPackage
+
({ mkDerivation, base, bytestring, mtl, streaming
+
, streaming-bytestring, streaming-commons, text, tokenizer-monad
+
}:
+
mkDerivation {
+
pname = "tokenizer-streaming";
+
version = "0.1.0.1";
+
sha256 = "0ml4fby87z1fgk2v3if3z6bf1h9gsdcjgmq6lr77qsri2yfcscla";
+
libraryHaskellDepends = [
+
base bytestring mtl streaming streaming-bytestring
+
streaming-commons text tokenizer-monad
+
];
+
description = "A variant of tokenizer-monad that supports streaming";
+
license = stdenv.lib.licenses.gpl3;
}) {};
"tokstyle" = callPackage
···
pname = "tomland";
version = "1.0.0";
sha256 = "0zxal12gn6d2657a14idzzjxymwmnrzkkicf7gqwlgwpn0lnr4p6";
+
revision = "1";
+
editedCabalFile = "14n2zgnzfdg549pjrj7f8v02wz68mp5lr9gnyx3w1hv96jb9ksx6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
mkDerivation {
pname = "too-many-cells";
-
version = "0.1.0.0";
-
sha256 = "18ziyj0d4xfhbwk7z84drhqgngmy71gmdv2jma8ikfjlahs6mf5b";
+
version = "0.1.1.0";
+
sha256 = "0hilycd6m32jv3gbsq6j182mc3igcxnhsfqzn6sj5zbip0kx17h7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"type-spec_0_4_0_0" = callPackage
+
({ mkDerivation, base, pretty }:
+
mkDerivation {
+
pname = "type-spec";
+
version = "0.4.0.0";
+
sha256 = "0z94hgvmnpcv9va7spdkmbxz99ri1skdq3kwxbid77cpyh95xsxq";
+
libraryHaskellDepends = [ base pretty ];
+
testHaskellDepends = [ base ];
+
description = "Type Level Specification by Example";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"type-spine" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"typed-admin" = callPackage
+
({ mkDerivation, base, blaze-markup, bytestring, data-default-class
+
, exceptions, generic-lens, HDBC, HDBC-postgresql, HDBC-session
+
, heterocephalus, http-api-data, http-types, lucid, monad-control
+
, mtl, persistable-record, relational-query, relational-query-HDBC
+
, relational-record, template-haskell, text, time, transformers
+
, transformers-base, unordered-containers, utf8-string, wai
+
, wai-extra, warp, yaml
+
}:
+
mkDerivation {
+
pname = "typed-admin";
+
version = "0.1.0.0";
+
sha256 = "146dkmcrq1rsw7mpdyxa9vhnsr8rfgqz88r10f60chn1m7yhlk7q";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
base blaze-markup bytestring data-default-class exceptions
+
generic-lens HDBC HDBC-postgresql HDBC-session heterocephalus
+
http-api-data http-types lucid monad-control mtl persistable-record
+
relational-query relational-query-HDBC relational-record
+
template-haskell text time transformers transformers-base
+
unordered-containers utf8-string wai wai-extra warp yaml
+
];
+
description = "Admin console framework";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"typed-duration" = callPackage
({ mkDerivation, base, lifted-base, monad-control
, transformers-base
···
mkDerivation {
pname = "typed-process";
-
version = "0.2.3.0";
-
sha256 = "0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0";
-
libraryHaskellDepends = [
-
async base bytestring process stm transformers
-
];
-
testHaskellDepends = [
-
async base base64-bytestring bytestring hspec process stm temporary
-
transformers
-
];
-
description = "Run external processes, with strong typing of streams";
-
license = stdenv.lib.licenses.mit;
-
}) {};
-
-
"typed-process_0_2_4_0" = callPackage
-
({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
-
, process, stm, temporary, transformers
-
}:
-
mkDerivation {
-
pname = "typed-process";
version = "0.2.4.0";
sha256 = "02xvyaq4sxwjqbmkn29n5x58l4rni6gbqp526r3q7wn6jalgazwr";
libraryHaskellDepends = [
···
description = "Run external processes, with strong typing of streams";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"typed-spreadsheet" = callPackage
···
license = stdenv.lib.licenses.mit;
}) {};
+
"typerep-map_0_3_1" = callPackage
+
({ mkDerivation, base, containers, criterion, deepseq
+
, dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat
+
, hedgehog, primitive, QuickCheck, tasty, tasty-discover
+
, tasty-hedgehog, tasty-hspec, vector
+
}:
+
mkDerivation {
+
pname = "typerep-map";
+
version = "0.3.1";
+
sha256 = "1ycyk47h578vf4kpf1y708zg9cc6i028jv1fdaw3zy59wrbl8y74";
+
revision = "2";
+
editedCabalFile = "0zcvg2kr3kcnhxdndw6fcjdd1421ncglr34mc8d9sw1hjjcb5w38";
+
libraryHaskellDepends = [
+
base containers deepseq ghc-prim primitive vector
+
];
+
testHaskellDepends = [
+
base ghc-typelits-knownnat hedgehog QuickCheck tasty tasty-discover
+
tasty-hedgehog tasty-hspec
+
];
+
testToolDepends = [ tasty-discover ];
+
benchmarkHaskellDepends = [
+
base criterion deepseq dependent-map dependent-sum
+
ghc-typelits-knownnat
+
];
+
doHaddock = false;
+
description = "Efficient implementation of a dependent map with types as keys";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"types-compat" = callPackage
({ mkDerivation, base }:
mkDerivation {
···
mkDerivation {
pname = "typograffiti";
-
version = "0.1.0.0";
-
sha256 = "0wd7p6hyn0v8rkvcpbqyjarhv47hi1r3fjzmrldfkylfwnhzj0lf";
+
version = "0.1.0.2";
+
sha256 = "1i7my9vqkabwxsj6hp9alvlpb483vs07f07662i707kpqf5pryrz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
base bytestring containers freetype2 gl linear mtl pretty-show stm
template-haskell vector
-
description = "Display TTF fonts in OpenGL. Includes caching for fast rendering.";
+
description = "Just let me draw nice text already";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
···
mkDerivation {
pname = "unique-logic-tf";
-
version = "0.5.0.2";
-
sha256 = "0rf2z02r4nk5z9f6937g25brvq391qy8a63mawnkk8hidq8af09j";
+
version = "0.5.1";
+
sha256 = "0a2hjkm7kwfnqyscxxdw2r2cq3gsydv5ny91vpxxd3paknqqr0cb";
libraryHaskellDepends = [
base containers data-ref semigroups transformers utility-ht
···
description = "Unix time parser/formatter and utilities";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"unix-time_0_4_5" = callPackage
+
({ mkDerivation, base, binary, bytestring, hspec, hspec-discover
+
, old-locale, old-time, QuickCheck, time
+
}:
+
mkDerivation {
+
pname = "unix-time";
+
version = "0.4.5";
+
sha256 = "1bwg132x2613k93wxka17461fc72wrjy5vmgcyami0nn5b30ay7y";
+
libraryHaskellDepends = [ base binary bytestring old-time ];
+
testHaskellDepends = [
+
base bytestring hspec old-locale old-time QuickCheck time
+
];
+
testToolDepends = [ hspec-discover ];
+
description = "Unix time parser/formatter and utilities";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unjson" = callPackage
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"vector-space_0_16" = callPackage
+
({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
+
mkDerivation {
+
pname = "vector-space";
+
version = "0.16";
+
sha256 = "17676s2f8i45dj5gk370nc8585aylah7m34nbf34al7r1492y2qc";
+
libraryHaskellDepends = [ base Boolean MemoTrie NumInstances ];
+
description = "Vector & affine spaces, linear maps, and derivatives";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"vector-space-map" = callPackage
({ mkDerivation, base, containers, doctest, vector-space }:
mkDerivation {
···
license = stdenv.lib.licenses.mit;
}) {};
+
"wai_3_2_2" = callPackage
+
({ mkDerivation, base, bytestring, hspec, hspec-discover
+
, http-types, network, text, transformers, vault
+
}:
+
mkDerivation {
+
pname = "wai";
+
version = "3.2.2";
+
sha256 = "1qbzq4k8b23pg1knw5y99rdvkfywnncwqkfrkp2w7g6p054xar1a";
+
libraryHaskellDepends = [
+
base bytestring http-types network text transformers vault
+
];
+
testHaskellDepends = [ base bytestring hspec ];
+
testToolDepends = [ hspec-discover ];
+
description = "Web Application Interface";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"wai-accept-language" = callPackage
({ mkDerivation, base, bytestring, file-embed, http-types, text
, wai, wai-app-static, wai-extra, warp, word8
···
license = stdenv.lib.licenses.mit;
}) {};
+
"wai-extra_3_0_25" = callPackage
+
({ mkDerivation, aeson, ansi-terminal, base, base64-bytestring
+
, bytestring, case-insensitive, containers, cookie
+
, data-default-class, deepseq, directory, fast-logger, hspec
+
, http-types, HUnit, iproute, network, old-locale, resourcet
+
, streaming-commons, text, time, transformers, unix, unix-compat
+
, vault, void, wai, wai-logger, word8, zlib
+
}:
+
mkDerivation {
+
pname = "wai-extra";
+
version = "3.0.25";
+
sha256 = "0caz1miwnyjqg6gdfgv7ibyfdyjzlq2i8v07zhan1nniv9pj3w6y";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
aeson ansi-terminal base base64-bytestring bytestring
+
case-insensitive containers cookie data-default-class deepseq
+
directory fast-logger http-types iproute network old-locale
+
resourcet streaming-commons text time transformers unix unix-compat
+
vault void wai wai-logger word8 zlib
+
];
+
testHaskellDepends = [
+
base bytestring case-insensitive cookie fast-logger hspec
+
http-types HUnit resourcet text time transformers wai zlib
+
];
+
description = "Provides some basic WAI handlers and middleware";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"wai-frontend-monadcgi" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, cgi
, containers, http-types, transformers, wai
···
pname = "warp";
version = "3.2.25";
sha256 = "0rl59bs99c3wwwyc1ibq0v11mkc7pxpy28r9hdlmjsqmdwn8y2vy";
+
revision = "1";
+
editedCabalFile = "0q0l9s1c9m20g7j6lgrj7d3l0awr3hc35bvm95an61hg18cilngj";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
···
license = stdenv.lib.licenses.mit;
}) {};
+
"warp_3_2_26" = callPackage
+
({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
+
, bytestring, case-insensitive, containers, directory, doctest
+
, gauge, ghc-prim, hashable, hspec, http-client, http-date
+
, http-types, http2, HUnit, iproute, lifted-base, network, process
+
, QuickCheck, silently, simple-sendfile, stm, streaming-commons
+
, text, time, transformers, unix, unix-compat, vault, wai, word8
+
}:
+
mkDerivation {
+
pname = "warp";
+
version = "3.2.26";
+
sha256 = "1s83313cs6w84a8yfwqkixfz4a94aszma4phsqv7x1ivi9b3i8sc";
+
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
+
unix unix-compat vault wai word8
+
];
+
testHaskellDepends = [
+
array async auto-update base bsb-http-chunked bytestring
+
case-insensitive containers directory doctest ghc-prim hashable
+
hspec http-client http-date http-types http2 HUnit iproute
+
lifted-base network process QuickCheck silently simple-sendfile stm
+
streaming-commons text time transformers unix unix-compat vault wai
+
word8
+
];
+
benchmarkHaskellDepends = [
+
auto-update base bytestring containers gauge hashable http-date
+
http-types network unix unix-compat
+
];
+
description = "A fast, light-weight web server for WAI applications";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"warp-dynamic" = callPackage
({ mkDerivation, base, data-default, dyre, http-types, wai, warp }:
mkDerivation {
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"web3_0_8_3_1" = callPackage
+
({ mkDerivation, aeson, async, base, basement, bytestring, cereal
+
, cryptonite, data-default, exceptions, generics-sop, hspec
+
, hspec-contrib, hspec-discover, hspec-expectations, http-client
+
, http-client-tls, machines, memory, microlens, microlens-aeson
+
, microlens-mtl, microlens-th, mtl, OneTuple, parsec, random
+
, relapse, split, stm, tagged, template-haskell, text, time
+
, transformers, uuid-types, vinyl
+
}:
+
mkDerivation {
+
pname = "web3";
+
version = "0.8.3.1";
+
sha256 = "1pvyyvaamxjz2pyxz25sw3f8hv8605qg99qpgx40bhbhrfvg8zpi";
+
libraryHaskellDepends = [
+
aeson async base basement bytestring cereal cryptonite data-default
+
exceptions generics-sop http-client http-client-tls machines memory
+
microlens microlens-aeson microlens-mtl microlens-th mtl OneTuple
+
parsec relapse tagged template-haskell text transformers uuid-types
+
vinyl
+
];
+
testHaskellDepends = [
+
aeson async base basement bytestring cereal cryptonite data-default
+
exceptions generics-sop hspec hspec-contrib hspec-discover
+
hspec-expectations http-client http-client-tls machines memory
+
microlens microlens-aeson microlens-mtl microlens-th mtl OneTuple
+
parsec random relapse split stm tagged template-haskell text time
+
transformers uuid-types vinyl
+
];
+
testToolDepends = [ hspec-discover ];
+
description = "Ethereum API for Haskell";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"webapi" = callPackage
({ mkDerivation, aeson, base, binary, blaze-builder, bytestring
, bytestring-lexing, bytestring-trie, case-insensitive, containers
···
description = "An easy-to-use HTTP client library";
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
+
"wreq_0_5_3_2" = callPackage
+
({ mkDerivation, aeson, aeson-pretty, attoparsec
+
, authenticate-oauth, base, base16-bytestring, base64-bytestring
+
, bytestring, Cabal, cabal-doctest, case-insensitive, containers
+
, cryptonite, directory, doctest, exceptions, filepath, ghc-prim
+
, hashable, http-client, http-client-tls, http-types, HUnit, lens
+
, lens-aeson, memory, mime-types, network-info, psqueues
+
, QuickCheck, snap-core, snap-server, template-haskell, temporary
+
, test-framework, test-framework-hunit, test-framework-quickcheck2
+
, text, time, time-locale-compat, transformers, unix-compat
+
, unordered-containers, uuid, vector
+
}:
+
mkDerivation {
+
pname = "wreq";
+
version = "0.5.3.2";
+
sha256 = "16xls71aby6jqc1frhwnlfvz1iwj1ms0rw9xzif02sn84470gn36";
+
isLibrary = true;
+
isExecutable = true;
+
setupHaskellDepends = [ base Cabal cabal-doctest ];
+
libraryHaskellDepends = [
+
aeson attoparsec authenticate-oauth base base16-bytestring
+
bytestring case-insensitive containers cryptonite exceptions
+
ghc-prim hashable http-client http-client-tls http-types lens
+
lens-aeson memory mime-types psqueues template-haskell text time
+
time-locale-compat unordered-containers
+
];
+
testHaskellDepends = [
+
aeson aeson-pretty base base64-bytestring bytestring
+
case-insensitive containers directory doctest filepath hashable
+
http-client http-types HUnit lens lens-aeson network-info
+
QuickCheck snap-core snap-server temporary test-framework
+
test-framework-hunit test-framework-quickcheck2 text time
+
transformers unix-compat unordered-containers uuid vector
+
];
+
description = "An easy-to-use HTTP client library";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wreq-sb" = callPackage
···
"yam" = callPackage
({ mkDerivation, base, base16-bytestring, binary, bytestring
-
, data-default, fast-logger, hspec, http-types, lens, monad-logger
-
, mtl, mwc-random, QuickCheck, reflection, salak, scientific
-
, servant-server, servant-swagger, servant-swagger-ui, swagger2
-
, text, time, unliftio-core, unordered-containers, vault, wai, warp
-
}:
-
mkDerivation {
-
pname = "yam";
-
version = "0.5.6";
-
sha256 = "0b1rk9iydrkaa15w5m1iqi2527gw7s3nvjvqcdzql7jqsgaa3d52";
-
libraryHaskellDepends = [
-
base base16-bytestring binary bytestring data-default fast-logger
-
http-types lens monad-logger mtl mwc-random reflection salak
-
scientific servant-server servant-swagger servant-swagger-ui
-
swagger2 text time unliftio-core unordered-containers vault wai
-
warp
-
];
-
testHaskellDepends = [
-
base base16-bytestring binary bytestring data-default fast-logger
-
hspec http-types lens monad-logger mtl mwc-random QuickCheck
-
reflection salak scientific servant-server servant-swagger
-
servant-swagger-ui swagger2 text time unliftio-core
-
unordered-containers vault wai warp
-
];
-
description = "Yam Web";
-
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
-
}) {};
-
-
"yam_0_5_11" = callPackage
-
({ mkDerivation, base, base16-bytestring, binary, bytestring
, data-default, fast-logger, hspec, http-client, http-types, lens
, monad-logger, mtl, mwc-random, QuickCheck, reflection, salak
, scientific, servant-client, servant-server, servant-swagger
···
mkDerivation {
pname = "yam-datasource";
-
version = "0.5.6";
-
sha256 = "1yjl7ggyd12vgsv40kmabik2pdd7jyf4x94zgvvckm5ra44fpvyz";
-
libraryHaskellDepends = [
-
base conduit persistent resource-pool resourcet unliftio-core yam
-
];
-
description = "Yam DataSource Middleware";
-
license = stdenv.lib.licenses.bsd3;
-
}) {};
-
-
"yam-datasource_0_5_11" = callPackage
-
({ mkDerivation, base, conduit, persistent, resource-pool
-
, resourcet, unliftio-core, yam
-
}:
-
mkDerivation {
-
pname = "yam-datasource";
version = "0.5.11";
sha256 = "170xpd1kw403g9zds795zbxkaz0qy7lfgzppx4q0ri42ky59z8pl";
libraryHaskellDepends = [
···
description = "Yam DataSource Middleware";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"yam-job" = callPackage
···
license = stdenv.lib.licenses.mit;
}) {};
+
"yesod-core_1_6_10_1" = callPackage
+
({ mkDerivation, aeson, async, auto-update, base, blaze-html
+
, blaze-markup, byteable, bytestring, case-insensitive, cereal
+
, clientsession, conduit, conduit-extra, containers, cookie
+
, deepseq, fast-logger, gauge, hspec, hspec-expectations
+
, http-types, HUnit, 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.10.1";
+
sha256 = "0xkfzdy1r07w7xqai4r5b96rrk51gr5ndwrf20nhdnjjms4928li";
+
libraryHaskellDepends = [
+
aeson auto-update base blaze-html blaze-markup byteable bytestring
+
case-insensitive cereal clientsession conduit conduit-extra
+
containers cookie deepseq fast-logger http-types 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
···
testHaskellDepends = [ base hspec text time ];
description = "Form handling support for Yesod Web Framework";
license = stdenv.lib.licenses.mit;
+
}) {};
+
+
"yesod-form_1_6_4" = callPackage
+
({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html
+
, blaze-markup, byteable, bytestring, containers, data-default
+
, email-validate, hspec, network-uri, persistent, resourcet
+
, semigroups, shakespeare, text, time, transformers, wai
+
, xss-sanitize, yesod-core, yesod-persistent
+
}:
+
mkDerivation {
+
pname = "yesod-form";
+
version = "1.6.4";
+
sha256 = "0iqcrbmwhgfk78qi2n1n3i39izqr7km4i8fa1zmvplqkcbyi149c";
+
libraryHaskellDepends = [
+
aeson attoparsec base blaze-builder blaze-html blaze-markup
+
byteable bytestring containers data-default email-validate
+
network-uri persistent resourcet semigroups shakespeare text time
+
transformers wai xss-sanitize yesod-core yesod-persistent
+
];
+
testHaskellDepends = [ base hspec text time ];
+
description = "Form handling support for Yesod Web Framework";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"yesod-form-bootstrap4" = callPackage
···
mkDerivation {
pname = "yesod-test";
-
version = "1.6.5.1";
-
sha256 = "080m46nbjblna2b9gq8j4ngqsv0r5ww06p1v8cj3ia1qiqgjygsj";
-
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 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;
-
}) {};
-
-
"yesod-test_1_6_6" = 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";
sha256 = "1h82njqkbr6h6saixkzim83srx794s6x6qrcmr0w82z5mfl2nfjf";
libraryHaskellDepends = [
···
description = "integration testing for WAI/Yesod Applications";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"yesod-test-json" = callPackage