hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
5e9b57c263
.
This commit is contained in:
parent
a6f317a345
commit
32510ec5e0
231
pkgs/development/haskell-modules/hackage-packages.nix
generated
231
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -35019,8 +35019,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "autoapply";
|
pname = "autoapply";
|
||||||
version = "0.4";
|
version = "0.4.1";
|
||||||
sha256 = "0b7la51399kcj9a4z9j49xd9v2zs172vygs3djz5qid7fsl37pgm";
|
sha256 = "1jgzfdi5p0pns6w7543yp2ljglnmym9qplyb4vafynzg3bjhzvz0";
|
||||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base logict mtl template-haskell th-desugar transformers
|
base logict mtl template-haskell th-desugar transformers
|
||||||
@ -61772,6 +61772,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"contravariant-extras_0_3_5_2" = callPackage
|
||||||
|
({ mkDerivation, base, contravariant, template-haskell
|
||||||
|
, template-haskell-compat-v0208
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "contravariant-extras";
|
||||||
|
version = "0.3.5.2";
|
||||||
|
sha256 = "0ikwzg0992j870yp0x2ssf4mv2hw2nml979apg493m72xnvr1jz9";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base contravariant template-haskell template-haskell-compat-v0208
|
||||||
|
];
|
||||||
|
description = "Extras for the \"contravariant\" package";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"control" = callPackage
|
"control" = callPackage
|
||||||
({ mkDerivation, base, basic, stm, template-haskell, transformers
|
({ mkDerivation, base, basic, stm, template-haskell, transformers
|
||||||
}:
|
}:
|
||||||
@ -65612,8 +65628,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cublas";
|
pname = "cublas";
|
||||||
version = "0.5.0.0";
|
version = "0.6.0.0";
|
||||||
sha256 = "0s47wrmlb35dpym4dz3688qx8m166i2a9d8pqnfdzxy67zv98g1f";
|
sha256 = "0yxyynvf9zlkc8yhra5j1sk1d8hbiqvzbsh02mc1y8hcf8nzyp61";
|
||||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base cuda half storable-complex template-haskell
|
base cuda half storable-complex template-haskell
|
||||||
@ -65695,10 +65711,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cuda";
|
pname = "cuda";
|
||||||
version = "0.10.1.0";
|
version = "0.10.2.0";
|
||||||
sha256 = "10lyyc652ic3m4r5agszpv2r99y9fnsdwahb5pd4qiga770v45vp";
|
sha256 = "0fkjibnnxradhsbasx1mw0c088cfwypnk6a5002rxpzxid5qrp9l";
|
||||||
revision = "2";
|
|
||||||
editedCabalFile = "1nw135pd2ab3mmyq3xmkxynzfb54qr7a8xssq5ivrk83yzvs87im";
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
setupHaskellDepends = [ base Cabal directory filepath ];
|
setupHaskellDepends = [ base Cabal directory filepath ];
|
||||||
@ -65758,8 +65772,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cufft";
|
pname = "cufft";
|
||||||
version = "0.9.0.1";
|
version = "0.10.0.0";
|
||||||
sha256 = "1cf11ia4i19bpbs0wzkz2hqzc22hh2dvbn8m5frnwild83zal4n3";
|
sha256 = "1prma5srgfnhjvf1rvxd1kznv42k4svhk05j93mx1pcx7jd1cmvz";
|
||||||
setupHaskellDepends = [
|
setupHaskellDepends = [
|
||||||
base Cabal cuda directory filepath template-haskell
|
base Cabal cuda directory filepath template-haskell
|
||||||
];
|
];
|
||||||
@ -66177,8 +66191,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cusolver";
|
pname = "cusolver";
|
||||||
version = "0.2.0.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "0v30wm32jcz7jy940y26zcqvjy1058bqf0v44xf73v53dlwkd07a";
|
sha256 = "0xskvpjqlckpfrfvnb2afj29p2gnzafq2v98pbvwsprmn60np9mq";
|
||||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base cublas cuda cusparse half storable-complex template-haskell
|
base cublas cuda cusparse half storable-complex template-haskell
|
||||||
@ -66195,8 +66209,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cusparse";
|
pname = "cusparse";
|
||||||
version = "0.2.0.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "1y6qnxfdcw3ik3mjp4410846pq1l628d02bdasll1xd4r4r87vh6";
|
sha256 = "0x2ab7sd7j1mmjns8332mm2nzikprq3w6fbrnbcfk5lz2x0bgir2";
|
||||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||||
libraryHaskellDepends = [ base cuda half storable-complex ];
|
libraryHaskellDepends = [ base cuda half storable-complex ];
|
||||||
libraryToolDepends = [ c2hs ];
|
libraryToolDepends = [ c2hs ];
|
||||||
@ -68756,6 +68770,18 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"data-validation" = callPackage
|
||||||
|
({ mkDerivation, base, containers, hspec, template-haskell }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "data-validation";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0yffgdid7dkx05ri8x51sgbdbjy48vbc67mb57rrl2r8cp5w7hya";
|
||||||
|
libraryHaskellDepends = [ base containers template-haskell ];
|
||||||
|
testHaskellDepends = [ base containers hspec template-haskell ];
|
||||||
|
description = "A library for creating type safe validations";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"data-variant" = callPackage
|
"data-variant" = callPackage
|
||||||
({ mkDerivation, base, safe }:
|
({ mkDerivation, base, safe }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -72431,8 +72457,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Dhall to Nix compiler";
|
description = "Dhall to Nix compiler";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"dhall-nixpkgs" = callPackage
|
"dhall-nixpkgs" = callPackage
|
||||||
@ -107943,6 +107967,36 @@ self: {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"graphql-client" = callPackage
|
||||||
|
({ mkDerivation, aeson, aeson-schemas, base, bytestring, file-embed
|
||||||
|
, http-client, http-client-tls, http-types, mtl
|
||||||
|
, optparse-applicative, path, path-io, tasty, tasty-hunit
|
||||||
|
, template-haskell, text, transformers, typed-process
|
||||||
|
, unliftio-core
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "graphql-client";
|
||||||
|
version = "1.0.0";
|
||||||
|
sha256 = "1qzrlk3vkvavi14zz7dkndz8qh449s6rpbrd5phqclgbrah1hj3a";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson aeson-schemas base http-client http-client-tls http-types mtl
|
||||||
|
template-haskell text transformers unliftio-core
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [
|
||||||
|
aeson aeson-schemas base bytestring file-embed http-client
|
||||||
|
http-client-tls http-types mtl optparse-applicative path path-io
|
||||||
|
template-haskell text transformers typed-process unliftio-core
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson aeson-schemas base http-client http-client-tls http-types mtl
|
||||||
|
tasty tasty-hunit template-haskell text transformers unliftio-core
|
||||||
|
];
|
||||||
|
description = "A client for Haskell programs to query a GraphQL API";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"graphql-w-persistent" = callPackage
|
"graphql-w-persistent" = callPackage
|
||||||
({ mkDerivation, base, containers, json, text }:
|
({ mkDerivation, base, containers, json, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -115285,15 +115339,15 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"haskeline_0_8_0_0" = callPackage
|
"haskeline_0_8_1_0" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, directory
|
({ mkDerivation, base, bytestring, containers, directory
|
||||||
, exceptions, filepath, HUnit, process, stm, terminfo, text
|
, exceptions, filepath, HUnit, process, stm, terminfo, text
|
||||||
, transformers, unix
|
, transformers, unix
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskeline";
|
pname = "haskeline";
|
||||||
version = "0.8.0.0";
|
version = "0.8.1.0";
|
||||||
sha256 = "0gqsa5s0drim9m42hv4wrq61mnvcdylxysfxfw3acncwilfrn9pb";
|
sha256 = "0r6skxr45k0qq5vlh9dyl5g5ham994b8z0k3z3v56bi3npvyi6xw";
|
||||||
configureFlags = [ "-fterminfo" ];
|
configureFlags = [ "-fterminfo" ];
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
@ -116621,6 +116675,8 @@ self: {
|
|||||||
pname = "haskell-src";
|
pname = "haskell-src";
|
||||||
version = "1.0.3.1";
|
version = "1.0.3.1";
|
||||||
sha256 = "0cjigvshk4b8wqdk0v0hz9ag1kyjjsmqsy4a1m3n28ac008cg746";
|
sha256 = "0cjigvshk4b8wqdk0v0hz9ag1kyjjsmqsy4a1m3n28ac008cg746";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1li6czcs54wnij6qnvpx6f66iiw023pggb3zl3jvp74qqflcf5sg";
|
||||||
libraryHaskellDepends = [ array base pretty syb ];
|
libraryHaskellDepends = [ array base pretty syb ];
|
||||||
libraryToolDepends = [ happy ];
|
libraryToolDepends = [ happy ];
|
||||||
description = "Support for manipulating Haskell source code";
|
description = "Support for manipulating Haskell source code";
|
||||||
@ -149565,21 +149621,21 @@ self: {
|
|||||||
"jsop" = callPackage
|
"jsop" = callPackage
|
||||||
({ mkDerivation, aeson, base, containers, generics-sop, lens
|
({ mkDerivation, aeson, base, containers, generics-sop, lens
|
||||||
, lens-aeson, monoidal-containers, protolude, string-interpolate
|
, lens-aeson, monoidal-containers, protolude, string-interpolate
|
||||||
, tasty, tasty-discover, tasty-hspec, text
|
, tasty, tasty-discover, tasty-hspec, text, unordered-containers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "jsop";
|
pname = "jsop";
|
||||||
version = "0.1.0.0";
|
version = "0.2.0.1";
|
||||||
sha256 = "0yaxcpxgn00jf3igvncg59ca6hz28sf791872n617v3vh7arv8y3";
|
sha256 = "05qacp69pk4fm1b1mrk2ax8f8mbfzsb71bkj2qraa116xym61j38";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base containers generics-sop lens lens-aeson
|
aeson base containers generics-sop lens lens-aeson
|
||||||
monoidal-containers protolude string-interpolate tasty
|
monoidal-containers protolude string-interpolate tasty
|
||||||
tasty-discover tasty-hspec text
|
tasty-discover tasty-hspec text unordered-containers
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson base containers generics-sop lens lens-aeson
|
aeson base containers generics-sop lens lens-aeson
|
||||||
monoidal-containers protolude string-interpolate tasty
|
monoidal-containers protolude string-interpolate tasty
|
||||||
tasty-discover tasty-hspec text
|
tasty-discover tasty-hspec text unordered-containers
|
||||||
];
|
];
|
||||||
testToolDepends = [ tasty-discover ];
|
testToolDepends = [ tasty-discover ];
|
||||||
description = "Cherry picking in JSON objects";
|
description = "Cherry picking in JSON objects";
|
||||||
@ -159273,18 +159329,17 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lingo" = callPackage
|
"lingo" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
({ mkDerivation, aeson, base, bytestring, containers, filepath
|
||||||
, filepath, hspec, raw-strings-qq, text, yaml
|
, hspec, raw-strings-qq, template-haskell, text, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lingo";
|
pname = "lingo";
|
||||||
version = "0.3.2.0";
|
version = "0.4.0.0";
|
||||||
sha256 = "0qym6svpvxsxbhbppk0lkpp2zbqa13f0njkxnpyz5id581c3v8hx";
|
sha256 = "1rva0g3lw9vqwjlnk960gvabnshr08577873j9j4yvggwwdirsqv";
|
||||||
setupHaskellDepends = [
|
enableSeparateDataOutput = true;
|
||||||
base bytestring Cabal containers directory filepath text yaml
|
|
||||||
];
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers filepath raw-strings-qq text yaml
|
aeson base bytestring containers filepath raw-strings-qq
|
||||||
|
template-haskell text yaml
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ base hspec ];
|
testHaskellDepends = [ base hspec ];
|
||||||
description = "File extension based programming language detection";
|
description = "File extension based programming language detection";
|
||||||
@ -162133,6 +162188,19 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"logict_0_7_0_3" = callPackage
|
||||||
|
({ mkDerivation, base, mtl, tasty, tasty-hunit }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "logict";
|
||||||
|
version = "0.7.0.3";
|
||||||
|
sha256 = "0psihirap7mrn3ly1h9dvgvgjsqbqwji8m13fm48zl205mpfh73r";
|
||||||
|
libraryHaskellDepends = [ base mtl ];
|
||||||
|
testHaskellDepends = [ base mtl tasty tasty-hunit ];
|
||||||
|
description = "A backtracking logic-programming monad";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"logict-state" = callPackage
|
"logict-state" = callPackage
|
||||||
({ mkDerivation, base, logict, mtl, transformers }:
|
({ mkDerivation, base, logict, mtl, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -163707,8 +163775,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lz4-hs";
|
pname = "lz4-hs";
|
||||||
version = "0.1.4.1";
|
version = "0.1.5.0";
|
||||||
sha256 = "15jm8lbwhgp29yvnwsxsmbixvgpxrnw7jc96zwmzbqx365r4dfqr";
|
sha256 = "0qqv6n7hjcjkc1pzhwkdr9l1kfb8rqndx2lfm6j4bhmvrwwrn8lw";
|
||||||
libraryHaskellDepends = [ base bytestring ];
|
libraryHaskellDepends = [ base bytestring ];
|
||||||
libraryToolDepends = [ c2hs ];
|
libraryToolDepends = [ c2hs ];
|
||||||
testHaskellDepends = [ base bytestring tasty tasty-hunit ];
|
testHaskellDepends = [ base bytestring tasty tasty-hunit ];
|
||||||
@ -183906,12 +183974,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nvvm";
|
pname = "nvvm";
|
||||||
version = "0.9.0.0";
|
version = "0.10.0.0";
|
||||||
sha256 = "00ggaycs5z2b617kgjv851ahrakd4v8w374qbym19r1ccrxkdhhb";
|
sha256 = "188zf4hlqgjj5xgsfvrkynhq8pc29qfkaz6rp61ij3adc30410al";
|
||||||
setupHaskellDepends = [
|
setupHaskellDepends = [
|
||||||
base Cabal cuda directory filepath template-haskell
|
base Cabal cuda directory filepath template-haskell
|
||||||
];
|
];
|
||||||
libraryHaskellDepends = [ base bytestring cuda template-haskell ];
|
libraryHaskellDepends = [
|
||||||
|
base bytestring cuda directory filepath template-haskell
|
||||||
|
];
|
||||||
libraryToolDepends = [ c2hs ];
|
libraryToolDepends = [ c2hs ];
|
||||||
description = "FFI bindings to NVVM";
|
description = "FFI bindings to NVVM";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -211136,8 +211206,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "recommender-als";
|
pname = "recommender-als";
|
||||||
version = "0.2.0.0";
|
version = "0.2.1.1";
|
||||||
sha256 = "14nw3ns52da4jlbwblbavchxzv1pjhc1zkjzcwfrqznxgsd5525p";
|
sha256 = "0qc91hn42mc2pmljb836chdas1jzsrqbg44cjylx31y0y72dmhdq";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers data-default-class hmatrix parallel random vector
|
base containers data-default-class hmatrix parallel random vector
|
||||||
];
|
];
|
||||||
@ -219496,8 +219566,8 @@ self: {
|
|||||||
pname = "safe-json";
|
pname = "safe-json";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
sha256 = "18zsf2dccgf755a8g4ar3zc7ilmampsrvqa6f9p27zrayl7j87hw";
|
sha256 = "18zsf2dccgf755a8g4ar3zc7ilmampsrvqa6f9p27zrayl7j87hw";
|
||||||
revision = "3";
|
revision = "4";
|
||||||
editedCabalFile = "12jjph25vffkj55ds468zv144qxwyrb6qmp2g1pb03732n6z9596";
|
editedCabalFile = "12z5z68bfrzv3laagbssdcv7g97bpk2wf1bjirrivbhdbslf6l4q";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bytestring containers dlist hashable scientific tasty
|
aeson base bytestring containers dlist hashable scientific tasty
|
||||||
tasty-hunit tasty-quickcheck text time unordered-containers
|
tasty-hunit tasty-quickcheck text time unordered-containers
|
||||||
@ -223262,21 +223332,19 @@ self: {
|
|||||||
|
|
||||||
"semantic-source" = callPackage
|
"semantic-source" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
||||||
, doctest, generic-monoid, hashable, hedgehog, lingo, pathtype
|
, hashable, hedgehog, lingo, pathtype, semilattices, tasty
|
||||||
, QuickCheck, semilattices, tasty, tasty-hedgehog, tasty-hunit
|
, tasty-hedgehog, tasty-hunit, text
|
||||||
, text
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "semantic-source";
|
pname = "semantic-source";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "179rxsn1cyh77yn7vzmii38ipgcjpavlyf5xbx4j8zzgh1jklmc5";
|
sha256 = "1v4q9yc91lrx02wdhxp1njzm8g9qlwr40593lwcn6bxlad5sk6yd";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bytestring containers deepseq generic-monoid hashable
|
aeson base bytestring containers deepseq hashable lingo pathtype
|
||||||
lingo pathtype semilattices text
|
semilattices text
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base doctest hedgehog QuickCheck tasty tasty-hedgehog tasty-hunit
|
base hedgehog tasty tasty-hedgehog tasty-hunit text
|
||||||
text
|
|
||||||
];
|
];
|
||||||
description = "Types and functionality for working with source code";
|
description = "Types and functionality for working with source code";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -228380,8 +228448,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "shake-dhall";
|
pname = "shake-dhall";
|
||||||
version = "0.1.1.2";
|
version = "0.1.1.3";
|
||||||
sha256 = "0jlbq9d6sjrbywd0afgsqqw1ffjlh5k4mr5v2bn45js29hipkivk";
|
sha256 = "1crakjnib9hvqph8f0wn0ii0y4hp9vix40kd8fpz85mdqfsynf5q";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers dhall directory filepath shake text
|
base containers dhall directory filepath shake text
|
||||||
];
|
];
|
||||||
@ -236174,6 +236242,17 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"spars" = callPackage
|
||||||
|
({ mkDerivation, base, containers }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "spars";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1q1vpwrr96k41p9zj5x7mjd3817iq9a762q3jfqkwd0cb41iyka6";
|
||||||
|
libraryHaskellDepends = [ base containers ];
|
||||||
|
description = "A sparse set-based parsing library for Haskell";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"sparse" = callPackage
|
"sparse" = callPackage
|
||||||
({ mkDerivation, array, base, bytestring, containers, contravariant
|
({ mkDerivation, array, base, bytestring, containers, contravariant
|
||||||
, criterion, deepseq, directory, doctest, filepath, hlint
|
, criterion, deepseq, directory, doctest, filepath, hlint
|
||||||
@ -243857,6 +243936,26 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"supernova" = callPackage
|
||||||
|
({ mkDerivation, aeson, async, base, bifunctor, binary, bytestring
|
||||||
|
, Cabal, crc32c, exceptions, lens-family-core, logging, managed
|
||||||
|
, network, proto-lens, proto-lens-runtime, proto-lens-setup
|
||||||
|
, streamly, text, unliftio
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "supernova";
|
||||||
|
version = "0.0.1";
|
||||||
|
sha256 = "0v0x1xk63kxrf2ihhdr24z7ami557d3w2zizd0g8xqp02pr5gs8z";
|
||||||
|
setupHaskellDepends = [ base Cabal proto-lens-setup ];
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bifunctor binary bytestring crc32c exceptions lens-family-core
|
||||||
|
logging managed network proto-lens proto-lens-runtime text unliftio
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ aeson async base bytestring streamly text ];
|
||||||
|
description = "Apache Pulsar client for Haskell";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"supero" = callPackage
|
"supero" = callPackage
|
||||||
({ mkDerivation, base, containers, cpphs, directory, filepath
|
({ mkDerivation, base, containers, cpphs, directory, filepath
|
||||||
, haskell-src-exts, mtl, process, time, uniplate
|
, haskell-src-exts, mtl, process, time, uniplate
|
||||||
@ -248930,6 +249029,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"template-haskell-compat-v0208_0_1_4" = callPackage
|
||||||
|
({ mkDerivation, base, template-haskell }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "template-haskell-compat-v0208";
|
||||||
|
version = "0.1.4";
|
||||||
|
sha256 = "0byc81m07v5a765vs4jpwgmgkf54c2n5yaqz8ava1sspmmf2p9fh";
|
||||||
|
libraryHaskellDepends = [ base template-haskell ];
|
||||||
|
description = "A backwards compatibility layer for Template Haskell newer than 2.8";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"template-haskell-util" = callPackage
|
"template-haskell-util" = callPackage
|
||||||
({ mkDerivation, base, GenericPretty, ghc-prim, template-haskell }:
|
({ mkDerivation, base, GenericPretty, ghc-prim, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -249770,8 +249881,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Terminal emulator configurable in Haskell";
|
description = "Terminal emulator configurable in Haskell";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {inherit (pkgs) gtk3; inherit (pkgs) pcre2;
|
}) {inherit (pkgs) gtk3; inherit (pkgs) pcre2;
|
||||||
vte_291 = pkgs.vte;};
|
vte_291 = pkgs.vte;};
|
||||||
|
|
||||||
@ -255078,8 +255187,8 @@ self: {
|
|||||||
pname = "token-bucket";
|
pname = "token-bucket";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii";
|
sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii";
|
||||||
revision = "5";
|
revision = "6";
|
||||||
editedCabalFile = "049d9bk5f8qa6d7gjgg4nqd56xz1mrxr1rxcwxsrk4vkqcpmzs6q";
|
editedCabalFile = "15p4iycphz4q58kgq00kmz0ik0hzv3vx47k2dkp93xavb0dny46v";
|
||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
testHaskellDepends = [ base time ];
|
testHaskellDepends = [ base time ];
|
||||||
description = "Rate limiter using lazy bucket algorithm";
|
description = "Rate limiter using lazy bucket algorithm";
|
||||||
@ -262597,7 +262706,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"universum_1_7_0" = callPackage
|
"universum_1_7_1" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, deepseq, doctest
|
({ mkDerivation, base, bytestring, containers, deepseq, doctest
|
||||||
, gauge, ghc-prim, Glob, hashable, hedgehog, microlens
|
, gauge, ghc-prim, Glob, hashable, hedgehog, microlens
|
||||||
, microlens-mtl, mtl, safe-exceptions, stm, tasty, tasty-hedgehog
|
, microlens-mtl, mtl, safe-exceptions, stm, tasty, tasty-hedgehog
|
||||||
@ -262605,8 +262714,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "universum";
|
pname = "universum";
|
||||||
version = "1.7.0";
|
version = "1.7.1";
|
||||||
sha256 = "079sck4cfhvx4zda5qiz7vs3050l87ik9hx8yjc6bihrzlqvmgfb";
|
sha256 = "0jsdzhy0h5d6znnrdgzr29b6qkriidck5s6yp52pci30rfv1d29z";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers deepseq ghc-prim hashable microlens
|
base bytestring containers deepseq ghc-prim hashable microlens
|
||||||
microlens-mtl mtl safe-exceptions stm text transformers
|
microlens-mtl mtl safe-exceptions stm text transformers
|
||||||
@ -281110,8 +281219,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "zenacy-html";
|
pname = "zenacy-html";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
sha256 = "074iidhiwzajz207q4k7f8sdg6w4421qfwr2s905226jd2xm1680";
|
sha256 = "12m953skm4ms6y211ahjrr6gkmrh4p3h2snpcpg1fc039nxgkc9p";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user