mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
e9f9eb3aa9
.
This commit is contained in:
parent
8ec916f0d0
commit
c184de6455
167
pkgs/development/haskell-modules/hackage-packages.nix
generated
167
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -31988,6 +31988,34 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"apply-unordered" = callPackage
|
||||||
|
({ mkDerivation, base, fin, ghc, ghc-tcplugins-extra, hspec
|
||||||
|
, should-not-typecheck, syb
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "apply-unordered";
|
||||||
|
version = "1.0";
|
||||||
|
sha256 = "0ajvml2kndhpkcjlcb2a2aaxfi45rlbjq8brd1j9k66xymjkxigp";
|
||||||
|
libraryHaskellDepends = [ base fin ghc ghc-tcplugins-extra syb ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base fin ghc ghc-tcplugins-extra hspec should-not-typecheck syb
|
||||||
|
];
|
||||||
|
description = "Apply a function to an argument specified by a type level Nat";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"apply-unordered-mono" = callPackage
|
||||||
|
({ mkDerivation, base, hspec, should-not-typecheck }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "apply-unordered-mono";
|
||||||
|
version = "1.0";
|
||||||
|
sha256 = "1wpla9alhi0srhhy1vxv0dk5hgd0gnwwbwczm6a70w9gga3nms7z";
|
||||||
|
libraryHaskellDepends = [ base ];
|
||||||
|
testHaskellDepends = [ base hspec should-not-typecheck ];
|
||||||
|
description = "Apply functions to arguments in an unordered type-directed fashion";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"apportionment" = callPackage
|
"apportionment" = callPackage
|
||||||
({ mkDerivation, base, containers, utility-ht }:
|
({ mkDerivation, base, containers, utility-ht }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -85725,6 +85753,8 @@ self: {
|
|||||||
pname = "esqueleto";
|
pname = "esqueleto";
|
||||||
version = "3.4.1.0";
|
version = "3.4.1.0";
|
||||||
sha256 = "1nm2xdl6an140gl5cw6ij7s6i6v2xfp98m8dwbwzns75nrgmsb73";
|
sha256 = "1nm2xdl6an140gl5cw6ij7s6i6v2xfp98m8dwbwzns75nrgmsb73";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0jm10cw3ikk6gwn7qy87d7g9swwcp6lg60yy678l4jx7dnipahm0";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson attoparsec base blaze-html bytestring conduit containers
|
aeson attoparsec base blaze-html bytestring conduit containers
|
||||||
monad-logger persistent resourcet tagged text time transformers
|
monad-logger persistent resourcet tagged text time transformers
|
||||||
@ -85741,6 +85771,35 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"esqueleto_3_4_1_1" = callPackage
|
||||||
|
({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring
|
||||||
|
, conduit, containers, exceptions, hspec, monad-logger, mtl, mysql
|
||||||
|
, mysql-simple, persistent, persistent-mysql, persistent-postgresql
|
||||||
|
, persistent-sqlite, persistent-template, postgresql-libpq
|
||||||
|
, postgresql-simple, resourcet, tagged, text, time, transformers
|
||||||
|
, unliftio, unordered-containers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "esqueleto";
|
||||||
|
version = "3.4.1.1";
|
||||||
|
sha256 = "15355vc3ysqr4yd149xz7zm7iba7pb04p3yxgp1n6dxczwldjf43";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson attoparsec base blaze-html bytestring conduit containers
|
||||||
|
monad-logger persistent resourcet tagged text time transformers
|
||||||
|
unliftio unordered-containers
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson attoparsec base blaze-html bytestring conduit containers
|
||||||
|
exceptions hspec monad-logger mtl mysql mysql-simple persistent
|
||||||
|
persistent-mysql persistent-postgresql persistent-sqlite
|
||||||
|
persistent-template postgresql-libpq postgresql-simple resourcet
|
||||||
|
tagged text time transformers unliftio unordered-containers vector
|
||||||
|
];
|
||||||
|
description = "Type-safe EDSL for SQL queries on persistent backends";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"ess" = callPackage
|
"ess" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -89812,8 +89871,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "fbrnch";
|
pname = "fbrnch";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
sha256 = "1xly3vjd8ylxwnc16y6hcrbg1chr4cxx60f3i3r9cyv1vrvf7l1k";
|
sha256 = "0fm9ymfl01k8fs5p4aa5kjjj6gziwl35z5yywbhygd32704lcqnz";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -116102,8 +116161,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "halive";
|
pname = "halive";
|
||||||
version = "0.1.6";
|
version = "0.1.8";
|
||||||
sha256 = "19mlbl8psb5gxw6xsgiw5kxw4fvmfl552acalj05s6h9gsl4hcnh";
|
sha256 = "1zh0jykh1a9lxfsz1vjyr6n56y2y0g1gc16vxnjakyqz131xp7kn";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -179542,11 +179601,11 @@ self: {
|
|||||||
({ mkDerivation, base-noprelude, universum }:
|
({ mkDerivation, base-noprelude, universum }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "morley-prelude";
|
pname = "morley-prelude";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
sha256 = "1nrwrz54xg0v9v8f1caccpdav1d0nnjqy8r8wmj5cgf9y30jfzjf";
|
sha256 = "1g2ng8d5s32xwflbcfl1fsr2c2lzyh3vvyqslk76w9jn3nln164l";
|
||||||
libraryHaskellDepends = [ base-noprelude universum ];
|
libraryHaskellDepends = [ base-noprelude universum ];
|
||||||
description = "A custom prelude used in Morley";
|
description = "A custom prelude used in Morley";
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"morloc" = callPackage
|
"morloc" = callPackage
|
||||||
@ -187629,8 +187688,8 @@ self: {
|
|||||||
pname = "nix-derivation";
|
pname = "nix-derivation";
|
||||||
version = "1.1.1";
|
version = "1.1.1";
|
||||||
sha256 = "1jcgq7c0x6q33ddq3ns4w69z23r31cvb2qxj04v2pyd5v8rwls9d";
|
sha256 = "1jcgq7c0x6q33ddq3ns4w69z23r31cvb2qxj04v2pyd5v8rwls9d";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "1ink37s91kbrq8p0sqyi1i90xp2jimyg1cnzy9ydjh3iv21f7pi5";
|
editedCabalFile = "1s5xjz62bhmf8y6m7mggag8r9jvg0m2wq20h7k04a7yz3k778mnr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -187646,6 +187705,30 @@ self: {
|
|||||||
maintainers = with lib.maintainers; [ sorki ];
|
maintainers = with lib.maintainers; [ sorki ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"nix-derivation_1_1_2" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, base, containers, criterion, deepseq
|
||||||
|
, filepath, pretty-show, QuickCheck, text, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "nix-derivation";
|
||||||
|
version = "1.1.2";
|
||||||
|
sha256 = "0248xbxq4889hc3qp9z0yr21f97j3lxrjjx2isxdf8ah4hpidzy7";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
attoparsec base containers deepseq filepath text vector
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [ attoparsec base pretty-show text ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
attoparsec base filepath QuickCheck text vector
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [ attoparsec base criterion text ];
|
||||||
|
description = "Parse and render *.drv files";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = with lib.maintainers; [ sorki ];
|
||||||
|
}) {};
|
||||||
|
|
||||||
"nix-diff" = callPackage
|
"nix-diff" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, containers, directory, mtl
|
({ mkDerivation, attoparsec, base, containers, directory, mtl
|
||||||
, nix-derivation, optparse-applicative, patience, text, unix
|
, nix-derivation, optparse-applicative, patience, text, unix
|
||||||
@ -195722,6 +195805,48 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pantry_0_5_1_5" = callPackage
|
||||||
|
({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
||||||
|
, casa-client, casa-types, conduit, conduit-extra, containers
|
||||||
|
, cryptonite, cryptonite-conduit, digest, exceptions, filelock
|
||||||
|
, generic-deriving, hackage-security, hedgehog, hpack, hspec
|
||||||
|
, http-client, http-client-tls, http-conduit, http-download
|
||||||
|
, http-types, memory, mtl, network-uri, path, path-io, persistent
|
||||||
|
, persistent-sqlite, persistent-template, primitive, QuickCheck
|
||||||
|
, raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
|
||||||
|
, tar-conduit, text, text-metrics, time, transformers, unix-compat
|
||||||
|
, unliftio, unordered-containers, vector, yaml, zip-archive
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pantry";
|
||||||
|
version = "0.5.1.5";
|
||||||
|
sha256 = "18pnihbybgnaa1hs9pcz8vvvzlfn3wv8p2rnnf1p2w6m63n8vf9a";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
||||||
|
conduit conduit-extra containers cryptonite cryptonite-conduit
|
||||||
|
digest filelock generic-deriving hackage-security hpack http-client
|
||||||
|
http-client-tls http-conduit http-download http-types memory mtl
|
||||||
|
network-uri path path-io persistent persistent-sqlite
|
||||||
|
persistent-template primitive resourcet rio rio-orphans
|
||||||
|
rio-prettyprint tar-conduit text text-metrics time transformers
|
||||||
|
unix-compat unliftio unordered-containers vector yaml zip-archive
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
||||||
|
conduit conduit-extra containers cryptonite cryptonite-conduit
|
||||||
|
digest exceptions filelock generic-deriving hackage-security
|
||||||
|
hedgehog hpack hspec http-client http-client-tls http-conduit
|
||||||
|
http-download http-types memory mtl network-uri path path-io
|
||||||
|
persistent persistent-sqlite persistent-template primitive
|
||||||
|
QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint
|
||||||
|
tar-conduit text text-metrics time transformers unix-compat
|
||||||
|
unliftio unordered-containers vector yaml zip-archive
|
||||||
|
];
|
||||||
|
description = "Content addressable Haskell package management";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"pantry-tmp" = callPackage
|
"pantry-tmp" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
|
({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
|
||||||
, base64-bytestring, bytestring, Cabal, conduit, conduit-extra
|
, base64-bytestring, bytestring, Cabal, conduit, conduit-extra
|
||||||
@ -213876,6 +214001,18 @@ self: {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"qualified-imports-plugin" = callPackage
|
||||||
|
({ mkDerivation, base, containers, ghc, syb, text }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "qualified-imports-plugin";
|
||||||
|
version = "0.0.1";
|
||||||
|
sha256 = "075m9p02yz5zss64sli2c44id65z9m6f0vzwmpp21ra366s7l8rx";
|
||||||
|
libraryHaskellDepends = [ base containers ghc syb ];
|
||||||
|
testHaskellDepends = [ base text ];
|
||||||
|
description = "GHC plugin to automatically insert qualified imports";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"quandl-api" = callPackage
|
"quandl-api" = callPackage
|
||||||
({ mkDerivation, aeson, base, blaze-builder, bytestring
|
({ mkDerivation, aeson, base, blaze-builder, bytestring
|
||||||
, http-conduit, http-types, syb, text, time, time-locale-compat
|
, http-conduit, http-types, syb, text, time, time-locale-compat
|
||||||
@ -229769,6 +229906,18 @@ self: {
|
|||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"scroll-list" = callPackage
|
||||||
|
({ mkDerivation, base, hspec }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "scroll-list";
|
||||||
|
version = "1.0.0.0";
|
||||||
|
sha256 = "1vzhva3r2hpz8x6l3ahai9f5njp5mhj3411wcmh6gn4qq07a7xy3";
|
||||||
|
libraryHaskellDepends = [ base ];
|
||||||
|
testHaskellDepends = [ base hspec ];
|
||||||
|
description = "This package provides functions for relocate an item within a list";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"scrypt" = callPackage
|
"scrypt" = callPackage
|
||||||
({ mkDerivation, base, base64-bytestring, bytestring, entropy
|
({ mkDerivation, base, base64-bytestring, bytestring, entropy
|
||||||
, HUnit, QuickCheck, test-framework, test-framework-hunit
|
, HUnit, QuickCheck, test-framework, test-framework-hunit
|
||||||
|
Loading…
Reference in New Issue
Block a user