hackage-packages.nix: re-generate from Hackage 2015-03-17T11:52:35+0100

This commit is contained in:
Peter Simons 2015-03-17 11:52:05 +01:00
parent e61f23d89f
commit 53fa11398c
2 changed files with 239 additions and 86 deletions

View File

@ -40,7 +40,7 @@ self: super: {
transformers-compat = disableCabalFlag super.transformers-compat "three"; transformers-compat = disableCabalFlag super.transformers-compat "three";
# https://github.com/haskell/cabal/issues/2322 # https://github.com/haskell/cabal/issues/2322
Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; process = self.process_1_2_2_0; }; Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };
# https://github.com/tibbe/hashable/issues/85 # https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable; hashable = dontCheck super.hashable;

View File

@ -16340,6 +16340,7 @@ self: {
testDepends = [ testDepends = [
array base newtype QuickCheck semigroupoids semigroups vector-space array base newtype QuickCheck semigroupoids semigroups vector-space
]; ];
jailbreak = true;
description = "Abstractions for animation"; description = "Abstractions for animation";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -21615,8 +21616,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "b9"; pname = "b9";
version = "0.3.1"; version = "0.4.0";
sha256 = "13j69i6jmx4qibavr7rwwrnmabf7l5rqd8hs308n0xdnwmvfldbx"; sha256 = "0cwx7irpzbl1g3wi4fcdjrkv2968517gljyvc9w8vm6f81wr2xcb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -28380,6 +28381,30 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"ceilometer-common" = callPackage
({ mkDerivation, base, bimap, binary, bytestring, containers
, data-ordlist, foldl, hspec, lens, lens-properties, mtl, pipes
, QuickCheck, siphash, template-haskell, text, transformers
, vaultaire-common
}:
mkDerivation {
pname = "ceilometer-common";
version = "0.2.2";
sha256 = "01lvjyl884i6qcfxr7xj42g5spn1fx3jgcq1g8zv0b5y9jwpj7lr";
buildDepends = [
base bimap binary bytestring containers foldl lens pipes siphash
template-haskell text vaultaire-common
];
testDepends = [
base bimap binary bytestring containers data-ordlist foldl hspec
lens lens-properties mtl pipes QuickCheck siphash template-haskell
text transformers vaultaire-common
];
homepage = "https://github.com/anchor/ceilometer-common";
description = "Common Haskell types and encoding for ceilometer";
license = stdenv.lib.licenses.bsd3;
}) {};
"cellrenderer-cairo" = callPackage "cellrenderer-cairo" = callPackage
({ mkDerivation, base, c2hs, cairo, glib, gtk, mtl }: ({ mkDerivation, base, c2hs, cairo, glib, gtk, mtl }:
mkDerivation { mkDerivation {
@ -29494,24 +29519,44 @@ self: {
"citeproc-hs" = callPackage "citeproc-hs" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath ({ mkDerivation, base, bytestring, containers, directory, filepath
, hexpat, hs-bibutils, HTTP, json, mtl, network, old-locale , hexpat, hs-bibutils, HTTP, json, mtl, network, network-uri
, pandoc-types, parsec, syb, time, utf8-string , old-locale, pandoc-types, parsec, syb, time, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "citeproc-hs"; pname = "citeproc-hs";
version = "0.3.9"; version = "0.3.10";
sha256 = "0f3l33a3rcp8lm8nkbda42lijjpaqa7cxszswhjryy1inywpsssg"; sha256 = "1fb51v8hv8ik3a8grba2br6cfbj1b3y72lgjh4i75xh09i7xna0r";
buildDepends = [ buildDepends = [
base bytestring containers directory filepath hexpat hs-bibutils base bytestring containers directory filepath hexpat hs-bibutils
HTTP json mtl network old-locale pandoc-types parsec syb time HTTP json mtl network network-uri old-locale pandoc-types parsec
utf8-string syb time utf8-string
]; ];
homepage = "http://gorgias.mine.nu/repos/citeproc-hs/"; homepage = "http://istitutocolli.org/repos/citeproc-hs/";
description = "A Citation Style Language implementation in Haskell"; description = "A Citation Style Language implementation in Haskell";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"citeproc-hs-pandoc-filter" = callPackage
({ mkDerivation, aeson, base, bytestring, citeproc-hs, containers
, directory, filepath, mtl, pandoc, pandoc-types, parsec, tagsoup
, texmath, utf8-string, yaml
}:
mkDerivation {
pname = "citeproc-hs-pandoc-filter";
version = "0.1";
sha256 = "1kwsmwm0yxvqdxxr7x13hmq4nm8a9plmsfkwbvfp13bbd4mwcxnj";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson base bytestring citeproc-hs containers directory filepath mtl
pandoc pandoc-types parsec tagsoup texmath utf8-string yaml
];
homepage = "http://istitutocolli.org/repos/citeproc-hs-pandoc-filter/";
description = "A Pandoc filter for processing bibliographic references with citeproc-hs";
license = stdenv.lib.licenses.gpl2;
}) {};
"cityhash" = callPackage "cityhash" = callPackage
({ mkDerivation, base, bytestring, largeword, QuickCheck ({ mkDerivation, base, bytestring, largeword, QuickCheck
, test-framework, test-framework-quickcheck2 , test-framework, test-framework-quickcheck2
@ -30162,6 +30207,25 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"cless" = callPackage
({ mkDerivation, base, highlighting-kate, optparse-applicative
, terminfo, wl-pprint-extras, wl-pprint-terminfo
}:
mkDerivation {
pname = "cless";
version = "0.1.0.0";
sha256 = "1y5mah8x7r0lfc9b6vv69hj2hw6ka1gc9b9qp3bkxlw003rib484";
isLibrary = false;
isExecutable = true;
buildDepends = [
base highlighting-kate optparse-applicative terminfo
wl-pprint-extras wl-pprint-terminfo
];
homepage = "https://github.com/tanakh/cless";
description = "Colorized LESS";
license = stdenv.lib.licenses.mit;
}) {};
"clevercss" = callPackage "clevercss" = callPackage
({ mkDerivation, base, containers, mtl, parsec }: ({ mkDerivation, base, containers, mtl, parsec }:
mkDerivation { mkDerivation {
@ -30579,11 +30643,11 @@ self: {
({ mkDerivation, base, mtl, syb, text }: ({ mkDerivation, base, mtl, syb, text }:
mkDerivation { mkDerivation {
pname = "cmark"; pname = "cmark";
version = "0.1.0.1"; version = "0.2.0.2";
sha256 = "0js8hhl6j16yywq27rz4jcyibac7zwkkryjqfsdq6wapb3z0d4ad"; sha256 = "0kjkqjyvkh4ppvmmbhjjdbhihz7ffsy6kn7dfms21si50qwciq4b";
buildDepends = [ base mtl syb text ]; buildDepends = [ base mtl syb text ];
homepage = "https://github.com/jgm/commonmark-hs"; homepage = "https://github.com/jgm/commonmark-hs";
description = "Haskell bindings to libcmark, CommonMark parser and renderer"; description = "Fast, accurate CommonMark (Markdown) parser and renderer";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -31346,8 +31410,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "comonad"; pname = "comonad";
version = "4.2.4"; version = "4.2.5";
sha256 = "0wycd7ir3bjrf9k1fh81jl09lk9s99fg8z25lwhb8bc70q50sab8"; sha256 = "07ilryqgvnkr4vmifg0dncgzmx87i2fbfbgrgc3jn1yz808s7wqf";
buildDepends = [ buildDepends = [
base containers contravariant distributive semigroups tagged base containers contravariant distributive semigroups tagged
transformers transformers-compat transformers transformers-compat
@ -37986,8 +38050,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "derive"; pname = "derive";
version = "2.5.21"; version = "2.5.22";
sha256 = "0msmcrhax7lgwkny6gml04d3ki0j8fbgq5isrbdps4737l62csfm"; sha256 = "0g2grz9y23n8g4wwjinx5cc70aawswl84i3njgj6l1fl29fk1yf2";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -38360,6 +38424,7 @@ self: {
diagrams-core diagrams-lib lens mtl NumInstances diagrams-core diagrams-lib lens mtl NumInstances
optparse-applicative statestack text vector-space optparse-applicative statestack text vector-space
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams/"; homepage = "http://projects.haskell.org/diagrams/";
description = "HTML5 canvas backend for diagrams drawing EDSL"; description = "HTML5 canvas backend for diagrams drawing EDSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -38387,6 +38452,7 @@ self: {
base containers diagrams-lib HUnit QuickCheck test-framework base containers diagrams-lib HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 test-framework-hunit test-framework-quickcheck2
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams/"; homepage = "http://projects.haskell.org/diagrams/";
description = "Collection of user contributions to diagrams EDSL"; description = "Collection of user contributions to diagrams EDSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -38405,6 +38471,7 @@ self: {
base containers dual-tree lens MemoTrie monoid-extras newtype base containers dual-tree lens MemoTrie monoid-extras newtype
semigroups vector-space vector-space-points semigroups vector-space vector-space-points
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams"; homepage = "http://projects.haskell.org/diagrams";
description = "Core libraries for diagrams EDSL"; description = "Core libraries for diagrams EDSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -38445,6 +38512,7 @@ self: {
base containers haskell-src-exts lens parsec QuickCheck tasty base containers haskell-src-exts lens parsec QuickCheck tasty
tasty-quickcheck tasty-quickcheck
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams/"; homepage = "http://projects.haskell.org/diagrams/";
description = "Preprocessor for embedding diagrams in Haddock documentation"; description = "Preprocessor for embedding diagrams in Haddock documentation";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -38486,6 +38554,7 @@ self: {
JuicyPixels lens MemoTrie monoid-extras optparse-applicative JuicyPixels lens MemoTrie monoid-extras optparse-applicative
semigroups tagged vector-space vector-space-points semigroups tagged vector-space vector-space-points
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams"; homepage = "http://projects.haskell.org/diagrams";
description = "Embedded domain-specific language for declarative graphics"; description = "Embedded domain-specific language for declarative graphics";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -38525,6 +38594,7 @@ self: {
filepath hashable lens monoid-extras mtl semigroups split filepath hashable lens monoid-extras mtl semigroups split
vector-space vector-space
]; ];
jailbreak = true;
homepage = "http://projects.haskell.org/diagrams/"; homepage = "http://projects.haskell.org/diagrams/";
description = "Postscript backend for diagrams drawing EDSL"; description = "Postscript backend for diagrams drawing EDSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -43831,6 +43901,25 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"executable-hash" = callPackage
({ mkDerivation, base, bytestring, cryptohash, directory
, executable-path, file-embed
}:
mkDerivation {
pname = "executable-hash";
version = "0.1.1.1";
sha256 = "1k01qsd2cfrhmxxs8l84g6xc0wcr2hb4s50k3yiin6r8wzli915r";
isLibrary = true;
isExecutable = true;
buildDepends = [
base bytestring cryptohash directory executable-path file-embed
];
testDepends = [ base ];
homepage = "http://github.com/fpco/executable-hash";
description = "Provides the SHA1 hash of the program executable";
license = stdenv.lib.licenses.mit;
}) {};
"executable-path" = callPackage "executable-path" = callPackage
({ mkDerivation, base, directory, filepath, unix }: ({ mkDerivation, base, directory, filepath, unix }:
mkDerivation { mkDerivation {
@ -46692,6 +46781,7 @@ self: {
base containers data-default-class lens vector-space base containers data-default-class lens vector-space
vector-space-points vector-space-points
]; ];
jailbreak = true;
description = "Simple force-directed layout"; description = "Simple force-directed layout";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -51930,18 +52020,19 @@ self: {
}) {}; }) {};
"groundhog" = callPackage "groundhog" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, blaze-builder ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, bytestring, containers, monad-control, monad-logger, mtl , blaze-builder, bytestring, containers, monad-control
, scientific, text, time, transformers, transformers-base , monad-logger, mtl, scientific, text, time, transformers
, transformers-base
}: }:
mkDerivation { mkDerivation {
pname = "groundhog"; pname = "groundhog";
version = "0.7.0.2"; version = "0.7.0.3";
sha256 = "09wyhqpwmdmw13nbxrrdkc4jsl46pwnq0yhcjzdn9g3s5049s0by"; sha256 = "0n5c501wfyqcl1iy4017yyxp95kz7mb4lgc0mjjk9si36ixkww9r";
buildDepends = [ buildDepends = [
aeson base base64-bytestring blaze-builder bytestring containers aeson attoparsec base base64-bytestring blaze-builder bytestring
monad-control monad-logger mtl scientific text time transformers containers monad-control monad-logger mtl scientific text time
transformers-base transformers transformers-base
]; ];
homepage = "http://github.com/lykahb/groundhog"; homepage = "http://github.com/lykahb/groundhog";
description = "Type-safe datatype-database mapping library"; description = "Type-safe datatype-database mapping library";
@ -59554,20 +59645,20 @@ self: {
"hermit" = callPackage "hermit" = callPackage
({ mkDerivation, alex, ansi-terminal, array, base, containers ({ mkDerivation, alex, ansi-terminal, array, base, containers
, data-default, directory, ghc, happy, haskeline, kure , data-default-class, directory, ghc, happy, haskeline, kure
, marked-pretty, mtl, operational, process, stm, temporary , marked-pretty, mtl, operational, process, stm, temporary
, terminfo, transformers , terminfo, transformers, transformers-compat
}: }:
mkDerivation { mkDerivation {
pname = "hermit"; pname = "hermit";
version = "0.6.0.0"; version = "0.7.0.0";
sha256 = "19ry542k5ffr2vb075ylx2l35bn5sdclvz1byhj5bfdvz4rji09l"; sha256 = "03k22rc5a3g9mq20q530h40j29k5pz5d9flamzb4svs3jamgz5hz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansi-terminal array base containers data-default directory ghc ansi-terminal array base containers data-default-class directory
haskeline kure marked-pretty mtl operational process stm temporary ghc haskeline kure marked-pretty mtl operational process stm
terminfo transformers temporary terminfo transformers transformers-compat
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
description = "Haskell Equational Reasoning Model-to-Implementation Tunnel"; description = "Haskell Equational Reasoning Model-to-Implementation Tunnel";
@ -61549,8 +61640,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hlint"; pname = "hlint";
version = "1.9.17"; version = "1.9.18";
sha256 = "1z304qas7h8y9d2jnq8hkg3p50cpx3ni6fwyaj1qwlqrcm4n5rv8"; sha256 = "03wdfl0jmb5szcv61dd8cm0xh5z6qhpy0d5xf6wh3lybma9pjmsb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -63430,8 +63521,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hplayground"; pname = "hplayground";
version = "0.1.2.4"; version = "0.1.2.6";
sha256 = "1ahwymwksfh40lay41wfzfr02fzgls6h2mg3ylw0i794dhpgqq92"; sha256 = "1ncbq9a3hbg9716msjqr7yfr7ay1ky9xpm5f8ajj1rd94fkbq5ya";
buildDepends = [ buildDepends = [
base containers data-default haste-compiler haste-perch monads-tf base containers data-default haste-compiler haste-perch monads-tf
transformers transformers
@ -67007,15 +67098,15 @@ self: {
"http-client" = callPackage "http-client" = callPackage
({ mkDerivation, array, async, base, base64-bytestring ({ mkDerivation, array, async, base, base64-bytestring
, blaze-builder, bytestring, case-insensitive, clock, containers , blaze-builder, bytestring, case-insensitive, clock, containers
, cookie, data-default-class, deepseq, exceptions, filepath , cookie, data-default-class, deepseq, directory, exceptions
, ghc-prim, hspec, http-types, mime-types, monad-control, network , filepath, ghc-prim, hspec, http-types, mime-types, monad-control
, network-uri, publicsuffixlist, random, streaming-commons, text , network, network-uri, publicsuffixlist, random, streaming-commons
, time, transformers, zlib , text, time, transformers, zlib
}: }:
mkDerivation { mkDerivation {
pname = "http-client"; pname = "http-client";
version = "0.4.8.1"; version = "0.4.9";
sha256 = "08dd730ix5j0y7jrzrb8d0i153g2jmvklj97npdizmqhwxjfwiis"; sha256 = "1dr8xd1y615hrc9557804zc9k1zi39rfb0hrmpr8ay28f71mb4an";
buildDepends = [ buildDepends = [
array base base64-bytestring blaze-builder bytestring array base base64-bytestring blaze-builder bytestring
case-insensitive clock containers cookie data-default-class deepseq case-insensitive clock containers cookie data-default-class deepseq
@ -67025,8 +67116,8 @@ self: {
]; ];
testDepends = [ testDepends = [
async base base64-bytestring blaze-builder bytestring async base base64-bytestring blaze-builder bytestring
case-insensitive containers deepseq hspec http-types monad-control case-insensitive containers deepseq directory hspec http-types
network streaming-commons text time transformers zlib monad-control network streaming-commons text time transformers zlib
]; ];
homepage = "https://github.com/snoyberg/http-client"; homepage = "https://github.com/snoyberg/http-client";
description = "An HTTP client engine, intended as a base layer for more user-friendly packages"; description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
@ -78104,8 +78195,8 @@ self: {
({ mkDerivation, base, containers, monadLib, pretty }: ({ mkDerivation, base, containers, monadLib, pretty }:
mkDerivation { mkDerivation {
pname = "llvm-pretty"; pname = "llvm-pretty";
version = "0.3.0.0"; version = "0.3.1.1";
sha256 = "0m6sg2bng9ihak3hkbzqabdif0m8bblr8cvwgsdhq2ss059vmnws"; sha256 = "1qk3dlinhic9m8ahynqqi90y7ai728p10c4mkmj2w135wp8a8ran";
buildDepends = [ base containers monadLib pretty ]; buildDepends = [ base containers monadLib pretty ];
description = "A pretty printing library inspired by the llvm binding"; description = "A pretty printing library inspired by the llvm binding";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -80574,12 +80665,16 @@ self: {
}) { eng = null; mat = null; mx = null;}; }) { eng = null; mat = null; mx = null;};
"matrices" = callPackage "matrices" = callPackage
({ mkDerivation, base, primitive, vector }: ({ mkDerivation, base, binary, primitive, vector
, vector-binary-instances
}:
mkDerivation { mkDerivation {
pname = "matrices"; pname = "matrices";
version = "0.3.0"; version = "0.3.2";
sha256 = "18253z4ah4yxl8di0zsngsi1dip0yd85a62k9h5ha7i9mdq7k0hi"; sha256 = "09d2c6b99hiw858j9llawljb0ls2biky8ddc1cjc72605aacac73";
buildDepends = [ base primitive vector ]; buildDepends = [
base binary primitive vector vector-binary-instances
];
description = "native matrix based on vector"; description = "native matrix based on vector";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -80823,6 +80918,21 @@ self: {
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
}) {}; }) {};
"mdcat" = callPackage
({ mkDerivation, ansi-terminal, base, directory, pandoc, terminfo
}:
mkDerivation {
pname = "mdcat";
version = "0.1.0.0";
sha256 = "0z3fgs2vsga8wr4ksaqqwx9bxminf9dw9a2kgr9k852r14m234sh";
isLibrary = false;
isExecutable = true;
buildDepends = [ ansi-terminal base directory pandoc terminfo ];
homepage = "https://github.com/dorafmon/mdcat";
description = "Markdown viewer in your terminal";
license = stdenv.lib.licenses.mit;
}) {};
"mdo" = callPackage "mdo" = callPackage
({ mkDerivation, base, process }: ({ mkDerivation, base, process }:
mkDerivation { mkDerivation {
@ -83330,8 +83440,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "monoidal-containers"; pname = "monoidal-containers";
version = "0.1.0.0"; version = "0.1.2.0";
sha256 = "1hlbw6xnglmwvjy1zbggxbd3xylx545hp535mjrjnpzda6bydkvd"; sha256 = "0d94hpgkrh61cax0f4p71irgvq3psn53qiy7x9bwql8qwsdni1qg";
buildDepends = [ buildDepends = [
base containers deepseq hashable lens newtype unordered-containers base containers deepseq hashable lens newtype unordered-containers
]; ];
@ -87213,13 +87323,14 @@ self: {
}) {}; }) {};
"nsis" = callPackage "nsis" = callPackage
({ mkDerivation, base, process, transformers, uniplate }: ({ mkDerivation, base, directory, process, transformers, uniplate
}:
mkDerivation { mkDerivation {
pname = "nsis"; pname = "nsis";
version = "0.2.4"; version = "0.2.5";
sha256 = "17jl5s48msa6c5rb9lvlcsjmv6kzml3yrfmz7h1ipxsdl0yf7nd3"; sha256 = "1lbd1yx2yr96mv58jk3d9qpxpvc9nqkgvi62z4jahwv6wz5wap61";
buildDepends = [ base transformers uniplate ]; buildDepends = [ base transformers uniplate ];
testDepends = [ base process transformers uniplate ]; testDepends = [ base directory process transformers uniplate ];
homepage = "https://github.com/ndmitchell/nsis#readme"; homepage = "https://github.com/ndmitchell/nsis#readme";
description = "DSL for producing Windows Installer using NSIS"; description = "DSL for producing Windows Installer using NSIS";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -94286,13 +94397,14 @@ self: {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
}) {}; }) {};
"process_1_2_2_0" = callPackage "process_1_2_3_0" = callPackage
({ mkDerivation, base, deepseq, directory, filepath, unix }: ({ mkDerivation, base, deepseq, directory, filepath, unix }:
mkDerivation { mkDerivation {
pname = "process"; pname = "process";
version = "1.2.2.0"; version = "1.2.3.0";
sha256 = "0rxxcimwhsgcphy0brq6gxcrm8spgpqha8fhppj956kp401hx3s8"; sha256 = "1ib01nkh513v5ab7wa255jqpsnqjsjdmh8d9dz8inqw3f4ah97k1";
buildDepends = [ base deepseq directory filepath unix ]; buildDepends = [ base deepseq directory filepath unix ];
testDepends = [ base ];
description = "Process libraries"; description = "Process libraries";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -95092,8 +95204,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "psqueues"; pname = "psqueues";
version = "0.2.0.0"; version = "0.2.0.1";
sha256 = "1b4kmb57k21wk5740jwahkc3xx2nldmjp7lc37ws24zyang84m4c"; sha256 = "1c1m5dzglpn3la61gxd6cz1b9fdmn9fkc9y5xnl4wf12fwpsg8bf";
buildDepends = [ base deepseq ghc-prim hashable ]; buildDepends = [ base deepseq ghc-prim hashable ];
testDepends = [ testDepends = [
array base deepseq ghc-prim hashable HUnit QuickCheck tagged array base deepseq ghc-prim hashable HUnit QuickCheck tagged
@ -100759,8 +100871,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rtorrent-rpc"; pname = "rtorrent-rpc";
version = "0.2.1.0"; version = "0.2.2.0";
sha256 = "0l2hpdf6vn3532zk5snhwsby5rp28mzys7zbg9qc62dpfscja3v7"; sha256 = "0k14m4r0zsalngb6c4dckr7z521mymabc0ihk0zz402l7s13n68s";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder blaze-textual bytestring deepseq haxr attoparsec base blaze-builder blaze-textual bytestring deepseq haxr
mtl network split utf8-string mtl network split utf8-string
@ -101657,8 +101769,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "sbv"; pname = "sbv";
version = "4.1"; version = "4.2";
sha256 = "03igvz1xmp20bx2cqsjw6f36p6i10z51kkhpj54xmmqkphb7alpw"; sha256 = "1q62fa2wi8sxkbx93qpxqr6sivs5q028kdbs35j3ym9mb3pa8y8q";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -106066,8 +106178,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "snap"; pname = "snap";
version = "0.14.0"; version = "0.14.0.1";
sha256 = "11vf7v1aqbm1lzb5jjjna6j8gj7757xkc8zk820z9d73ak8bq7m8"; sha256 = "1mmc6ymd0bic7rw9vsrn1jwwjhlc5jqwh8z7zik5wsk75rvddgph";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -106803,14 +106915,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "snaplet-postgresql-simple"; pname = "snaplet-postgresql-simple";
version = "0.6"; version = "0.6.0.1";
sha256 = "042mpyj84d089pr2qjix9fvzfj4ir74kjkdx3jg84jwn602lhzi6"; sha256 = "0njs0nlznq0yh7gmihwjvxbngw3r0f7csw26pynyi3q0daccsgxg";
buildDepends = [ buildDepends = [
base bytestring clientsession configurator errors lens base bytestring clientsession configurator errors lens
MonadCatchIO-transformers mtl postgresql-simple MonadCatchIO-transformers mtl postgresql-simple
resource-pool-catchio snap text transformers unordered-containers resource-pool-catchio snap text transformers unordered-containers
]; ];
jailbreak = true;
homepage = "https://github.com/mightybyte/snaplet-postgresql-simple"; homepage = "https://github.com/mightybyte/snaplet-postgresql-simple";
description = "postgresql-simple snaplet for the Snap Framework"; description = "postgresql-simple snaplet for the Snap Framework";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -109923,6 +110034,21 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"streaming-histogram" = callPackage
({ mkDerivation, base, containers, criterion, tasty, tasty-hunit
, tasty-quickcheck
}:
mkDerivation {
pname = "streaming-histogram";
version = "0.1.0.0";
sha256 = "1sm05hx5llab6ng6d27rz44kd6njk85axkn3bs3nm03pr85c9xq7";
buildDepends = [ base containers criterion ];
testDepends = [
base containers tasty tasty-hunit tasty-quickcheck
];
license = stdenv.lib.licenses.asl20;
}) {};
"streamproc" = callPackage "streamproc" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -113587,15 +113713,15 @@ self: {
"test-sandbox-compose" = callPackage "test-sandbox-compose" = callPackage
({ mkDerivation, aeson, base, bytestring, cabal-test-bin ({ mkDerivation, aeson, base, bytestring, cabal-test-bin
, containers, directory, hastache, hspec, http-conduit, lifted-base , containers, directory, hastache, hspec, hspec-test-sandbox
, network, optparse-applicative, process, shakespeare, shelly , http-conduit, lifted-base, network, optparse-applicative, process
, test-sandbox, text, unix, wai, wai-extra, warp, yaml, yesod , shakespeare, shelly, test-sandbox, text, unix, wai, wai-extra
, yesod-core , warp, yaml, yesod, yesod-core
}: }:
mkDerivation { mkDerivation {
pname = "test-sandbox-compose"; pname = "test-sandbox-compose";
version = "0.1.1"; version = "0.1.2";
sha256 = "1v2zvds3c8g0svh4jafzpdylnkn02hfrnwgxf7pilpd7x718id17"; sha256 = "1hc23yxlf8mwd6rq44i7bbx1aa9p7d7d920625gwd7khcn5x9kyy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -113604,7 +113730,8 @@ self: {
test-sandbox text unix wai wai-extra warp yaml yesod yesod-core test-sandbox text unix wai wai-extra warp yaml yesod yesod-core
]; ];
testDepends = [ testDepends = [
base bytestring cabal-test-bin hspec process shakespeare text unix base bytestring cabal-test-bin hspec hspec-test-sandbox process
shakespeare test-sandbox text unix
]; ];
description = "Lightweight development enviroments using test-sandbox"; description = "Lightweight development enviroments using test-sandbox";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -120578,6 +120705,29 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"vaultaire-common" = callPackage
({ mkDerivation, async, attoparsec, base, blaze-builder, bytestring
, cereal, containers, hashable, hslogger, hspec, locators, mtl
, old-locale, packer, QuickCheck, siphash, text, time, transformers
, unix, unordered-containers
}:
mkDerivation {
pname = "vaultaire-common";
version = "2.9.1";
sha256 = "178lh1cxk6ayb4918xas0g7zlan8282vjflm220pzymnxz07chsr";
buildDepends = [
async attoparsec base blaze-builder bytestring cereal containers
hashable hslogger locators old-locale packer QuickCheck siphash
text time transformers unix unordered-containers
];
testDepends = [
base bytestring containers hspec locators mtl QuickCheck text
unordered-containers
];
description = "Common types and instances for Vaultaire";
license = stdenv.lib.licenses.bsd3;
}) {};
"vcache" = callPackage "vcache" = callPackage
({ mkDerivation, base, bytestring, containers, direct-murmur-hash ({ mkDerivation, base, bytestring, containers, direct-murmur-hash
, easy-file, filelock, lmdb, random, stm, transformers , easy-file, filelock, lmdb, random, stm, transformers
@ -120986,8 +121136,8 @@ self: {
({ mkDerivation, base, Boolean, MemoTrie, NumInstances }: ({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
mkDerivation { mkDerivation {
pname = "vector-space"; pname = "vector-space";
version = "0.9"; version = "0.10";
sha256 = "0rq1753rfm35x3jck4xfs8jyf6r712rp2c5lh0kzylxfib4lwkj2"; sha256 = "06nrjis2ba61vpbng1yfxbj6s207x94aia7g4njgjwbb8clm66aw";
buildDepends = [ base Boolean MemoTrie NumInstances ]; buildDepends = [ base Boolean MemoTrie NumInstances ];
description = "Vector & affine spaces, linear maps, and derivatives"; description = "Vector & affine spaces, linear maps, and derivatives";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -121030,6 +121180,7 @@ self: {
version = "0.2.1"; version = "0.2.1";
sha256 = "061gpayzqz0shn2s6fx4ss0dfgxcq717dycmkxjhrx3hy0dczv34"; sha256 = "061gpayzqz0shn2s6fx4ss0dfgxcq717dycmkxjhrx3hy0dczv34";
buildDepends = [ base vector-space ]; buildDepends = [ base vector-space ];
jailbreak = true;
description = "A type for points, as distinct from vectors"; description = "A type for points, as distinct from vectors";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -122548,15 +122699,17 @@ self: {
}) {}; }) {};
"waitra" = callPackage "waitra" = callPackage
({ mkDerivation, aeson, base, http-types, regex-applicative, tasty ({ mkDerivation, aeson, base, bytestring, directory, filepath
, tasty-hunit, text, wai, wai-extra , http-types, regex-applicative, tasty, tasty-hunit
, template-haskell, text, wai, wai-extra
}: }:
mkDerivation { mkDerivation {
pname = "waitra"; pname = "waitra";
version = "0.0.2.0"; version = "0.0.3.0";
sha256 = "1hzwxwaw5w38bmsyh15mggrawjbfn1bnkjjjv4aigynv19kdjf03"; sha256 = "0yismhhgwzrssla2bcg44jy0fdwwxh2szypyjn8wfjvmkfhzshvn";
buildDepends = [ buildDepends = [
aeson base http-types regex-applicative text wai aeson base bytestring directory filepath http-types
regex-applicative template-haskell text wai
]; ];
testDepends = [ testDepends = [
aeson base http-types regex-applicative tasty tasty-hunit wai aeson base http-types regex-applicative tasty tasty-hunit wai
@ -125155,8 +125308,8 @@ self: {
({ mkDerivation, base, mtl, safe, transformers, xml }: ({ mkDerivation, base, mtl, safe, transformers, xml }:
mkDerivation { mkDerivation {
pname = "xml-extractors"; pname = "xml-extractors";
version = "0.3.0.0"; version = "0.4.0.0";
sha256 = "0mna299sdbxxi2asaa2wk3pwnhr35ah363g2lja7lg82an7np8kp"; sha256 = "02380x94zvm736lj2j02926xn8asc6bq4hbhm3nshh9iw8x4phwq";
buildDepends = [ base mtl safe transformers xml ]; buildDepends = [ base mtl safe transformers xml ];
homepage = "https://github.com/holmisen/xml-extractors"; homepage = "https://github.com/holmisen/xml-extractors";
description = "Wrapper over xml to extract data from parsed xml"; description = "Wrapper over xml to extract data from parsed xml";