mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
hackage-packages.nix: update to 381af77b54
with hackage2nix revision ca778c8501c0d2e3c44fa9016b1f79cdf6f3dcc2
This commit is contained in:
parent
42d9fe8b09
commit
0a329f4512
@ -17261,22 +17261,22 @@ self: {
|
|||||||
"aeson" = callPackage
|
"aeson" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
|
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
|
||||||
, containers, deepseq, dlist, ghc-prim, hashable, HUnit, mtl
|
, containers, deepseq, dlist, ghc-prim, hashable, HUnit, mtl
|
||||||
, old-locale, QuickCheck, scientific, syb, template-haskell
|
, QuickCheck, scientific, syb, template-haskell, test-framework
|
||||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
, test-framework-hunit, test-framework-quickcheck2, text, time
|
||||||
, text, time, transformers, unordered-containers, vector
|
, transformers, unordered-containers, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "aeson";
|
pname = "aeson";
|
||||||
version = "0.8.1.0";
|
version = "0.8.1.1";
|
||||||
sha256 = "0dr0pnql4hlb6fxg9wvzg8a7ssjnzc89gpv0rxlkpaqrbb2hk32m";
|
sha256 = "15fdicmgkcadgqiqql3f4iv2s01aiclny8hjz3d6ryivjsch7cyh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base blaze-builder bytestring containers deepseq dlist
|
attoparsec base blaze-builder bytestring containers deepseq dlist
|
||||||
ghc-prim hashable mtl scientific syb template-haskell text time
|
ghc-prim hashable mtl scientific syb template-haskell text time
|
||||||
transformers unordered-containers vector
|
transformers unordered-containers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec base bytestring containers ghc-prim HUnit old-locale
|
attoparsec base bytestring containers ghc-prim HUnit QuickCheck
|
||||||
QuickCheck template-haskell test-framework test-framework-hunit
|
template-haskell test-framework test-framework-hunit
|
||||||
test-framework-quickcheck2 text time unordered-containers vector
|
test-framework-quickcheck2 text time unordered-containers vector
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/bos/aeson";
|
homepage = "https://github.com/bos/aeson";
|
||||||
@ -26789,6 +26789,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Simple part of speech tagger";
|
description = "Simple part of speech tagger";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"broadcast-chan" = callPackage
|
"broadcast-chan" = callPackage
|
||||||
@ -27271,15 +27272,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "byline";
|
pname = "byline";
|
||||||
version = "0.1.0.0";
|
version = "0.2.0.0";
|
||||||
sha256 = "1w2blafifvsliz4z9lplfm73lpd95frjnp5y3jk6xzjrvsnyqahs";
|
sha256 = "1194h9bhd1n9sxc224j22mir852b9c5ww2cq0sf9x8k3vlfpm1jl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansi-terminal base colour containers exceptions haskeline mtl
|
ansi-terminal base colour containers exceptions haskeline mtl
|
||||||
terminfo-hs text transformers
|
terminfo-hs text transformers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "http://github.com/pjones/byline";
|
homepage = "http://github.com/pjones/byline";
|
||||||
description = "Library for creating command-line interfaces (colors, menus, etc.)";
|
description = "Library for creating command-line interfaces (colors, menus, etc.)";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
@ -29894,8 +29894,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cef";
|
pname = "cef";
|
||||||
version = "0.1.0.0";
|
version = "0.1.1";
|
||||||
sha256 = "0lr9yhlrp40kn8n5asw3xnz3xd28xd8nclh90y9f1ikci4i9xgxp";
|
sha256 = "045sh0mfpwjpr3vc7bax89hv7aq29ak0xqhmyldj2p8allcfrv24";
|
||||||
buildDepends = [ base bytestring text time ];
|
buildDepends = [ base bytestring text time ];
|
||||||
testDepends = [ base directory doctest filepath ];
|
testDepends = [ base directory doctest filepath ];
|
||||||
homepage = "http://github.com/picussecurity/haskell-cef.git";
|
homepage = "http://github.com/picussecurity/haskell-cef.git";
|
||||||
@ -32304,10 +32304,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cmdargs";
|
pname = "cmdargs";
|
||||||
version = "0.10.12";
|
version = "0.10.13";
|
||||||
revision = "1";
|
sha256 = "0vmz7f0ssrqlp6wzmc0mjqj4qczfgk58g0lr0yz7jamamlgpq4b6";
|
||||||
sha256 = "0axn3ycw4rijh1ka5f73gz9w330s851cpxbv39ia4xnb0l95hrjy";
|
|
||||||
editedCabalFile = "e37c92e6337ccbacd95f77938a1d0459f52cdb1a51c920a96610793cf2b5e4dc";
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -37771,6 +37769,24 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"darkplaces-rcon" = callPackage
|
||||||
|
({ mkDerivation, base, byteable, bytestring, cryptohash, hspec
|
||||||
|
, hspec-core, network, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "darkplaces-rcon";
|
||||||
|
version = "0.1";
|
||||||
|
sha256 = "0ngxjb6zja7l905ixkr0cjyan21m311wc5dqdzacw5j5w7119v75";
|
||||||
|
buildDepends = [
|
||||||
|
base byteable bytestring cryptohash network time
|
||||||
|
];
|
||||||
|
testDepends = [ base bytestring hspec hspec-core ];
|
||||||
|
jailbreak = true;
|
||||||
|
homepage = "https://github.com/bacher09/darkplaces-rcon";
|
||||||
|
description = "Darkplaces rcon client library";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"darkplaces-text" = callPackage
|
"darkplaces-text" = callPackage
|
||||||
({ mkDerivation, alex, ansi-terminal, array, base, bytestring, text
|
({ mkDerivation, alex, ansi-terminal, array, base, bytestring, text
|
||||||
, vector
|
, vector
|
||||||
@ -39026,6 +39042,18 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"datetime-sb" = callPackage
|
||||||
|
({ mkDerivation, base, old-locale, old-time, QuickCheck, time }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "datetime-sb";
|
||||||
|
version = "0.2.2";
|
||||||
|
sha256 = "10c9anhlgzy7s0yvws7v0mf2ckxvwip74jl8izia76smhq9hf3sw";
|
||||||
|
buildDepends = [ base old-locale old-time QuickCheck time ];
|
||||||
|
homepage = "http://github.com/stackbuilders/datetime";
|
||||||
|
description = "Utilities to make Data.Time.* easier to use.";
|
||||||
|
license = "GPL";
|
||||||
|
}) {};
|
||||||
|
|
||||||
"dawg" = callPackage
|
"dawg" = callPackage
|
||||||
({ mkDerivation, base, binary, containers, mtl, transformers
|
({ mkDerivation, base, binary, containers, mtl, transformers
|
||||||
, vector, vector-binary
|
, vector, vector-binary
|
||||||
@ -40691,8 +40719,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "diagrams-haddock";
|
pname = "diagrams-haddock";
|
||||||
version = "0.3.0.2";
|
version = "0.3.0.3";
|
||||||
sha256 = "0vm41w1cvlw1k2gp7d3iyjdi1sla91v5v0xd7d7zhfgx7cs1b6dn";
|
sha256 = "0cjl78swzsx7yx3ry2yv94gbn5mwc7gbrlldgqxxiw0ip3mbzk7r";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -42724,13 +42752,12 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "domplate";
|
pname = "domplate";
|
||||||
version = "0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "116ljs471cdb21sjglk53wa8270axw7zbsm6ah785q1vabczgs8p";
|
sha256 = "1njzjxz7mymjfismmv8rxkqb24m0gindbsiszbjgy1wm1lwrspb4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring containers tagsoup text unordered-containers vector
|
base bytestring containers tagsoup text unordered-containers vector
|
||||||
yaml
|
yaml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/valderman/domplate";
|
homepage = "https://github.com/valderman/domplate";
|
||||||
description = "A simple templating library using HTML5 as its template language";
|
description = "A simple templating library using HTML5 as its template language";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -48150,8 +48177,8 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, clock, directory, zip-archive }:
|
({ mkDerivation, base, bytestring, clock, directory, zip-archive }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "file-collection";
|
pname = "file-collection";
|
||||||
version = "0.1.1.3";
|
version = "0.1.1.6";
|
||||||
sha256 = "19wx2z66gcmvcxjbhz96c2finzmgkynsd52dwy309af3fbpmgcn0";
|
sha256 = "12rsizcxisys6bf3z3ghmqpm2201pyqpihhyhhx2s14mgmf53l7l";
|
||||||
buildDepends = [ base bytestring clock directory zip-archive ];
|
buildDepends = [ base bytestring clock directory zip-archive ];
|
||||||
homepage = "https://github.com/joelwilliamson/file-collection";
|
homepage = "https://github.com/joelwilliamson/file-collection";
|
||||||
description = "Provide a uniform interface over file archives and directories";
|
description = "Provide a uniform interface over file archives and directories";
|
||||||
@ -48817,12 +48844,11 @@ self: {
|
|||||||
({ mkDerivation, aeson, attoparsec, base, bytestring, text }:
|
({ mkDerivation, aeson, attoparsec, base, bytestring, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "fixedwidth-hs";
|
pname = "fixedwidth-hs";
|
||||||
version = "0.4.0.0";
|
version = "0.4.0.1";
|
||||||
sha256 = "1j15yx5shwrc60k64z45lyrdif3zg5hfqyvq4b9msn1g9shxldyz";
|
sha256 = "0k4lidf95nb4a735331xdr77643b1yb15xllplxknbxxq9r2z3px";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ aeson attoparsec base bytestring text ];
|
buildDepends = [ aeson attoparsec base bytestring text ];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/michaelochurch/fixedwidth-hs";
|
homepage = "https://github.com/michaelochurch/fixedwidth-hs";
|
||||||
description = "Quick parsing of fixed-width data formats";
|
description = "Quick parsing of fixed-width data formats";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -52839,7 +52865,7 @@ 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, gnupg1, gnutls, hamlet, hinotify, hslogger, http-client
|
, git, gnupg1, gnutls, hinotify, hslogger, http-client
|
||||||
, http-conduit, http-types, IfElse, json, lsof, MissingH
|
, http-conduit, http-types, IfElse, json, lsof, MissingH
|
||||||
, monad-control, monad-logger, mtl, network, network-info
|
, monad-control, monad-logger, mtl, network, network-info
|
||||||
, network-multicast, network-protocol-xmpp, network-uri, openssh
|
, network-multicast, network-protocol-xmpp, network-uri, openssh
|
||||||
@ -52854,8 +52880,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20150508.1";
|
version = "5.20150522";
|
||||||
sha256 = "1l2rll066iwbfm2jhcp55wqsx73qksi2mjjj63wzvfng6iyk60ix";
|
sha256 = "0spczrg1rrg4qgyxpjqlcfpkcdph6d2m6dv1lbf77nbfc6cqh83p";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -52863,8 +52889,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
|
||||||
@ -65269,8 +65295,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hmatrix-gsl-stats";
|
pname = "hmatrix-gsl-stats";
|
||||||
version = "0.3";
|
version = "0.3.0.1";
|
||||||
sha256 = "1hwm8wm70qzhajqpxzyw652lv1hkrb0lskp3lfsmg1jsaakpckmm";
|
sha256 = "0q5l82m6692isl9499q9szgmkxarkjkmwsdvg6frf7izkzrxx5l5";
|
||||||
buildDepends = [ base binary hmatrix storable-complex ];
|
buildDepends = [ base binary hmatrix storable-complex ];
|
||||||
extraLibraries = [ blas lapack ];
|
extraLibraries = [ blas lapack ];
|
||||||
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
|
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
|
||||||
@ -69629,8 +69655,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hspec-snap";
|
pname = "hspec-snap";
|
||||||
version = "0.3.2.7";
|
version = "0.3.2.9";
|
||||||
sha256 = "0d1mmk4w82bxyi682fdmgxk5zm6ni3yhpvkps4m3i04x6gf2xyaj";
|
sha256 = "1m324bjln2i6qz7ym26m82s1qiaq0i0sq4yfscc3bh1s6p8r5vva";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring containers digestive-functors HandsomeSoup hspec
|
base bytestring containers digestive-functors HandsomeSoup hspec
|
||||||
hspec-core hxt lens mtl snap snap-core text transformers
|
hspec-core hxt lens mtl snap snap-core text transformers
|
||||||
@ -69644,7 +69670,6 @@ self: {
|
|||||||
homepage = "https://github.com/dbp/hspec-snap";
|
homepage = "https://github.com/dbp/hspec-snap";
|
||||||
description = "A library for testing with Hspec and the Snap Web Framework";
|
description = "A library for testing with Hspec and the Snap Web Framework";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hspec-test-framework" = callPackage
|
"hspec-test-framework" = callPackage
|
||||||
@ -71824,6 +71849,19 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"huttons-razor" = callPackage
|
||||||
|
({ mkDerivation, base, parsec, parsec-numbers }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "huttons-razor";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "018br27y575crdnsn3lahklk7zmwrjqka9kan3c1g857fv2hnkq9";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
buildDepends = [ base parsec parsec-numbers ];
|
||||||
|
description = "Quick implemention of Hutton's Razor";
|
||||||
|
license = stdenv.lib.licenses.bsd2;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"huzzy" = callPackage
|
"huzzy" = callPackage
|
||||||
({ mkDerivation, base, easyplot }:
|
({ mkDerivation, base, easyplot }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -73088,8 +73126,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.9.18";
|
version = "0.9.18.1";
|
||||||
sha256 = "09bskx00lxzf7fdw66sbi55bqr7z1d92cabf9askjf2ych07k26s";
|
sha256 = "0xd4kqnjdx427l26b07rrw9bnrxb8zrsqy93wayf4rmg6l8rymj8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -76494,18 +76532,18 @@ self: {
|
|||||||
, bytestring, cereal, cipher-aes, containers, cprng-aes
|
, bytestring, cereal, cipher-aes, containers, cprng-aes
|
||||||
, crypto-cipher-types, crypto-numbers, crypto-pubkey
|
, crypto-cipher-types, crypto-numbers, crypto-pubkey
|
||||||
, crypto-pubkey-types, crypto-random, cryptohash, doctest, either
|
, crypto-pubkey-types, crypto-random, cryptohash, doctest, either
|
||||||
, errors, hspec, HUnit, mtl, old-locale, QuickCheck, text, time
|
, hspec, HUnit, mtl, QuickCheck, text, time, unordered-containers
|
||||||
, unordered-containers, vector
|
, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "jose-jwt";
|
pname = "jose-jwt";
|
||||||
version = "0.6.1";
|
version = "0.6.2";
|
||||||
sha256 = "0bw7pwz4blcjwxipjy0s5y7ibkf09d6kfjpw1zmkhz6padi9pvwi";
|
sha256 = "0fw3b34ghpjpm56iln1i46kr8dcj1yv8gmalgdl7ym7n9bvgrfzq";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base base64-bytestring byteable bytestring cereal cipher-aes
|
aeson base base64-bytestring byteable bytestring cereal cipher-aes
|
||||||
containers crypto-cipher-types crypto-numbers crypto-pubkey
|
containers crypto-cipher-types crypto-numbers crypto-pubkey
|
||||||
crypto-pubkey-types crypto-random cryptohash errors mtl old-locale
|
crypto-pubkey-types crypto-random cryptohash either mtl text time
|
||||||
text time unordered-containers vector
|
unordered-containers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson aeson-qq base base64-bytestring bytestring cipher-aes
|
aeson aeson-qq base base64-bytestring bytestring cipher-aes
|
||||||
@ -76570,18 +76608,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"jsaddle" = callPackage
|
"jsaddle" = callPackage
|
||||||
({ mkDerivation, base, hslogger, lens, template-haskell, text
|
({ mkDerivation, base, glib, gtk3, hslogger, lens, template-haskell
|
||||||
, transformers
|
, text, transformers, webkitgtk3, webkitgtk3-javascriptcore
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "jsaddle";
|
pname = "jsaddle";
|
||||||
version = "0.2.0.4";
|
version = "0.2.0.5";
|
||||||
sha256 = "154f75lhlqixrmwrvzcdvmvmila7cj8hzgch2020yamlwyi4gnk8";
|
sha256 = "0avl5gvq3sv2fk524hazfk1xgb9rlyqqqrvnxb63psjds7s6rxp1";
|
||||||
buildDepends = [ base lens template-haskell text transformers ];
|
buildDepends = [
|
||||||
testDepends = [
|
base lens template-haskell text transformers webkitgtk3
|
||||||
base hslogger lens template-haskell text transformers
|
webkitgtk3-javascriptcore
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
base glib gtk3 hslogger lens template-haskell text transformers
|
||||||
|
webkitgtk3 webkitgtk3-javascriptcore
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
description = "High level interface for webkit-javascriptcore";
|
description = "High level interface for webkit-javascriptcore";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
@ -77135,8 +77176,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "jsontsv";
|
pname = "jsontsv";
|
||||||
version = "0.1.4.6";
|
version = "0.1.5.0";
|
||||||
sha256 = "05rfpzs7ln87n17dbq22g990hkiqwwr656w6l2mrqfnq10qzx8xc";
|
sha256 = "0qilhv14q51g3dzsxk0zp5fp2igy7m79lq1qsk1myrd6iyannxc5";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -77528,6 +77569,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"keera-hails-reactivevalues" = callPackage
|
||||||
|
({ mkDerivation, base, contravariant }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "keera-hails-reactivevalues";
|
||||||
|
version = "0.0.3.4";
|
||||||
|
sha256 = "0qqp4ss0prl3z4bwrsd5jmbvdmhh7x3m846b58dd7ibb0bycp1pb";
|
||||||
|
buildDepends = [ base contravariant ];
|
||||||
|
homepage = "http://www.keera.es/blog/community/";
|
||||||
|
description = "Haskell on Rails - Reactive Values";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"keiretsu" = callPackage
|
"keiretsu" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, async, base, bytestring
|
({ mkDerivation, aeson, ansi-terminal, async, base, bytestring
|
||||||
, conduit, conduit-extra, directory, filepath, hslogger, network
|
, conduit, conduit-extra, directory, filepath, hslogger, network
|
||||||
@ -81874,8 +81927,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "liquidhaskell";
|
pname = "liquidhaskell";
|
||||||
version = "0.4.0.1";
|
version = "0.4.1.1";
|
||||||
sha256 = "079dj0kq1fznad34ydmqh0klhbky45c7mcyman1aqsnn7rlhh1nv";
|
sha256 = "1yxg6zii0mbsri5j37k2s976nyglijyjfgz9vwafiqdrca328z4s";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -85054,6 +85107,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Discover your (academic) ancestors!";
|
description = "Discover your (academic) ancestors!";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"mathlink" = callPackage
|
"mathlink" = callPackage
|
||||||
@ -98712,8 +98766,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pontarius-xmpp";
|
pname = "pontarius-xmpp";
|
||||||
version = "0.4.2.0";
|
version = "0.4.2.1";
|
||||||
sha256 = "14f20any4pasjwxq81dmcds3l9gyaabdh9rma65yapkpgrs2v56z";
|
sha256 = "14jhxmccj9ywhxz2rkd4vdwhzz6ciq070ml8vl282hz8k3dr1va9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base base64-bytestring binary bytestring conduit
|
attoparsec base base64-bytestring binary bytestring conduit
|
||||||
containers crypto-api crypto-random cryptohash cryptohash-cryptoapi
|
containers crypto-api crypto-random cryptohash cryptohash-cryptoapi
|
||||||
@ -98731,7 +98785,6 @@ self: {
|
|||||||
tasty-quickcheck tasty-th text tls transformers xml-picklers
|
tasty-quickcheck tasty-th text tls transformers xml-picklers
|
||||||
xml-types
|
xml-types
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/pontarius/pontarius-xmpp/";
|
homepage = "https://github.com/pontarius/pontarius-xmpp/";
|
||||||
description = "An XMPP client library";
|
description = "An XMPP client library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -99044,10 +99097,9 @@ self: {
|
|||||||
({ mkDerivation, base, unix }:
|
({ mkDerivation, base, unix }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "posix-realtime";
|
pname = "posix-realtime";
|
||||||
version = "0.0.0.2";
|
version = "0.0.0.3";
|
||||||
sha256 = "1i3ag71ymmbcg1v0s6fqkpli8d1wplhj2jkalrv7alz8z666ms3h";
|
sha256 = "0g7mflyvhrypr8a5795vnqb5qlkg3w4nd3j8pnqql9dbmcbqc2aq";
|
||||||
buildDepends = [ base unix ];
|
buildDepends = [ base unix ];
|
||||||
jailbreak = true;
|
|
||||||
description = "POSIX Realtime functionality";
|
description = "POSIX Realtime functionality";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
@ -108934,8 +108986,8 @@ self: {
|
|||||||
({ mkDerivation, base, SDL2, transformers }:
|
({ mkDerivation, base, SDL2, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sdl2";
|
pname = "sdl2";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
sha256 = "0fi9kjf12qlp64r2pxwc1k9241s23j6xm0dmwdsc18y8f6acvqxa";
|
sha256 = "17d3nmiz32hccbbxx55wa2zca8xn7mq3f02rcarzynqczvi5hlyv";
|
||||||
buildDepends = [ base transformers ];
|
buildDepends = [ base transformers ];
|
||||||
extraLibraries = [ SDL2 ];
|
extraLibraries = [ SDL2 ];
|
||||||
pkgconfigDepends = [ SDL2 ];
|
pkgconfigDepends = [ SDL2 ];
|
||||||
@ -109106,19 +109158,19 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"second-transfer" = callPackage
|
"second-transfer" = callPackage
|
||||||
({ mkDerivation, base, base16-bytestring, binary, bytestring
|
({ mkDerivation, attoparsec, base, base16-bytestring, binary
|
||||||
, conduit, containers, cpphs, exceptions, hashable, hashtables
|
, bytestring, conduit, containers, cpphs, exceptions, hashable
|
||||||
, hslogger, http2, HUnit, lens, network, network-uri, openssl, text
|
, hashtables, hslogger, http2, HUnit, lens, network, network-uri
|
||||||
, transformers
|
, openssl, text, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "second-transfer";
|
pname = "second-transfer";
|
||||||
version = "0.4.0.0";
|
version = "0.5.0.0";
|
||||||
sha256 = "1xmlfdvcic11pi8ik9pasljq4h61nsnxpykcw2c9i9pgkl6bkwj9";
|
sha256 = "16bf857l0dhd2xkb63s47f1f8r41001lf7vkfy48r0p4hfm3bqr2";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base base16-bytestring binary bytestring conduit containers
|
attoparsec base base16-bytestring binary bytestring conduit
|
||||||
exceptions hashable hashtables hslogger http2 lens network
|
containers exceptions hashable hashtables hslogger http2 lens
|
||||||
network-uri text transformers
|
network network-uri text transformers
|
||||||
];
|
];
|
||||||
testDepends = [ base bytestring conduit http2 HUnit lens ];
|
testDepends = [ base bytestring conduit http2 HUnit lens ];
|
||||||
buildTools = [ cpphs ];
|
buildTools = [ cpphs ];
|
||||||
@ -109946,15 +109998,16 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"servant-pandoc" = callPackage
|
"servant-pandoc" = callPackage
|
||||||
({ mkDerivation, base, bytestring, pandoc-types, servant-docs, text
|
({ mkDerivation, base, bytestring, http-media, lens, pandoc-types
|
||||||
, unordered-containers
|
, semigroupoids, servant-docs, text, unordered-containers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "servant-pandoc";
|
pname = "servant-pandoc";
|
||||||
version = "0.1.0.2";
|
version = "0.4.0";
|
||||||
sha256 = "0k7fb1ijnvicsrdddibcw1kzjfaq5s776znf6mrpwjgazidq6wfl";
|
sha256 = "07cyw1d12hg5amjrbsmk2m2ch52yav16k8c3sh83xf42f2j05avs";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring pandoc-types servant-docs text unordered-containers
|
base bytestring http-media lens pandoc-types semigroupoids
|
||||||
|
servant-docs text unordered-containers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Use Pandoc to render servant API documentation";
|
description = "Use Pandoc to render servant API documentation";
|
||||||
@ -119658,12 +119711,12 @@ self: {
|
|||||||
, exceptions, filepath, ghc, ghc-paths, ghc-prim, liquid-fixpoint
|
, exceptions, filepath, ghc, ghc-paths, ghc-prim, liquid-fixpoint
|
||||||
, liquidhaskell, mtl, pretty, process, syb, tagged, tasty
|
, liquidhaskell, mtl, pretty, process, syb, tagged, tasty
|
||||||
, tasty-hunit, template-haskell, text, text-format, th-lift
|
, tasty-hunit, template-haskell, text, text-format, th-lift
|
||||||
, transformers, unordered-containers, vector
|
, transformers, unordered-containers, vector, z3
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "target";
|
pname = "target";
|
||||||
version = "0.1.2.0";
|
version = "0.1.3.0";
|
||||||
sha256 = "116wig7zr4x0qza1gx92b01jb962w59y716cxj5qkf78sv9pml6s";
|
sha256 = "0przmavzzcbyxkqj1wffiissxz9fdlrx2q8lpxgmsamadd46xq66";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers directory exceptions filepath ghc ghc-paths
|
base containers directory exceptions filepath ghc ghc-paths
|
||||||
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
|
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
|
||||||
@ -119675,10 +119728,11 @@ self: {
|
|||||||
liquidhaskell mtl tagged tasty tasty-hunit template-haskell
|
liquidhaskell mtl tagged tasty tasty-hunit template-haskell
|
||||||
unordered-containers
|
unordered-containers
|
||||||
];
|
];
|
||||||
|
buildTools = [ z3 ];
|
||||||
description = "Generate test-suites from refinement types";
|
description = "Generate test-suites from refinement types";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) { inherit (pkgs) z3;};
|
||||||
|
|
||||||
"task" = callPackage
|
"task" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
|
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
|
||||||
@ -120805,8 +120859,8 @@ self: {
|
|||||||
({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck }:
|
({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "test-invariant";
|
pname = "test-invariant";
|
||||||
version = "0.4.4.0";
|
version = "0.4.5.0";
|
||||||
sha256 = "12b3m9ryfkc4gvlsw7jchy3rnqjs5j0gcknn1b3rhm2gzn66ac04";
|
sha256 = "0ck3kk7pmj1679ddmrysx5j3y27619ar1b2pny45mskz3g6vyvrh";
|
||||||
buildDepends = [ base QuickCheck ];
|
buildDepends = [ base QuickCheck ];
|
||||||
testDepends = [ base QuickCheck tasty tasty-quickcheck ];
|
testDepends = [ base QuickCheck tasty tasty-quickcheck ];
|
||||||
homepage = "https://github.com/knupfer/test-invariant";
|
homepage = "https://github.com/knupfer/test-invariant";
|
||||||
@ -121102,21 +121156,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"text" = callPackage
|
"text" = callPackage
|
||||||
({ mkDerivation, array, base, bytestring, deepseq, directory
|
({ mkDerivation, array, base, binary, bytestring, deepseq
|
||||||
, ghc-prim, HUnit, integer-gmp, QuickCheck, quickcheck-unicode
|
, directory, ghc-prim, HUnit, integer-gmp, QuickCheck
|
||||||
, random, test-framework, test-framework-hunit
|
, quickcheck-unicode, random, test-framework, test-framework-hunit
|
||||||
, test-framework-quickcheck2
|
, test-framework-quickcheck2
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "text";
|
pname = "text";
|
||||||
version = "1.2.0.6";
|
version = "1.2.1.0";
|
||||||
sha256 = "0wvgynm76pb69wzlpys6l8j8ac4j43gas1anqbsg5ldlfvl85zfq";
|
sha256 = "0mpv82v853jimshff8xg2429hr23lp81vlrps76ypndz5ilxzipi";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
array base bytestring deepseq ghc-prim integer-gmp
|
array base binary bytestring deepseq ghc-prim integer-gmp
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
array base bytestring deepseq directory ghc-prim HUnit integer-gmp
|
array base binary bytestring deepseq directory ghc-prim HUnit
|
||||||
QuickCheck quickcheck-unicode random test-framework
|
integer-gmp QuickCheck quickcheck-unicode random test-framework
|
||||||
test-framework-hunit test-framework-quickcheck2
|
test-framework-hunit test-framework-quickcheck2
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/bos/text";
|
homepage = "https://github.com/bos/text";
|
||||||
@ -121146,8 +121200,11 @@ self: {
|
|||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "text-binary";
|
pname = "text-binary";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
revision = "1";
|
||||||
sha256 = "0wc501j8hqspnhf4d1hyb18f1wgc4kl2qx1b5s4bkxv0dfbwrk6z";
|
sha256 = "0wc501j8hqspnhf4d1hyb18f1wgc4kl2qx1b5s4bkxv0dfbwrk6z";
|
||||||
|
editedCabalFile = "73815941abe470b6d0e2287c054995c5ec59524bed9d2f6bfef2411a4397c48d";
|
||||||
buildDepends = [ base binary text ];
|
buildDepends = [ base binary text ];
|
||||||
|
jailbreak = true;
|
||||||
homepage = "https://github.com/kawu/text-binary";
|
homepage = "https://github.com/kawu/text-binary";
|
||||||
description = "Binary instances for text types";
|
description = "Binary instances for text types";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -121527,6 +121584,28 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"textocat-api" = callPackage
|
||||||
|
({ mkDerivation, aeson, base, bytestring, conduit, http-conduit
|
||||||
|
, http-types, resourcet, tasty, tasty-hunit, text, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "textocat-api";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0cljy3s13xqdvxffpp74iwamfvkmq7s49vpc8vpxnq2fvh6bmkx9";
|
||||||
|
buildDepends = [
|
||||||
|
aeson base bytestring conduit http-conduit http-types resourcet
|
||||||
|
text transformers
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
aeson base bytestring conduit http-conduit http-types resourcet
|
||||||
|
tasty tasty-hunit text transformers
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
homepage = "https://github.com/gltronred/textocat-api-haskell";
|
||||||
|
description = "Unofficial Haskell SDK for Textocat API -- http://textocat.com";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"texts" = callPackage
|
"texts" = callPackage
|
||||||
({ mkDerivation }:
|
({ mkDerivation }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -121934,26 +122013,21 @@ self: {
|
|||||||
|
|
||||||
"themoviedb" = callPackage
|
"themoviedb" = callPackage
|
||||||
({ mkDerivation, aeson, base, binary, bytestring, either
|
({ mkDerivation, aeson, base, binary, bytestring, either
|
||||||
, http-client, http-client-tls, http-types, mtl, network
|
, http-client, http-client-tls, http-types, mtl, tasty, tasty-hunit
|
||||||
, network-uri, old-locale, tasty, tasty-hunit, text, text-binary
|
, text, text-binary, time, time-locale-compat, transformers
|
||||||
, time, transformers, unix
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "themoviedb";
|
pname = "themoviedb";
|
||||||
version = "1.0.0.0";
|
version = "1.1.0.0";
|
||||||
sha256 = "1gwvhbxmhzc5sbcfvyln84x7j8jpglknxx15q82dyr8bhccs4x0w";
|
sha256 = "0yvpijr2dk01g1ks65nalyz547l9aq97a9v1bx3lp47allihrp8k";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base binary bytestring either http-client http-client-tls
|
aeson base binary bytestring either http-client http-client-tls
|
||||||
http-types mtl network network-uri old-locale text text-binary time
|
http-types mtl text text-binary time time-locale-compat
|
||||||
transformers unix
|
transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [ base bytestring tasty tasty-hunit text time ];
|
||||||
aeson base bytestring network old-locale tasty tasty-hunit text
|
|
||||||
time transformers unix
|
|
||||||
];
|
|
||||||
jailbreak = true;
|
|
||||||
homepage = "http://github.com/pjones/themoviedb";
|
homepage = "http://github.com/pjones/themoviedb";
|
||||||
description = "Haskell API bindings for http://themoviedb.org";
|
description = "Haskell API bindings for http://themoviedb.org";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -128041,15 +128115,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "vado";
|
pname = "vado";
|
||||||
version = "0.0.4";
|
version = "0.0.5";
|
||||||
sha256 = "0ndhknsqrb0vg5gba2q6dala16m7vbc8x4dga28q3ys0f14h1m6m";
|
sha256 = "07bqcp58hqyh5zvi6zpwwpppfzj30j60ryf6k0wqzckklibffqkj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ attoparsec base directory filepath process text ];
|
buildDepends = [ attoparsec base directory filepath process text ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec base directory filepath process QuickCheck text
|
attoparsec base directory filepath process QuickCheck text
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/hamishmack/vado";
|
homepage = "https://github.com/hamishmack/vado";
|
||||||
description = "Runs commands on remote machines using ssh";
|
description = "Runs commands on remote machines using ssh";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user