hackage-packages.nix: update to 0a97083894 with hackage2nix revision 1663fb81050a8be440e74263f022c7b04d3ccd6b

This commit is contained in:
Peter Simons 2015-06-16 14:38:33 +02:00
parent c544a2b74b
commit ef421d6f9b

View File

@ -2144,7 +2144,7 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"Cabal_1_22_3_0" = callPackage "Cabal_1_22_4_0" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers ({ mkDerivation, array, base, binary, bytestring, containers
, deepseq, directory, extensible-exceptions, filepath, HUnit , deepseq, directory, extensible-exceptions, filepath, HUnit
, old-time, pretty, process, QuickCheck, regex-posix , old-time, pretty, process, QuickCheck, regex-posix
@ -2153,8 +2153,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "Cabal"; pname = "Cabal";
version = "1.22.3.0"; version = "1.22.4.0";
sha256 = "15y78hym5yfrchg0lpix80hf41l3c75rda5w1ni8irm593y7il6l"; sha256 = "19nwapy5rvsrk8jc75ql5klp8hikzrwd3c5x07nisl73d2r8ssmr";
buildDepends = [ buildDepends = [
array base binary bytestring containers deepseq directory filepath array base binary bytestring containers deepseq directory filepath
pretty process time unix pretty process time unix
@ -5481,6 +5481,18 @@ self: {
license = "GPL"; license = "GPL";
}) {}; }) {};
"GiveYouAHead" = callPackage
({ mkDerivation, base, directory, extra, old-time, process }:
mkDerivation {
pname = "GiveYouAHead";
version = "0.2.2.0";
sha256 = "0qq2kiv9rbch4ps9hsxic9ip0c8z92i0v7hq6vc49hmizdj136ch";
buildDepends = [ base directory extra old-time process ];
homepage = "https://github.com/Qinka/GiveYouAHead/";
description = "to auto-do somethings";
license = stdenv.lib.licenses.mit;
}) {};
"Glob" = callPackage "Glob" = callPackage
({ mkDerivation, base, containers, directory, dlist, filepath ({ mkDerivation, base, containers, directory, dlist, filepath
, transformers , transformers
@ -18018,11 +18030,11 @@ self: {
({ mkDerivation, base, c2hs, mtl, openal }: ({ mkDerivation, base, c2hs, mtl, openal }:
mkDerivation { mkDerivation {
pname = "al"; pname = "al";
version = "0.1.3.1"; version = "0.1.3.2";
sha256 = "1p6l64p52d0sznzkig1jczwfqs8wfx22ic40kfpai8icqx357v08"; sha256 = "0hjxcgblzcx4nfckyr7p0lfxr5csx5d96gcrbrmh0fbdddz1nqpc";
buildDepends = [ base mtl ]; buildDepends = [ base mtl ];
buildTools = [ c2hs ]; buildTools = [ c2hs ];
extraLibraries = [ openal ]; pkgconfigDepends = [ openal ];
homepage = "http://github.com/phaazon/al"; homepage = "http://github.com/phaazon/al";
description = "OpenAL 1.1 raw API."; description = "OpenAL 1.1 raw API.";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -22229,16 +22241,16 @@ self: {
"aws-dynamodb-conduit" = callPackage "aws-dynamodb-conduit" = callPackage
({ mkDerivation, aeson, attoparsec-trans, aws, base, bytestring ({ mkDerivation, aeson, attoparsec-trans, aws, base, bytestring
, conduit, http-conduit, http-types, json-togo, resourcet, text , conduit, containers, http-conduit, http-types, json-togo
, transformers , resourcet, text, transformers
}: }:
mkDerivation { mkDerivation {
pname = "aws-dynamodb-conduit"; pname = "aws-dynamodb-conduit";
version = "0.1.0.2"; version = "0.1.0.5";
sha256 = "02q49anmairvjwzvgn8kqx27965n71xbyi86wwlmrs4w0dkbsd41"; sha256 = "1s1dxk0489vnb0v6kr0b74265cc0ih84pm80ajg8111blabx8kgf";
buildDepends = [ buildDepends = [
aeson attoparsec-trans aws base bytestring conduit http-conduit aeson attoparsec-trans aws base bytestring conduit containers
http-types json-togo resourcet text transformers http-conduit http-types json-togo resourcet text transformers
]; ];
homepage = "https://github.com/srijs/haskell-aws-dynamodb-query"; homepage = "https://github.com/srijs/haskell-aws-dynamodb-query";
description = "Conduit-based interface for AWS DynamoDB"; description = "Conduit-based interface for AWS DynamoDB";
@ -25133,8 +25145,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "bindings-saga-cmd"; pname = "bindings-saga-cmd";
version = "0.1.1.0"; version = "0.1.1.1";
sha256 = "1vv3cx3g3zvrg6xb355b98qxxxf621scqbzaaq45dvfzq9kvclwi"; sha256 = "11k56zsz1fg0hb0pqamq2hh3gczzqgj105qss5xrk0cgmsphhbmy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -25900,13 +25912,14 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "bitx-bitcoin"; pname = "bitx-bitcoin";
version = "0.2.0.0"; version = "0.2.0.1";
sha256 = "1n0hp16rpddm74q2rfldga7vpvvsqfn099qdp8qd5pqh8swkmwq8"; sha256 = "0lg6zmyf299gh8921qxm2xxqv8hsz4p2rpslfcsic5k4bqm2nswg";
buildDepends = [ buildDepends = [
aeson base bytestring http-conduit network record scientific split aeson base bytestring http-conduit network record scientific split
text time text time
]; ];
testDepends = [ aeson base bytestring hspec record time ]; testDepends = [ aeson base bytestring hspec record time ];
jailbreak = true;
homepage = "https://github.com/tebello-thejane/bitx-haskell"; homepage = "https://github.com/tebello-thejane/bitx-haskell";
description = "A Haskell library for working with the BitX bitcoin exchange"; description = "A Haskell library for working with the BitX bitcoin exchange";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
@ -28368,8 +28381,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "cabal-install"; pname = "cabal-install";
version = "1.22.4.0"; version = "1.22.6.0";
sha256 = "0qwgs01jd6k03zk67gbydhqkdgsb4wzqylxywz4samkmdilagiw0"; sha256 = "1d5h7h2wjwc2s3dvsvzjgmmfrfl2312ym2h6kyjgm9wnaqw9w8wx";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -30690,14 +30703,13 @@ self: {
({ mkDerivation, array, base, bytestring, cereal, containers ({ mkDerivation, array, base, bytestring, cereal, containers
, deepseq, directory, filepath, fullstop, HUnit, mbox, MonadRandom , deepseq, directory, filepath, fullstop, HUnit, mbox, MonadRandom
, parsec, QuickCheck, quickcheck-instances, random-shuffle , parsec, QuickCheck, quickcheck-instances, random-shuffle
, regex-tdfa, regex-tdfa-text, test-framework, test-framework-hunit , regex-tdfa, regex-tdfa-text, tasty, tasty-ant-xml, tasty-hunit
, test-framework-quickcheck2, test-framework-skip, text, tokenize , tasty-quickcheck, text, tokenize, transformers, zlib
, transformers, zlib
}: }:
mkDerivation { mkDerivation {
pname = "chatter"; pname = "chatter";
version = "0.5.0.2"; version = "0.5.1.0";
sha256 = "1nbdc4np4hmvnsh1rfpldi2j1wm1klmfm9szi2kz9fa8g8n3kxxl"; sha256 = "014palhzpphwq3q1c211xajl30afr4ac6mjcpvyzqwxdr9ia74c8";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -30708,8 +30720,8 @@ self: {
]; ];
testDepends = [ testDepends = [
base cereal containers filepath HUnit parsec QuickCheck base cereal containers filepath HUnit parsec QuickCheck
quickcheck-instances test-framework test-framework-hunit quickcheck-instances tasty tasty-ant-xml tasty-hunit
test-framework-quickcheck2 test-framework-skip text tokenize tasty-quickcheck text tokenize
]; ];
homepage = "http://github.com/creswick/chatter"; homepage = "http://github.com/creswick/chatter";
description = "A library of simple NLP algorithms"; description = "A library of simple NLP algorithms";
@ -32845,8 +32857,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "codex"; pname = "codex";
version = "0.3.0.6"; version = "0.3.0.8";
sha256 = "1slgh54kvf01y991pqi51kj6lfq05l5gp8dkhwcya1l9gilfazr4"; sha256 = "1jlrap3qhgnsgdmp0nb2hf3bbjlajp6p4z2q2rl70l93v0v9xi02";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -32855,7 +32867,6 @@ self: {
MissingH monad-loops network process tar text transformers wreq MissingH monad-loops network process tar text transformers wreq
yaml zlib yaml zlib
]; ];
jailbreak = true;
homepage = "http://github.com/aloiscochard/codex"; homepage = "http://github.com/aloiscochard/codex";
description = "A ctags file generator for cabal project dependencies"; description = "A ctags file generator for cabal project dependencies";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
@ -38533,18 +38544,18 @@ self: {
}) {}; }) {};
"data-easy" = callPackage "data-easy" = callPackage
({ mkDerivation, base, containers, directory, either, errors ({ mkDerivation, base, containers, directory, errors
, haskell-src-exts, hlint, hspec, HUnit, QuickCheck, safe, text , haskell-src-exts, hlint, hspec, HUnit, QuickCheck, safe, text
, transformers, unix , transformers, unix
}: }:
mkDerivation { mkDerivation {
pname = "data-easy"; pname = "data-easy";
version = "0.5"; version = "0.6";
sha256 = "1rrq20v1nzkmak1m7x3gpcn262h26y4mcx058g8dp413gvdniypq"; sha256 = "1gqc7833lz3n1mqah4mall1m32slz79hifp8381p1qdj2hkirypc";
buildDepends = [ base containers safe ]; buildDepends = [ base containers safe ];
testDepends = [ testDepends = [
base containers directory either errors haskell-src-exts hlint base containers directory errors haskell-src-exts hlint hspec HUnit
hspec HUnit QuickCheck safe text transformers unix QuickCheck safe text transformers unix
]; ];
jailbreak = true; jailbreak = true;
homepage = "https://github.com/jcristovao/easy-data"; homepage = "https://github.com/jcristovao/easy-data";
@ -38611,6 +38622,19 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"data-fin-simple" = callPackage
({ mkDerivation, base, doctest }:
mkDerivation {
pname = "data-fin-simple";
version = "0.1.0.0";
sha256 = "17qj3b3lkrakdk3vbs9nqc2pvqr81n43qxphcznfbkv91k1ygrp6";
buildDepends = [ base ];
testDepends = [ base doctest ];
homepage = "https://github.com/seagull-kamome/data-fin-simple";
description = "Simple integral finite set";
license = stdenv.lib.licenses.bsd3;
}) {};
"data-fix" = callPackage "data-fix" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -42203,18 +42227,17 @@ self: {
"distributed-process" = callPackage "distributed-process" = callPackage
({ mkDerivation, base, binary, bytestring, containers ({ mkDerivation, base, binary, bytestring, containers
, data-accessor, deepseq, distributed-static, ghc-prim, hashable , data-accessor, deepseq, distributed-static, ghc-prim, hashable
, mtl, network-transport, old-locale, random, rank1dynamic, stm , mtl, network-transport, random, rank1dynamic, stm, syb
, syb, template-haskell, time, transformers , template-haskell, time, transformers
}: }:
mkDerivation { mkDerivation {
pname = "distributed-process"; pname = "distributed-process";
version = "0.5.4"; version = "0.5.5";
sha256 = "1yx2vspnpa478bn7n82ii6m6x0z43xwbr5995l3mm64sd0nmxp2s"; sha256 = "0w3jwnfc8ca0sx9mshgbxr61pfbnp82ihy3ca5v1pkwz34dqd3f5";
buildDepends = [ buildDepends = [
base binary bytestring containers data-accessor deepseq base binary bytestring containers data-accessor deepseq
distributed-static ghc-prim hashable mtl network-transport distributed-static ghc-prim hashable mtl network-transport random
old-locale random rank1dynamic stm syb template-haskell time rank1dynamic stm syb template-haskell time transformers
transformers
]; ];
jailbreak = true; jailbreak = true;
homepage = "http://haskell-distributed.github.com/"; homepage = "http://haskell-distributed.github.com/";
@ -42491,8 +42514,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "distributed-process-simplelocalnet"; pname = "distributed-process-simplelocalnet";
version = "0.2.2.0"; version = "0.2.3.0";
sha256 = "024m5jycz257i34m2x97x3qyg76j1128ww61pql3fqy4mhvp3791"; sha256 = "01871r4cj5zwcv63m95i622h0xxfjnflj33wvpxv1ii5z265rkjy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -42630,13 +42653,16 @@ self: {
}) {}; }) {};
"distributed-static" = callPackage "distributed-static" = callPackage
({ mkDerivation, base, binary, bytestring, containers, rank1dynamic ({ mkDerivation, base, binary, bytestring, containers, deepseq
, rank1dynamic
}: }:
mkDerivation { mkDerivation {
pname = "distributed-static"; pname = "distributed-static";
version = "0.3.1.0"; version = "0.3.2.0";
sha256 = "190b6vjcipgrvnfl72c0ssw8crza02gfw9kwyvwg043jcznihj08"; sha256 = "1zz18lgf39i8anw17qxacb6cicm1kq0yayx9a4inxpnch5xfvg4m";
buildDepends = [ base binary bytestring containers rank1dynamic ]; buildDepends = [
base binary bytestring containers deepseq rank1dynamic
];
homepage = "http://haskell-distributed.github.com"; homepage = "http://haskell-distributed.github.com";
description = "Compositional, type-safe, polymorphic static values and closures"; description = "Compositional, type-safe, polymorphic static values and closures";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -45705,14 +45731,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "engine-io"; pname = "engine-io";
version = "1.2.6"; version = "1.2.7";
sha256 = "1vxbpfldnqrw42vm8c0rqy4b56yig38mca5b83pl79f2z722l3v4"; sha256 = "0giqsx1wknhp5a1dg72wl48j56h38jzc3pw6w8pfhngpc0spl3gf";
buildDepends = [ buildDepends = [
aeson async attoparsec base base64-bytestring bytestring either aeson async attoparsec base base64-bytestring bytestring either
free monad-loops mwc-random stm stm-delay text transformers free monad-loops mwc-random stm stm-delay text transformers
unordered-containers vector websockets unordered-containers vector websockets
]; ];
jailbreak = true;
homepage = "http://github.com/ocharles/engine.io"; homepage = "http://github.com/ocharles/engine.io";
description = "A Haskell implementation of Engine.IO"; description = "A Haskell implementation of Engine.IO";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -46309,6 +46334,18 @@ self: {
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
}) {}; }) {};
"error-list" = callPackage
({ mkDerivation, base, mtl, text, text-render }:
mkDerivation {
pname = "error-list";
version = "0.1.0.2";
sha256 = "1g50wwgs9xxwc03mhch89rcfnj62mpisl8ihw8yy5c3pp0kag2mm";
buildDepends = [ base mtl text text-render ];
homepage = "http://github.com/thinkpad20/error-list";
description = "A useful type for collecting error messages";
license = stdenv.lib.licenses.mit;
}) {};
"error-loc" = callPackage "error-loc" = callPackage
({ mkDerivation, base, template-haskell }: ({ mkDerivation, base, template-haskell }:
mkDerivation { mkDerivation {
@ -52976,8 +53013,8 @@ self: {
({ mkDerivation, base, ghc, ghc-paths }: ({ mkDerivation, base, ghc, ghc-paths }:
mkDerivation { mkDerivation {
pname = "ghc-simple"; pname = "ghc-simple";
version = "0.1.2.0"; version = "0.1.2.1";
sha256 = "0cwirw9j52khkl8fsgw22136nb3nwlbiahvfcds8hryvr64x9vql"; sha256 = "0hk3sii5d6mjry28gaipl45c6si82rhdsd43cq130fk9m0xzl9hf";
buildDepends = [ base ghc ghc-paths ]; buildDepends = [ base ghc ghc-paths ];
homepage = "https://github.com/valderman/ghc-simple"; homepage = "https://github.com/valderman/ghc-simple";
description = "Simplified interface to the GHC API"; description = "Simplified interface to the GHC API";
@ -53417,23 +53454,23 @@ self: {
, clientsession, conduit, conduit-extra, containers, crypto-api , clientsession, conduit, conduit-extra, containers, crypto-api
, cryptohash, curl, data-default, DAV, dbus, directory, dlist, dns , cryptohash, curl, data-default, DAV, dbus, directory, dlist, dns
, edit-distance, esqueleto, exceptions, fdo-notify, feed, filepath , edit-distance, esqueleto, exceptions, fdo-notify, feed, filepath
, git, gnupg, gnutls, hamlet, hinotify, hslogger, http-client , git, gnupg, gnutls, hinotify, hslogger, http-client, http-conduit
, http-conduit, http-types, IfElse, json, lsof, MissingH , http-types, IfElse, json, lsof, MissingH, monad-control
, monad-control, monad-logger, mtl, network, network-info , monad-logger, mtl, network, network-info, network-multicast
, network-multicast, network-protocol-xmpp, network-uri, openssh , network-protocol-xmpp, network-uri, openssh, optparse-applicative
, optparse-applicative, path-pieces, perl, persistent , path-pieces, perl, persistent, persistent-sqlite
, persistent-sqlite, persistent-template, process, QuickCheck , persistent-template, process, QuickCheck, random, regex-tdfa
, random, regex-tdfa, resourcet, rsync, SafeSemaphore, sandi , resourcet, rsync, SafeSemaphore, sandi, securemem, shakespeare
, securemem, shakespeare, stm, tasty, tasty-hunit, tasty-quickcheck , stm, tasty, tasty-hunit, tasty-quickcheck, tasty-rerun
, tasty-rerun, template-haskell, text, time, torrent, transformers , template-haskell, text, time, torrent, transformers, unix
, unix, unix-compat, utf8-string, uuid, wai, wai-extra, warp , unix-compat, utf8-string, uuid, wai, wai-extra, warp, warp-tls
, warp-tls, wget, which, xml-types, yesod, yesod-core , wget, which, xml-types, yesod, yesod-core, yesod-default
, yesod-default, yesod-form, yesod-static , yesod-form, yesod-static
}: }:
mkDerivation { mkDerivation {
pname = "git-annex"; pname = "git-annex";
version = "5.20150528"; version = "5.20150617";
sha256 = "1d7760c3wq0zq9q1zs1y9hjlzjjqcdg88wfi0k5hsmwgiysn2pr2"; sha256 = "0m4dbzjmjyjpxbplykil1k64mj2lq5xf2yz7dy406248cscc8drd";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -53441,8 +53478,8 @@ self: {
case-insensitive clientsession conduit conduit-extra containers case-insensitive clientsession conduit conduit-extra containers
crypto-api cryptohash data-default DAV dbus directory dlist dns crypto-api cryptohash data-default DAV dbus directory dlist dns
edit-distance esqueleto exceptions fdo-notify feed filepath gnutls edit-distance esqueleto exceptions fdo-notify feed filepath gnutls
hamlet hinotify hslogger http-client http-conduit http-types IfElse hinotify hslogger http-client http-conduit http-types IfElse json
json MissingH monad-control monad-logger mtl network network-info MissingH monad-control monad-logger mtl network network-info
network-multicast network-protocol-xmpp network-uri network-multicast network-protocol-xmpp network-uri
optparse-applicative path-pieces persistent persistent-sqlite optparse-applicative path-pieces persistent persistent-sqlite
persistent-template process QuickCheck random regex-tdfa resourcet persistent-template process QuickCheck random regex-tdfa resourcet
@ -53758,8 +53795,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "github-backup"; pname = "github-backup";
version = "1.20150106"; version = "1.20150617";
sha256 = "0y68ml1pp7w6kpfvr0p0sl8q0qmlfyijmw6pd33m301b3ys3p62p"; sha256 = "1qg0mksvbnlfpi9dykg5595d6plgxlcbzrbm4al4cm5m6w0d2a73";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -53771,7 +53808,7 @@ self: {
buildTools = [ git ]; buildTools = [ git ];
homepage = "https://github.com/joeyh/github-backup"; homepage = "https://github.com/joeyh/github-backup";
description = "backs up everything github knows about a repository, to the repository"; description = "backs up everything github knows about a repository, to the repository";
license = "GPL"; license = stdenv.lib.licenses.gpl3;
}) { inherit (pkgs) git;}; }) { inherit (pkgs) git;};
"github-post-receive" = callPackage "github-post-receive" = callPackage
@ -56554,6 +56591,19 @@ self: {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
}) {}; }) {};
"gyah-bin" = callPackage
({ mkDerivation, base, extra, GiveYouAHead }:
mkDerivation {
pname = "gyah-bin";
version = "0.2.2.0";
sha256 = "16yzkrn5q21nal07jlvzn84maxx94fyrn1lyljd7hazj2lkpcxvw";
isLibrary = false;
isExecutable = true;
buildDepends = [ base extra GiveYouAHead ];
description = "A binary version of GiveYouAHead";
license = stdenv.lib.licenses.mit;
}) {};
"h-booru" = callPackage "h-booru" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath ({ mkDerivation, base, bytestring, containers, directory, filepath
, http-conduit, hxt, mtl, stm, template-haskell, transformers , http-conduit, hxt, mtl, stm, template-haskell, transformers
@ -57662,14 +57712,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hackernews"; pname = "hackernews";
version = "0.4.0.0"; version = "0.5.0.0";
sha256 = "1avznjavz5f3rrmcy6xbi3nh2knarrjnxlrh7sk82zv5aashvp2h"; sha256 = "1yj8wip52dagmdpziyyjs9hp7k1gdvwl6ynk5hr8c8wxapcj28bs";
buildDepends = [ buildDepends = [
aeson attoparsec base bytestring either HsOpenSSL http-streams aeson attoparsec base bytestring either HsOpenSSL http-streams
io-streams text time transformers io-streams text time transformers
]; ];
testDepends = [ base hspec transformers ]; testDepends = [ base hspec transformers ];
jailbreak = true;
description = "API for Hacker News"; description = "API for Hacker News";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -73614,15 +73663,14 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "iCalendar"; pname = "iCalendar";
version = "0.4.0.2"; version = "0.4.0.3";
sha256 = "0a6kj6ih8dpzvld7hjvjp6gcf4f2y81x6bx17z6wgzwdj9fv7jry"; sha256 = "0dbs9s68fpx67ngjnd1p8c9n421bzn6a034dr6i3bhg2cn0s01mw";
buildDepends = [ buildDepends = [
base base64-bytestring bytestring case-insensitive containers base base64-bytestring bytestring case-insensitive containers
data-default mime mtl network network-uri old-locale parsec text data-default mime mtl network network-uri old-locale parsec text
time time
]; ];
jailbreak = true; homepage = "http://github.com/chrra/iCalendar";
homepage = "http://github.com/tingtun/iCalendar";
description = "iCalendar data types, parser, and printer"; description = "iCalendar data types, parser, and printer";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -77827,13 +77875,12 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "json-togo"; pname = "json-togo";
version = "0.1.0.1"; version = "0.1.0.3";
sha256 = "05g8k8qsxjwqrdwqf24g90hx5jlrwjpa4vsjf0ddrw0whnva3gbz"; sha256 = "0fl71ij0v4gjjvm5d4624x5fm0si75d9baz07c5ck6da24xgbg0l";
buildDepends = [ buildDepends = [
aeson attoparsec attoparsec-trans base bytestring scientific text aeson attoparsec attoparsec-trans base bytestring scientific text
transformers unordered-containers vector transformers unordered-containers vector
]; ];
jailbreak = true;
homepage = "https://github.com/srijs/haskell-json-togo"; homepage = "https://github.com/srijs/haskell-json-togo";
description = "Effectful parsing of JSON documents"; description = "Effectful parsing of JSON documents";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -81366,14 +81413,14 @@ self: {
"lens-simple" = callPackage "lens-simple" = callPackage
({ mkDerivation, base, lens-family, lens-family-core ({ mkDerivation, base, lens-family, lens-family-core
, lens-family-th, transformers , lens-family-th, mtl, transformers
}: }:
mkDerivation { mkDerivation {
pname = "lens-simple"; pname = "lens-simple";
version = "0.1.0.5"; version = "0.1.0.6";
sha256 = "1hn2g9xswfn94m5hxi39jpmdaxm51l231cvqn2a62pr8j6b34839"; sha256 = "097zxi3g9ziadiwg4sk96gfjv0jrv4sd3kkpv1hdwjqw1x1dknd3";
buildDepends = [ buildDepends = [
base lens-family lens-family-core lens-family-th transformers base lens-family lens-family-core lens-family-th mtl transformers
]; ];
homepage = "https://github.com/michaelt/lens-simple"; homepage = "https://github.com/michaelt/lens-simple";
description = "simplified import of elementary lens-family combinators"; description = "simplified import of elementary lens-family combinators";
@ -83985,8 +84032,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "log"; pname = "log";
version = "0.2.1"; version = "0.2.2";
sha256 = "0jply63w04pnkfv3s8lpnwvjf43sfhf3mk72p3wva4p28c6mql31"; sha256 = "05izcd3qwwfwj5kl2k2pzjs8fk14hq10qls3a8m057gg4pd6nw1n";
buildDepends = [ buildDepends = [
aeson aeson-pretty base bytestring deepseq exceptions hpqtypes aeson aeson-pretty base bytestring deepseq exceptions hpqtypes
monad-control monad-time mtl old-locale split stm text time monad-control monad-time mtl old-locale split stm text time
@ -92956,13 +93003,16 @@ self: {
}) {}; }) {};
"network-transport" = callPackage "network-transport" = callPackage
({ mkDerivation, base, binary, bytestring, hashable, transformers ({ mkDerivation, base, binary, bytestring, deepseq, hashable
, transformers
}: }:
mkDerivation { mkDerivation {
pname = "network-transport"; pname = "network-transport";
version = "0.4.1.0"; version = "0.4.2.0";
sha256 = "0xn879ngrbnm71i1wsbxxiih22sdb6csy6aip6fgqyafqlpc1c93"; sha256 = "0arwy5csrm33217rmnip6b0x61b6am1db6mj5phfysj0pz30viqf";
buildDepends = [ base binary bytestring hashable transformers ]; buildDepends = [
base binary bytestring deepseq hashable transformers
];
homepage = "http://haskell-distributed.github.com"; homepage = "http://haskell-distributed.github.com";
description = "Network abstraction layer"; description = "Network abstraction layer";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -92998,8 +93048,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "network-transport-tcp"; pname = "network-transport-tcp";
version = "0.4.1"; version = "0.4.2";
sha256 = "11fj0f2yrvdqn3sivfb4p0chs74bx26a0yc49fh160kkcmk42yaf"; sha256 = "0wh3d37cfmqbxa0x9c56miki7m9mpg0xv5rrn8fh562lfvcn89ls";
buildDepends = [ buildDepends = [
base bytestring containers data-accessor network network-transport base bytestring containers data-accessor network network-transport
]; ];
@ -93415,6 +93465,35 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"nixfromnpm" = callPackage
({ mkDerivation, aeson, base, bytestring, classy-prelude
, data-default, directory, error-list, filepath, github, hspec
, hspec-expectations, http-client-streams, io-streams, MissingH
, mtl, network-uri, parsec, shelly, simple-nix, system-filepath
, text, text-render, unordered-containers
}:
mkDerivation {
pname = "nixfromnpm";
version = "0.1.0.0";
sha256 = "16m7rish1n8292virv0dgzvxwjhy73blmdpcfwdkmb2qvkvvv93j";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson base bytestring classy-prelude data-default directory
error-list filepath MissingH mtl network-uri parsec shelly
simple-nix system-filepath text text-render unordered-containers
];
testDepends = [
aeson base bytestring classy-prelude data-default directory
error-list filepath github hspec hspec-expectations
http-client-streams io-streams MissingH mtl network-uri parsec
shelly simple-nix system-filepath text text-render
unordered-containers
];
description = "Generate nix expressions from npm packages";
license = stdenv.lib.licenses.mit;
}) {};
"nixos-types" = callPackage "nixos-types" = callPackage
({ mkDerivation }: ({ mkDerivation }:
mkDerivation { mkDerivation {
@ -93813,8 +93892,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "notzero"; pname = "notzero";
version = "0.0.1"; version = "0.0.7";
sha256 = "1sk7hq3qpfrimgpg4r22lzl749yazv1hka3si4921gg61w4bdx8l"; sha256 = "1247jhaqlmw720x5j2h6mj677jrg392f4i38zign05ral11xh4xf";
buildDepends = [ buildDepends = [
base bifunctors lens mtl semigroupoids semigroups transformers base bifunctors lens mtl semigroupoids semigroups transformers
]; ];
@ -97078,8 +97157,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "path"; pname = "path";
version = "0.5.0"; version = "0.5.1";
sha256 = "1fk1fpyrmdxym2qnjmlhkgn2kyn5j728hiqw94i8kg47c1xnihkk"; sha256 = "181dq5r4nslh37yy3hs1k20vd2w9yyp8ccjvxcmq12czfzgzz8bi";
buildDepends = [ base exceptions filepath template-haskell ]; buildDepends = [ base exceptions filepath template-haskell ];
testDepends = [ base hspec HUnit mtl ]; testDepends = [ base hspec HUnit mtl ];
description = "Path"; description = "Path";
@ -97210,8 +97289,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "paypal-adaptive-hoops"; pname = "paypal-adaptive-hoops";
version = "0.11.0.1"; version = "0.11.0.2";
sha256 = "061vzsncyl0is2d3p8sh3a1wb46g2v6vqgdh390b8d41max1wabg"; sha256 = "0z71j79wqxnixadpy47n30nrwhqya6qaadlwvrk9q60vrqvd21rm";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -97222,7 +97301,6 @@ self: {
aeson base bytestring HUnit test-framework test-framework-hunit aeson base bytestring HUnit test-framework test-framework-hunit
text unordered-containers text unordered-containers
]; ];
jailbreak = true;
homepage = "https://github.com/fanjam/paypal-adaptive-hoops"; homepage = "https://github.com/fanjam/paypal-adaptive-hoops";
description = "Client for a limited part of PayPal's Adaptive Payments API"; description = "Client for a limited part of PayPal's Adaptive Payments API";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -97371,12 +97449,14 @@ self: {
}) {}; }) {};
"pcg-random" = callPackage "pcg-random" = callPackage
({ mkDerivation, base, doctest, primitive, random, time }: ({ mkDerivation, base, bytestring, doctest, entropy, primitive
, random, time
}:
mkDerivation { mkDerivation {
pname = "pcg-random"; pname = "pcg-random";
version = "0.1.2.0"; version = "0.1.3.1";
sha256 = "1h2ry2p1nnvh3prrl6xz18p3npccrb0p9qzq41lcn10sizfsgpzx"; sha256 = "02sx8l51dks316n0df7h75igynb56ms8gs8siczbl5zrlrgycywi";
buildDepends = [ base primitive random time ]; buildDepends = [ base bytestring entropy primitive random time ];
testDepends = [ base doctest ]; testDepends = [ base doctest ];
homepage = "http://github.com/cchalmers/pcg-random"; homepage = "http://github.com/cchalmers/pcg-random";
description = "Haskell bindings to the PCG random number generator"; description = "Haskell bindings to the PCG random number generator";
@ -104563,18 +104643,15 @@ self: {
}) {}; }) {};
"rank1dynamic" = callPackage "rank1dynamic" = callPackage
({ mkDerivation, base, binary, constraints, ghc-prim, HUnit ({ mkDerivation, base, binary, ghc-prim, HUnit, test-framework
, test-framework, test-framework-hunit , test-framework-hunit
}: }:
mkDerivation { mkDerivation {
pname = "rank1dynamic"; pname = "rank1dynamic";
version = "0.2.0.1"; version = "0.3.1.0";
sha256 = "1np3ghp7wdn0clsyslk5j6fhs4c5cd6y0xlvdg2jj6ydaglzcchl"; sha256 = "0klfwglssp782p1brbfgjm30d2s3lpgd75iv7jq1pih598kkjsd5";
buildDepends = [ base binary ghc-prim ]; buildDepends = [ base binary ghc-prim ];
testDepends = [ testDepends = [ base HUnit test-framework test-framework-hunit ];
base constraints HUnit test-framework test-framework-hunit
];
jailbreak = true;
homepage = "http://haskell-distributed.github.com"; homepage = "http://haskell-distributed.github.com";
description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types"; description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -107423,8 +107500,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rest-gen"; pname = "rest-gen";
version = "0.17.0.5"; version = "0.17.0.6";
sha256 = "1pwn1ws6dcwa00y8dblaj7wnr51mv9hjrc05fiv7mzvl0j0v0iz7"; sha256 = "0pkqpycvsdbz2kk6lsq226rkgfrbwh49jky1wcik36yh3s9hfxdq";
buildDepends = [ buildDepends = [
aeson base blaze-html Cabal code-builder directory fclabels aeson base blaze-html Cabal code-builder directory fclabels
filepath hashable haskell-src-exts HStringTemplate hxt json-schema filepath hashable haskell-src-exts HStringTemplate hxt json-schema
@ -109075,12 +109152,11 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "s3-signer"; pname = "s3-signer";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "08n2ip8ba3apgc5x8pq1b0rs9j0ng1d7hkw2jrd307q4q85gngy0"; sha256 = "15647fs38blg37s0407ybxlmzwdhmxz3sk914p21g90i2bw5gsc9";
buildDepends = [ buildDepends = [
base base64-bytestring cryptohash http-types time utf8-string base base64-bytestring cryptohash http-types time utf8-string
]; ];
jailbreak = true;
homepage = "https://github.com/dmjio/s3-signer"; homepage = "https://github.com/dmjio/s3-signer";
description = "Pre-signed Amazon S3 URLs"; description = "Pre-signed Amazon S3 URLs";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -111880,8 +111956,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "serversession"; pname = "serversession";
version = "1.0"; version = "1.0.1";
sha256 = "0g56lqcrfhl9mrzqcd0sckyc98friqlfjxl1ws1j2zsc1z153x1a"; sha256 = "08j8v6a2018bmvwsb7crdg0ajak74jggb073pdpx9s0pf3cfzyrz";
buildDepends = [ buildDepends = [
aeson base base64-bytestring bytestring data-default hashable nonce aeson base base64-bytestring bytestring data-default hashable nonce
path-pieces text time transformers unordered-containers path-pieces text time transformers unordered-containers
@ -111902,8 +111978,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "serversession-backend-acid-state"; pname = "serversession-backend-acid-state";
version = "1.0"; version = "1.0.1";
sha256 = "122mp6vcc89f44vijlncywmbsim76hhhlzw38snnsmsfn0q96ln1"; sha256 = "1hc5vpy82pxd0wlzabw3md4gvhxbnvs8wsa0wammni2a1pf123a7";
buildDepends = [ buildDepends = [
acid-state base containers mtl safecopy serversession acid-state base containers mtl safecopy serversession
unordered-containers unordered-containers
@ -113509,6 +113585,23 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"simple-nix" = callPackage
({ mkDerivation, base, classy-prelude, error-list, MissingH, mtl
, parsec, system-filepath, text, text-render, unordered-containers
}:
mkDerivation {
pname = "simple-nix";
version = "0.1.0.0";
sha256 = "18bvqc3gkbczgvipsv6rn71vmw8ybbgvyxccm6q5fgniv1knzh0i";
buildDepends = [
base classy-prelude error-list MissingH mtl parsec system-filepath
text text-render unordered-containers
];
homepage = "https://github.com/adnelson/simple-nix";
description = "Simple parsing/pretty printing for Nix expressions";
license = stdenv.lib.licenses.mit;
}) {};
"simple-observer" = callPackage "simple-observer" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -114568,8 +114661,8 @@ self: {
({ mkDerivation, base, linear, vector }: ({ mkDerivation, base, linear, vector }:
mkDerivation { mkDerivation {
pname = "smoothie"; pname = "smoothie";
version = "0.1.3"; version = "0.2.1";
sha256 = "1326hqinlfipbxcynqfsskh4bq5136b48z3kjic8qnddkgkhgg1s"; sha256 = "07n0qhxhy800nyahfja8qdzk5ygvj4d2l7i2nwh3f3mqy5bp5jyz";
buildDepends = [ base linear vector ]; buildDepends = [ base linear vector ];
homepage = "https://github.com/phaazon/smoothie"; homepage = "https://github.com/phaazon/smoothie";
description = "Smooth curves via several splines and polynomials"; description = "Smooth curves via several splines and polynomials";
@ -116091,8 +116184,8 @@ self: {
({ mkDerivation, async, base, bytestring }: ({ mkDerivation, async, base, bytestring }:
mkDerivation { mkDerivation {
pname = "socket"; pname = "socket";
version = "0.3.0.1"; version = "0.4.0.1";
sha256 = "01fz3lng41i9q4r2wh6nsyx27yc7jbhglzb10lg06d2ll7gxakx0"; sha256 = "0xb5mdx8mxyy1h0kccgkj8qc3qkpi1rn1l0z52rid716yw1lia42";
buildDepends = [ base bytestring ]; buildDepends = [ base bytestring ];
testDepends = [ async base bytestring ]; testDepends = [ async base bytestring ];
homepage = "https://github.com/lpeterse/haskell-socket"; homepage = "https://github.com/lpeterse/haskell-socket";
@ -116734,8 +116827,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "species"; pname = "species";
version = "0.3.4"; version = "0.3.4.1";
sha256 = "1j1bf1l5hg67kagbzwyjw8fnli2axi6ny4zb8fdd1m8zqqrajxr4"; sha256 = "0nn8s43d6r297my3y3m83qv082j2if32c7pyy14c5ll893v16nvw";
buildDepends = [ buildDepends = [
base containers multiset-comb np-extras numeric-prelude base containers multiset-comb np-extras numeric-prelude
template-haskell template-haskell
@ -123470,6 +123563,18 @@ test/package-dump/ghc-7.10.txt";
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"text-render" = callPackage
({ mkDerivation, base, mtl, parsec, text }:
mkDerivation {
pname = "text-render";
version = "0.1.0.1";
sha256 = "1viy7amiy6pz2mcay70r952jham9mnkmf70icfzd25cjzqx1h8wn";
buildDepends = [ base mtl parsec text ];
homepage = "http://github.com/thinkpad20/text-render";
description = "A type class for rendering objects as text, pretty-printing, etc";
license = stdenv.lib.licenses.mit;
}) {};
"text-show" = callPackage "text-show" = callPackage
({ mkDerivation, array, base, base-compat, base-orphans, bytestring ({ mkDerivation, array, base, base-compat, base-orphans, bytestring
, bytestring-builder, ghc-prim, hspec, integer-gmp, nats , bytestring-builder, ghc-prim, hspec, integer-gmp, nats
@ -125302,26 +125407,25 @@ test/package-dump/ghc-7.10.txt";
}) {}; }) {};
"tkyprof" = callPackage "tkyprof" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
, blaze-builder, bytestring, cmdargs, conduit, containers , cmdargs, conduit, conduit-extra, containers, data-default
, data-default, directory, filepath, hamlet, http-types, mtl , directory, exceptions, filepath, http-types, mtl, resourcet
, resourcet, rosezipper, shakespeare-css, shakespeare-js, stm , rosezipper, shakespeare, stm, template-haskell, text, time
, template-haskell, text, time, transformers, unordered-containers , transformers, unordered-containers, vector, wai, wai-extra, warp
, vector, wai, wai-extra, warp, web-routes, yesod, yesod-core , web-routes, yesod, yesod-core, yesod-form, yesod-static
, yesod-form, yesod-static
}: }:
mkDerivation { mkDerivation {
pname = "tkyprof"; pname = "tkyprof";
version = "0.2.2"; version = "0.2.2.2";
sha256 = "0c3sdpjs22fqg5nkwig6smggf6snx1y5dg11y3s5cgm1ihy27h75"; sha256 = "1xyy1aagbjyjs9d52jmf7xch0831v7hvsb0mfrxpahvqsdac6h7a";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec attoparsec-conduit base blaze-builder bytestring aeson attoparsec base blaze-builder bytestring cmdargs conduit
cmdargs conduit containers data-default directory filepath hamlet conduit-extra containers data-default directory exceptions filepath
http-types mtl resourcet rosezipper shakespeare-css shakespeare-js http-types mtl resourcet rosezipper shakespeare stm
stm template-haskell text time transformers unordered-containers template-haskell text time transformers unordered-containers vector
vector wai wai-extra warp web-routes yesod yesod-core yesod-form wai wai-extra warp web-routes yesod yesod-core yesod-form
yesod-static yesod-static
]; ];
jailbreak = true; jailbreak = true;
@ -126399,18 +126503,18 @@ test/package-dump/ghc-7.10.txt";
"trurl" = callPackage "trurl" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, filemanip ({ mkDerivation, aeson, base, bytestring, directory, filemanip
, hastache, http-conduit, MissingH, scientific, tar, tasty , hastache, http-conduit, MissingH, safe, scientific, tar, tasty
, tasty-hunit, text, unordered-containers , tasty-hunit, text, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "trurl"; pname = "trurl";
version = "0.2.2.0"; version = "0.3.0.4";
sha256 = "139c97c63fhgq9lisic5wyfn872j120xsj3i72fs5s0aa9m59w81"; sha256 = "1ync81dhac7m62fq15ciipy2lbrqph2riq1af1z70ah30vyzr415";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson base bytestring directory filemanip hastache http-conduit aeson base bytestring directory filemanip hastache http-conduit
MissingH scientific tar text unordered-containers MissingH safe scientific tar text unordered-containers
]; ];
testDepends = [ base hastache tasty tasty-hunit ]; testDepends = [ base hastache tasty tasty-hunit ];
homepage = "http://github.com/dbushenko/trurl"; homepage = "http://github.com/dbushenko/trurl";
@ -129754,16 +129858,19 @@ test/package-dump/ghc-7.10.txt";
"utc" = callPackage "utc" = callPackage
({ mkDerivation, attoparsec, base, bytestring, Cabal, clock ({ mkDerivation, attoparsec, base, bytestring, Cabal, clock
, QuickCheck, test-framework, test-framework-quickcheck2, text , exceptions, QuickCheck, test-framework
, test-framework-quickcheck2, text
}: }:
mkDerivation { mkDerivation {
pname = "utc"; pname = "utc";
version = "0.1.0.1"; version = "0.2.0.1";
sha256 = "0fqqnb6rcbkdxz7wf1r6475k7lv6c8hkvak8nydcl0d10j0hqkil"; sha256 = "0vnydjjvv0kh1mww9vb9l90crl9ddd5n63dwpjjs8ln56b5yvv5h";
buildDepends = [ attoparsec base bytestring clock text ]; buildDepends = [
attoparsec base bytestring clock exceptions text
];
testDepends = [ testDepends = [
attoparsec base bytestring Cabal clock QuickCheck test-framework attoparsec base bytestring Cabal clock exceptions QuickCheck
test-framework-quickcheck2 text test-framework test-framework-quickcheck2 text
]; ];
homepage = "https://github.com/lpeterse/haskell-utc"; homepage = "https://github.com/lpeterse/haskell-utc";
description = "A pragmatic time and date library"; description = "A pragmatic time and date library";
@ -133985,6 +134092,24 @@ test/package-dump/ghc-7.10.txt";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"wlc-hs" = callPackage
({ mkDerivation, base, c2hs, containers, data-default, lens, pretty
, process, transformers, wlc, xkbcommon
}:
mkDerivation {
pname = "wlc-hs";
version = "0.1.0.0";
sha256 = "0z553h86dznsf2wagbfhh8p27aa20jm3wmxkklr51al35xralvv9";
buildDepends = [
base containers data-default lens pretty process transformers
xkbcommon
];
buildTools = [ c2hs ];
extraLibraries = [ wlc ];
description = "Haskell bindings for the wlc library";
license = stdenv.lib.licenses.isc;
}) { wlc = null;};
"wobsurv" = callPackage "wobsurv" = callPackage
({ mkDerivation, aeson, attoparsec, base-prelude, bytestring ({ mkDerivation, aeson, attoparsec, base-prelude, bytestring
, hastache, HTF, http-client, http-types, HUnit, lifted-async , hastache, HTF, http-client, http-types, HUnit, lifted-async
@ -134053,20 +134178,21 @@ test/package-dump/ghc-7.10.txt";
({ mkDerivation, aeson, amazonka, amazonka-s3, amazonka-swf, base ({ mkDerivation, aeson, amazonka, amazonka-s3, amazonka-swf, base
, bytestring, conduit, conduit-extra, cryptohash, exceptions , bytestring, conduit, conduit-extra, cryptohash, exceptions
, fast-logger, http-conduit, lens, monad-control, monad-logger, mtl , fast-logger, http-conduit, lens, monad-control, monad-logger, mtl
, optparse-applicative, safe, shelly, text, transformers , mtl-compat, optparse-applicative, safe, shelly, text
, transformers-base, unordered-containers, uuid, yaml , transformers, transformers-base, unordered-containers, uuid, yaml
}: }:
mkDerivation { mkDerivation {
pname = "wolf"; pname = "wolf";
version = "0.1.0"; version = "0.1.1";
sha256 = "1b51gb7waxv0i7l3phz0h24n5jpir51b7zycs75kb1wn8qmm8ia3"; sha256 = "1g98xjl8qpayj8ynz0391cqhfagaxa03hxqaz2wvyppalqdp44k9";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson amazonka amazonka-s3 amazonka-swf base bytestring conduit aeson amazonka amazonka-s3 amazonka-swf base bytestring conduit
conduit-extra cryptohash exceptions fast-logger http-conduit lens conduit-extra cryptohash exceptions fast-logger http-conduit lens
monad-control monad-logger mtl optparse-applicative safe shelly monad-control monad-logger mtl mtl-compat optparse-applicative safe
text transformers transformers-base unordered-containers uuid yaml shelly text transformers transformers-base unordered-containers
uuid yaml
]; ];
jailbreak = true; jailbreak = true;
homepage = "https://github.com/swift-nav/wolf"; homepage = "https://github.com/swift-nav/wolf";
@ -135168,8 +135294,8 @@ test/package-dump/ghc-7.10.txt";
"xkbcommon" = callPackage "xkbcommon" = callPackage
({ mkDerivation, base, bytestring, cpphs, data-flags, filepath ({ mkDerivation, base, bytestring, cpphs, data-flags, filepath
, process, storable-record, template-haskell, text, transformers , libxkbcommon, process, storable-record, template-haskell, text
, unix, xkbcommon , transformers, unix
}: }:
mkDerivation { mkDerivation {
pname = "xkbcommon"; pname = "xkbcommon";
@ -135180,11 +135306,10 @@ test/package-dump/ghc-7.10.txt";
template-haskell text transformers template-haskell text transformers
]; ];
testDepends = [ base unix ]; testDepends = [ base unix ];
extraLibraries = [ xkbcommon ]; extraLibraries = [ libxkbcommon ];
description = "Haskell bindings for libxkbcommon"; description = "Haskell bindings for libxkbcommon";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) libxkbcommon;};
}) { xkbcommon = null;};
"xkcd" = callPackage "xkcd" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, HTTP ({ mkDerivation, base, bytestring, directory, filepath, HTTP
@ -136015,6 +136140,23 @@ test/package-dump/ghc-7.10.txt";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"xmonad-windownames" = callPackage
({ mkDerivation, base, containers, utf8-string, xmonad
, xmonad-contrib
}:
mkDerivation {
pname = "xmonad-windownames";
version = "0.1.0.0";
sha256 = "1w1f0v81dnbxkmavk5d3hbnanx24yzrqacg4m8j4w36k041w7zn9";
buildDepends = [
base containers utf8-string xmonad xmonad-contrib
];
jailbreak = true;
homepage = "https://github.com/plindbe2/xmonad-windownames";
description = "A library to automatically put named windows into the DynamicLog";
license = stdenv.lib.licenses.bsd3;
}) {};
"xmpipe" = callPackage "xmpipe" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring, handle-like ({ mkDerivation, base, base64-bytestring, bytestring, handle-like
, monads-tf, sasl, simple-pipe, uuid, xml-pipe , monads-tf, sasl, simple-pipe, uuid, xml-pipe
@ -138075,8 +138217,8 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "yesod-table"; pname = "yesod-table";
version = "0.1.2"; version = "0.1.3";
sha256 = "1415y7q45s65cklqyrvcgsqi6v07p698024d5wfghcjnv9qylwmi"; sha256 = "1phbjcry1drl98ivv7yjqvwcray134zh9xqj37p1p7ki1850id3p";
buildDepends = [ base containers contravariant text yesod-core ]; buildDepends = [ base containers contravariant text yesod-core ];
homepage = "https://github.com/andrewthad/yesod-table"; homepage = "https://github.com/andrewthad/yesod-table";
description = "HTML tables for Yesod"; description = "HTML tables for Yesod";