hackage-packages.nix: update from Hackage 2015-01-17T11:39:27+0100

This commit is contained in:
Peter Simons 2015-01-17 10:18:37 +01:00
parent 20560e667a
commit 7c1eae89f0

View File

@ -18132,18 +18132,17 @@ self: {
"apiary-purescript" = callPackage
({ mkDerivation, apiary, base, bytestring, data-default-class
, filepath, Glob, parsec, purescript, template-haskell, text
, unordered-containers, utf8-string
, filepath, Glob, parsec, purescript, text, unordered-containers
, utf8-string
}:
mkDerivation {
pname = "apiary-purescript";
version = "1.2.1";
sha256 = "1qz51ncl68lvwx91xcqvcvj4nakpg309c85zhxk0z0d2rv8j45bf";
version = "1.2.2";
sha256 = "1i7a9abw8ni0qr24j7kpkp83ml4p5gbz602x4pb8f7z91rqqk8y8";
buildDepends = [
apiary base bytestring data-default-class filepath Glob parsec
purescript template-haskell text unordered-containers utf8-string
purescript text unordered-containers utf8-string
];
jailbreak = true;
homepage = "https://github.com/philopon/apiary";
description = "purescript compiler for apiary web framework";
license = stdenv.lib.licenses.mit;
@ -18697,19 +18696,19 @@ self: {
}) {};
"array-forth" = callPackage
({ mkDerivation, base, Chart, HUnit, mcmc-synthesis, MonadRandom
, OddWord, optparse-applicative, QuickCheck, split
({ mkDerivation, array, base, HUnit, mcmc-synthesis
, modular-arithmetic, MonadRandom, OddWord, QuickCheck, split
, test-framework-hunit, test-framework-quickcheck2
, test-framework-th, vector
}:
mkDerivation {
pname = "array-forth";
version = "0.2.0.6";
sha256 = "1234szy0ibbyyzglpz0rv5w4wk44rkq8wdl5s3kmnvlvjyxn95nf";
version = "0.2.1.4";
sha256 = "03kjkpygi9jc8vrvnw9i8zwbfaihsl50bi39j0liclja442j9h5m";
isLibrary = true;
isExecutable = true;
buildDepends = [
base Chart mcmc-synthesis MonadRandom OddWord optparse-applicative
array base mcmc-synthesis modular-arithmetic MonadRandom OddWord
split vector
];
testDepends = [
@ -18761,8 +18760,8 @@ self: {
({ mkDerivation, base, containers, mtl }:
mkDerivation {
pname = "arrow-list";
version = "0.6.1.5";
sha256 = "0i0rwjrrvbi9fmwdzmz6vzkkr63pl2df653anjwcw3xr7ccb16xm";
version = "0.7";
sha256 = "1n6m77hdkpjd12r0b8fwxiz3jz0j86cplgsk27m2raj86vr3dy1k";
buildDepends = [ base containers mtl ];
homepage = "https://github.com/silkapp/arrow-list";
description = "List arrows for Haskell";
@ -19375,8 +19374,9 @@ self: {
({ mkDerivation, base, ghc-prim, primitive }:
mkDerivation {
pname = "atomic-primops";
version = "0.6.1.1";
sha256 = "1flnh7x0596hw834irfznd3vprl844bgml2phskg8sjwcmi1j74c";
version = "0.7";
sha256 = "1gd2m7qnyww3dv5vcajh9j5chcwlkfsqgpi299q2x4n9xrp0d50g";
editedCabalFile = "99594a0f7b2fd268f7f68e460218c22bda9da07c559fb5ead6d3c508f01d9cff";
buildDepends = [ base ghc-prim primitive ];
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
description = "A safe approach to CAS and other atomic ops in Haskell";
@ -19802,8 +19802,8 @@ self: {
}:
mkDerivation {
pname = "autonix-deps";
version = "0.1.0.0";
sha256 = "0kmyl117wjyrgxzng3avxq3rjqq6ifxd0b14x8nazpl4566qccfw";
version = "0.1.0.1";
sha256 = "1639yhq3v506h67374mw63pkz15p52qqapc6bwi3dylyp4ilgimi";
buildDepends = [
base bytestring conduit containers errors filepath lens
libarchive-conduit mtl optparse-applicative process regex-tdfa
@ -20837,8 +20837,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "base-prelude";
version = "0.1.11";
sha256 = "0g6p1d3r6jbqcd8flxfbasb40ga7k90bc0q07drwhlaiadjnx1an";
version = "0.1.14";
sha256 = "09zjgsnk9c3nw92iymv0ai42wqis6yqb3z3pvslpvdv0a2g7jhgj";
buildDepends = [ base ];
homepage = "https://github.com/nikita-volkov/base-prelude";
description = "The most complete prelude formed from only the \"base\" package";
@ -26955,9 +26955,10 @@ self: {
pname = "cf";
version = "0.1";
sha256 = "0wwq78b6d6hxaivyxw8rc9dsb0kq4aw0mkp8w0xmnfmz8biymlmg";
editedCabalFile = "6bd39af35810e6a40142d87fdd9fc91754fe85098a63a8087626bf9916bd3362";
buildDepends = [ base ];
homepage = "http://github.com/mvr/cf";
description = "Infinite precision arithmetic using continued fractions";
description = "Exact real arithmetic using continued fractions";
license = stdenv.lib.licenses.mit;
}) {};
@ -30553,17 +30554,18 @@ self: {
}) {};
"connection" = callPackage
({ mkDerivation, base, bytestring, containers, cprng-aes
, data-default-class, network, socks, tls, x509, x509-store
, x509-system, x509-validation
({ mkDerivation, base, byteable, bytestring, containers
, crypto-random, data-default-class, network, securemem, socks, tls
, x509, x509-store, x509-system, x509-validation
}:
mkDerivation {
pname = "connection";
version = "0.2.3";
sha256 = "02mqn19pssdak82jw38p3cbwjyfvmjc6fawgx5981hzbdgb64vsb";
version = "0.2.4";
sha256 = "0sl0vxn02bbyk7lcclr7ml93wpap2f042da3c9v9ppvbvs8jmf7j";
buildDepends = [
base bytestring containers cprng-aes data-default-class network
socks tls x509 x509-store x509-system x509-validation
base byteable bytestring containers crypto-random
data-default-class network securemem socks tls x509 x509-store
x509-system x509-validation
];
homepage = "http://github.com/vincenthz/hs-connection";
description = "Simple and easy network connections API";
@ -32387,21 +32389,21 @@ self: {
"crypto-pubkey" = callPackage
({ mkDerivation, base, byteable, bytestring, crypto-numbers
, crypto-pubkey-types, crypto-random, cryptohash, HUnit, QuickCheck
, test-framework, test-framework-hunit, test-framework-quickcheck2
, crypto-pubkey-types, crypto-random, cryptohash, tasty
, tasty-hunit, tasty-kat, tasty-quickcheck
}:
mkDerivation {
pname = "crypto-pubkey";
version = "0.2.7";
sha256 = "0y15nym98sfbfa34f28jalmbbz4fnmhl1ywv4apwyzyyh4x7djp0";
version = "0.2.8";
sha256 = "0vmmx2fqq2xc3xfavy22i2nyynpk88jhmjr62qgxw5w5qgsz5k60";
buildDepends = [
base byteable bytestring crypto-numbers crypto-pubkey-types
crypto-random cryptohash
];
testDepends = [
base byteable bytestring crypto-numbers crypto-pubkey-types
crypto-random cryptohash HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
crypto-random cryptohash tasty tasty-hunit tasty-kat
tasty-quickcheck
];
homepage = "https://github.com/vincenthz/hs-crypto-pubkey";
description = "Public Key cryptography";
@ -38798,18 +38800,18 @@ self: {
}:
mkDerivation {
pname = "dynamic-cabal";
version = "0.3.3";
sha256 = "0fq6q0j2fx7ygarzgsvb7scssjnrxjrq188d0habfar6bdm0vqdg";
version = "0.3.4";
sha256 = "080hynvyrc5jbfm4v5l04iby70rf6fqa3ynbpj1njdh6xjc4wnlv";
buildDepends = [
base containers data-default directory filepath ghc ghc-paths
haskell-generate haskell-src-exts time void
];
testDepends = [
base containers directory doctest filepath HUnit tasty tasty-hunit
tasty-th
base containers directory doctest filepath ghc HUnit tasty
tasty-hunit tasty-th
];
homepage = "http://github.com/bennofs/dynamic-cabal/";
description = "dynamic-cabal";
description = "Access the functions from the Cabal library without depending on it";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -46285,6 +46287,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ghc-generic-instances" = callPackage
({ mkDerivation, base, ghc }:
mkDerivation {
pname = "ghc-generic-instances";
version = "0.1.0.0";
sha256 = "0264ma0w85fwypnagd0l4zfs1wi1yk16rygn6fhpzgsxycwmg47h";
buildDepends = [ base ghc ];
jailbreak = true;
homepage = "https://github.com/alanz/ghc-generic-instances";
description = "Derived instances of GHC.Generic of the GHC AST";
license = stdenv.lib.licenses.publicDomain;
}) {};
"ghc-heap-view" = callPackage
({ mkDerivation, base, binary, bytestring, containers, deepseq, ghc
, template-haskell, transformers
@ -47477,8 +47492,8 @@ self: {
}:
mkDerivation {
pname = "gl";
version = "0.6.3";
sha256 = "0ys5808rzr04fcw7hlliqpx2sncyqpr4x89p4sa2vf5ywsgzmz04";
version = "0.7";
sha256 = "0s9xvsainfl1g40ifzzz4rl9mp5z3apw79sz80n7lidch30i2ccs";
buildDepends = [
base containers directory filepath fixed half hxt split
transformers
@ -50555,6 +50570,7 @@ self: {
pname = "hackage-db";
version = "1.22";
sha256 = "0rhh7w4929zkwzv10ika952yiw4dkffqd8f79f1bl76lz1la6cjd";
editedCabalFile = "b5277a8cbbfcfba81f29db4910003c2fa7e34c06bceb4f3e7318510e1ce74376";
buildDepends = [
base bytestring Cabal containers directory filepath tar utf8-string
];
@ -53161,14 +53177,14 @@ self: {
}:
mkDerivation {
pname = "haskell-generate";
version = "0.2.2";
sha256 = "1wdfs28p195szg6jxq0qbyj4jdbqnsp9frgjnp25mzf14y9i1yid";
version = "0.2.3";
sha256 = "07j0z9jxxgbxfxz9bpy5w8nphrqsl5wyq1jysfhypfi7v87nv9an";
buildDepends = [
base containers haskell-src-exts template-haskell transformers
];
testDepends = [ base directory doctest filepath ];
homepage = "http://github.com/bennofs/haskell-generate/";
description = "haskell-generate";
description = "Typesafe generation of haskell source code";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -53416,6 +53432,17 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"haskell-rules" = callPackage
({ mkDerivation, base, syb }:
mkDerivation {
pname = "haskell-rules";
version = "0.1.0.1";
sha256 = "03d8c1gnxd923f3fqqw06w3ibnd20llfgd7s5jgkscc872i5ghz6";
buildDepends = [ base syb ];
description = "A DSL for expressing natural deduction rules in Haskell";
license = stdenv.lib.licenses.gpl3;
}) {};
"haskell-spacegoo" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, mtl
, network-conduit, pretty, pretty-show, text, vector, vector-space
@ -54568,7 +54595,7 @@ self: {
}) {};
"hasql-postgres" = callPackage
({ mkDerivation, attoparsec, base, base-prelude, bytestring
({ mkDerivation, aeson, attoparsec, base, base-prelude, bytestring
, directory, doctest, either, filepath, free, hashable, hashtables
, hasql, hasql-backend, hspec, list-t, loch-th, mmorph, mtl-prelude
, old-locale, placeholders, postgresql-binary, postgresql-libpq
@ -54577,19 +54604,19 @@ self: {
}:
mkDerivation {
pname = "hasql-postgres";
version = "0.10.1";
sha256 = "1n3gcdv0d1pw3jnwldhkj8p23mx18slp8fyjlygpgivgmb8921ah";
version = "0.10.2";
sha256 = "0nw1xq9wfdhcm40qfx8d883nvgk7bfhwbwwb1r9jx7zlspx15vq5";
buildDepends = [
attoparsec base base-prelude bytestring either free hashable
aeson attoparsec base base-prelude bytestring either free hashable
hashtables hasql-backend list-t loch-th mmorph placeholders
postgresql-binary postgresql-libpq scientific template-haskell text
time transformers uuid vector
];
testDepends = [
base base-prelude bytestring directory doctest either filepath
hashable hasql hasql-backend hspec list-t mtl-prelude old-locale
postgresql-binary QuickCheck quickcheck-instances scientific text
time vector
aeson base base-prelude bytestring directory doctest either
filepath hashable hasql hasql-backend hspec list-t mtl-prelude
old-locale postgresql-binary QuickCheck quickcheck-instances
scientific text time vector
];
homepage = "https://github.com/nikita-volkov/hasql-postgres";
description = "A \"PostgreSQL\" backend for the \"hasql\" library";
@ -61292,8 +61319,8 @@ self: {
}:
mkDerivation {
pname = "hsdev";
version = "0.1.3.1";
sha256 = "1hlv7r3c6x4483618q9ahrl0v1dirxl4l20dbxp0ir948x8w7dyi";
version = "0.1.3.2";
sha256 = "1gr24789vg05phps4141dfygdzlhy58v5r90bv35gp6gwnj2b0za";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -65335,8 +65362,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "ieee754";
version = "0.7.4";
sha256 = "1pxbkfa21mvc869n18nn7r29hcinxdbsnk68nlldzld8f6m13g1h";
version = "0.7.5";
sha256 = "0109mhyk76xnbsbpnnz3skpvxjckcldlpq93dvfgy5zahmswl4r3";
buildDepends = [ base ];
homepage = "http://github.com/patperry/hs-ieee754";
description = "Utilities for dealing with IEEE floating point numbers";
@ -68940,8 +68967,8 @@ self: {
}:
mkDerivation {
pname = "jwt";
version = "0.5.1";
sha256 = "010w57x16vwvmg6npwyylpbwg24bjdkjz8cjcn0573j56vn5j7vn";
version = "0.5.2";
sha256 = "1ks2dsi26cqz9q78lj6man14a86zdlkqv00lq1ffn00q3l7zxgmn";
buildDepends = [
aeson base base64-bytestring bytestring containers cryptohash
data-default http-types network network-uri scientific semigroups
@ -72653,6 +72680,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"linearscan" = callPackage
({ mkDerivation, base, containers, free, hoopl, hspec
, hspec-expectations, HUnit, transformers
}:
mkDerivation {
pname = "linearscan";
version = "0.1.0.0";
sha256 = "1wkq5hyc85qxzlam5kb2zfvmrd7r6ypykv4b19hnsp3qgn4pmakx";
buildDepends = [ base transformers ];
testDepends = [
base containers free hoopl hspec hspec-expectations HUnit
transformers
];
homepage = "http://github.com/jwiegley/linearscan";
description = "Linear scan register allocator, formally verified in Coq";
license = stdenv.lib.licenses.bsd3;
}) {};
"linebreak" = callPackage
({ mkDerivation, base, hyphenation }:
mkDerivation {
@ -73818,6 +73863,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"logger" = callPackage
({ mkDerivation, ansi-wl-pprint, base, containers, lens, mtl
, template-haskell, time, transformers, unagi-chan
}:
mkDerivation {
pname = "logger";
version = "0.1.0.0";
sha256 = "1v264iv34k13lz63ajci03iikc7ajqcl3dvcaxcv7m3h538km8vm";
buildDepends = [
ansi-wl-pprint base containers lens mtl template-haskell time
transformers unagi-chan
];
jailbreak = true;
homepage = "https://github.com/wdanilo/haskell-logger";
description = "Fast & extensible logging framework";
license = stdenv.lib.licenses.asl20;
}) {};
"logging" = callPackage
({ mkDerivation, base, binary, bytestring, fast-logger, hspec
, lifted-base, monad-control, monad-logger, old-locale, pcre-light
@ -74362,6 +74425,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"lucid-svg" = callPackage
({ mkDerivation, base, lucid, text, transformers }:
mkDerivation {
pname = "lucid-svg";
version = "0.1.0.0";
sha256 = "1drl7br0f0n53g54d6ry619g7ac0vg5d0qf9h2caybwv269jrsvv";
buildDepends = [ base lucid text transformers ];
homepage = "http://github.com/jeffreyrosenbluth/lucid-svg.git";
description = "DSL for SVG using lucid for HTML";
license = stdenv.lib.licenses.bsd3;
}) {};
"lucienne" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-html, bson
, bytestring, compact-string-fix, feed, happstack, happstack-server
@ -83753,7 +83828,9 @@ self: {
pname = "packedstring";
version = "0.1.0.1";
sha256 = "1x78pzzdlnpcmh9p37rlf8m5cxf3yqm2alf3whl4zpr9w25r0qj8";
editedCabalFile = "cbc334ff8e721fb18b6799b28dc3e77addc7234aa553725b0af68375f75e0bcf";
buildDepends = [ array base ];
jailbreak = true;
description = "(Deprecated) Packed Strings";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -93855,8 +93932,8 @@ self: {
}:
mkDerivation {
pname = "reverse-geocoding";
version = "0.1.0.1";
sha256 = "12sp3ilyw4cqqqvlfn90fq1y573vccms0sgwsnnnsmljrj66jppp";
version = "0.1.0.2";
sha256 = "1zbix3fx5w57zks5d4ba10r9193x4m7hbq92b06ysw73im13rnhn";
buildDepends = [
aeson base iso3166-country-codes lens lens-aeson text wreq
];
@ -95656,8 +95733,8 @@ self: {
}:
mkDerivation {
pname = "sbv";
version = "3.4";
sha256 = "1c4sh9l4kggw2mvv47raz36j2s9nn81l68y6w6dbq3m990j1zazm";
version = "3.5";
sha256 = "00r80h8p6w1ir2sk3m2xgims22fzxyvij9mz6b0kn9n0qsjmkpaz";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -95715,6 +95792,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"scalpel" = callPackage
({ mkDerivation, base, bytestring, download-curl, HUnit, regex-base
, regex-tdfa, tagsoup, text
}:
mkDerivation {
pname = "scalpel";
version = "0.1.1";
sha256 = "0ypr6i4in1vvxjxi03r29q7mvig390bnpn2bcmjm9q1w51ypjdnr";
buildDepends = [
base bytestring download-curl regex-base regex-tdfa tagsoup text
];
testDepends = [
base bytestring download-curl HUnit regex-base regex-tdfa tagsoup
text
];
homepage = "https://github.com/fimad/scalpel";
description = "A high level web scraping library for Haskell";
license = stdenv.lib.licenses.asl20;
}) {};
"scan" = callPackage
({ mkDerivation, base, parsec }:
mkDerivation {
@ -96642,8 +96739,8 @@ self: {
({ mkDerivation, base, byteable, bytestring, ghc-prim }:
mkDerivation {
pname = "securemem";
version = "0.1.4";
sha256 = "1wdbcnyaarrixfvz79mcyqmfnn9h5zsmrrsa64xj8650ppyaxi48";
version = "0.1.5";
sha256 = "1g3y6bb1879qdlrsh11c31fiai66slvcd732zpkrf9lg2zpv68af";
buildDepends = [ base byteable bytestring ghc-prim ];
homepage = "http://github.com/vincenthz/hs-securemem";
description = "abstraction to an auto scrubbing and const time eq, memory chunk";
@ -97037,8 +97134,8 @@ self: {
}:
mkDerivation {
pname = "seqloc";
version = "0.6.1";
sha256 = "0ymc0p9n5jmqw3ffs9s86sxz9bkh3nz36lmfs0l14psqcd41ghwa";
version = "0.6.1.1";
sha256 = "1hsm9y6q0g7ixnqj562a33lmyka4k7f778fndcmn25v4m1myfda4";
buildDepends = [
attoparsec base biocore bytestring hashable unordered-containers
vector
@ -99460,18 +99557,18 @@ self: {
"sloane" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, cereal
, containers, directory, download-curl, filepath, HTTP, network
, optparse-applicative, terminal-size, text, zlib
, optparse-applicative, stringsearch, terminal-size, text, zlib
}:
mkDerivation {
pname = "sloane";
version = "2.0.3";
sha256 = "1fglx4nl8cpjs1h1cpiyg54rdrcrj8si4fayhj2c6ijksq26pfn3";
version = "2.0.5";
sha256 = "1jmnyw5n2k9c0bsdgna7hxc6yxjrycss02wjwsavbq13i7amq8i9";
isLibrary = false;
isExecutable = true;
buildDepends = [
ansi-terminal base bytestring cereal containers directory
download-curl filepath HTTP network optparse-applicative
terminal-size text zlib
stringsearch terminal-size text zlib
];
postInstall = ''
mkdir -p $out/share/man/man1
@ -105827,8 +105924,8 @@ self: {
}:
mkDerivation {
pname = "target";
version = "0.1.0.0";
sha256 = "08n2r457yjywfyb4pgjsrp96gb3h79zhmw2h042bvh89k36n44y1";
version = "0.1.1.0";
sha256 = "1b6kbiqpx57ghi98ki4gbqclyl91rs113ayd51bx8wmwwbaag21v";
buildDepends = [
base containers directory exceptions filepath ghc ghc-paths
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
@ -108149,22 +108246,22 @@ self: {
"tianbar" = callPackage
({ mkDerivation, aeson, base, blaze-html, blaze-markup, containers
, dbus, directory, gtk, gtk-traymanager, happstack-server, network
, process, random, split, text, transformers, utf8-string, webkit
, xdg-basedir, xmonad, xmonad-contrib
, network-uri, process, random, split, text, transformers
, utf8-string, webkit, xdg-basedir, xmonad, xmonad-contrib
}:
mkDerivation {
pname = "tianbar";
version = "0.4.6.0";
sha256 = "1gnx57yk65m5mh8j652y2r3c26zbv157lhmlf11dlxchpgi6qh3y";
version = "0.4.6.3";
sha256 = "1ns1gsjqq1xcdxqw7xplcax88ydfx8pn6id42n5idmcbgxkjzm9p";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson base blaze-html blaze-markup containers dbus directory gtk
gtk-traymanager happstack-server network process random split text
transformers utf8-string webkit xdg-basedir xmonad xmonad-contrib
gtk-traymanager happstack-server network network-uri process random
split text transformers utf8-string webkit xdg-basedir xmonad
xmonad-contrib
];
pkgconfigDepends = [ gtk ];
jailbreak = true;
homepage = "https://github.com/koterpillar/tianbar";
description = "A desktop bar based on WebKit";
license = stdenv.lib.licenses.mit;
@ -108831,8 +108928,8 @@ self: {
}:
mkDerivation {
pname = "tls";
version = "1.2.13";
sha256 = "1djjscmyn3wcnlzz1r0clz2nxa2y23rlyjk30xjsdp0m1sq0vdc3";
version = "1.2.15";
sha256 = "025l7zl50v813i3z184gi33fcffi9y5k9c6fccxsp6hzjjggy9m1";
buildDepends = [
asn1-encoding asn1-types async base byteable bytestring cereal
cipher-aes cipher-des cipher-rc4 crypto-cipher-types crypto-numbers
@ -111373,15 +111470,14 @@ self: {
}:
mkDerivation {
pname = "unagi-chan";
version = "0.3.0.1";
sha256 = "1s1bqrzxryp44xihd1xy465jmqiiphxkjkkcclj69m7l9rcpcv51";
version = "0.3.0.2";
sha256 = "1a6jpr6gynpfh3kqfq42arzxfij5ms18rqhl0xlf49iscj0c15lg";
isLibrary = true;
isExecutable = true;
buildDepends = [ atomic-primops base ghc-prim primitive ];
testDepends = [
atomic-primops base containers ghc-prim primitive
];
jailbreak = true;
description = "Fast concurrent queues with a Chan-like API, and more";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -115944,6 +116040,25 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"wedged" = callPackage
({ mkDerivation, array, base, colour, containers, diagrams-cairo
, diagrams-lib, MonadRandom, strict
}:
mkDerivation {
pname = "wedged";
version = "0";
sha256 = "1sdnqc40qg5pv0kj4qw33vk5cy3yym60csh3iwmpm7pzpray7511";
isLibrary = false;
isExecutable = true;
buildDepends = [
array base colour containers diagrams-cairo diagrams-lib
MonadRandom strict
];
jailbreak = true;
description = "Wedged postcard generator";
license = "unknown";
}) {};
"weighted-regexp" = callPackage
({ mkDerivation, array, base, happy }:
mkDerivation {
@ -118028,6 +118143,23 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
"xmonad-entryhelper" = callPackage
({ mkDerivation, base, directory, extensible-exceptions, filepath
, mtl, process, unix, X11, xmonad, xmonad-contrib
}:
mkDerivation {
pname = "xmonad-entryhelper";
version = "0.1.0.0";
sha256 = "1xwjdy7swc4bqqx0y7bny7rci4wpq2318m9nbz365x2r7i379v9h";
buildDepends = [
base directory extensible-exceptions filepath mtl process unix X11
xmonad xmonad-contrib
];
homepage = "https://github.com/Javran/xmonad-entryhelper";
description = "XMonad config entry point wrapper";
license = stdenv.lib.licenses.mit;
}) {};
"xmonad-eval" = callPackage
({ mkDerivation, base, containers, directory, hint, mtl, old-locale
, old-time, process, random, unix, X11, xmonad, xmonad-contrib