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