hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
545d5cafa7
.
This commit is contained in:
parent
9aad7ef67a
commit
896e8ee2c6
202
pkgs/development/haskell-modules/hackage-packages.nix
generated
202
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -18411,6 +18411,8 @@ self: {
|
||||
];
|
||||
description = "Chrome extension to aide in development";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"Shpadoinkle-disembodied" = callPackage
|
||||
@ -18429,6 +18431,8 @@ self: {
|
||||
];
|
||||
description = "Shpadoinkle as a static site";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"Shpadoinkle-examples" = callPackage
|
||||
@ -41641,17 +41645,17 @@ self: {
|
||||
"bioinformatics-toolkit" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
|
||||
, bytestring-lexing, case-insensitive, clustering, conduit
|
||||
, conduit-combinators, conduit-extra, containers, criterion
|
||||
, data-default-class, data-ordlist, double-conversion, hexpat
|
||||
, HsHTSLib, http-conduit, IntervalMap, math-functions, matrices
|
||||
, microlens, microlens-th, mtl, parallel, primitive, random, split
|
||||
, statistics, tasty, tasty-golden, tasty-hunit, text, transformers
|
||||
, conduit-extra, containers, criterion, data-default-class
|
||||
, data-ordlist, double-conversion, hexpat, HsHTSLib, http-conduit
|
||||
, IntervalMap, math-functions, matrices, microlens, microlens-th
|
||||
, mtl, parallel, primitive, random, split, statistics, tasty
|
||||
, tasty-golden, tasty-hunit, text, transformers
|
||||
, unordered-containers, vector, vector-algorithms, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bioinformatics-toolkit";
|
||||
version = "0.9.3.1";
|
||||
sha256 = "106aiq3147zrd6dh689zamqi8q03cfvsmsvjlivwcdgybg7zrdr4";
|
||||
version = "0.9.5";
|
||||
sha256 = "03nra5ngirlkfm9xhndiwsl51ixcgp5rf7xfwgvw0bfvzddrc6i9";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty attoparsec base bytestring bytestring-lexing
|
||||
@ -41662,8 +41666,8 @@ self: {
|
||||
transformers unordered-containers vector vector-algorithms word8
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring conduit conduit-combinators data-default-class
|
||||
matrices microlens mtl random tasty tasty-golden tasty-hunit
|
||||
base bytestring conduit conduit-extra data-default-class matrices
|
||||
microlens mtl random tasty tasty-golden tasty-hunit
|
||||
unordered-containers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
@ -49319,35 +49323,37 @@ self: {
|
||||
];
|
||||
description = "A vault-style cache implementation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"cachix" = callPackage
|
||||
({ mkDerivation, async, base, base64-bytestring, boost, bytestring
|
||||
, cachix-api, conduit, conduit-extra, containers, cookie
|
||||
, cryptonite, dhall, directory, ed25519, filepath, fsnotify, here
|
||||
, hspec, hspec-discover, http-client, http-client-tls, http-conduit
|
||||
, http-types, inline-c, inline-c-cpp, lzma-conduit, megaparsec
|
||||
, memory, mmorph, netrc, nix, optparse-applicative, process
|
||||
, protolude, resourcet, retry, safe-exceptions, servant
|
||||
, cachix-api, concurrent-extra, conduit, conduit-extra, containers
|
||||
, cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify
|
||||
, here, hspec, hspec-discover, http-client, http-client-tls
|
||||
, http-conduit, http-types, inline-c, inline-c-cpp, lzma-conduit
|
||||
, megaparsec, memory, mmorph, netrc, nix, optparse-applicative
|
||||
, process, protolude, resourcet, retry, safe-exceptions, servant
|
||||
, servant-auth, servant-auth-client, servant-client
|
||||
, servant-client-core, servant-conduit, temporary, text, unix
|
||||
, servant-client-core, servant-conduit, stm, temporary, text, unix
|
||||
, uri-bytestring, vector, versions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix";
|
||||
version = "0.5.1";
|
||||
sha256 = "13xl87jgpa1swgppr86dylp8ndisasdr8zcmk1l2jjb7vgyly8mb";
|
||||
version = "0.6.0";
|
||||
sha256 = "1ay3k2npnplvgc44vn3zcyd5rgyfigvij4zil3nwrpdi0psd76nl";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
async base base64-bytestring bytestring cachix-api conduit
|
||||
conduit-extra containers cookie cryptonite dhall directory ed25519
|
||||
filepath fsnotify here http-client http-client-tls http-conduit
|
||||
http-types inline-c inline-c-cpp lzma-conduit megaparsec memory
|
||||
mmorph netrc optparse-applicative process protolude resourcet retry
|
||||
safe-exceptions servant servant-auth servant-auth-client
|
||||
servant-client servant-client-core servant-conduit text unix
|
||||
uri-bytestring vector versions
|
||||
async base base64-bytestring bytestring cachix-api concurrent-extra
|
||||
conduit conduit-extra containers cookie cryptonite dhall directory
|
||||
ed25519 filepath fsnotify here http-client http-client-tls
|
||||
http-conduit http-types inline-c inline-c-cpp lzma-conduit
|
||||
megaparsec memory mmorph netrc optparse-applicative process
|
||||
protolude resourcet retry safe-exceptions servant servant-auth
|
||||
servant-auth-client servant-client servant-client-core
|
||||
servant-conduit stm text unix uri-bytestring vector versions
|
||||
];
|
||||
librarySystemDepends = [ boost ];
|
||||
libraryPkgconfigDepends = [ nix ];
|
||||
@ -49366,27 +49372,26 @@ self: {
|
||||
, conduit, cookie, cryptonite, deepseq, exceptions, hspec
|
||||
, hspec-discover, http-api-data, http-media, jose, lens, memory
|
||||
, nix-narinfo, protolude, resourcet, servant, servant-auth
|
||||
, servant-auth-server, servant-auth-swagger, servant-client
|
||||
, servant-swagger, servant-swagger-ui-core, string-conv, swagger2
|
||||
, text, time, transformers
|
||||
, servant-auth-swagger, servant-client, servant-swagger
|
||||
, servant-swagger-ui-core, string-conv, swagger2, text, time
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix-api";
|
||||
version = "0.5.0";
|
||||
sha256 = "14b4vg6wv7kzxkfbh64ml2wvm9w8fyv2k2sm7ncaa0pp0f26pswy";
|
||||
version = "0.6.0";
|
||||
sha256 = "0q6kl5lb05c1m62yqj0d8vimlghhrc3avl3bz5wjp70azs28jcd3";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring conduit cookie cryptonite
|
||||
deepseq exceptions http-api-data http-media jose lens memory
|
||||
nix-narinfo protolude resourcet servant servant-auth
|
||||
servant-auth-server servant-client string-conv swagger2 text time
|
||||
servant-auth-swagger servant-client string-conv swagger2 text time
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring conduit cookie cryptonite
|
||||
hspec http-api-data http-media lens memory protolude servant
|
||||
servant-auth servant-auth-server servant-auth-swagger
|
||||
servant-swagger servant-swagger-ui-core string-conv swagger2 text
|
||||
transformers
|
||||
servant-auth servant-auth-swagger servant-swagger
|
||||
servant-swagger-ui-core string-conv swagger2 text transformers
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Servant HTTP API specification for https://cachix.org";
|
||||
@ -74417,8 +74422,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "differential";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "164s372c7pfqnzhvrhxmic0csx3lgwqi06zz5w8zfvkw76md8qh3";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1dzxqva176dw22bb4hlv8dfizkzqsj5z9qdv7piwdh171nd9bwqd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -129005,6 +129010,8 @@ self: {
|
||||
];
|
||||
description = "Haskell implementation of the Nix language";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hnix-store-core" = callPackage
|
||||
@ -129361,6 +129368,8 @@ self: {
|
||||
];
|
||||
description = "Interact with the docker registry and generate nix build instructions";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hocon" = callPackage
|
||||
@ -137908,19 +137917,18 @@ self: {
|
||||
}) {};
|
||||
|
||||
"http-client-websockets" = callPackage
|
||||
({ mkDerivation, base, bytestring, doctest, hspec, http-client
|
||||
({ mkDerivation, base, bytestring, hspec, http-client
|
||||
, http-client-tls, network-uri, utf8-string, websockets
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-client-websockets";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1kmvwhfsp1l672km2a06pww0a3wmwbxcwwg1k78xcnc767wj0g1m";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0b5kvyrfhhj7c5ys8ccxwv6prhb6sj0ycinzbk1yrwnd3wrmzk78";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring http-client network-uri utf8-string websockets
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring doctest hspec http-client-tls network-uri
|
||||
websockets
|
||||
base bytestring hspec http-client-tls network-uri websockets
|
||||
];
|
||||
description = "Glue code for http-client and websockets";
|
||||
license = stdenv.lib.licenses.cc0;
|
||||
@ -144661,8 +144669,8 @@ self: {
|
||||
|
||||
"indigo" = callPackage
|
||||
({ mkDerivation, base, casing, cleveland, constraints, containers
|
||||
, directory, fmt, hedgehog, hspec-expectations, HUnit, lorentz
|
||||
, megaparsec, microlens-th, morley, morley-prelude
|
||||
, directory, file-embed, fmt, hedgehog, hspec-expectations, HUnit
|
||||
, lorentz, megaparsec, microlens-th, morley, morley-prelude
|
||||
, optparse-applicative, process, reflection, shelly, singletons
|
||||
, string-interpolate, summoner, tasty, tasty-discover
|
||||
, tasty-hedgehog, tasty-hunit-compat, template-haskell, text, vinyl
|
||||
@ -144670,8 +144678,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "indigo";
|
||||
version = "0.4";
|
||||
sha256 = "1qa6xbzyfl1f1c6kw71b0zi538zxql07kidkmsjz91sy9nrc93ml";
|
||||
version = "0.5.0";
|
||||
sha256 = "121y842b8ik37lp01k9gqh8g63wcpn32w7br7nw9valjjxmc3dkg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -144680,7 +144688,7 @@ self: {
|
||||
with-utf8
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory megaparsec morley morley-prelude
|
||||
base directory file-embed megaparsec morley morley-prelude
|
||||
optparse-applicative process shelly string-interpolate summoner
|
||||
text with-utf8
|
||||
];
|
||||
@ -162042,8 +162050,8 @@ self: {
|
||||
({ mkDerivation, base, doctest, mtl }:
|
||||
mkDerivation {
|
||||
pname = "list-transformer";
|
||||
version = "1.0.6";
|
||||
sha256 = "0gc36nhx3a8rks943fyrnqzp47cp8gg58yijpfqxig086gblmwpl";
|
||||
version = "1.0.7";
|
||||
sha256 = "1i8zmds67fyglbw1ygcyffly5ykq62p2hcm23vxrxvj3ryq9iih8";
|
||||
libraryHaskellDepends = [ base mtl ];
|
||||
testHaskellDepends = [ base doctest ];
|
||||
description = "List monad transformer";
|
||||
@ -170562,6 +170570,19 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"method" = callPackage
|
||||
({ mkDerivation, base, hspec, hspec-discover, rio, transformers }:
|
||||
mkDerivation {
|
||||
pname = "method";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0j8jvjc663gkmx7bpzj30q1sfqpxjg16166xklvvgk0i01zh4rw7";
|
||||
libraryHaskellDepends = [ base rio transformers ];
|
||||
testHaskellDepends = [ base hspec rio transformers ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "rebindable methods for improving testability";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"metric" = callPackage
|
||||
({ mkDerivation, base, data-default, edit-distance, hmatrix
|
||||
, QuickCheck, test-framework, test-framework-quickcheck2, vector
|
||||
@ -204172,27 +204193,29 @@ self: {
|
||||
|
||||
"preql" = callPackage
|
||||
({ mkDerivation, aeson, alex, array, base, binary-parser
|
||||
, bytestring, bytestring-strict-builder, contravariant, free, happy
|
||||
, mtl, postgresql-binary, postgresql-libpq, scientific, tasty
|
||||
, bytestring, bytestring-strict-builder, containers, contravariant
|
||||
, generic-random, happy, hedgehog, mtl, postgresql-binary
|
||||
, postgresql-libpq, scientific, syb, tasty, tasty-hedgehog
|
||||
, tasty-hunit, template-haskell, text, th-lift-instances, time
|
||||
, transformers, uuid, vector
|
||||
, transformers, uuid, vector, vector-sized
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "preql";
|
||||
version = "0.3";
|
||||
sha256 = "03zdkxlkvqyccvi682w0inxl70fvzi4l56kicp9qrb661jaqvy9q";
|
||||
version = "0.4";
|
||||
sha256 = "142vq05flg052016npvh1xrk3w1dkks5gn58ivning6w1d0z1v1a";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base binary-parser bytestring bytestring-strict-builder
|
||||
contravariant free mtl postgresql-binary postgresql-libpq
|
||||
scientific template-haskell text th-lift-instances time
|
||||
transformers uuid vector
|
||||
contravariant mtl postgresql-binary postgresql-libpq scientific syb
|
||||
template-haskell text th-lift-instances time transformers uuid
|
||||
vector vector-sized
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
testHaskellDepends = [
|
||||
aeson array base binary-parser bytestring bytestring-strict-builder
|
||||
contravariant free mtl postgresql-binary postgresql-libpq
|
||||
scientific tasty tasty-hunit template-haskell text
|
||||
th-lift-instances time transformers uuid vector
|
||||
containers contravariant generic-random hedgehog mtl
|
||||
postgresql-binary postgresql-libpq scientific syb tasty
|
||||
tasty-hedgehog tasty-hunit template-haskell text th-lift-instances
|
||||
time transformers uuid vector vector-sized
|
||||
];
|
||||
testToolDepends = [ alex happy ];
|
||||
description = "safe PostgreSQL queries using Quasiquoters";
|
||||
@ -205941,8 +205964,6 @@ self: {
|
||||
];
|
||||
description = "Treemap visualiser for GHC prof files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"profunctor-arrows" = callPackage
|
||||
@ -207393,6 +207414,8 @@ self: {
|
||||
contravariant distributive linear mtl profunctors tagged
|
||||
];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"proton-haskell" = callPackage
|
||||
@ -217690,6 +217713,22 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"replace-attoparsec_1_4_4_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, Cabal, parsers, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "replace-attoparsec";
|
||||
version = "1.4.4.0";
|
||||
sha256 = "06js4adbzvm2qn18vlaaxhav2dq1hqp825lmsvpg69cylp72fzif";
|
||||
libraryHaskellDepends = [ attoparsec base bytestring text ];
|
||||
testHaskellDepends = [
|
||||
attoparsec base bytestring Cabal parsers text
|
||||
];
|
||||
description = "Find, replace, and split string patterns with Attoparsec parsers (instead of regex)";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"replace-megaparsec" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, megaparsec
|
||||
, parser-combinators, text
|
||||
@ -219382,8 +219421,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rhbzquery";
|
||||
version = "0.4.1";
|
||||
sha256 = "0zfn9bzgm3wb2apnnnakh0lmys0nf9a2ch797m1sfsrbx2mjqvmh";
|
||||
version = "0.4.2";
|
||||
sha256 = "1j9nxizi1wsgz5gamdn9izy4aq6ci41gbkvsw7bbpc8fnvv5gpd2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -240807,8 +240846,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stack-clean-old";
|
||||
version = "0.2.2";
|
||||
sha256 = "0d755pndi990l1g0nkzhylz8ki4zz8vs40axnrl7wqcc430vwa24";
|
||||
version = "0.3";
|
||||
sha256 = "1nszwagwsc6n02smqg70c79a21q9bwamlk4nqqbgzp009jfv0b7c";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -246848,6 +246887,8 @@ self: {
|
||||
];
|
||||
description = "Optimise SVGs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"svgutils" = callPackage
|
||||
@ -251549,6 +251590,29 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"telegraph" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit, deriving-aeson
|
||||
, exceptions, generic-data-surgery, http-client, http-client-tls
|
||||
, http-conduit, monad-control, mtl, text, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "telegraph";
|
||||
version = "0.1.0";
|
||||
sha256 = "0rl3di034ln127pp8gzdjxlgbas93jjzxikacvhpyzgcpskd78y9";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring conduit deriving-aeson exceptions
|
||||
generic-data-surgery http-client http-conduit monad-control mtl
|
||||
text transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring conduit deriving-aeson exceptions
|
||||
generic-data-surgery http-client http-client-tls http-conduit
|
||||
monad-control mtl text transformers-base
|
||||
];
|
||||
description = "Binding to the telegraph API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"teleport" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring
|
||||
, configurator, optparse-applicative, system-filepath, text, turtle
|
||||
@ -255611,8 +255675,6 @@ self: {
|
||||
];
|
||||
description = "A graphical tool for profiling parallel Haskell programs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"threefish" = callPackage
|
||||
@ -282125,8 +282187,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-form-multi";
|
||||
version = "1.7.0";
|
||||
sha256 = "02xba6x59sx8c72vazbl5jhjkxgni6h3bkvidr4hvqrx2bscmk45";
|
||||
version = "1.7.0.1";
|
||||
sha256 = "0dpcyq6l28zbm12rzjp18bhjaghf38jhjzj6qp40qyvb5f8yx9dp";
|
||||
libraryHaskellDepends = [
|
||||
base containers network-uri shakespeare text transformers
|
||||
yesod-core yesod-form
|
||||
|
Loading…
Reference in New Issue
Block a user