hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
2a6f701156.
This commit is contained in:
Peter Simons 2018-04-03 02:30:38 +02:00
parent 8a10401452
commit f11302e665

View file

@ -22070,18 +22070,19 @@ self: {
}) {};
"aeson-diff-generic" = callPackage
({ mkDerivation, aeson, aeson-diff, base, bytestring, containers
, dlist, hashable, mtl, scientific, tagged, template-haskell, text
, th-abstraction, time, unordered-containers, uuid-types, vector
({ mkDerivation, aeson, aeson-diff, base, base-compat, bytestring
, containers, dlist, hashable, scientific, tagged, template-haskell
, text, th-abstraction, time, unordered-containers, uuid-types
, vector
}:
mkDerivation {
pname = "aeson-diff-generic";
version = "0.0.1";
sha256 = "0zqyyix42xsmc0l80nvg5x0xb963nrvp3wvz7cmqwifqpqiycmf7";
version = "0.0.2";
sha256 = "0dm2rzww9rc6l3ql42px96fpsfjvw9g0w13j0y02dq33qb0w7a1v";
libraryHaskellDepends = [
aeson aeson-diff base bytestring containers dlist hashable mtl
scientific tagged template-haskell text th-abstraction time
unordered-containers uuid-types vector
aeson aeson-diff base base-compat bytestring containers dlist
hashable scientific tagged template-haskell text th-abstraction
time unordered-containers uuid-types vector
];
description = "Apply a json-patch to any haskell datatype";
license = stdenv.lib.licenses.bsd3;
@ -23532,14 +23533,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"algebraic-graphs_0_1_0" = callPackage
"algebraic-graphs_0_1_1" = callPackage
({ mkDerivation, array, base, base-compat, base-orphans, containers
, criterion, deepseq, extra, QuickCheck
}:
mkDerivation {
pname = "algebraic-graphs";
version = "0.1.0";
sha256 = "03y2qf0ml29zc4skpp8ilzjwkalwmn3772bh31x3af880k6216dq";
version = "0.1.1";
sha256 = "085yb222gh5chlpa4xylvf1wfnsdhrm1fha4jvj5bsjlx9kyr4ah";
libraryHaskellDepends = [
array base base-compat containers deepseq
];
@ -24016,6 +24017,8 @@ self: {
pname = "alto";
version = "0";
sha256 = "0515cghmkrw5szbnafwp3mqglrg5c44cbly8jnvk9z9gf9kdr26k";
revision = "1";
editedCabalFile = "0vxcy55zx70ibws59d1n5p86awrhb83xb06yw6iz0hkp7cwk52i2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -24025,7 +24028,7 @@ self: {
];
executableHaskellDepends = [ base warp ];
homepage = "https://oss.xkcd.com/";
description = "Impliment a menu experience fit for web users";
description = "Implement a menu experience fit for web users";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -30063,11 +30066,10 @@ self: {
}:
mkDerivation {
pname = "ats-format";
version = "0.2.0.22";
sha256 = "19x2pa6fb1k343b4c07xwyc879kfwya1kll0bp59paza1bqhhnnk";
version = "0.2.0.25";
sha256 = "0p5pg2ix0ppan0cz4b0pk16ihfcnvqwb8g93k4bh7d304ca5xdk4";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal cli-setup ];
executableHaskellDepends = [
ansi-wl-pprint base directory file-embed htoml-megaparsec
@ -30088,8 +30090,8 @@ self: {
}:
mkDerivation {
pname = "ats-pkg";
version = "2.8.0.8";
sha256 = "1rc5xcsfgax25kndmghfpr2sh6f6kr5mz358vb8pzlvhcg5q8svr";
version = "2.9.0.1";
sha256 = "1xq9v7rs0l5j2amd1lphzs6x175qxb89wsh11z656dwvzxshwgad";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cli-setup ];
@ -33117,8 +33119,8 @@ self: {
({ mkDerivation, base, battleplace, servant, servant-client }:
mkDerivation {
pname = "battleplace-api";
version = "0.1.0.0";
sha256 = "0hy1y5n064i7g2zknvj7yl7zw3bljqjrfr2sg68cmk9gkd854rlw";
version = "0.1.0.1";
sha256 = "1pi1vcniyrpq1xfrizhvgw7xbrc332649zg4jl1fjbqn4l4xqrlg";
libraryHaskellDepends = [
base battleplace servant servant-client
];
@ -36906,6 +36908,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blas-carray_0_0_1_1" = callPackage
({ mkDerivation, base, blas-ffi, carray, netlib-carray, netlib-ffi
, storable-complex, transformers
}:
mkDerivation {
pname = "blas-carray";
version = "0.0.1.1";
sha256 = "0ijzcdrbfb9w3vs4g96p30h7ilh9s05ij8n0prinmr1ngmvipbdx";
libraryHaskellDepends = [
base blas-ffi carray netlib-carray netlib-ffi storable-complex
transformers
];
homepage = "http://hub.darcs.net/thielema/blas-carray/";
description = "Auto-generated interface to Fortran BLAS via CArrays";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blas-ffi" = callPackage
({ mkDerivation, base, blas, netlib-ffi }:
mkDerivation {
@ -36920,6 +36940,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) blas;};
"blas-ffi_0_0_1_1" = callPackage
({ mkDerivation, base, blas, netlib-ffi }:
mkDerivation {
pname = "blas-ffi";
version = "0.0.1.1";
sha256 = "0dphqcnnka0ahfgdnshm8r3bd6r5wbpln9kksa6y09yi2nnqh3gf";
libraryHaskellDepends = [ base netlib-ffi ];
libraryPkgconfigDepends = [ blas ];
homepage = "http://hub.darcs.net/thielema/blas-ffi/";
description = "Auto-generated interface to Fortran BLAS";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) blas;};
"blas-hs" = callPackage
({ mkDerivation, base, blas, storable-complex, vector }:
mkDerivation {
@ -48695,8 +48729,8 @@ self: {
({ mkDerivation, base, utility-ht }:
mkDerivation {
pname = "comfort-array";
version = "0.0";
sha256 = "0mkfw2f56idh1nnmgamgazwzip6c4pmxsiaijs8k69ggzi2fb8bx";
version = "0.0.1";
sha256 = "1nbnnhmfbsiq31damx998sm7hz127mdqbnzzybz00962bmlmvp72";
libraryHaskellDepends = [ base utility-ht ];
homepage = "http://hub.darcs.net/thielema/comfort-array/";
description = "Arrays where the index type is a function of the shape type";
@ -69124,8 +69158,8 @@ self: {
}:
mkDerivation {
pname = "error-context";
version = "0.1.1.0";
sha256 = "1z4gmqvwk2nddqsczzj1m470wrr09n0m40j2ilizcyz0sni29zf0";
version = "0.1.2.0";
sha256 = "0p07lvwa7rvrrlsyx3qjnh5q8z4p0r9nspgi03qwmi8vjkhy0pr8";
libraryHaskellDepends = [
base exceptions monad-logger mtl resourcet safe-exceptions text
unliftio-core
@ -71882,10 +71916,8 @@ self: {
}:
mkDerivation {
pname = "fast-arithmetic";
version = "0.3.3.3";
sha256 = "1wm4s2xx3r3bjrkby4dddkc274pqvaa3q94j14pj8hayja6hd6ci";
revision = "1";
editedCabalFile = "13x505dg6iz3iipkr15hdz105b6kgygccdwspj400b16lzld9vz2";
version = "0.3.3.4";
sha256 = "176qm6d9rqq85cbpq6n0fmqwvyi529ml6z346k9a1mfpzi85w3xy";
setupHaskellDepends = [ ats-pkg base Cabal ];
libraryHaskellDepends = [ base composition-prelude gmpint ];
librarySystemDepends = [ numbertheory ];
@ -80729,20 +80761,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ghc_8_2_2" = callPackage
"ghc_8_4_1" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-boot, ghc-boot-th, ghci, happy
, hoopl, hpc, process, template-haskell, terminfo, time
, transformers, unix
, hpc, process, template-haskell, terminfo, time, transformers
, unix
}:
mkDerivation {
pname = "ghc";
version = "8.2.2";
sha256 = "048155jd25927bqm05b8cp1cclvxx837zapc2kcr9g0is50f0snq";
version = "8.4.1";
sha256 = "1axvba6vd13bf9z45jffv05r3jy5n5pxly59r8s5pxh369188076";
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
ghc-boot ghc-boot-th ghci hoopl hpc process template-haskell
terminfo time transformers unix
ghc-boot ghc-boot-th ghci hpc process template-haskell terminfo
time transformers unix
];
libraryToolDepends = [ alex happy ];
homepage = "http://www.haskell.org/ghc/";
@ -89434,17 +89466,17 @@ self: {
}) {};
"gtk-traymanager" = callPackage
({ mkDerivation, base, glib, gtk, gtk2, x11 }:
({ mkDerivation, base, glib, gtk3, x11 }:
mkDerivation {
pname = "gtk-traymanager";
version = "0.1.6";
sha256 = "0hind14k37823jsa9dg2r6bfj7d6y1m70xn8mcr610rhakazac6b";
libraryHaskellDepends = [ base glib gtk ];
libraryPkgconfigDepends = [ gtk2 x11 ];
version = "1.0.0";
sha256 = "1sg2f8pmnh2xrnra8dx46q9jfy32dlbrmk2hamam8g3i5qsvd0f7";
libraryHaskellDepends = [ base glib gtk3 ];
libraryPkgconfigDepends = [ x11 ];
homepage = "http://github.com/travitch/gtk-traymanager";
description = "A wrapper around the eggtraymanager library for Linux system trays";
license = stdenv.lib.licenses.lgpl21;
}) {gtk2 = pkgs.gnome2.gtk; inherit (pkgs) x11;};
}) {inherit (pkgs) x11;};
"gtk2hs-buildtools" = callPackage
({ mkDerivation, alex, array, base, Cabal, containers, directory
@ -108112,8 +108144,8 @@ self: {
}:
mkDerivation {
pname = "hs2ats";
version = "0.2.1.10";
sha256 = "0cvp4l3w06yccdcbfhcbaazan9sfz72jd866w90gx7aibwqg2zsy";
version = "0.3.0.0";
sha256 = "1s92riisihcqim6hy4sa4z3dhk92dp2iyn32j0jl0qlpzdlbj4cp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -108249,21 +108281,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsass_0_6_0" = callPackage
"hsass_0_7_0" = callPackage
({ mkDerivation, base, bytestring, data-default-class, filepath
, hlibsass, hspec, hspec-discover, monad-loops, temporary
, hlibsass, hspec, hspec-discover, monad-loops, temporary, text
, transformers
}:
mkDerivation {
pname = "hsass";
version = "0.6.0";
sha256 = "14wvgcp9skdqag16fvbbkfmimpxbm9y2hh9g6alacxasan8qjn6j";
version = "0.7.0";
sha256 = "0mqsj1jm37pqc1vwjs5y5mh4sfhdyclp1vdr7q5nq2a3pa3qwxbk";
libraryHaskellDepends = [
base bytestring data-default-class filepath hlibsass monad-loops
transformers
];
testHaskellDepends = [
base bytestring data-default-class hspec hspec-discover temporary
text
];
homepage = "https://github.com/jakubfijalkowski/hsass";
description = "Integrating Sass into Haskell applications";
@ -122641,6 +122674,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"json-stream_0_4_2_3" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, hspec
, QuickCheck, quickcheck-unicode, scientific, text
, unordered-containers, vector
}:
mkDerivation {
pname = "json-stream";
version = "0.4.2.3";
sha256 = "0ijic6vfrpykzy7j3li94fjmaj1vclvp0in1ymb5z5whvljlynw7";
libraryHaskellDepends = [
aeson base bytestring scientific text unordered-containers vector
];
testHaskellDepends = [
aeson base bytestring directory hspec QuickCheck quickcheck-unicode
scientific text unordered-containers vector
];
homepage = "https://github.com/ondrap/json-stream";
description = "Incremental applicative JSON parser";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"json-togo" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-trans, base
, bytestring, scientific, text, transformers, unordered-containers
@ -126447,6 +126502,32 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-c-quote_0_12_2" = callPackage
({ mkDerivation, alex, array, base, bytestring, containers
, exception-mtl, exception-transformers, filepath, happy
, haskell-src-meta, HUnit, mainland-pretty, mtl, srcloc, syb
, symbol, template-haskell, test-framework, test-framework-hunit
}:
mkDerivation {
pname = "language-c-quote";
version = "0.12.2";
sha256 = "15c6rdj91768jf8lqzf4fkbi8k6kz9gch5w81x6qzy2l256rncgb";
libraryHaskellDepends = [
array base bytestring containers exception-mtl
exception-transformers filepath haskell-src-meta mainland-pretty
mtl srcloc syb symbol template-haskell
];
libraryToolDepends = [ alex happy ];
testHaskellDepends = [
base bytestring HUnit mainland-pretty srcloc symbol test-framework
test-framework-hunit
];
homepage = "https://github.com/mainland/language-c-quote";
description = "C/CUDA/OpenCL/Objective-C quasiquoting library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-cil" = callPackage
({ mkDerivation, base, bool-extras }:
mkDerivation {
@ -127381,8 +127462,8 @@ self: {
}:
mkDerivation {
pname = "lapack";
version = "0.0";
sha256 = "04g5w3gdq4x7vkaw6x36xad7hjmah3iynqnp6xncac31ykkmbwgl";
version = "0.1";
sha256 = "195v3jpz5n5vksa8svqng1kwc629ds2kd1p55f6npz2q2j6k8lac";
libraryHaskellDepends = [
base blas-ffi comfort-array lapack-ffi netlib-ffi non-empty
transformers utility-ht
@ -127411,6 +127492,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lapack-carray_0_0_2" = callPackage
({ mkDerivation, base, carray, lapack-ffi, netlib-carray
, netlib-ffi, storable-complex, transformers
}:
mkDerivation {
pname = "lapack-carray";
version = "0.0.2";
sha256 = "1dr4mbhc5y21mbnksyi530rsvckfp4mclhhig2rjhx3b06cksfna";
libraryHaskellDepends = [
base carray lapack-ffi netlib-carray netlib-ffi storable-complex
transformers
];
homepage = "http://hub.darcs.net/thielema/lapack-carray/";
description = "Auto-generated interface to Fortran LAPACK via CArrays";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lapack-ffi" = callPackage
({ mkDerivation, base, liblapack, netlib-ffi }:
mkDerivation {
@ -127425,6 +127524,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) liblapack;};
"lapack-ffi_0_0_2" = callPackage
({ mkDerivation, base, liblapack, netlib-ffi }:
mkDerivation {
pname = "lapack-ffi";
version = "0.0.2";
sha256 = "11759avf0kzkqy4s24kn556j93l10x28njpg6h14y915pdl35dyl";
libraryHaskellDepends = [ base netlib-ffi ];
libraryPkgconfigDepends = [ liblapack ];
homepage = "http://hub.darcs.net/thielema/lapack-ffi/";
description = "Auto-generated interface to Fortran LAPACK";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) liblapack;};
"lapack-ffi-tools" = callPackage
({ mkDerivation, base, bytestring, cassava, containers
, explicit-exception, filepath, non-empty, optparse-applicative
@ -135087,6 +135200,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"mainland-pretty_0_7" = callPackage
({ mkDerivation, base, containers, srcloc, text, transformers }:
mkDerivation {
pname = "mainland-pretty";
version = "0.7";
sha256 = "1xzavchbp345a63i24hs8632l3xk0c1pxqd32b2i6615cp9pnxqi";
libraryHaskellDepends = [
base containers srcloc text transformers
];
homepage = "https://github.com/mainland/mainland-pretty";
description = "Pretty printing designed for printing source code";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"majordomo" = callPackage
({ mkDerivation, base, bytestring, cmdargs, monad-loops, old-locale
, threads, time, unix, zeromq-haskell
@ -140090,6 +140218,31 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"modify-fasta_0_8_3_0" = callPackage
({ mkDerivation, base, containers, fasta, mtl, optparse-applicative
, pipes, pipes-text, regex-tdfa, regex-tdfa-text, semigroups, split
, text, text-show, transformers
}:
mkDerivation {
pname = "modify-fasta";
version = "0.8.3.0";
sha256 = "1hvn55c0cg4h2980ia28b2n2r9p7p0rqyfr5wvkkqyhz4si7dp9r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers fasta regex-tdfa regex-tdfa-text split text
text-show
];
executableHaskellDepends = [
base containers fasta mtl optparse-applicative pipes pipes-text
semigroups split text transformers
];
homepage = "https://github.com/GregorySchwartz/modify-fasta";
description = "Modify fasta (and CLIP) files in several optional ways";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"modsplit" = callPackage
({ mkDerivation, base, directory, filepath, haskell98, mtl
, utf8-string
@ -146098,6 +146251,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"netlib-carray_0_0_1_1" = callPackage
({ mkDerivation, base, carray, netlib-ffi, transformers }:
mkDerivation {
pname = "netlib-carray";
version = "0.0.1.1";
sha256 = "1vxyffhpayyxwak36b9i7gw35gz61ym9lxnhk45l0h4js3v05iwv";
libraryHaskellDepends = [ base carray netlib-ffi transformers ];
homepage = "http://hub.darcs.net/thielema/netlib-carray/";
description = "Helper modules for CArray wrappers to BLAS and LAPACK";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"netlib-ffi" = callPackage
({ mkDerivation, base, storable-complex, transformers }:
mkDerivation {
@ -146110,6 +146276,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"netlib-ffi_0_1" = callPackage
({ mkDerivation, base, storable-complex, transformers }:
mkDerivation {
pname = "netlib-ffi";
version = "0.1";
sha256 = "0ckwa5r8fx2j7qb5phy6gm3xbg9crr9amglcicdxgnzgjd8aap2h";
libraryHaskellDepends = [ base storable-complex transformers ];
homepage = "http://hub.darcs.net/thielema/netlib-ffi/";
description = "Helper modules for FFI to BLAS and LAPACK";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"netlines" = callPackage
({ mkDerivation, base, bytestring, contstuff, enumerator, HTF
, random, text, time
@ -175410,8 +175589,8 @@ self: {
}:
mkDerivation {
pname = "robots-txt";
version = "0.4.1.4";
sha256 = "18dkha42dcxl9f9771wpkji11m12v139wnscb47bm7s693w7p4nc";
version = "0.4.1.5";
sha256 = "025dm3rv4cpig8j02yzkr7xinzfcqmfiaaj8x5kzjw8mgcb1qpn3";
libraryHaskellDepends = [
attoparsec base bytestring old-locale time
];
@ -183453,8 +183632,8 @@ self: {
}:
mkDerivation {
pname = "shake-ats";
version = "1.6.0.1";
sha256 = "1ik6nzabvzhly0pc5gyp83gh5mg8z8y56vdm8895dkx5cx5zlfgs";
version = "1.6.0.2";
sha256 = "0imvw9bivp2dzs4086c481w7ss7z8dvphn0l163dkyzxdw8xgkzl";
libraryHaskellDepends = [
base binary dependency directory hashable hs2ats language-ats
microlens microlens-th shake shake-ext text
@ -186069,8 +186248,8 @@ self: {
pname = "size-based";
version = "0.1.0.0";
sha256 = "1h791s39nr057w5f2fr4v7p1czw9jm0dk5qrhr26qyw97j4ysngx";
revision = "1";
editedCabalFile = "089942604ikg40v4nl25c4j856bylmmm06py4k2spz3y2z4k49rb";
revision = "2";
editedCabalFile = "1p4iglrrl5s47cxn520saiszw5wwr4x1kn9xbgn7awz29mv7pmd2";
libraryHaskellDepends = [
base dictionary-sharing template-haskell testing-type-modifiers
];
@ -195287,8 +195466,8 @@ self: {
}:
mkDerivation {
pname = "stylish-cabal";
version = "0.4.0.0";
sha256 = "1357yrnzyc7rhd98dz33m84yckzs2djrlv8dmh5a2p97s31gcp03";
version = "0.4.0.1";
sha256 = "00jwq35dr60c9gjwy8hg3i8b39gxknr92mrz21657gazl90cxy4z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -222893,6 +223072,8 @@ self: {
pname = "yaml";
version = "0.8.29";
sha256 = "0x0gs80cq83i65b7g1xg6dvggkxlxhn1qs3py63c4wsjsplmyphs";
revision = "1";
editedCabalFile = "0hxmf36ydqr0gdwiagp57df7fxwhfy99r6s7mj861m8rflha0dks";
configureFlags = [ "-fsystem-libyaml" ];
isLibrary = true;
isExecutable = true;