hackage-packages.nix: update to 30bfb9f702 with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd

This commit is contained in:
Peter Simons 2015-04-26 17:38:17 +02:00
parent 9807dbc142
commit 0241c1f25c

View File

@ -1619,6 +1619,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"BufferedSocket" = callPackage
({ mkDerivation, base, bytestring, network, text }:
mkDerivation {
pname = "BufferedSocket";
version = "0.1.1.0";
sha256 = "1j0v2g7p8fmjgcdd10wfinakiviv9r1bh3mw897gsk1h5ycbxfjg";
buildDepends = [ base bytestring network text ];
jailbreak = true;
description = "A socker wrapper that makes the IO of sockets much cleaner";
license = stdenv.lib.licenses.mit;
}) {};
"Buster" = callPackage
({ mkDerivation, base, bytestring, conduit, data-default, errors
, hinotify, hslogger, hspec, hspec-expectations, http-conduit
@ -6639,12 +6651,15 @@ self: {
mkDerivation {
pname = "HList";
version = "0.3.4.1";
revision = "1";
sha256 = "02hw496qv2p0nnbz7lq7jfqnis19qqjsylyvdksqbwmjprk32rh2";
editedCabalFile = "b3eec9db43bda99e47b409bc7f188e89899f0e13854de02674be6d0d24eef4f6";
buildDepends = [ base ghc-prim mtl tagged template-haskell ];
testDepends = [
base cmdargs directory doctest filepath hspec lens mtl process syb
];
buildTools = [ diffutils ];
jailbreak = true;
description = "Heterogeneous lists";
license = stdenv.lib.licenses.mit;
}) { inherit (pkgs) diffutils;};
@ -10629,15 +10644,14 @@ self: {
}:
mkDerivation {
pname = "Network-NineP";
version = "0.2.0";
sha256 = "0pa0j9ljq32dikffwi3n1cifilb2586z3q004rqa0sq82zyah949";
version = "0.3.0";
sha256 = "02igsbmhkpkaxdpdhkl6vb7kzryhg7p5bb59irykz0dkg095wr89";
isLibrary = true;
isExecutable = true;
buildDepends = [
base binary bytestring containers convertible monad-loops mstate
mtl network NineP regex-posix stateref transformers
];
jailbreak = true;
description = "High-level abstraction over 9P protocol";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
@ -22932,8 +22946,8 @@ self: {
({ mkDerivation, aeson, base, binary, bytestring, hspec, text }:
mkDerivation {
pname = "base58string";
version = "0.9.0";
sha256 = "09mkc4fqm897b9msczqpdfipj9kr98pkmq4gbsynksrapiamrgg3";
version = "0.9.1";
sha256 = "1j7vk3par9z2svq8mwwxm73yd5yks25412l3n9mr081ybvywkckd";
buildDepends = [ aeson base binary bytestring text ];
testDepends = [ base binary bytestring hspec text ];
homepage = "http://www.leonmergen.com/opensource.html";
@ -24347,6 +24361,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) { fann = null;};
"bindings-fluidsynth" = callPackage
({ mkDerivation, base, bindings-DSL, fluidsynth }:
mkDerivation {
pname = "bindings-fluidsynth";
version = "0.1.1";
sha256 = "04q5zxv4iyjb7zf7bhx19cfc8nhnqxmxnl1q63qszjysmlpy39g5";
buildDepends = [ base bindings-DSL ];
pkgconfigDepends = [ fluidsynth ];
homepage = "http://github.com/bgamari/bindings-fluidsynth";
description = "Haskell FFI bindings for fluidsynth software synthesizer";
license = stdenv.lib.licenses.bsd3;
}) { inherit (pkgs) fluidsynth;};
"bindings-friso" = callPackage
({ mkDerivation, base, bindings-DSL, friso }:
mkDerivation {
@ -28193,20 +28220,21 @@ self: {
({ mkDerivation, base, bytestring, Cabal, classy-prelude-conduit
, conduit, conduit-extra, containers, directory, filepath
, http-client, http-client-tls, http-conduit, http-types, network
, process, resourcet, shelly, system-fileio, system-filepath, tar
, temporary, text, transformers
, process, resourcet, shelly, streaming-commons, system-fileio
, system-filepath, tar, temporary, text, transformers
}:
mkDerivation {
pname = "cabal-src";
version = "0.2.5";
sha256 = "07nxnr011i50lpmahvj6q113zd6jmmxv83y4rby2rjnimjvgj3z7";
version = "0.2.5.1";
sha256 = "0ym5lsgah4aq37mg074ab82kdjxwmcp0qax3jnalk2hvcm531k9z";
isLibrary = false;
isExecutable = true;
buildDepends = [
base bytestring Cabal classy-prelude-conduit conduit conduit-extra
containers directory filepath http-client http-client-tls
http-conduit http-types network process resourcet shelly
system-fileio system-filepath tar temporary text transformers
streaming-commons system-fileio system-filepath tar temporary text
transformers
];
homepage = "https://github.com/yesodweb/cabal-src";
description = "Alternative install procedure to avoid the diamond dependency issue";
@ -29403,8 +29431,8 @@ self: {
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "catamorphism";
version = "0.4.0.0";
sha256 = "00gyb84jfb19n4g0igm4sikqk2bl96wj9293g82rjxgrk9m19iq7";
version = "0.4.0.1";
sha256 = "05mpw0dgn5f9gwnk7jkkm5k6fsfhi70i3fr96b6jca7w1b151hn9";
buildDepends = [ base template-haskell ];
homepage = "http://github.com/frerich/catamorphism";
description = "A package exposing a helper function for generating catamorphisms";
@ -30622,8 +30650,8 @@ self: {
({ mkDerivation, base, bytestring, cereal, crypto-api, tagged }:
mkDerivation {
pname = "cipher-aes128";
version = "0.7";
sha256 = "105400panhmmykbdvfajb4kff4qj24zq2n65qwy2nh8py722nbw0";
version = "0.7.0.1";
sha256 = "0qknpgg7dimx2nm4bzig7vvzcq3kvbxjv5rb0s4f2ina4vwczbhq";
isLibrary = true;
isExecutable = true;
buildDepends = [ base bytestring cereal crypto-api tagged ];
@ -34565,8 +34593,8 @@ self: {
}:
mkDerivation {
pname = "conversion-text";
version = "1.0.0.1";
sha256 = "0v2vpma9sf0n2fd635zagnfzv1bizys6yf592c2mm7yxanlhj6rp";
version = "1.0.0.2";
sha256 = "0j7j0jww92v9gldh8hd35p51ka2mq4n26chfw6n4m034q3pjqpby";
buildDepends = [
base-prelude bytestring conversion conversion-bytestring text
];
@ -35922,8 +35950,8 @@ self: {
}:
mkDerivation {
pname = "crypto-classical";
version = "0.0.3";
sha256 = "1k158w6dvnfcfan167lvk2g852fgn0aqsfc7qagxihkbi4l0nrls";
version = "0.1.0";
sha256 = "06x694ia1alw53a282krzmkbcr1xbvn5nmgfqbgysgpz5ky931wg";
buildDepends = [
base bytestring containers crypto-numbers crypto-random lens
modular-arithmetic QuickCheck random random-shuffle text
@ -36704,17 +36732,15 @@ self: {
({ mkDerivation, base, bytestring, hspec, rtld, time }:
mkDerivation {
pname = "curlhs";
version = "0.1.4";
version = "0.1.5";
revision = "1";
sha256 = "09zsrz2n4rhyscjdykz17dprbapjhgj4nkbpjvj0if7crr4dy5xr";
editedCabalFile = "0d7a7a08c0da6d5ee17977e7f821a12bf138019418b559c1295041c6d16b5e46";
sha256 = "0j0r238v3rlk9w7zby7lvh6drzy8d1hah6yzf4dz17hg27wb22ky";
editedCabalFile = "54dc0c9c8004df751cde41989c305af8e60e6112def522a07bdaf54fd28f27cd";
buildDepends = [ base bytestring rtld time ];
testDepends = [ base hspec ];
jailbreak = true;
homepage = "https://github.com/kkardzis/curlhs";
description = "bindings to libcurl, the multiprotocol file transfer library";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"currency" = callPackage
@ -44879,8 +44905,8 @@ self: {
({ mkDerivation, base, containers, deepseq }:
mkDerivation {
pname = "enummapset";
version = "0.5.2.0";
sha256 = "065gxljrjw59rdf7abq0v0c29wg1ymg984ckixnjrcs1yks0c2js";
version = "0.5.2.1";
sha256 = "019q0b1qm6bcp1ld67aklvq76wfx1qwzjbdywliv9g8ybwivaxqg";
buildDepends = [ base containers deepseq ];
homepage = "https://github.com/michalt/enummapset";
description = "IntMap and IntSet with Enum keys/elements";
@ -45758,6 +45784,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"eventloop" = callPackage
({ mkDerivation, aeson, base, bytestring, network, suspend, text
, timers, websockets
}:
mkDerivation {
pname = "eventloop";
version = "0.2.1.2";
sha256 = "0lir7xynmq2awgjd163ma16fvpq58dwfkkdjbi4vmcacgyxwxmw9";
buildDepends = [
aeson base bytestring network suspend text timers websockets
];
jailbreak = true;
homepage = "-";
description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together.";
license = stdenv.lib.licenses.bsd3;
}) {};
"eventstore" = callPackage
({ mkDerivation, aeson, async, base, bytestring, cereal, containers
, network, protobuf, random, sodium, text, time, uuid
@ -47821,24 +47864,28 @@ self: {
"find-conduit" = callPackage
({ mkDerivation, attoparsec, base, conduit, conduit-combinators
, directory, doctest, either, exceptions, filepath, hspec, mmorph
, monad-control, mtl, regex-posix, semigroups, system-filepath
, text, time, transformers, transformers-base, unix
, conduit-extra, directory, doctest, either, exceptions, filepath
, hspec, mmorph, monad-control, mtl, regex-posix, semigroups
, streaming-commons, system-filepath, text, time, transformers
, transformers-base, unix, unix-compat
}:
mkDerivation {
pname = "find-conduit";
version = "0.4.1";
sha256 = "171y1bb3r6af41i2xsip2r4xm7grbzpvlwczrvaj8hzyknr3y7dx";
version = "0.4.3";
sha256 = "05s1whyqmv1nxcbrrfhfn8lcqb2cwyz1wa2im8b976i14qgw65lm";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec base conduit conduit-combinators either exceptions
mmorph monad-control mtl regex-posix semigroups system-filepath
text time transformers transformers-base unix
attoparsec base conduit conduit-combinators conduit-extra either
exceptions filepath mmorph monad-control mtl regex-posix semigroups
streaming-commons system-filepath text time transformers
transformers-base unix unix-compat
];
testDepends = [
attoparsec base conduit conduit-combinators directory doctest
either exceptions filepath hspec mmorph monad-control mtl
regex-posix semigroups system-filepath text time transformers
transformers-base unix
regex-posix semigroups streaming-commons system-filepath text time
transformers transformers-base unix-compat
];
description = "A file-finding conduit that allows user control over traversals";
license = stdenv.lib.licenses.mit;
@ -47962,10 +48009,8 @@ self: {
}:
mkDerivation {
pname = "fit";
version = "0.5";
revision = "1";
sha256 = "0xazsm6zdvnjxhy31c5zpjbd3fc98pcy545fq3jxvzh6c913fdjl";
editedCabalFile = "87f70d521590ba57a662694c83401df69c45c6c721e52119fde62685873b5f6f";
version = "0.5.1";
sha256 = "0y7jvczi0ldzjw9y102z1k4nyj7z8f6p8w368x5v0m308d0jw6db";
buildDepends = [
attoparsec base bytestring containers contravariant mtl text
];
@ -47973,7 +48018,6 @@ self: {
attoparsec base bytestring containers hspec hspec-attoparsec mtl
QuickCheck text
];
jailbreak = true;
description = "FIT file decoder";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -52353,8 +52397,8 @@ self: {
}:
mkDerivation {
pname = "git-monitor";
version = "3.1.1.3";
sha256 = "0xcb7i5hvx7967wqsyawxz8fk052ylrb90y3b2spw9pxhqry3j4s";
version = "3.1.1.4";
sha256 = "00byw8y9av60rwacp4006kv7qb9sc26j1f82cz1ngr42nfx9955c";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -52502,21 +52546,27 @@ self: {
"github" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, byteable, bytestring, case-insensitive, conduit, containers
, cryptohash, data-default, failure, hashable, HTTP, http-conduit
, http-types, network, old-locale, text, time, unordered-containers
, vector
, cryptohash, data-default, failure, hashable, hspec, HTTP
, http-conduit, http-types, network, old-locale, text, time
, unordered-containers, vector
}:
mkDerivation {
pname = "github";
version = "0.13.1";
sha256 = "0rz89lpswxxsdyfjb63v9md96bxr3abxzwqryh1a2jxhm7f1ia5l";
version = "0.13.2";
sha256 = "1i07jwhkzaxia98a3fjnm3hynh4mjdhy9rzdh9chdlram5wqk87z";
buildDepends = [
aeson attoparsec base base16-bytestring byteable bytestring
case-insensitive conduit containers cryptohash data-default failure
hashable HTTP http-conduit http-types network old-locale text time
unordered-containers vector
];
homepage = "https://github.com/fpco/github";
testDepends = [
aeson attoparsec base base16-bytestring byteable bytestring
case-insensitive conduit containers cryptohash data-default failure
hashable hspec HTTP http-conduit http-types network old-locale text
time unordered-containers vector
];
homepage = "https://github.com/jwiegley/github";
description = "Access to the Github API, v3";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -52709,21 +52759,21 @@ self: {
({ mkDerivation, base, bytestring, conduit, conduit-combinators
, containers, directory, exceptions, fast-logger, filepath, gitlib
, gitlib-test, hlibgit2, hspec, hspec-expectations, HUnit
, lifted-async, lifted-base, missing-foreign, mmorph, monad-control
, monad-logger, monad-loops, mtl, resourcet, stm, stm-conduit
, tagged, template-haskell, text, text-icu, time, transformers
, lifted-async, lifted-base, mmorph, monad-control, monad-logger
, monad-loops, mtl, resourcet, stm, stm-conduit, tagged
, template-haskell, text, text-icu, time, transformers
, transformers-base
}:
mkDerivation {
pname = "gitlib-libgit2";
version = "3.1.0.3";
sha256 = "19lly5nrxa05gj6mv887d419mm65ha40rggv2a8y1jd6s7z6drfi";
version = "3.1.0.4";
sha256 = "0657m22xybk54rpyzhdv27089nh85a1n0v47w06q9h5pakq3vfv7";
buildDepends = [
base bytestring conduit conduit-combinators containers directory
exceptions fast-logger filepath gitlib hlibgit2 lifted-async
lifted-base missing-foreign mmorph monad-control monad-logger
monad-loops mtl resourcet stm stm-conduit tagged template-haskell
text text-icu time transformers transformers-base
lifted-base mmorph monad-control monad-logger monad-loops mtl
resourcet stm stm-conduit tagged template-haskell text text-icu
time transformers transformers-base
];
testDepends = [
base exceptions gitlib gitlib-test hspec hspec-expectations HUnit
@ -55100,21 +55150,21 @@ self: {
}) { gtk3 = null;};
"gtk3-mac-integration" = callPackage
({ mkDerivation, array, base, containers, glib, gtk-mac-integration
, gtk2hs-buildtools, gtk3, mtl
({ mkDerivation, array, base, containers, glib
, gtk-mac-integration-gtk3, gtk2hs-buildtools, gtk3, mtl
}:
mkDerivation {
pname = "gtk3-mac-integration";
version = "0.3.0.2";
sha256 = "0fsgcy5vwdcy7mf57w6axqa7804w0729mbzb7gvf4wh25k2i2xhp";
version = "0.3.0.3";
sha256 = "1jzkx10mmmxxv1ys9ywr2sfpy0pxvy8276pbkh0xnypxsyd2sfdn";
buildDepends = [ array base containers glib gtk3 mtl ];
buildTools = [ gtk2hs-buildtools ];
pkgconfigDepends = [ gtk-mac-integration ];
pkgconfigDepends = [ gtk-mac-integration-gtk3 ];
homepage = "http://www.haskell.org/gtk2hs/";
description = "Bindings for the Gtk/OS X integration library";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) { gtk-mac-integration = null;};
}) { gtk-mac-integration-gtk3 = null;};
"gtkglext" = callPackage
({ mkDerivation, base, glib, gtk, gtk2hs-buildtools, gtkglext
@ -66103,6 +66153,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hpack" = callPackage
({ mkDerivation, aeson, base, base-compat, deepseq, directory
, filepath, hspec, interpolate, mockery, unordered-containers, yaml
}:
mkDerivation {
pname = "hpack";
version = "0.1.1";
sha256 = "10a0rgz9ng84m30x2x9swpdr41yk6wkvhk9vlplbq254rfsg865b";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson base base-compat deepseq directory filepath
unordered-containers yaml
];
testDepends = [
aeson base base-compat deepseq directory filepath hspec interpolate
mockery unordered-containers yaml
];
homepage = "https://github.com/sol/hpack#readme";
description = "An alternative format for Haskell packages";
license = stdenv.lib.licenses.mit;
}) {};
"hpaco" = callPackage
({ mkDerivation, aeson, base, cmdargs, filepath, hpaco-lib, strict
, utf8-string, yaml
@ -68878,8 +68951,8 @@ self: {
}:
mkDerivation {
pname = "hspec-snap";
version = "0.3.2.5";
sha256 = "1973b4rp11lqck4233ha88z867sfz0rzpp3v3irkrjhvzmdhh6lx";
version = "0.3.2.6";
sha256 = "12kmkixr7azd33r5fx3z4siw0xdkda4sfxwi75vlm5w9w07ackpn";
buildDepends = [
base bytestring containers digestive-functors HandsomeSoup hspec
hspec-core hxt lens mtl snap snap-core text transformers
@ -69745,8 +69818,8 @@ self: {
}:
mkDerivation {
pname = "html-entities";
version = "1.0.0.2";
sha256 = "09djrc8ws8ijig8syanjj29b4fdgrf6cp7py3vx2x1gap4jg5zya";
version = "1.0.0.3";
sha256 = "15m48aniszfkbkd6h2ql3r88ldj6f3ph3dyv97nmi8xk1kliipn1";
buildDepends = [
attoparsec base-prelude text unordered-containers
];
@ -75763,18 +75836,21 @@ self: {
}) {};
"jsaddle" = callPackage
({ mkDerivation, base, hslogger, lens, template-haskell, text
, transformers
({ mkDerivation, base, glib, gtk3, hslogger, lens, template-haskell
, text, transformers, webkitgtk3, webkitgtk3-javascriptcore
}:
mkDerivation {
pname = "jsaddle";
version = "0.2.0.3";
sha256 = "0bldhn9bhhz07shcdcdc0p01ggxa8af43cf0bza9za8zywgq5i9x";
buildDepends = [ base lens template-haskell text transformers ];
testDepends = [
base hslogger lens template-haskell text transformers
version = "0.2.0.4";
sha256 = "154f75lhlqixrmwrvzcdvmvmila7cj8hzgch2020yamlwyi4gnk8";
buildDepends = [
base lens template-haskell text transformers webkitgtk3
webkitgtk3-javascriptcore
];
testDepends = [
base glib gtk3 hslogger lens template-haskell text transformers
webkitgtk3 webkitgtk3-javascriptcore
];
jailbreak = true;
description = "High level interface for webkit-javascriptcore";
license = stdenv.lib.licenses.mit;
}) {};
@ -84687,27 +84763,47 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"memcache-conduit" = callPackage
({ mkDerivation, attoparsec, attoparsec-binary, base, bytestring
, conduit, conduit-extra, containers, hashtables, memcache-haskell
, monad-control, mtl, network, resourcet, split, stm, transformers
}:
mkDerivation {
pname = "memcache-conduit";
version = "0.0.3";
sha256 = "1y1jysshvwddr3rymbzr9s6bq4pg7rd0bkk7ip4xwa8kpzf8k3pj";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec attoparsec-binary base bytestring conduit conduit-extra
containers hashtables memcache-haskell monad-control mtl network
resourcet split stm transformers
];
description = "Conduit library for memcache procotol";
license = stdenv.lib.licenses.mit;
}) {};
"memcache-haskell" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, hashable
, hashtables, HUnit, mtl, network, network-conduit, QuickCheck
({ mkDerivation, attoparsec, base, bytestring, conduit-extra
, containers, hashable, hashtables, HUnit, mtl, network, QuickCheck
, resourcet, split, stm, test-framework, test-framework-hunit
, test-framework-quickcheck2, test-framework-th, transformers
}:
mkDerivation {
pname = "memcache-haskell";
version = "0.0.10";
sha256 = "1k853wc1rqwq4wrsk72qs4gravd7scdgi4cvsjzjg8w0vn0scqm2";
version = "0.0.10.1";
sha256 = "0j3fn59nz4iynlmhv3hxbfqip0rjj94fkb3kx8jax90jbnf7s6sc";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec base bytestring containers hashable hashtables mtl
network network-conduit resourcet split stm transformers
attoparsec base bytestring conduit-extra containers hashable
hashtables mtl network resourcet split stm transformers
];
testDepends = [
base bytestring HUnit network QuickCheck split test-framework
test-framework-hunit test-framework-quickcheck2 test-framework-th
];
jailbreak = true;
description = "Memcache procotol library";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -89773,7 +89869,9 @@ self: {
mkDerivation {
pname = "netrc";
version = "0.2.0.0";
revision = "1";
sha256 = "11iax3ick0im397jyyjkny7lax9bgrlgk90a25dp2jsglkphfpls";
editedCabalFile = "55e4e8785866fa2145f9b4de21522d4092a7c486845062915704b2917b8c4fbd";
buildDepends = [ base bytestring deepseq parsec ];
testDepends = [
base bytestring tasty tasty-golden tasty-quickcheck
@ -98261,8 +98359,8 @@ self: {
}:
mkDerivation {
pname = "pred-trie";
version = "0.0.10.2";
sha256 = "1wh53dswpn4prkbkn87aqv6vbbf651dwy1avqx261jg3w4hg8i96";
version = "0.0.12";
sha256 = "0hyghjp1zcprgzq2szkpfpkihr1hhgf70901wm5hfgs6bfvgw2sb";
buildDepends = [ base semigroups ];
testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Predicative tries";
@ -98287,8 +98385,8 @@ self: {
}:
mkDerivation {
pname = "prednote";
version = "0.34.0.0";
sha256 = "09qbzr1rb2nbhwa8mmynv4lskz4l9339sprjy03v2ar06vz8f37k";
version = "0.36.0.0";
sha256 = "0kh7mf6g7qc2gp4xpvnnq3053i3wxabwiq827l14k8wv43bjsalj";
buildDepends = [
base bytestring containers contravariant rainbow split text
transformers
@ -101167,8 +101265,8 @@ self: {
}:
mkDerivation {
pname = "rainbow";
version = "0.24.0.0";
sha256 = "1ksgnxh8j6rrcpkkzwh4qj1p9npanb75xz9wacjxhd91y26zfzdd";
version = "0.26.0.0";
sha256 = "1criyy8iw1har4nd6rm32gwcrqq4f421935dnbyq4iwkd9xf9mqs";
buildDepends = [ base bytestring lens process text ];
testDepends = [ base bytestring lens process QuickCheck text ];
homepage = "https://www.github.com/massysett/rainbow";
@ -101198,8 +101296,8 @@ self: {
}:
mkDerivation {
pname = "rainbox";
version = "0.14.0.0";
sha256 = "0fdqw0d1n2br8gm0rdmnmzkn6dwmljkcgz0w1y6wy62cijwqzz52";
version = "0.16.0.0";
sha256 = "0aihr386m1n5p0d4iym5rvg74ihdm180sm6b4mqmiihhl00lr1p2";
buildDepends = [ base bytestring containers rainbow text ];
testDepends = [
base bytestring containers QuickCheck rainbow tasty
@ -106632,8 +106730,8 @@ self: {
}:
mkDerivation {
pname = "scalpel";
version = "0.1.3.1";
sha256 = "0vh48fbfa4drp6wvhnj7yswgd09dabq61b7gpar0l0fviz98y8id";
version = "0.2.0";
sha256 = "0bqnjnyjvhhj2lh8jr6cris5l4crwyql95rfzrvc95wvkb75jwzv";
buildDepends = [
base bytestring curl regex-base regex-tdfa tagsoup text
];
@ -112603,6 +112701,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sorting" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "sorting";
version = "1.0.0.1";
sha256 = "1i2vbmq7p7rja9rnhalyrspc2p5nc8yg6mfj9ia89j55vkc6225n";
buildDepends = [ base ];
homepage = "https://github.com/joneshf/sorting";
description = "Utils for sorting";
license = stdenv.lib.licenses.bsd3;
}) {};
"sorty" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
@ -114563,6 +114673,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"step-function" = callPackage
({ mkDerivation, base, Cabal, cabal-test-quickcheck, QuickCheck }:
mkDerivation {
pname = "step-function";
version = "0.1.0.0";
sha256 = "0v7mpi680zl5ihzrdda7di790br5jm563kf0r46z40b63lbzzv01";
buildDepends = [ base ];
testDepends = [ base Cabal cabal-test-quickcheck QuickCheck ];
homepage = "https://github.com/jonpetterbergman/step-function";
description = "Step functions, staircase functions or piecewise constant functions";
license = stdenv.lib.licenses.bsd3;
}) {};
"stepwise" = callPackage
({ mkDerivation, base, containers, mtl }:
mkDerivation {
@ -118912,8 +119035,8 @@ self: {
}:
mkDerivation {
pname = "test-sandbox";
version = "0.1.3";
sha256 = "0hkpz3l5b1vpnpgagl150g5rdawwf9mwgb7ai0xilj4d7i55gdwl";
version = "0.1.4";
sha256 = "1x7vsi1brrdj71gwszc75qz159y8i4xln9dpcnxf70xjlswjmiqj";
buildDepends = [
base bytestring cereal containers data-default directory filepath
lifted-base monad-control monad-loops mtl network process random
@ -122564,6 +122687,17 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"twentefp-eventloop-trees" = callPackage
({ mkDerivation, base, eventloop }:
mkDerivation {
pname = "twentefp-eventloop-trees";
version = "0.0.0.1";
sha256 = "1zp381z9anqajcwpx6b3yq496a5c44xy98g9qqzq6v79qbhr6rbc";
buildDepends = [ base eventloop ];
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and ParseTree";
license = stdenv.lib.licenses.bsd3;
}) {};
"twentefp-graphs" = callPackage
({ mkDerivation, base, twentefp-eventloop-graphics }:
mkDerivation {
@ -126012,15 +126146,14 @@ self: {
}:
mkDerivation {
pname = "vado";
version = "0.0.3";
sha256 = "1s6fb19p3lc6g13ryh7bmxciv62v8m0ihvzrymsj0nn6jghiys5f";
version = "0.0.4";
sha256 = "0ndhknsqrb0vg5gba2q6dala16m7vbc8x4dga28q3ys0f14h1m6m";
isLibrary = true;
isExecutable = true;
buildDepends = [ attoparsec base directory filepath process text ];
testDepends = [
attoparsec base directory filepath process QuickCheck text
];
jailbreak = true;
homepage = "https://github.com/hamishmack/vado";
description = "Runs commands on remote machines using ssh";
license = stdenv.lib.licenses.mit;
@ -132472,8 +132605,8 @@ self: {
}:
mkDerivation {
pname = "yesod-auth";
version = "1.4.4";
sha256 = "079ny0jdg68kxdp117y1av0d09fhpywbb8v9iyl867vswpb38b08";
version = "1.4.5";
sha256 = "0agddsicjqcvraa3lcbxwwnk4mapjjd1y4pdp5kg111kaww6nkdn";
buildDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup byteable bytestring conduit
@ -133650,6 +133783,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"yesod-transloadit" = callPackage
({ mkDerivation, aeson, base, byteable, bytestring, cryptohash
, hspec, lens, lens-aeson, old-locale, shakespeare, text, time
, transformers, yesod, yesod-core, yesod-form, yesod-test
}:
mkDerivation {
pname = "yesod-transloadit";
version = "0.1.0.0";
sha256 = "15c6z262fcbradphrv82fz5pc2il27vqnmkym1b61wvpsydy2681";
buildDepends = [
aeson base byteable bytestring cryptohash lens lens-aeson
old-locale shakespeare text time transformers yesod yesod-core
yesod-form
];
testDepends = [
base hspec old-locale text time yesod yesod-form yesod-test
];
description = "Transloadit support for Yesod";
license = stdenv.lib.licenses.mit;
}) {};
"yesod-vend" = callPackage
({ mkDerivation, base, blaze-html, hamlet, monad-logger, persistent
, persistent-sqlite, resourcet, text, yesod, yesod-form