hackage-packages.nix: update to 1f18eb6546 with hackage2nix revision v20150807-5-g2b9cf46

This commit is contained in:
Peter Simons 2015-08-07 20:01:32 +02:00
parent 825a8a8623
commit 66a2dbbd77

View File

@ -7157,8 +7157,8 @@ self: {
({ mkDerivation, allocated-processor, base, opencv, vector-space }: ({ mkDerivation, allocated-processor, base, opencv, vector-space }:
mkDerivation { mkDerivation {
pname = "HOpenCV"; pname = "HOpenCV";
version = "0.1.2.4"; version = "0.3.0.1";
sha256 = "1q32rcrzv79z125sbjlzhd4sl1pl8if01vrwd7y18s3acs3aqr4b"; sha256 = "0v9pcbbfj254n6mryb16rplh6mgjizdm4c8qqdsb41gdpx1h59n6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ allocated-processor base vector-space ]; libraryHaskellDepends = [ allocated-processor base vector-space ];
@ -7166,7 +7166,7 @@ self: {
executableHaskellDepends = [ base ]; executableHaskellDepends = [ base ];
executablePkgconfigDepends = [ opencv ]; executablePkgconfigDepends = [ opencv ];
description = "A binding for the OpenCV computer vision library"; description = "A binding for the OpenCV computer vision library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.gpl2;
}) { inherit (pkgs) opencv;}; }) { inherit (pkgs) opencv;};
"HPDF" = callPackage "HPDF" = callPackage
@ -29555,8 +29555,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "cabal-helper"; pname = "cabal-helper";
version = "0.3.7.0"; version = "0.3.8.0";
sha256 = "1lq8i45wvk8rqilay7j9i9iv5irhqvdg3bp96mj2xxaxrpfi7l20"; sha256 = "1l2ign8q4kdsnypqvjl8x152lkb0s1zfn08vshirz2qf4v5wxs3n";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -31042,6 +31042,17 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"casing" = callPackage
({ mkDerivation, base, split }:
mkDerivation {
pname = "casing";
version = "0.1.0.0";
sha256 = "0d7frpz512gig2crpx3kxsnfwf3kbcklkann158wrzg8q02jhjhi";
libraryHaskellDepends = [ base split ];
description = "Convert between various source code casing conventions";
license = stdenv.lib.licenses.mit;
}) {};
"cassandra-cql" = callPackage "cassandra-cql" = callPackage
({ mkDerivation, base, bytestring, cereal, containers, cryptohash ({ mkDerivation, base, bytestring, cereal, containers, cryptohash
, Decimal, hslogger, MonadCatchIO-transformers, mtl, network , Decimal, hslogger, MonadCatchIO-transformers, mtl, network
@ -36133,8 +36144,8 @@ self: {
({ mkDerivation, base, tagged, void }: ({ mkDerivation, base, tagged, void }:
mkDerivation { mkDerivation {
pname = "constrained-categories"; pname = "constrained-categories";
version = "0.2.0.0"; version = "0.2.1.1";
sha256 = "1mh61gfydh068qws3r52rbnw30ihi9k88wklx8p18j43c7jngamx"; sha256 = "0m4c2kva0djxhiqnbxbnlrkq10wvzpbjbbvjv3mz9b550sxr6azy";
libraryHaskellDepends = [ base tagged void ]; libraryHaskellDepends = [ base tagged void ];
homepage = "https://github.com/leftaroundabout/constrained-categories"; homepage = "https://github.com/leftaroundabout/constrained-categories";
description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; description = "Constrained clones of the category-theory type classes, using ConstraintKinds";
@ -39111,24 +39122,22 @@ self: {
}) {}; }) {};
"cv-combinators" = callPackage "cv-combinators" = callPackage
({ mkDerivation, allocated-processor, base ({ mkDerivation, allocated-processor, base, HOpenCV, vector-space
, graphics-drawingcombinators, HOpenCV, SDL, vector-space
}: }:
mkDerivation { mkDerivation {
pname = "cv-combinators"; pname = "cv-combinators";
version = "0.1.2.3"; version = "0.1.3";
sha256 = "1bdhs4dy9yfgc9j281rxiiy9md3s27yy44scz86s29vbm7prccvp"; sha256 = "1lak96kr1fpsrqcvgv9k0igd5w2f42hv20f2mw8cvr0q0xwzc9zb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
allocated-processor base HOpenCV vector-space allocated-processor base HOpenCV vector-space
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
allocated-processor base graphics-drawingcombinators HOpenCV SDL allocated-processor base HOpenCV vector-space
vector-space
]; ];
description = "Functional Combinators for Computer Vision"; description = "Functional Combinators for Computer Vision";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.gpl2;
}) {}; }) {};
"cyclotomic" = callPackage "cyclotomic" = callPackage
@ -44260,6 +44269,7 @@ self: {
network network-multicast network-transport network-transport-tcp network network-multicast network-transport network-transport-tcp
transformers transformers
]; ];
jailbreak = true;
homepage = "http://haskell-distributed.github.com"; homepage = "http://haskell-distributed.github.com";
description = "Simple zero-configuration backend for Cloud Haskell"; description = "Simple zero-configuration backend for Cloud Haskell";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -52533,6 +52543,27 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"formattable" = callPackage
({ mkDerivation, base, bytestring, data-default-class
, double-conversion, hspec, HUnit, lens, old-locale, QuickCheck
, text, time
}:
mkDerivation {
pname = "formattable";
version = "0.1.1";
sha256 = "0brp1j21ll6g266zyzknqc20k5nf3na97fjbh66hjbsw6yxah5x7";
libraryHaskellDepends = [
base bytestring data-default-class old-locale text time
];
testHaskellDepends = [
base bytestring data-default-class double-conversion hspec HUnit
lens old-locale QuickCheck text time
];
homepage = "https://github.com/Soostone/formattable";
description = "Business-quality formatting of numbers, dates, and other things";
license = stdenv.lib.licenses.bsd3;
}) {};
"formatting" = callPackage "formatting" = callPackage
({ mkDerivation, base, clock, old-locale, scientific, text ({ mkDerivation, base, clock, old-locale, scientific, text
, text-format, time , text-format, time
@ -56194,8 +56225,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "github-backup"; pname = "github-backup";
version = "1.20150618"; version = "1.20150807";
sha256 = "110nivss9436ls2mr5bl0m6fzg6ds5m0ams803zq60b8dya96wic"; sha256 = "19x8716wdhrj3nv4pgz4ncmnfnids8wjirkp3jkw5sd6fnx6q8sj";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
@ -60467,10 +60498,11 @@ self: {
pname = "hadoop-formats"; pname = "hadoop-formats";
version = "0.2.1.1"; version = "0.2.1.1";
sha256 = "1w3869jz3mxhzdik5fwaha7dn9rhjg5w8g0qnznd4x45cnzxv5ga"; sha256 = "1w3869jz3mxhzdik5fwaha7dn9rhjg5w8g0qnznd4x45cnzxv5ga";
revision = "1";
editedCabalFile = "59248cb9b3f28b9f003d694ee356a13ff1313c8edd3bf2963c154ce7e1de0553";
libraryHaskellDepends = [ attoparsec base bytestring text vector ]; libraryHaskellDepends = [ attoparsec base bytestring text vector ];
librarySystemDepends = [ snappy ]; librarySystemDepends = [ snappy ];
testHaskellDepends = [ base bytestring filepath text vector ]; testHaskellDepends = [ base bytestring filepath text vector ];
jailbreak = true;
homepage = "http://github.com/jystic/hadoop-formats"; homepage = "http://github.com/jystic/hadoop-formats";
description = "Read/write file formats commonly used by Hadoop"; description = "Read/write file formats commonly used by Hadoop";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
@ -64615,8 +64647,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hasql-postgres"; pname = "hasql-postgres";
version = "0.10.3.3"; version = "0.10.4.0";
sha256 = "0xwc1r7jirscsn1f11s7hkhc5knzzhb5l6if7c5w4skfx0vla7rh"; sha256 = "0s2ng84m7mals3wm3lzmhfd9xlh8fm231gklzjyh6q7z5yw4yszf";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson attoparsec base-prelude bytestring either free hashable aeson attoparsec base-prelude bytestring either free hashable
hashtables hasql-backend list-t loch-th mmorph placeholders hashtables hasql-backend list-t loch-th mmorph placeholders
@ -64722,8 +64754,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "haste-compiler"; pname = "haste-compiler";
version = "0.5.0"; version = "0.5.0.1";
sha256 = "18n9sl9m2fpzshpj3gqvd7wlmvz5mrgsz8awcd3imcb7136qa9s9"; sha256 = "14kqrkjhfxzg0gv4v2kzxh938085bmzg426vp2jrhzvf5dzypkh0";
configureFlags = [ "-fportable" ]; configureFlags = [ "-fportable" ];
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
@ -67847,9 +67879,10 @@ self: {
({ mkDerivation, base, containers, directory, unix }: ({ mkDerivation, base, containers, directory, unix }:
mkDerivation { mkDerivation {
pname = "hinotify"; pname = "hinotify";
version = "0.3.7"; version = "0.3.8";
sha256 = "0i7mxg9ilzcgijda6j3ya5xnpbxa3wm9xswdfif95jim9w82sw0b"; sha256 = "13xjhbx3b6icqf7451dzknxz41lb874a9s3zs0h0c19p902ii9ff";
libraryHaskellDepends = [ base containers directory unix ]; libraryHaskellDepends = [ base containers directory unix ];
testHaskellDepends = [ base directory ];
homepage = "https://github.com/kolmodin/hinotify.git"; homepage = "https://github.com/kolmodin/hinotify.git";
description = "Haskell binding to inotify"; description = "Haskell binding to inotify";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -68727,7 +68760,6 @@ self: {
testHaskellDepends = [ base process ]; testHaskellDepends = [ base process ];
description = "Low-level bindings to libgit2"; description = "Low-level bindings to libgit2";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) openssl;}; }) { inherit (pkgs) openssl;};
"hlibsass" = callPackage "hlibsass" = callPackage
@ -72465,28 +72497,27 @@ self: {
({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base
, bin-package-db, bytestring, Cabal, containers, deepseq, directory , bin-package-db, bytestring, Cabal, containers, deepseq, directory
, exceptions, filepath, fsnotify, ghc, ghc-mod, ghc-paths , exceptions, filepath, fsnotify, ghc, ghc-mod, ghc-paths
, haddock-api, haskell-src-exts, hdocs, hlint, HTTP, lens , ghc-syb-utils, haddock-api, haskell-src-exts, hdocs, hlint, HTTP
, lifted-base, monad-control, monad-loops , lens, lifted-base, monad-control, monad-loops
, MonadCatchIO-transformers, mtl, network, process , MonadCatchIO-transformers, mtl, network, process
, regex-pcre-builtin, scientific, simple-log, system-filepath , regex-pcre-builtin, scientific, simple-log, syb, template-haskell
, template-haskell, text, time, transformers, transformers-base , text, time, transformers, transformers-base, uniplate, unix
, uniplate, unix, unordered-containers, vector , unordered-containers, vector
}: }:
mkDerivation { mkDerivation {
pname = "hsdev"; pname = "hsdev";
version = "0.1.4.1"; version = "0.1.4.2";
sha256 = "180xrxamas2fg2366k3cpy7al8mq82d1hgjrs7i1r2s3gr877xz8"; sha256 = "1l2pm2p0k2m8aln6an3kxswcalc7w72v7mxs5fzq0nfy60iphcys";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson aeson-pretty array attoparsec base bin-package-db bytestring aeson aeson-pretty array attoparsec base bin-package-db bytestring
Cabal containers deepseq directory exceptions filepath fsnotify ghc Cabal containers deepseq directory exceptions filepath fsnotify ghc
ghc-mod ghc-paths haddock-api haskell-src-exts hdocs hlint HTTP ghc-mod ghc-paths ghc-syb-utils haddock-api haskell-src-exts hdocs
lens lifted-base monad-control monad-loops hlint HTTP lens lifted-base monad-control monad-loops
MonadCatchIO-transformers mtl network process regex-pcre-builtin MonadCatchIO-transformers mtl network process regex-pcre-builtin
scientific simple-log system-filepath template-haskell text time scientific simple-log syb template-haskell text time transformers
transformers transformers-base uniplate unix unordered-containers transformers-base uniplate unix unordered-containers vector
vector
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
aeson aeson-pretty base bytestring containers deepseq directory aeson aeson-pretty base bytestring containers deepseq directory
@ -74564,8 +74595,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "html-tokenizer"; pname = "html-tokenizer";
version = "0.3.0.3"; version = "0.4.0.0";
sha256 = "0xdjjmpp1wh17cb4lnziglwhv7frr0y5v216s5ycy9lkby9r9fyv"; sha256 = "0a44jxw90hk1i3h8j1vk8rjz3z91z9gdszyjbkngnpnfwrdhfrw7";
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base-prelude case-insensitive conversion attoparsec base-prelude case-insensitive conversion
conversion-case-insensitive conversion-text text conversion-case-insensitive conversion-text text
@ -74573,7 +74604,6 @@ self: {
testHaskellDepends = [ testHaskellDepends = [
base base-prelude directory doctest filepath base base-prelude directory doctest filepath
]; ];
jailbreak = true;
homepage = "https://github.com/nikita-volkov/html-tokenizer"; homepage = "https://github.com/nikita-volkov/html-tokenizer";
description = "An \"attoparsec\"-based HTML tokenizer"; description = "An \"attoparsec\"-based HTML tokenizer";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -75135,6 +75165,24 @@ self: {
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
}) {}; }) {};
"http-listen" = callPackage
({ mkDerivation, base, bytestring, exceptions, HTTP, network
, transformers
}:
mkDerivation {
pname = "http-listen";
version = "0.1.0.0";
sha256 = "1ccm4lzlngcw7hp4rvk2d85zg5725pj01mzavl3zx140i6w0psz0";
revision = "1";
editedCabalFile = "3fcb0a5c155c41513cf81c4cd5058be331d56aed083a3f42892feef452a0cd8b";
libraryHaskellDepends = [
base bytestring exceptions HTTP network transformers
];
homepage = "http://rel4tion.org/projects/http-listen/";
description = "Listen to HTTP requests and handle them in arbitrary ways";
license = stdenv.lib.licenses.publicDomain;
}) {};
"http-media" = callPackage "http-media" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers ({ mkDerivation, base, bytestring, case-insensitive, containers
, QuickCheck, test-framework, test-framework-quickcheck2 , QuickCheck, test-framework, test-framework-quickcheck2
@ -77033,15 +77081,15 @@ self: {
, bytestring-trie, Cabal-ide-backend, containers, crypto-api , bytestring-trie, Cabal-ide-backend, containers, crypto-api
, data-accessor, data-accessor-mtl, deepseq, directory , data-accessor, data-accessor-mtl, deepseq, directory
, executable-path, filemanip, filepath, fingertree, ghc-prim, HUnit , executable-path, filemanip, filepath, fingertree, ghc-prim, HUnit
, ide-backend-common, mtl, pretty-show, process, pureMD5, random , ide-backend-common, monads-tf, mtl, parallel, pretty-show
, regex-compat, stm, tagged, tasty, template-haskell, temporary , process, pureMD5, random, regex-compat, stm, tagged, tasty
, test-framework, test-framework-hunit, text, time, transformers , template-haskell, temporary, test-framework, test-framework-hunit
, unix, unordered-containers, utf8-string , text, time, transformers, unix, unordered-containers, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "ide-backend"; pname = "ide-backend";
version = "0.9.0.11"; version = "0.10.0";
sha256 = "06ip0yq8vb8i0qcz2l7z4s1myxm6ix3l44gmjpvspj9vwlsrfxpp"; sha256 = "18p079m9hfi4mbhyp8fhlhzlvhdpr9v82ih49s1630rxaf15z8r6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -77062,9 +77110,9 @@ self: {
testHaskellDepends = [ testHaskellDepends = [
aeson async base binary bytestring Cabal-ide-backend containers aeson async base binary bytestring Cabal-ide-backend containers
deepseq directory executable-path filemanip filepath HUnit deepseq directory executable-path filemanip filepath HUnit
ide-backend-common process random regex-compat stm tagged tasty ide-backend-common monads-tf parallel process random regex-compat
template-haskell temporary test-framework test-framework-hunit text stm tagged tasty template-haskell temporary test-framework
unix utf8-string test-framework-hunit text unix utf8-string
]; ];
description = "An IDE backend library"; description = "An IDE backend library";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -77073,18 +77121,18 @@ self: {
"ide-backend-common" = callPackage "ide-backend-common" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring
, bytestring-trie, containers, crypto-api, data-accessor, directory , bytestring-trie, containers, crypto-api, data-accessor, directory
, filepath, fingertree, mtl, pretty-show, pureMD5, tagged , filepath, fingertree, monad-logger, mtl, pretty-show, pureMD5
, template-haskell, temporary, text, transformers, unix , tagged, template-haskell, temporary, text, transformers, unix
}: }:
mkDerivation { mkDerivation {
pname = "ide-backend-common"; pname = "ide-backend-common";
version = "0.9.1.3"; version = "0.10.0";
sha256 = "11dnm1ibgibrjkxigzh9l442npb2br5rchahm6gza88imy3xcd96"; sha256 = "1x230hvxr5n8d04q9cdjryalrp47q9vsamgd0qafw1x25ar1fxwl";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson async attoparsec base binary bytestring bytestring-trie aeson async attoparsec base binary bytestring bytestring-trie
containers crypto-api data-accessor directory filepath fingertree containers crypto-api data-accessor directory filepath fingertree
mtl pretty-show pureMD5 tagged template-haskell temporary text monad-logger mtl pretty-show pureMD5 tagged template-haskell
transformers unix temporary text transformers unix
]; ];
description = "Shared library used be ide-backend and ide-backend-server"; description = "Shared library used be ide-backend and ide-backend-server";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -77103,21 +77151,22 @@ self: {
"ide-backend-server" = callPackage "ide-backend-server" = callPackage
({ mkDerivation, array, async, base, bytestring, Cabal, containers ({ mkDerivation, array, async, base, bytestring, Cabal, containers
, data-accessor, data-accessor-mtl, directory, filemanip, filepath , data-accessor, data-accessor-mtl, directory, file-embed
, ghc, haddock-api, ide-backend-common, mtl, process, temporary , filemanip, filepath, ghc, haddock-api, ide-backend-common, mtl
, text, time, transformers, unix, unordered-containers , process, tar, temporary, text, time, transformers, unix
, unordered-containers, zlib
}: }:
mkDerivation { mkDerivation {
pname = "ide-backend-server"; pname = "ide-backend-server";
version = "0.9.0"; version = "0.10.0";
sha256 = "0kljg5dpcxhk4dr8mi5ywb0ykygqm9p89rinyk1i2fqdcvza89rm"; sha256 = "1kahc57f5jrz7869phzlbk6y3apwyh3j6k8b7xbyfcc4qwq6jgry";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
array async base bytestring Cabal containers data-accessor array async base bytestring Cabal containers data-accessor
data-accessor-mtl directory filemanip filepath ghc haddock-api data-accessor-mtl directory file-embed filemanip filepath ghc
ide-backend-common mtl process temporary text time transformers haddock-api ide-backend-common mtl process tar temporary text time
unix unordered-containers transformers unix unordered-containers zlib
]; ];
description = "An IDE backend server"; description = "An IDE backend server";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -81213,26 +81262,26 @@ self: {
}) {}; }) {};
"json-rpc" = callPackage "json-rpc" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit
, conduit, conduit-extra, deepseq, hashable, mtl, QuickCheck, stm , conduit-extra, deepseq, hashable, lifted-async, monad-control
, stm-conduit, test-framework, test-framework-quickcheck2, text , monad-logger, mtl, QuickCheck, stm, stm-conduit, test-framework
, transformers, unordered-containers , test-framework-quickcheck2, text, transformers
, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "json-rpc"; pname = "json-rpc";
version = "0.2.1.6"; version = "0.6.0.0";
sha256 = "1y9c95qbvkg0r75y4dd0fvcy5r0bj08pklf7hl052ncwm87l9hln"; sha256 = "0ld8r5zln9a18vzgpiylifzbpiivv8icalqg1l1863kgirgsz2hg";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson async attoparsec base bytestring conduit conduit-extra aeson attoparsec base bytestring conduit conduit-extra deepseq
deepseq hashable mtl stm stm-conduit text transformers hashable lifted-async monad-control monad-logger mtl QuickCheck stm
unordered-containers stm-conduit text transformers unordered-containers
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson async base bytestring conduit conduit-extra deepseq hashable aeson base bytestring conduit lifted-async monad-logger mtl
mtl QuickCheck stm stm-conduit test-framework QuickCheck stm stm-conduit test-framework
test-framework-quickcheck2 text unordered-containers test-framework-quickcheck2 text unordered-containers
]; ];
jailbreak = true;
homepage = "https://github.com/xenog/json-rpc"; homepage = "https://github.com/xenog/json-rpc";
description = "Fully-featured JSON-RPC 2.0 library"; description = "Fully-featured JSON-RPC 2.0 library";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
@ -81296,10 +81345,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "json-schema"; pname = "json-schema";
version = "0.7.3.7"; version = "0.7.4.0";
sha256 = "0lrr5zhydb2g36xlpr3mhn0m6bz138gbm0zih3f3qamnsm21mjk5"; sha256 = "073hs9wmpmv7b07s7by9r6hjcwn7bjhwyf256f2xiz4y355zljf5";
revision = "1";
editedCabalFile = "94b50ebb4b1aa921270db172dbef2ed18c85846d147d1526ec9c85ea0be1705a";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base containers generic-aeson generic-deriving mtl scientific aeson base containers generic-aeson generic-deriving mtl scientific
text time unordered-containers vector text time unordered-containers vector
@ -82258,6 +82305,7 @@ self: {
keera-hails-reactivevalues MissingK mtl network process SDL keera-hails-reactivevalues MissingK mtl network process SDL
SDL-mixer setlocale time utf8-string SDL-mixer setlocale time utf8-string
]; ];
jailbreak = true;
homepage = "http://keera.co.uk/projects/keera-posture"; homepage = "http://keera.co.uk/projects/keera-posture";
description = "Get notifications when your sitting posture is inappropriate"; description = "Get notifications when your sitting posture is inappropriate";
license = "unknown"; license = "unknown";
@ -87435,8 +87483,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "llvm-general"; pname = "llvm-general";
version = "3.4.5.3"; version = "3.4.5.4";
sha256 = "03rps9ga20cdqfh2khqnahwrkljs714ac7yx9x7krb3dngf83zsm"; sha256 = "1zfixhvwagvznrvnxzrb9fzkswa43mj1nmbpmx87888q8z9m31j0";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base bytestring containers llvm-general-pure mtl parsec array base bytestring containers llvm-general-pure mtl parsec
setenv template-haskell transformers transformers-compat setenv template-haskell transformers transformers-compat
@ -87459,8 +87507,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "llvm-general-pure"; pname = "llvm-general-pure";
version = "3.4.5.3"; version = "3.4.5.4";
sha256 = "1b3zh2y3b3jj5sg6421wv2qsrhyjs23qdzrk693r7mpj10rd258k"; sha256 = "0kc4f431j65qfsa54a17y3m82a8xf3dmd3hzr8mj514jz4wv6jn5";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers mtl parsec setenv template-haskell transformers base containers mtl parsec setenv template-haskell transformers
transformers-compat transformers-compat
@ -87863,8 +87911,8 @@ self: {
({ mkDerivation, array, base }: ({ mkDerivation, array, base }:
mkDerivation { mkDerivation {
pname = "logfloat"; pname = "logfloat";
version = "0.13.3.1"; version = "0.13.3.2";
sha256 = "0rqnp2zkp247sb3parn3ywsk9clasy4l906a1wyrrybc3p72126s"; sha256 = "092c9xviq9gsr3q25q254x9kdl80lfssbwjyvi8rrv1300nw7h4c";
libraryHaskellDepends = [ array base ]; libraryHaskellDepends = [ array base ];
homepage = "http://code.haskell.org/~wren/"; homepage = "http://code.haskell.org/~wren/";
description = "Log-domain floating point numbers"; description = "Log-domain floating point numbers";
@ -87911,13 +87959,11 @@ self: {
({ mkDerivation, base, hspec, template-haskell, transformers }: ({ mkDerivation, base, hspec, template-haskell, transformers }:
mkDerivation { mkDerivation {
pname = "logging-facade"; pname = "logging-facade";
version = "0.0.0"; version = "0.1.0";
sha256 = "0i7m4dpj7b556bfiahisvxcvdb1lv352zggjyrcr69iqnrac30z8"; sha256 = "0zhdbjyj0j9by19rma9alxysrxnnl3s4kks4zk4bx0dg5xa0264y";
revision = "1";
editedCabalFile = "18d32076d981102462c3f24c95c6d9dc2470be80f5f36f99759cb23cc3db2d24";
libraryHaskellDepends = [ base template-haskell transformers ]; libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [ base hspec ]; testHaskellDepends = [ base hspec ];
description = "Simple logging abstraction that allows multiple backends"; description = "Simple logging abstraction that allows multiple back-ends";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -89767,18 +89813,22 @@ self: {
"manifolds" = callPackage "manifolds" = callPackage
({ mkDerivation, base, comonad, constrained-categories, containers ({ mkDerivation, base, comonad, constrained-categories, containers
, MemoTrie, MonadRandom, random, semigroups, tagged, transformers , deepseq, hmatrix, MemoTrie, semigroups, tagged, transformers
, vector, vector-algorithms, vector-space, void , vector, vector-algorithms, vector-space, void
}: }:
mkDerivation { mkDerivation {
pname = "manifolds"; pname = "manifolds";
version = "0.1.0.2"; version = "0.1.3.0";
sha256 = "05ysr2rmjc0rqgy409qcga8j748l0w322vxbjdw9yyhcp2kbrv14"; sha256 = "17i77nhp65ikgyz0yif6i1pnj65da38mnx87yy96wkcdlad3zivj";
revision = "1";
editedCabalFile = "2495967b40c73a494475058072f59fc2c730c655bfb6861c5d0c2f51531a0060";
libraryHaskellDepends = [ libraryHaskellDepends = [
base comonad constrained-categories containers MemoTrie MonadRandom base comonad constrained-categories containers deepseq hmatrix
random semigroups tagged transformers vector vector-algorithms MemoTrie semigroups tagged transformers vector vector-algorithms
vector-space void vector-space void
]; ];
jailbreak = true;
homepage = "https://github.com/leftaroundabout/manifolds";
description = "Working with manifolds in a direct, embedding-free way"; description = "Working with manifolds in a direct, embedding-free way";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -91229,8 +91279,8 @@ self: {
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
pname = "microlens"; pname = "microlens";
version = "0.1.3.0"; version = "0.2.0.0";
sha256 = "1ryjxc3qa583ryp9sig3rjjr3dpv9sx2ybag4qrlkwja1dz8r2dm"; sha256 = "08m0qcsazq690w1k6hd2h3z8w47bqc01s53j6qbf3jbfin28axbg";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
homepage = "http://github.com/aelve/microlens"; homepage = "http://github.com/aelve/microlens";
description = "A tiny part of the lens library which you can depend upon"; description = "A tiny part of the lens library which you can depend upon";
@ -91244,19 +91294,34 @@ self: {
version = "0.1.0.0"; version = "0.1.0.0";
sha256 = "00bk2vriwh8aj2c6n5g2w84pfq0nssfa62iw97dm9c3zkp558wxj"; sha256 = "00bk2vriwh8aj2c6n5g2w84pfq0nssfa62iw97dm9c3zkp558wxj";
libraryHaskellDepends = [ base microlens ]; libraryHaskellDepends = [ base microlens ];
jailbreak = true;
homepage = "http://github.com/aelve/microlens"; homepage = "http://github.com/aelve/microlens";
description = "'each' for microlens"; description = "'each' for microlens";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"microlens-ghc" = callPackage
({ mkDerivation, array, base, bytestring, containers, microlens }:
mkDerivation {
pname = "microlens-ghc";
version = "0.1.0.1";
sha256 = "17kkh6dnxhr2j1a9nll5ia0y5rd68icxjjk4kqs0wml1whmhhg55";
libraryHaskellDepends = [
array base bytestring containers microlens
];
homepage = "http://github.com/aelve/microlens";
description = "Orphan instances of microlens classes for packages coming with GHC (array, bytestring, containers)";
license = stdenv.lib.licenses.bsd3;
}) {};
"microlens-mtl" = callPackage "microlens-mtl" = callPackage
({ mkDerivation, base, microlens, mtl, transformers ({ mkDerivation, base, microlens, mtl, transformers
, transformers-compat , transformers-compat
}: }:
mkDerivation { mkDerivation {
pname = "microlens-mtl"; pname = "microlens-mtl";
version = "0.1.2.0"; version = "0.1.3.1";
sha256 = "1jvw9pspnr24rh7bvl6q7hv7x0g6vwy2a5xl19pxf36rl8wlfm9v"; sha256 = "118ym5n1c6b2lg815hikzbwc4bnz8kz3j4flfxwq3m50dbn29vzc";
libraryHaskellDepends = [ libraryHaskellDepends = [
base microlens mtl transformers transformers-compat base microlens mtl transformers transformers-compat
]; ];
@ -91269,8 +91334,8 @@ self: {
({ mkDerivation, base, containers, microlens, template-haskell }: ({ mkDerivation, base, containers, microlens, template-haskell }:
mkDerivation { mkDerivation {
pname = "microlens-th"; pname = "microlens-th";
version = "0.2.0.0"; version = "0.2.1.0";
sha256 = "048q6ridxvg7zi272q01k6ds0f411kg27p5whgj63qgg3k9w72sp"; sha256 = "1l4hxkq8z8h6pvld54bjlnzy5g30wr0akv1xjrjyk552mfi9gwvl";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers microlens template-haskell base containers microlens template-haskell
]; ];
@ -92323,21 +92388,21 @@ self: {
}) {}; }) {};
"moesocks" = callPackage "moesocks" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring
, containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network , containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network
, optparse-applicative, random, safe, text, transformers, unix , optparse-applicative, random, safe, stm, text, transformers, unix
, unordered-containers , unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "moesocks"; pname = "moesocks";
version = "0.1.0.8"; version = "0.1.0.10";
sha256 = "1f09sf41kbza3mci2yps0b38xi2j5gakjqx9hmi7lfzga4dkqgg0"; sha256 = "0cv741gcbjcd4gvqbiys40dh8y553cy6rxhpz0bvdv8xv4qfsz47";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
aeson attoparsec base binary bytestring containers cryptohash aeson async attoparsec base binary bytestring containers cryptohash
hslogger HsOpenSSL lens mtl network optparse-applicative random hslogger HsOpenSSL lens mtl network optparse-applicative random
safe text transformers unix unordered-containers safe stm text transformers unix unordered-containers
]; ];
homepage = "https://github.com/nfjinjing/moesocks"; homepage = "https://github.com/nfjinjing/moesocks";
description = "moe for all"; description = "moe for all";
@ -92892,8 +92957,8 @@ self: {
({ mkDerivation, base, mmorph, mtl, transformers }: ({ mkDerivation, base, mmorph, mtl, transformers }:
mkDerivation { mkDerivation {
pname = "monad-resumption"; pname = "monad-resumption";
version = "0.1.1.5"; version = "0.1.2.0";
sha256 = "08h750qbvzvlw5hyp1d44rkhiqlhgnsfy8sya2ya7p62l80w96sf"; sha256 = "09yz5cbvjlmqdlr25adxggpdz52jxyryyyrzix1pkdjr6aqpidkr";
libraryHaskellDepends = [ base mmorph mtl transformers ]; libraryHaskellDepends = [ base mmorph mtl transformers ];
homepage = "https://github.com/igraves/resumption_monads"; homepage = "https://github.com/igraves/resumption_monads";
description = "Resumption and reactive resumption monads for Haskell"; description = "Resumption and reactive resumption monads for Haskell";
@ -94250,12 +94315,19 @@ self: {
}) {}; }) {};
"mtl-unleashed" = callPackage "mtl-unleashed" = callPackage
({ mkDerivation, base, mtl }: ({ mkDerivation, base, contravariant, hspec, hspec-core, lens, mtl
, profunctors
}:
mkDerivation { mkDerivation {
pname = "mtl-unleashed"; pname = "mtl-unleashed";
version = "0.2.2"; version = "0.3";
sha256 = "0ih03zznq8mf8c76ic43j3vana6127bh6hxfz549g5kv9h54y83h"; sha256 = "1rirgbs4b7q7yjnvdw1j2y6nmym47adm8lcl0xysxi2hhhvs8r9c";
libraryHaskellDepends = [ base mtl ]; libraryHaskellDepends = [
base contravariant lens mtl profunctors
];
testHaskellDepends = [
base contravariant hspec hspec-core lens mtl profunctors
];
homepage = "https://github.com/seereason/mtl-unleashed"; homepage = "https://github.com/seereason/mtl-unleashed";
description = "MTL classes without the functional dependency"; description = "MTL classes without the functional dependency";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -94395,6 +94467,28 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"multi-cabal" = callPackage
({ mkDerivation, AAI, aeson, base, bytestring, directory, filepath
, HUnit, mtl, process, strict, test-framework, test-framework-hunit
}:
mkDerivation {
pname = "multi-cabal";
version = "0.1.0.0";
sha256 = "0qzphh4pmrdqanv9sjy0ipf3z775xvrvdyagd0291vv1mqkbbz3g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ aeson base filepath mtl ];
executableHaskellDepends = [
AAI aeson base bytestring directory filepath process strict
];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit
];
homepage = "https://github.com/aka-bash0r/multi-cabal";
description = "A tool supporting multi cabal project builds";
license = stdenv.lib.licenses.mit;
}) {};
"multiarg" = callPackage "multiarg" = callPackage
({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck ({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck
, tasty-th , tasty-th
@ -96977,8 +97071,8 @@ self: {
({ mkDerivation, base, network }: ({ mkDerivation, base, network }:
mkDerivation { mkDerivation {
pname = "network-multicast"; pname = "network-multicast";
version = "0.0.11"; version = "0.1.0";
sha256 = "0fgscv9crk2lx99rh234ipgl5psbrjili95inxj23drvwmsj3135"; sha256 = "12kswjqg4xv7gdjqabbyr7wvqkkzsyga3fjxnv9z9fdmil7xphhq";
libraryHaskellDepends = [ base network ]; libraryHaskellDepends = [ base network ];
description = "Simple multicast library"; description = "Simple multicast library";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
@ -98508,6 +98602,25 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"nurbs" = callPackage
({ mkDerivation, base, base-unicode-symbols, hspec, lens, linear
, mtl
}:
mkDerivation {
pname = "nurbs";
version = "0.1.0.0";
sha256 = "1rxg0d8j6srhw5mq0i6ma9dyqrx3h1c15pv3gj8brh8ghjw9z1wi";
libraryHaskellDepends = [
base base-unicode-symbols lens linear mtl
];
testHaskellDepends = [
base base-unicode-symbols hspec lens linear
];
homepage = "https://github.com/mvoidex/nurbs";
description = "NURBS";
license = stdenv.lib.licenses.bsd3;
}) {};
"nvim-hs" = callPackage "nvim-hs" = callPackage
({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit
, conduit-extra, containers, data-default, directory, dyre , conduit-extra, containers, data-default, directory, dyre
@ -111717,8 +111830,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rei"; pname = "rei";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "17ldmx351b54fxmiw3z89v7cs6p33x09k2aav7jphqgv2520phyv"; sha256 = "03dd4miy0r2mkh603f1p7f93mgxqhfkz8gfk6b4macqcw5pvi3vf";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
@ -111981,14 +112094,13 @@ self: {
({ mkDerivation, array, base, ghc, ghc-paths, json, network }: ({ mkDerivation, array, base, ghc, ghc-paths, json, network }:
mkDerivation { mkDerivation {
pname = "remote-debugger"; pname = "remote-debugger";
version = "0.2.1"; version = "0.2.2";
sha256 = "0mgq2n92d4xk6yqzrbghlp0h18nmkyhxnv5zynrqykfw5h9xl0f8"; sha256 = "1c6xh390963hk7q2qvhqb6yma5ma7hk39nxjikizwh7s2h9vi9k4";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
array base ghc ghc-paths json network array base ghc ghc-paths json network
]; ];
jailbreak = true;
homepage = "https://github.com/octomarat/HaskellDebugger"; homepage = "https://github.com/octomarat/HaskellDebugger";
description = "Interface to ghci debugger"; description = "Interface to ghci debugger";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -120253,8 +120365,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "smallcheck-series"; pname = "smallcheck-series";
version = "0.3"; version = "0.4";
sha256 = "1vdwafwdv38n1bvjf1rybfhh42a0q0g0g4wmw0v4fgxh73qndfdv"; sha256 = "05iixqnq9mfqc2gbwxnhx640apbppck8zb8akkwz1linlypvym60";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring containers logict smallcheck text transformers base bytestring containers logict smallcheck text transformers
]; ];
@ -125246,10 +125358,9 @@ self: {
({ mkDerivation, base, bytestring, tagged, text }: ({ mkDerivation, base, bytestring, tagged, text }:
mkDerivation { mkDerivation {
pname = "string-class"; pname = "string-class";
version = "0.1.6.4"; version = "0.1.6.5";
sha256 = "0hh2xcbf7sjsv15jgldpy5njjvkkkxwlg2g9961z9fn94zyi7854"; sha256 = "0yi3fagwqkgr8pf6wnl360qikyvfb649qs2y6gp0n7jjw0zc27c2";
libraryHaskellDepends = [ base bytestring tagged text ]; libraryHaskellDepends = [ base bytestring tagged text ];
jailbreak = true;
homepage = "https://github.com/bairyn/string-class"; homepage = "https://github.com/bairyn/string-class";
description = "String class library"; description = "String class library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -130230,8 +130341,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "th-typegraph"; pname = "th-typegraph";
version = "0.27"; version = "0.28";
sha256 = "1v7vic9kfig9flcnqcpzazd1s4wgqiz3mj9gcyc1ijkrd4y83cdr"; sha256 = "0dwkhrrcb5n3n06dr0ck613yr3j6f05sldnvrkb654xm69pw1qfc";
libraryHaskellDepends = [ libraryHaskellDepends = [
base base-compat containers data-default haskell-src-exts lens mtl base base-compat containers data-default haskell-src-exts lens mtl
mtl-unleashed set-extra syb template-haskell th-desugar th-orphans mtl-unleashed set-extra syb template-haskell th-desugar th-orphans
@ -130661,7 +130772,7 @@ self: {
"thyme" = callPackage "thyme" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
, containers, deepseq, directory, filepath, mtl, old-locale , containers, cpphs, deepseq, directory, filepath, mtl, old-locale
, profunctors, QuickCheck, random, system-posix-redirect, text , profunctors, QuickCheck, random, system-posix-redirect, text
, time, vector, vector-space, vector-th-unbox , time, vector, vector-space, vector-th-unbox
}: }:
@ -130674,6 +130785,7 @@ self: {
profunctors QuickCheck random text time vector vector-space profunctors QuickCheck random text time vector vector-space
vector-th-unbox vector-th-unbox
]; ];
libraryToolDepends = [ cpphs ];
testHaskellDepends = [ testHaskellDepends = [
attoparsec base bytestring Cabal containers directory filepath mtl attoparsec base bytestring Cabal containers directory filepath mtl
old-locale profunctors QuickCheck random system-posix-redirect text old-locale profunctors QuickCheck random system-posix-redirect text
@ -130682,7 +130794,6 @@ self: {
homepage = "https://github.com/liyang/thyme"; homepage = "https://github.com/liyang/thyme";
description = "A faster time library"; description = "A faster time library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"tianbar" = callPackage "tianbar" = callPackage
@ -130772,8 +130883,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "tidal-midi"; pname = "tidal-midi";
version = "0.0.2"; version = "0.1";
sha256 = "0q3g4qgzpd8p4z3l1npcs0gy14967l3yn4xqingdbcq22xasim6q"; sha256 = "04d5xfr57rw22jq62iil6sa9drya6z545hcm1fx98jrkcyglb10c";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring containers hashable hosc PortMidi process tidal base bytestring containers hashable hosc PortMidi process tidal
time time
@ -134418,8 +134529,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "uhc-util"; pname = "uhc-util";
version = "0.1.5.6"; version = "0.1.6.0";
sha256 = "1axg2apkvg3xk1cq78shbnc68i0h6fqcpjg8z3l4nc49kl5dywwz"; sha256 = "1ndnmk8rfa8hwp72hgh6xx043lf59a8k50cqjm8bibfpd7fl31hj";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base binary bytestring containers directory fclabels fgl array base binary bytestring containers directory fclabels fgl
hashable ListLike mtl process syb time time-compat uulib hashable ListLike mtl process syb time time-compat uulib
@ -138432,11 +138543,10 @@ self: {
({ mkDerivation, base, QtWebKit, wai, warp }: ({ mkDerivation, base, QtWebKit, wai, warp }:
mkDerivation { mkDerivation {
pname = "wai-handler-webkit"; pname = "wai-handler-webkit";
version = "3.0.0.1"; version = "3.0.0.2";
sha256 = "1fm985jq1sa8v3vj850cpcjl6kcyq2kgq6xwpb1rmzi8zmb80kpc"; sha256 = "0y7di5pnrri4dkqi8lx4gfksfpbqfwax1wjp1ijc5cw6p34mmzcs";
libraryHaskellDepends = [ base wai warp ]; libraryHaskellDepends = [ base wai warp ];
libraryPkgconfigDepends = [ QtWebKit ]; libraryPkgconfigDepends = [ QtWebKit ];
jailbreak = true;
homepage = "https://github.com/yesodweb/wai/tree/master/wai-handler-webkit"; homepage = "https://github.com/yesodweb/wai/tree/master/wai-handler-webkit";
description = "Turn WAI applications into standalone GUIs using QtWebkit"; description = "Turn WAI applications into standalone GUIs using QtWebkit";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -142599,6 +142709,8 @@ self: {
pname = "xmonad-contrib"; pname = "xmonad-contrib";
version = "0.11.4"; version = "0.11.4";
sha256 = "1g5cw9vvnfbiyi599fngk02zlmdhrf82x0bndhypkn6kybab6yd3"; sha256 = "1g5cw9vvnfbiyi599fngk02zlmdhrf82x0bndhypkn6kybab6yd3";
revision = "1";
editedCabalFile = "0280216420efaa06de7080d5998a24e27166e8b2c3d8a012846d004799c5edf2";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers directory extensible-exceptions mtl old-locale base containers directory extensible-exceptions mtl old-locale
old-time process random unix utf8-string X11 X11-xft xmonad old-time process random unix utf8-string X11 X11-xft xmonad