hackage-packages.nix: update to 134ac5a06c with hackage2nix revision a31a6f02a9c437a93e5f13394aa2268f476433aa

This commit is contained in:
Peter Simons 2015-05-21 15:40:25 +02:00
parent bcfa84cae2
commit da6567785b

View File

@ -19194,13 +19194,12 @@ self: {
}:
mkDerivation {
pname = "analyze-client";
version = "0.1.0.1";
sha256 = "1k2x6srrf2cwiihhi2aacjy3bxyz59nczr49rnsxa0kk7gnkjngm";
version = "0.1.0.2";
sha256 = "12csrds628c3ff9giyc6q74jn1s2fbkdyagzbqcvnh3brnzsjvss";
buildDepends = [
base bytestring http-conduit MonadCatchIO-transformers mtl snap
snap-core time
];
jailbreak = true;
homepage = "https://github.com/dbp/analyze-client";
description = "Client for analyze service";
license = stdenv.lib.licenses.bsd3;
@ -32562,8 +32561,8 @@ self: {
}:
mkDerivation {
pname = "codex";
version = "0.3";
sha256 = "0sy9md1r44x0c0a9y012qc851hi5c0rj8fsbagdqy75ajlncp00s";
version = "0.3.0.4";
sha256 = "1fk3cw37ng80mw6nxv089sadzyf2s0m90c5rz936qpda06rqng08";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -32656,6 +32655,7 @@ self: {
jailbreak = true;
description = "Connector library for the coinbase exchange";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"colada" = callPackage
@ -33077,7 +33077,9 @@ self: {
mkDerivation {
pname = "comonad";
version = "4.2.6";
revision = "1";
sha256 = "1dspysfyjk74di2wvv7xj8r92acqsynjl5gi3sh8m7hqb122m60i";
editedCabalFile = "7a617c03c1147d1955930ac77cf2395f853195c2331468822aa58a5813b49556";
buildDepends = [
base containers contravariant distributive semigroups tagged
transformers transformers-compat
@ -35599,8 +35601,8 @@ self: {
({ mkDerivation, array, base, containers, parallel }:
mkDerivation {
pname = "cpsa";
version = "2.4.0";
sha256 = "1xhqqrfz6jdmmil1b3awz1j7hfkcpla7vzindqdxhf99y81wd187";
version = "2.5.0";
sha256 = "1pdcpgfxba55sg19awcds8l6lw48waaz4dh43dlyb666hmhb2adh";
isLibrary = false;
isExecutable = true;
buildDepends = [ array base containers parallel ];
@ -37036,14 +37038,13 @@ self: {
({ mkDerivation, base, GLUT, Yampa }:
mkDerivation {
pname = "cuboid";
version = "0.14.1";
sha256 = "10h14qzvv46pmqcwwsvil93da2g8ddk5cpqxwmi884v2svjvz7qm";
version = "0.14.2";
sha256 = "08l8qf98d5p9d5qyj3kh35rzp8fih77bd2pras4dkn7an39pmr6b";
isLibrary = false;
isExecutable = true;
buildDepends = [ base GLUT Yampa ];
description = "3D Yampa/GLUT Puzzle Game";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cuda" = callPackage
@ -49181,20 +49182,19 @@ self: {
"flowdock" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, http-client, http-client-tls, lens, mtl, pipes, pipes-aeson
, pipes-http, pipes-parse, template-haskell, text
, unordered-containers, uuid
, http-client, http-client-tls, lens, lens-action, mtl, network
, pipes, pipes-aeson, pipes-http, pipes-parse, template-haskell
, text, unordered-containers, uuid
}:
mkDerivation {
pname = "flowdock";
version = "0.2.0.0";
sha256 = "1lmjhy6cxdr86pia9v04h4q40w0401r3a2srsdhgwbgxzj3syi1r";
version = "0.3.0.0";
sha256 = "199n32q64gw6i381kn70x5avrh3r2al1nj3f90nibivpip886zgc";
buildDepends = [
aeson base base64-bytestring bytestring http-client http-client-tls
lens mtl pipes pipes-aeson pipes-http pipes-parse template-haskell
text unordered-containers uuid
lens lens-action mtl network pipes pipes-aeson pipes-http
pipes-parse template-haskell text unordered-containers uuid
];
jailbreak = true;
homepage = "https://github.com/brewtown/hs-flowdock";
description = "Flowdock client library for Haskell";
license = stdenv.lib.licenses.mit;
@ -49395,6 +49395,19 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"fold-debounce" = callPackage
({ mkDerivation, base, data-default, hspec, stm, time }:
mkDerivation {
pname = "fold-debounce";
version = "0.1.0.0";
sha256 = "1g22npjhjc35n05gyqrfk9cqr3m976cgdav3f8w1f2hbwvnfbxy7";
buildDepends = [ base data-default stm time ];
testDepends = [ base hspec stm ];
homepage = "https://github.com/debug-ito/fold-debounce";
description = "Fold multiple events that happen in a given period of time";
license = stdenv.lib.licenses.bsd3;
}) {};
"foldl" = callPackage
({ mkDerivation, base, bytestring, containers, mwc-random
, primitive, text, transformers, vector
@ -52236,9 +52249,9 @@ self: {
({ mkDerivation, async, base, Cabal, containers, data-default
, deepseq, directory, djinn-ghc, doctest, emacs, filepath, ghc
, ghc-paths, ghc-syb-utils, haskell-src-exts, hlint, hspec
, io-choice, makeWrapper, monad-control, monad-journal, mtl
, old-time, pretty, process, split, syb, temporary, text, time
, transformers, transformers-base
, io-choice, monad-control, monad-journal, mtl, old-time, pretty
, process, split, syb, temporary, text, time, transformers
, transformers-base
}:
mkDerivation {
pname = "ghc-mod";
@ -52259,7 +52272,7 @@ self: {
monad-control monad-journal mtl old-time pretty process split syb
temporary text time transformers transformers-base
];
buildTools = [ emacs makeWrapper ];
buildTools = [ emacs ];
configureFlags = "--datasubdir=ghc-mod-5.2.1.2";
postInstall = ''
cd $out/share/ghc-mod-5.2.1.2
@ -52272,7 +52285,7 @@ self: {
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
description = "Happy Haskell Programming";
license = stdenv.lib.licenses.bsd3;
}) { inherit (pkgs) emacs; inherit (pkgs) makeWrapper;};
}) { inherit (pkgs) emacs;};
"ghc-mtl" = callPackage
({ mkDerivation, base, exceptions, extensible-exceptions, ghc, mtl
@ -52316,8 +52329,8 @@ self: {
({ mkDerivation, base, cpphs, ghc, happy }:
mkDerivation {
pname = "ghc-parser";
version = "0.1.6.0";
sha256 = "1j0axpzm1ysi6sv80rr2bka1wycinrnqvkpnxlb18yb3zbwijz76";
version = "0.1.7.0";
sha256 = "0cb0d9szrimlflxh67ad74cqfi6yc2cr1bcl17c6b23ccnyqbq73";
buildDepends = [ base ghc ];
buildTools = [ cpphs happy ];
patchPhase = ''
@ -52389,8 +52402,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "ghc-prof-flamegraph";
version = "0.1.1.0";
sha256 = "0vc456155wsf0qgzih4m3lijzxx99rxpfa149hh8zcqsx1pgq7gm";
version = "0.1.2.1";
sha256 = "0nzk3h65iqnmva7n2m00kknllqbmg95xav4g5rpizhridpivg9hb";
isLibrary = true;
isExecutable = true;
buildDepends = [ base ];
@ -53278,19 +53291,18 @@ self: {
({ mkDerivation, base, base16-bytestring, bytestring, conduit
, conduit-combinators, containers, directory, exceptions, filepath
, hashable, lifted-async, lifted-base, monad-control, monad-logger
, mtl, resourcet, semigroups, system-filepath, tagged, text, time
, transformers, unix, unordered-containers
, mtl, resourcet, semigroups, tagged, text, time, transformers
, unix, unordered-containers
}:
mkDerivation {
pname = "gitlib";
version = "3.1.0.1";
sha256 = "0h6drwxb8nc3nsw9b5w6xaqpwnila0i546w4xykxb61lybjdmw2g";
version = "3.1.0.2";
sha256 = "05l5i2s0212sx3bzw6r9njanjv1q1gmqc7f6g1z1sy9fibyxcwah";
buildDepends = [
base base16-bytestring bytestring conduit conduit-combinators
containers directory exceptions filepath hashable lifted-async
lifted-base monad-control monad-logger mtl resourcet semigroups
system-filepath tagged text time transformers unix
unordered-containers
tagged text time transformers unix unordered-containers
];
description = "API library for working with Git repositories";
license = stdenv.lib.licenses.mit;
@ -53301,17 +53313,19 @@ self: {
, containers, directory, exceptions, gitlib, gitlib-test, hspec
, hspec-expectations, monad-control, mtl, old-locale, parsec
, process-extras, shelly, system-filepath, tagged, text, time
, transformers, transformers-base, unordered-containers
, time-locale-compat, transformers, transformers-base
, unordered-containers
}:
mkDerivation {
pname = "gitlib-cmdline";
version = "3.1.0.1";
sha256 = "1vsn7sz71vj79ghcn9wmzf0jnjnaiibvx0k4q8vm4q8aqnl7rvl4";
version = "3.1.0.2";
sha256 = "1dridps65mw06r9slza80vl21f5n1kq1if7gnwcrbagicvy45p0k";
buildDepends = [
base bytestring conduit conduit-combinators containers directory
exceptions gitlib monad-control mtl old-locale parsec
process-extras shelly system-filepath tagged text time transformers
transformers-base unordered-containers
process-extras shelly system-filepath tagged text time
time-locale-compat transformers transformers-base
unordered-containers
];
testDepends = [
base gitlib gitlib-test hspec hspec-expectations system-filepath
@ -53351,8 +53365,8 @@ self: {
}:
mkDerivation {
pname = "gitlib-libgit2";
version = "3.1.0.4";
sha256 = "0657m22xybk54rpyzhdv27089nh85a1n0v47w06q9h5pakq3vfv7";
version = "3.1.0.5";
sha256 = "1xnzks7jwl7d0xf7qgz9gmqf4n1yn3qvjrs73prla8n063kgdh95";
buildDepends = [
base bytestring conduit conduit-combinators containers directory
exceptions fast-logger filepath gitlib hlibgit2 lifted-async
@ -53417,8 +53431,8 @@ self: {
}:
mkDerivation {
pname = "gitlib-test";
version = "3.1.0.2";
sha256 = "0nny0fp1j3g5fsxskqnlwcqrrxn74yjxkg9avfqdgai8b585yka2";
version = "3.1.0.3";
sha256 = "07r970d6m15gri6xim71kl2vvml85jlb0vc51zb67gfsd6iby2py";
buildDepends = [
base bytestring conduit conduit-combinators exceptions gitlib hspec
hspec-expectations HUnit monad-control tagged text time
@ -53541,6 +53555,30 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"glambda" = callPackage
({ mkDerivation, ansi-wl-pprint, base, containers, directory
, errors, haskeline, mtl, parsec, tasty, tasty-hunit
, template-haskell
}:
mkDerivation {
pname = "glambda";
version = "1.0";
sha256 = "01bqh7g76a02qvzqm8di6ig84k0v7crd9aljsg339h7d3y7grxhf";
isLibrary = true;
isExecutable = true;
buildDepends = [
ansi-wl-pprint base containers directory errors haskeline mtl
parsec
];
testDepends = [
ansi-wl-pprint base errors mtl parsec tasty tasty-hunit
template-haskell
];
homepage = "https://github.com/goldfirere/glambda";
description = "A simply typed lambda calculus interpreter, written with GADTs";
license = stdenv.lib.licenses.bsd3;
}) {};
"glapp" = callPackage
({ mkDerivation, base, containers, GLFW-b, lens, mtl, OpenGL }:
mkDerivation {
@ -63434,6 +63472,7 @@ self: {
];
description = "Hess-Smith panel code for inviscid 2-d airfoil analysis";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hfov" = callPackage
@ -65230,8 +65269,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix-gsl-stats";
version = "0.2.1";
sha256 = "1sfyvp5dlxcfqwpfwzqly9h8g26lm8470xaqcw6nj15dya1zl1fj";
version = "0.3";
sha256 = "1hwm8wm70qzhajqpxzyw652lv1hkrb0lskp3lfsmg1jsaakpckmm";
buildDepends = [ base binary hmatrix storable-complex ];
extraLibraries = [ blas lapack ];
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
@ -69525,6 +69564,21 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"hspec-monad-control" = callPackage
({ mkDerivation, base, hspec-core, monad-control, transformers
, transformers-base
}:
mkDerivation {
pname = "hspec-monad-control";
version = "0.1.0.0";
sha256 = "07ry4nghrjbrlv6slv2a1m67r5ajdss7ifyzph0zwa96bjl1w124";
buildDepends = [
base hspec-core monad-control transformers transformers-base
];
description = "Orphan instances of MonadBase and MonadBaseControl for SpecM";
license = stdenv.lib.licenses.bsd3;
}) {};
"hspec-server" = callPackage
({ mkDerivation, base, containers, hspec, hspec-contrib, hspec-core
, hspec-expectations, HUnit, process, regex-posix, temporary
@ -73227,8 +73281,8 @@ self: {
}:
mkDerivation {
pname = "ihaskell";
version = "0.6.0.0";
sha256 = "15fsan1dxlmd7y31630rqrg9gaa205g3s89vlqnxjv0dfvs86qf0";
version = "0.6.3.0";
sha256 = "0apkidaa0b8xq80y8hvijpkwyv6vl3v8pq19lxjq53y3hs3nqcqm";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -73312,13 +73366,12 @@ self: {
}:
mkDerivation {
pname = "ihaskell-charts";
version = "0.2.0.0";
sha256 = "0zncvhjr3nkpr80m5lhl52jq1ha8ml14bjkykkg6d2l1pqnrb3mg";
version = "0.2.1.0";
sha256 = "0gw737kg5sjmlf43b2wmnjq9k1p4mc5j4b5q50qa2q1n48lz8c0q";
buildDepends = [
base bytestring Chart Chart-cairo classy-prelude data-default-class
directory ihaskell
];
jailbreak = true;
homepage = "http://www.github.com/gibiansky/ihaskell";
description = "IHaskell display instances for charts types";
license = stdenv.lib.licenses.mit;
@ -73326,18 +73379,17 @@ self: {
}) {};
"ihaskell-diagrams" = callPackage
({ mkDerivation, base, bytestring, classy-prelude, diagrams
({ mkDerivation, active, base, bytestring, classy-prelude, diagrams
, diagrams-cairo, diagrams-lib, directory, ihaskell
}:
mkDerivation {
pname = "ihaskell-diagrams";
version = "0.2.0.0";
sha256 = "1if010ky6raw4g0wl24iww1i8qygy4jwd4f8yi9axhxzqzknmqvi";
version = "0.2.2.0";
sha256 = "0nxspimzzz7pn7lbbgqfq3k83gp4kdxw3cj2c6dlzjvx1bhpqp74";
buildDepends = [
base bytestring classy-prelude diagrams diagrams-cairo diagrams-lib
directory ihaskell
active base bytestring classy-prelude diagrams diagrams-cairo
diagrams-lib directory ihaskell
];
jailbreak = true;
homepage = "http://www.github.com/gibiansky/ihaskell";
description = "IHaskell display instances for diagram types";
license = stdenv.lib.licenses.mit;
@ -73377,12 +73429,11 @@ self: {
}:
mkDerivation {
pname = "ihaskell-juicypixels";
version = "0.2.0.0";
sha256 = "058a7wcksbmxq2nahyvpbckd24ziya5f99vmlb3l9wgy9a3i4v2k";
version = "0.2.2.0";
sha256 = "0c50xsdlmaq4fz92hicljjdpqwvsprw3a1z7fdfzwjdc25gkd2mr";
buildDepends = [
base bytestring classy-prelude directory ihaskell JuicyPixels
];
jailbreak = true;
homepage = "http://www.github.com/gibiansky/ihaskell";
description = "IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package";
license = stdenv.lib.licenses.mit;
@ -73428,6 +73479,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ihaskell-plot" = callPackage
({ mkDerivation, base, bytestring, classy-prelude, ihaskell, plot
}:
mkDerivation {
pname = "ihaskell-plot";
version = "0.2.0.0";
sha256 = "18ghf6fscqqbk3rag1g9rz3knm39r7i4mhj8sxmj195skrmkydpc";
buildDepends = [ base bytestring classy-prelude ihaskell plot ];
homepage = "http://www.github.com/gibiansky/ihaskell";
description = "IHaskell display instance for Plot (from plot package)";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ihaskell-rlangqq" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-html, bytestring
, directory, filepath, ihaskell, ihaskell-blaze, Rlang-QQ, split
@ -73435,13 +73500,12 @@ self: {
}:
mkDerivation {
pname = "ihaskell-rlangqq";
version = "0.2.0.1";
sha256 = "1si38n47p57kwqsmsqw9bnv4k6z3zd6n8f5kmsmmbcmjdqmi7i86";
version = "0.2.2.0";
sha256 = "1kjp7nmmwjh4wc2b5xqw5f8hg9jq3a8p6rdxcd61qp2iizm4r372";
buildDepends = [
base base64-bytestring blaze-html bytestring directory filepath
ihaskell ihaskell-blaze Rlang-QQ split stm template-haskell xformat
];
jailbreak = true;
description = "a rDisp quasiquote to show plots from Rlang-QQ in IHaskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -75056,17 +75120,17 @@ self: {
"ipython-kernel" = callPackage
({ mkDerivation, aeson, base, bytestring, cereal, containers
, directory, filepath, mtl, parsec, SHA, tar, text, transformers
, unix, uuid, zeromq4-haskell
, uuid, zeromq4-haskell
}:
mkDerivation {
pname = "ipython-kernel";
version = "0.6.0.0";
sha256 = "0pk49hz2ba2ikd96nymrlk7nrd5sw1fmy7xbx24hrri5izqfjjli";
version = "0.6.1.0";
sha256 = "1dmmrkph3myc67wp4ibx2l10dkxpkgzh7i4shbjbqag39ljb0q60";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson base bytestring cereal containers directory filepath mtl
parsec SHA tar text transformers unix uuid zeromq4-haskell
parsec SHA tar text transformers uuid zeromq4-haskell
];
homepage = "http://github.com/gibiansky/IHaskell";
description = "A library for creating kernels for IPython frontends";
@ -76435,8 +76499,8 @@ self: {
}:
mkDerivation {
pname = "jose-jwt";
version = "0.6";
sha256 = "0bap7a7d984mz0ss04vva5m2qy0kly60r6plxrihvj381bnq69k4";
version = "0.6.1";
sha256 = "0bw7pwz4blcjwxipjy0s5y7ibkf09d6kfjpw1zmkhz6padi9pvwi";
buildDepends = [
aeson base base64-bytestring byteable bytestring cereal cipher-aes
containers crypto-cipher-types crypto-numbers crypto-pubkey
@ -80047,8 +80111,8 @@ self: {
}:
mkDerivation {
pname = "lens-action";
version = "0.2";
sha256 = "1paam0sk1p9cgnrg74qc08szipnb5pmp1vzq4pjaki7jrbh8fr74";
version = "0.2.0.1";
sha256 = "164fka3krz32zhxnhkylnkmgnx2qj4qvn6y1hfwwla4ddn0axm9n";
buildDepends = [
base comonad contravariant lens mtl profunctors semigroupoids
semigroups transformers
@ -81245,6 +81309,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"line-break" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "line-break";
version = "0.1.0.0";
sha256 = "01w5bk58n14vni6cb8rc4ri3hpgism1c78jk605927yf2llxnc14";
isLibrary = false;
isExecutable = true;
buildDepends = [ base ];
description = "Convert newlines in text";
license = stdenv.lib.licenses.gpl3;
}) {};
"line2pdf" = callPackage
({ mkDerivation, base, bytestring, containers }:
mkDerivation {
@ -81269,8 +81346,8 @@ self: {
}:
mkDerivation {
pname = "linear";
version = "1.18.1";
sha256 = "1msj1h4mzlxj255lv085f1im7w741x4kl1v5pav4bx6ga886sp3z";
version = "1.18.1.1";
sha256 = "1qgpv6c3q4ljqc3223iyj49piqs9xx58zmnpvg76wkaygsnnzq9p";
buildDepends = [
adjunctions base binary bytes cereal containers deepseq
distributive ghc-prim hashable lens reflection semigroupoids
@ -81281,7 +81358,6 @@ self: {
base binary bytestring directory doctest filepath HUnit lens
simple-reflect test-framework test-framework-hunit
];
jailbreak = true;
homepage = "http://github.com/ekmett/linear/";
description = "Linear Algebra";
license = stdenv.lib.licenses.bsd3;
@ -81377,34 +81453,33 @@ self: {
}) {};
"linearscan" = callPackage
({ mkDerivation, base, containers, mtl, transformers }:
({ mkDerivation, base, containers, ghc-prim, mtl, transformers }:
mkDerivation {
pname = "linearscan";
version = "0.4.0.0";
sha256 = "170dppl4hgfrxpqix19a7nf1dv46wc46s797h8ppa2j0xvcdf4xs";
buildDepends = [ base containers mtl transformers ];
jailbreak = true;
version = "0.5.0.0";
sha256 = "0n8xcj5pkz50mkx4cvqh1iywlf9vrk6bk4d3lv8fa22ik88mdr15";
buildDepends = [ base containers ghc-prim mtl transformers ];
homepage = "http://github.com/jwiegley/linearscan";
description = "Linear scan register allocator, formally verified in Coq";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"linearscan-hoopl" = callPackage
({ mkDerivation, base, containers, free, hoopl, hspec
({ mkDerivation, base, containers, deepseq, free, hoopl, hspec
, hspec-expectations, lens-family-core, linearscan, transformers
}:
mkDerivation {
pname = "linearscan-hoopl";
version = "0.4.0.1";
sha256 = "0b8p1ij5rsap4z7cfs5byrn2ixm997ppl3z41m82kmk1vzsj04my";
version = "0.5.0.0";
sha256 = "0z8lhi4q89f1b2fk5a3vn0a9q9h4w81b0wjqdypb7bz5lisvvg0s";
buildDepends = [
base containers free hoopl linearscan transformers
];
testDepends = [
base containers hoopl hspec hspec-expectations lens-family-core
linearscan transformers
base containers deepseq hoopl hspec hspec-expectations
lens-family-core linearscan transformers
];
jailbreak = true;
homepage = "http://github.com/jwiegley/linearscan-hoopl";
description = "Makes it easy to use the linearscan register allocator with Hoopl";
license = stdenv.lib.licenses.bsd3;
@ -81763,12 +81838,12 @@ self: {
, bytestring, cmdargs, containers, deepseq, directory, filemanip
, filepath, ghc-prim, hashable, intern, mtl, ocaml, parsec, pretty
, process, syb, tasty, tasty-hunit, tasty-rerun, text, text-format
, transformers, unordered-containers
, transformers, unordered-containers, z3
}:
mkDerivation {
pname = "liquid-fixpoint";
version = "0.3.0.0";
sha256 = "14hpvnf46xpw1c3jmi9v91116dv5sglsn4v0gfqxds1nabjw1c5s";
version = "0.3.0.1";
sha256 = "00s5ch8i96nqjy2kq6y3i25mji3ld6z8121ngpbz87zbgp3zwhaw";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -81780,13 +81855,13 @@ self: {
testDepends = [
base directory filepath process tasty tasty-hunit tasty-rerun text
];
buildTools = [ ocaml ];
buildTools = [ ocaml z3 ];
configureFlags = [ "-fbuild-external" ];
homepage = "https://github.com/ucsd-progsys/liquid-fixpoint";
description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) ocaml;};
}) { inherit (pkgs) ocaml; inherit (pkgs) z3;};
"liquidhaskell" = callPackage
({ mkDerivation, aeson, ansi-terminal, array, base, bifunctors
@ -81795,12 +81870,12 @@ self: {
, hashable, hpc, hscolour, intern, liquid-fixpoint, mtl
, optparse-applicative, parsec, pretty, process, syb, tagged, tasty
, tasty-hunit, tasty-rerun, template-haskell, text, time
, unordered-containers, vector
, unordered-containers, vector, z3
}:
mkDerivation {
pname = "liquidhaskell";
version = "0.3.1.0";
sha256 = "0dcrgbwchssp62n8ywkdfa70dvx186338s3gyyj7rlfvxilfqc7k";
version = "0.4.0.1";
sha256 = "079dj0kq1fznad34ydmqh0klhbky45c7mcyman1aqsnn7rlhh1nv";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -81814,12 +81889,12 @@ self: {
base directory filepath optparse-applicative process tagged tasty
tasty-hunit tasty-rerun
];
doCheck = false;
buildTools = [ z3 ];
homepage = "http://goto.ucsd.edu/liquidhaskell";
description = "Liquid Types for Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
}) { inherit (pkgs) z3;};
"lispparser" = callPackage
({ mkDerivation, base, parsec }:
@ -82670,8 +82745,8 @@ self: {
}:
mkDerivation {
pname = "log";
version = "0.1.1";
sha256 = "0kzziark5y41ig6z3qaa66x5avibwp6k74qcs9jf38hnl9z74pfr";
version = "0.2.0";
sha256 = "1mm41m8vg7n6hnnrg47qy2pbhsxgykclz3wypjsf1zj5wbqdd2w0";
buildDepends = [
aeson aeson-pretty base bytestring deepseq exceptions hpqtypes
monad-control monad-time mtl old-locale split stm text time
@ -83699,7 +83774,9 @@ self: {
mkDerivation {
pname = "machines";
version = "0.5.1";
revision = "1";
sha256 = "1dyvyy0yv9qha1ff2nfrl304vmmbi4hd881jyj3xpqhgc3zz8ab2";
editedCabalFile = "c50d5fcc8b1b5635539169a5da097a25c7a7b7e9b8cc582abba3703014ba2d1d";
buildDepends = [
base comonad containers free mtl pointed profunctors semigroups
transformers void
@ -83716,8 +83793,8 @@ self: {
}:
mkDerivation {
pname = "machines-directory";
version = "0.2.0.4";
sha256 = "059jxf636l4xy4dflp6imf2sbrb2sq5ig3mr13pjqx4s5agwcl8r";
version = "0.2.0.6";
sha256 = "03faha5zbxikbrz40wb0qar8qyjkzaylnk78ba925vms57dwwxva";
buildDepends = [
base directory filepath machines machines-io transformers
];
@ -83732,8 +83809,8 @@ self: {
}:
mkDerivation {
pname = "machines-io";
version = "0.2.0.4";
sha256 = "078xr6hh27ssv07vw85h5h297akvpar13m5sykf7m0rz8kzdybgk";
version = "0.2.0.6";
sha256 = "19xi9ia2f18nwqx58qb4l1hc2cv25jwcsl4qxd7snp4ynjyy6ln1";
buildDepends = [
base bytestring chunked-data machines transformers
];
@ -91533,6 +91610,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"network-uri-static" = callPackage
({ mkDerivation, base, doctest, network-uri, template-haskell }:
mkDerivation {
pname = "network-uri-static";
version = "0.1.0.0";
sha256 = "16b8jn72g76zd2gxzimnnj77l42y430y862sxzdnsclsnc7w4fn9";
buildDepends = [ base network-uri template-haskell ];
testDepends = [ base doctest ];
homepage = "http://github.com/snakamura/network-uri-static";
description = "A small utility to declare type-safe static URIs";
license = stdenv.lib.licenses.mit;
}) {};
"network-wai-router" = callPackage
({ mkDerivation, base, wai }:
mkDerivation {
@ -92141,8 +92231,8 @@ self: {
}:
mkDerivation {
pname = "not-gloss";
version = "0.7.3.0";
sha256 = "0c5i2c8z15ibdhq9czacazm8wzmngchnbw2hjyypq8vj7y8bhjs2";
version = "0.7.4.0";
sha256 = "11ikk8yia52qbaajcnwc7gq1jwwid12j8vzgn2v18j5d272lzwyc";
buildDepends = [
base binary bmp bytestring cereal GLUT OpenGL OpenGLRaw
spatial-math time vector vector-binary-instances
@ -95434,8 +95524,8 @@ self: {
}:
mkDerivation {
pname = "path";
version = "0.3.0";
sha256 = "1hxpylnbqn38biggrb18h9kva61hhpwsdsp76jbkn4kcbd3h48r4";
version = "0.4.0";
sha256 = "1576dlzrachkrxspsx4rnssmhmicja1pfd8z63g3zmz0m450dkpj";
buildDepends = [ base exceptions filepath template-haskell ];
testDepends = [ base hspec HUnit mtl ];
description = "Path";
@ -97447,6 +97537,18 @@ self: {
}) {};
"pipes-errors" = callPackage
({ mkDerivation, base, errors, pipes }:
mkDerivation {
pname = "pipes-errors";
version = "0.2.1";
sha256 = "08i3rzqz7r5vkjfry0bdw3gpxjzhni8xmwwa6p8hdkixznjq7539";
buildDepends = [ base errors pipes ];
homepage = "https://github.com/jdnavarro/pipes-errors";
description = "Integration between pipes and errors";
license = stdenv.lib.licenses.bsd3;
}) {};
"pipes-errors_0_3" = callPackage
({ mkDerivation, base, errors, pipes }:
mkDerivation {
pname = "pipes-errors";
@ -106285,10 +106387,9 @@ self: {
({ mkDerivation, base, postgresql-simple, text }:
mkDerivation {
pname = "rivet-migration";
version = "0.1.0.0";
sha256 = "1ki6jk2shxh9r4kzpn1bsa1a7jc8vvpgigv4gg87sialr2k0f4zr";
version = "0.1.0.1";
sha256 = "1vg6ns5scq5nqyj2w070hswynji8pqfh654qa3zjda2xhna5mnbd";
buildDepends = [ base postgresql-simple text ];
jailbreak = true;
homepage = "https://github.com/dbp/rivet";
description = "Postgresql migration support for project management tool";
license = stdenv.lib.licenses.bsd3;
@ -109268,7 +109369,9 @@ self: {
mkDerivation {
pname = "semigroupoids";
version = "5.0.0.1";
revision = "1";
sha256 = "0njand5df3ri7pr0jd12z7dfvcfw6xdm7z5ap0b4xcpy47ndcw8l";
editedCabalFile = "30bb2d94a228945d3d719a7004d79c218479dbdf31f1e92f730378af57fd6575";
buildDepends = [
base base-orphans bifunctors comonad containers contravariant
distributive semigroups tagged transformers transformers-compat
@ -109661,18 +109764,17 @@ self: {
}) {};
"serf" = callPackage
({ mkDerivation, attoparsec, attoparsec-conduit, base, conduit, mtl
({ mkDerivation, attoparsec, base, conduit, conduit-extra, mtl
, operational, process, resourcet, text
}:
mkDerivation {
pname = "serf";
version = "0.1.0.0";
sha256 = "18ddr4pkr1zld49x6k3lcbrv9916s9r1mxfsi9nfrv7lbvrjmj3v";
version = "0.1.1.0";
sha256 = "0ry0shqmazxcsjxsh6amvz2fky2fy3wwlck7d331j8csz7fwdjfn";
buildDepends = [
attoparsec attoparsec-conduit base conduit mtl operational process
attoparsec base conduit conduit-extra mtl operational process
resourcet text
];
jailbreak = true;
homepage = "http://github.com/sanetracker/serf";
description = "Interact with Serf via Haskell";
license = stdenv.lib.licenses.mit;
@ -110388,8 +110490,8 @@ self: {
}:
mkDerivation {
pname = "shake";
version = "0.15.1";
sha256 = "0bdx2pclcnqbkdwv8jw6v7w21hn29dp9xbvsbfrnqjvb9f6p1my9";
version = "0.15.2";
sha256 = "1vjvfmscmja4f60ag619bca9xdpqlaj3ra2yacrmh1wdi5fzcrdf";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -113103,9 +113205,9 @@ self: {
mkDerivation {
pname = "snaplet-fay";
version = "0.3.3.11";
revision = "1";
revision = "2";
sha256 = "18g61qivc49g37zmb4qv2piwlgs572fmngdpsjdhjmrgqn049fjr";
editedCabalFile = "754ad06e1c8e6fd26f362bdc3f83f0863e7f2e941ffcf8b753310aee2c1aad26";
editedCabalFile = "6b536ac4ad158ceed55ca18802caf4e970caabce93af33d95579ac431a003e9d";
buildDepends = [
aeson base bytestring configurator directory fay filepath mtl snap
snap-core transformers
@ -113662,6 +113764,33 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"snaplet-wordpress" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, blaze-builder
, bytestring, configurator, containers, data-default, either, hedis
, heist, hspec, hspec-snap, lens, map-syntax, mtl, snap, snap-core
, snaplet-redis, text, time, unordered-containers, vector, wreq
, xmlhtml
}:
mkDerivation {
pname = "snaplet-wordpress";
version = "0.1.1.1";
sha256 = "1l0hxv267qlih9bqa5a2mlarmy15wk5awg8pmjv7a358sm7k53kq";
buildDepends = [
aeson async attoparsec base blaze-builder bytestring configurator
containers data-default either hedis heist hspec hspec-snap lens
map-syntax mtl snap snap-core snaplet-redis text time
unordered-containers vector wreq xmlhtml
];
testDepends = [
aeson base blaze-builder containers data-default either hedis heist
hspec hspec-snap lens mtl snap snaplet-redis text
unordered-containers xmlhtml
];
homepage = "https://github.com/dbp/snaplet-wordpress";
description = "A snaplet that communicates with wordpress over its api";
license = stdenv.lib.licenses.bsd3;
}) {};
"snappy" = callPackage
({ mkDerivation, base, bytestring, QuickCheck, snappy
, test-framework, test-framework-quickcheck2
@ -119528,18 +119657,18 @@ self: {
({ mkDerivation, array, base, containers, deepseq, directory
, exceptions, filepath, ghc, ghc-paths, ghc-prim, liquid-fixpoint
, liquidhaskell, mtl, pretty, process, syb, tagged, tasty
, tasty-hunit, template-haskell, text, text-format, transformers
, unordered-containers, vector
, tasty-hunit, template-haskell, text, text-format, th-lift
, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "target";
version = "0.1.1.0";
sha256 = "1b6kbiqpx57ghi98ki4gbqclyl91rs113ayd51bx8wmwwbaag21v";
version = "0.1.2.0";
sha256 = "116wig7zr4x0qza1gx92b01jb962w59y716cxj5qkf78sv9pml6s";
buildDepends = [
base containers directory exceptions filepath ghc ghc-paths
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
template-haskell text text-format transformers unordered-containers
vector
template-haskell text text-format th-lift transformers
unordered-containers vector
];
testDepends = [
array base containers deepseq ghc ghc-prim liquid-fixpoint
@ -129210,15 +129339,15 @@ self: {
}:
mkDerivation {
pname = "waddle";
version = "0.1.0.2";
sha256 = "00c6yd2ivrlgwp90q2p4s2ci4j4g40p0qsl29skg4jzw13rncchp";
version = "0.1.0.3";
sha256 = "1jvijw4bsg206cy8y49g1vz0y7j3p3xzq6jxz70w1gicrw5ja01c";
isLibrary = true;
isExecutable = true;
buildDepends = [
base binary bytestring case-insensitive containers
];
jailbreak = true;
description = "WAD file utilities";
description = "DOOM WAD file utilities";
license = stdenv.lib.licenses.bsd3;
}) {};