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