mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
hackage-packages.nix: update to 23452bdddd
with hackage2nix v20150824-65-g80afb21
This commit is contained in:
parent
c456073e03
commit
90c163bde0
@ -5026,8 +5026,8 @@ self: {
|
||||
({ mkDerivation, base, containers, HUnit, parsec }:
|
||||
mkDerivation {
|
||||
pname = "Folly";
|
||||
version = "0.1.4.6";
|
||||
sha256 = "fabe878ab40e0fe8187ee40e6d4b4d0a83e6b34c42e404f04d2b4afa3e1038f6";
|
||||
version = "0.1.5.2";
|
||||
sha256 = "d91356d28619c50115160d078277104bac9567f099a5b9fd13b0079b7f164e0d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base containers parsec ];
|
||||
@ -5498,6 +5498,18 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"GPipe-GLFW" = callPackage
|
||||
({ mkDerivation, base, GLFW-b, GPipe, transformers }:
|
||||
mkDerivation {
|
||||
pname = "GPipe-GLFW";
|
||||
version = "1.0";
|
||||
sha256 = "1d5fbf132f11a5378d19ac31361a0783d0e3dd4324809df4fa0fbabcdbb34b5c";
|
||||
libraryHaskellDepends = [ base GLFW-b GPipe transformers ];
|
||||
homepage = "https://github.com/plredmond/GPipe-GLFW";
|
||||
description = "GLFW OpenGL context creation for GPipe";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"GPipe-TextureLoad" = callPackage
|
||||
({ mkDerivation, base, bitmap, GPipe, stb-image }:
|
||||
mkDerivation {
|
||||
@ -33558,28 +33570,29 @@ self: {
|
||||
({ mkDerivation, aeson, array, base, bytestring, cmdargs
|
||||
, containers, data-stringmap, directory, doctest, executable-path
|
||||
, filepath, HTTP, HUnit, json-builder, lens, lens-aeson, mtl
|
||||
, network, network-uri, parsec, process, QuickCheck, split
|
||||
, string-conversions, tasty, tasty-hunit, tasty-th, text
|
||||
, transformers
|
||||
, mtl-compat, network, network-uri, parsec, process, QuickCheck
|
||||
, split, string-conversions, tasty, tasty-hunit, tasty-th, text
|
||||
, transformers, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clafer";
|
||||
version = "0.4.0";
|
||||
sha256 = "f6a58d2a75cb3ff32cad28f7704922bcc596b5ed864e69324cc79cdb38ded2f6";
|
||||
version = "0.4.1";
|
||||
sha256 = "e3015519a90073e986ed67ba753384b536d9d02652c34aa1195adb6f7e12c0d0";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson array base bytestring cmdargs containers data-stringmap
|
||||
directory executable-path filepath HTTP json-builder lens
|
||||
lens-aeson mtl network network-uri parsec process split
|
||||
string-conversions text transformers
|
||||
lens-aeson mtl mtl-compat network network-uri parsec process split
|
||||
string-conversions text transformers transformers-compat
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base cmdargs containers filepath mtl process split
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers data-stringmap directory doctest filepath HUnit
|
||||
lens lens-aeson mtl QuickCheck tasty tasty-hunit tasty-th
|
||||
lens lens-aeson mtl mtl-compat QuickCheck tasty tasty-hunit
|
||||
tasty-th transformers-compat
|
||||
];
|
||||
homepage = "http://clafer.org";
|
||||
description = "Compiles Clafer models to other formats: Alloy, JavaScript, JSON, HTML, Dot";
|
||||
@ -33590,29 +33603,31 @@ self: {
|
||||
"claferIG" = callPackage
|
||||
({ mkDerivation, array, base, clafer, cmdargs, containers
|
||||
, data-stringmap, directory, executable-path, filepath, haskeline
|
||||
, HaXml, HUnit, json-builder, mtl, parsec, process
|
||||
, HaXml, HUnit, json-builder, mtl, mtl-compat, parsec, process
|
||||
, string-conversions, tasty, tasty-hunit, tasty-th, transformers
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "claferIG";
|
||||
version = "0.4.0";
|
||||
sha256 = "dca649803fdbe55b282bb2dd033253cc543d6d59615276b120a1f1f061ad3406";
|
||||
version = "0.4.1";
|
||||
sha256 = "e804d364884837730b91c46f9dcfa8b39ea7438e9bbd3a810676ba635b6caf33";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base clafer containers data-stringmap directory
|
||||
executable-path filepath haskeline HaXml json-builder mtl parsec
|
||||
process string-conversions transformers
|
||||
executable-path filepath haskeline HaXml json-builder mtl
|
||||
mtl-compat parsec process string-conversions transformers
|
||||
transformers-compat
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base clafer cmdargs containers directory executable-path filepath
|
||||
haskeline mtl transformers
|
||||
haskeline mtl mtl-compat transformers transformers-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array base clafer cmdargs directory filepath HUnit tasty
|
||||
tasty-hunit tasty-th transformers
|
||||
tasty-hunit tasty-th transformers transformers-compat
|
||||
];
|
||||
homepage = "https://github.com/gsdlab/claferIG";
|
||||
homepage = "http://clafer.org";
|
||||
description = "claferIG is an interactive tool that generates instances of Clafer models";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -33621,15 +33636,16 @@ self: {
|
||||
"claferwiki" = callPackage
|
||||
({ mkDerivation, base, clafer, containers, directory, gitit
|
||||
, MissingH, mtl, network, network-uri, process, SHA, split, time
|
||||
, transformers, utf8-string
|
||||
, transformers, transformers-compat, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "claferwiki";
|
||||
version = "0.4.0";
|
||||
sha256 = "d0b71d5568ad523fdd4f911c820719f2e00ce05f919cb4d24ffbc002efa7c0c6";
|
||||
version = "0.4.1";
|
||||
sha256 = "d61f2b7effa17209ab106a90f83ab6afdcea65e1da330bb2d387441d4ec80eb3";
|
||||
libraryHaskellDepends = [
|
||||
base clafer containers directory gitit MissingH mtl network
|
||||
network-uri process SHA split time transformers utf8-string
|
||||
network-uri process SHA split time transformers transformers-compat
|
||||
utf8-string
|
||||
];
|
||||
homepage = "http://github.com/gsdlab/claferwiki";
|
||||
description = "A wiki-based IDE for literate modeling with Clafer";
|
||||
@ -56643,6 +56659,7 @@ self: {
|
||||
libraryHaskellDepends = [ array base containers ghc hpc ];
|
||||
description = "Generic GHC Plugin for annotating Haskell code with source location data";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];
|
||||
}) {};
|
||||
|
||||
"ghc-syb" = callPackage
|
||||
@ -66249,8 +66266,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haste-compiler";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "00ceeb7f2b6e7f98a5b8db08f27e5d05013412ec7f8a4df603ef7707e5cc7892";
|
||||
version = "0.5.1.2";
|
||||
sha256 = "106f844a4ffef0a8b0af954b369bf052c434e1713aa8bdde3d3c3ebc53046b4c";
|
||||
configureFlags = [ "-fportable" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
@ -66267,7 +66284,6 @@ self: {
|
||||
random shellmate system-fileio tar terminfo transformers unix
|
||||
utf8-string
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://haste-lang.org/";
|
||||
description = "Haskell To ECMAScript compiler";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -72263,8 +72279,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hpack";
|
||||
version = "0.6.0";
|
||||
sha256 = "cae208d9d8617d45e999fc61fb9e8e3aba0cb38f98d0f00c96c9aa03a09f35b0";
|
||||
version = "0.7.0";
|
||||
sha256 = "0fb66876b61d665d27f37a2bcbc7c8c2601caec6221d754e9a871311591f6983";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -72755,7 +72771,7 @@ self: {
|
||||
homepage = "http://github.com/paulrzcz/hquantlib.git";
|
||||
description = "HQuantLib is a port of essencial parts of QuantLib to Haskell";
|
||||
license = "LGPL";
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
hydraPlatforms = [ "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"hquery" = callPackage
|
||||
@ -79226,8 +79242,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ihaskell";
|
||||
version = "0.7.0.3";
|
||||
sha256 = "f2df05336dae36d05ffb25f993fab51ccb727f83adb290b83ab251384e8b2e80";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "d36584780949283a606086837abe4d2948d9be6aef01591242b34b4499fded90";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -81273,18 +81289,18 @@ self: {
|
||||
|
||||
"ipython-kernel" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, cereal, containers
|
||||
, directory, filepath, mtl, parsec, SHA, tar, text, transformers
|
||||
, uuid, zeromq4-haskell
|
||||
, directory, filepath, mtl, parsec, process, SHA, temporary, text
|
||||
, transformers, uuid, zeromq4-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ipython-kernel";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "17acfb6ac18e23a85b3fe3324af946439bf0bd886eaf5613d94c027a903174d7";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "b5c762842b79536bdb405134de22219198215c4b8634d23372354b035308215d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal containers directory filepath mtl SHA
|
||||
tar text transformers uuid zeromq4-haskell
|
||||
aeson base bytestring cereal containers directory filepath mtl
|
||||
process SHA temporary text transformers uuid zeromq4-haskell
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base filepath mtl parsec text transformers
|
||||
@ -81380,8 +81396,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "irc-core";
|
||||
version = "1.1.1";
|
||||
sha256 = "9f8e78db1aacf1e74df042e951335277be5bf25e01d1206d119470b451dcd2eb";
|
||||
version = "1.1.1.1";
|
||||
sha256 = "0cdfaf79a670732f579320b2e9668e55d086428b3bbb686220914508e604fdc3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -86826,7 +86842,7 @@ self: {
|
||||
homepage = "https://github.com/mnacamura/learning-hmm";
|
||||
description = "Yet another library for hidden Markov models";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
hydraPlatforms = [ "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"leetify" = callPackage
|
||||
@ -88908,9 +88924,9 @@ self: {
|
||||
"liquid-fixpoint" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, attoparsec, base, bifunctors
|
||||
, bytestring, cmdargs, containers, deepseq, directory, filemanip
|
||||
, filepath, ghc-prim, hashable, intern, mtl, parsec, pretty
|
||||
, filepath, ghc-prim, hashable, intern, mtl, ocaml, parsec, pretty
|
||||
, process, syb, tasty, tasty-hunit, tasty-rerun, text, text-format
|
||||
, transformers, unordered-containers
|
||||
, transformers, unordered-containers, z3
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "liquid-fixpoint";
|
||||
@ -88918,6 +88934,7 @@ self: {
|
||||
sha256 = "7414b580a3ec8185da5e5148b46cef5d15e347080eb2561fcd228c72e7669816";
|
||||
revision = "2";
|
||||
editedCabalFile = "10397e387d91256dcd35cae36cb27ae302418c3c80da6e65d417657783beaf6b";
|
||||
configureFlags = [ "-fbuild-external" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -88931,14 +88948,16 @@ self: {
|
||||
deepseq directory filepath hashable mtl parsec pretty process syb
|
||||
text text-format unordered-containers
|
||||
];
|
||||
executableSystemDepends = [ ocaml ];
|
||||
testHaskellDepends = [
|
||||
base directory filepath process tasty tasty-hunit tasty-rerun text
|
||||
];
|
||||
testSystemDepends = [ z3 ];
|
||||
homepage = "https://github.com/ucsd-progsys/liquid-fixpoint";
|
||||
description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];
|
||||
}) {inherit (pkgs) ocaml; inherit (pkgs) z3;};
|
||||
|
||||
"liquidhaskell" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, base, bifunctors
|
||||
@ -88947,7 +88966,7 @@ self: {
|
||||
, ghc-paths, hashable, hpc, hscolour, intern, liquid-fixpoint, mtl
|
||||
, optparse-applicative, parsec, pretty, process, stm, syb, tagged
|
||||
, tasty, tasty-hunit, tasty-rerun, template-haskell, text, time
|
||||
, transformers, unordered-containers, vector
|
||||
, transformers, unordered-containers, vector, z3
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "liquidhaskell";
|
||||
@ -88973,11 +88992,12 @@ self: {
|
||||
base containers directory filepath mtl optparse-applicative process
|
||||
stm tagged tasty tasty-hunit tasty-rerun transformers
|
||||
];
|
||||
testSystemDepends = [ z3 ];
|
||||
homepage = "http://goto.ucsd.edu/liquidhaskell";
|
||||
description = "Liquid Types for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];
|
||||
}) {inherit (pkgs) z3;};
|
||||
|
||||
"lispparser" = callPackage
|
||||
({ mkDerivation, base, parsec }:
|
||||
@ -89755,6 +89775,7 @@ self: {
|
||||
homepage = "http://github.com/gridaphobe/located-base";
|
||||
description = "Location-aware variants of partial functions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];
|
||||
}) {};
|
||||
|
||||
"locators" = callPackage
|
||||
@ -97652,17 +97673,15 @@ self: {
|
||||
|
||||
"nagios-check" = callPackage
|
||||
({ mkDerivation, base, bifunctors, exceptions, hspec, mtl
|
||||
, nagios-perfdata, QuickCheck, text
|
||||
, QuickCheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nagios-check";
|
||||
version = "0.3.1";
|
||||
sha256 = "4c20ce048e51ea80ffb055e00374a91a98a9d9202ab302ec60b232e3851d9c9f";
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors exceptions mtl nagios-perfdata text
|
||||
];
|
||||
version = "0.3.2";
|
||||
sha256 = "1bc9b85cb10c396943d53c44e2701c5bc2a02ecdf3e8f46da238981f8b7860b7";
|
||||
libraryHaskellDepends = [ base bifunctors exceptions mtl text ];
|
||||
testHaskellDepends = [ base hspec QuickCheck text ];
|
||||
homepage = "https://github.com/fractalcat/haskell-nagios-check";
|
||||
homepage = "https://github.com/olorin/haskell-nagios-check";
|
||||
description = "Package for writing monitoring plugins";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
@ -101425,14 +101444,15 @@ self: {
|
||||
|
||||
"opaleye" = callPackage
|
||||
({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
|
||||
, case-insensitive, containers, contravariant, postgresql-simple
|
||||
, pretty, product-profunctors, profunctors, QuickCheck, semigroups
|
||||
, text, time, time-locale-compat, transformers, uuid, void
|
||||
, case-insensitive, containers, contravariant, multiset
|
||||
, postgresql-simple, pretty, product-profunctors, profunctors
|
||||
, QuickCheck, semigroups, text, time, time-locale-compat
|
||||
, transformers, uuid, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opaleye";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "3387a369f811a73d5a2be9b57827ade2a6275b56e4e02da365185e918befeeb7";
|
||||
version = "0.4.1.0";
|
||||
sha256 = "eca2210c89f76ddcc01c927d317fe58b212a446bffd3d61264a52056edcb91eb";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base base16-bytestring bytestring case-insensitive
|
||||
contravariant postgresql-simple pretty product-profunctors
|
||||
@ -101440,8 +101460,8 @@ self: {
|
||||
uuid void
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers contravariant postgresql-simple product-profunctors
|
||||
profunctors QuickCheck semigroups time
|
||||
base containers contravariant multiset postgresql-simple
|
||||
product-profunctors profunctors QuickCheck semigroups time
|
||||
];
|
||||
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
||||
description = "An SQL-generating DSL targeting PostgreSQL";
|
||||
@ -105019,8 +105039,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-mysql";
|
||||
version = "2.2";
|
||||
sha256 = "e9bb569739cb268b6a6895490ce4235bc789cd1fddc98ac3ac79cac7b7930a26";
|
||||
version = "2.3";
|
||||
sha256 = "c4d24a212698b78bd25fb9c8024291f0f4914cd76dbbac00c629abc7f64d4342";
|
||||
libraryHaskellDepends = [
|
||||
aeson base blaze-builder bytestring conduit containers
|
||||
monad-control monad-logger mysql mysql-simple persistent resourcet
|
||||
@ -107475,8 +107495,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pontarius-xmpp";
|
||||
version = "0.4.2.2";
|
||||
sha256 = "9bfdb948d425f7628c67ca3a5c57c23e971852e92904a509377aa8df36c82bcf";
|
||||
version = "0.4.3";
|
||||
sha256 = "b8f6dd052e2b494f01cafa2613510ef8a62b8fad6a445fe0fd60723fbca388db";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base base64-bytestring binary bytestring conduit
|
||||
containers crypto-api crypto-random cryptohash cryptohash-cryptoapi
|
||||
@ -117899,8 +117919,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "scalpel";
|
||||
version = "0.2.1";
|
||||
sha256 = "e061abe1b6015818461fbdcacc91509575af8865bea5d024eb4b4f74e23d6a53";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "fdcad5f9b1b98e0a8720317fe20b8a696efcdda88f7384dc8e579dd026a17ad6";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring curl regex-base regex-tdfa tagsoup text
|
||||
];
|
||||
@ -120742,8 +120762,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shake-language-c";
|
||||
version = "0.8.0";
|
||||
sha256 = "65d408c47b622ef0cce3f1c17faa0ab67457a1268941db0ce83ebe7c5988feac";
|
||||
version = "0.8.1";
|
||||
sha256 = "707631799b102d375610a4b5bff567c8ad5b62e36616d162bac1ca8617915073";
|
||||
libraryHaskellDepends = [
|
||||
base data-default-class fclabels process shake split
|
||||
unordered-containers
|
||||
@ -125732,7 +125752,7 @@ self: {
|
||||
homepage = "https://github.com/yanatan16/haskell-spsa";
|
||||
description = "Simultaneous Perturbation Stochastic Approximation Optimization Algorithm";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
hydraPlatforms = [ "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"spy" = callPackage
|
||||
@ -126493,8 +126513,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-sandbox";
|
||||
version = "0.1.5";
|
||||
sha256 = "daaeafd7c23148eec97dc23e1a94fa76d4b6972268b7ff4e3a5b13fb3517b134";
|
||||
version = "0.1.6";
|
||||
sha256 = "ade45f67b92175869594e64e68f3076feba3b50e863b8b588cff69310def1bdb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
@ -128385,21 +128405,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"subhask" = callPackage
|
||||
({ mkDerivation, approximate, base, bloomfilter, bytes, bytestring
|
||||
, cassava, containers, deepseq, erf, gamma, ghc-prim, hmatrix
|
||||
, hyperloglog, lens, monad-primitive, MonadRandom, mtl, parallel
|
||||
, pipes, primitive, QuickCheck, semigroups, template-haskell
|
||||
({ mkDerivation, approximate, array, base, bloomfilter, bytes
|
||||
, bytestring, cassava, containers, deepseq, erf, gamma, ghc-prim
|
||||
, hmatrix, hyperloglog, lens, monad-primitive, MonadRandom, mtl
|
||||
, parallel, primitive, QuickCheck, semigroups, template-haskell
|
||||
, test-framework, test-framework-quickcheck2, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "subhask";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1559bd6c7322281cb43ce988715e57ec91f4795da3abddf9a92967c55835229f";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "c3e5a727ed988acb4c2a1083136be2faead19bef252345b12695d5050cddc791";
|
||||
libraryHaskellDepends = [
|
||||
approximate base bloomfilter bytes bytestring cassava containers
|
||||
deepseq erf gamma ghc-prim hmatrix hyperloglog lens monad-primitive
|
||||
MonadRandom mtl parallel pipes primitive QuickCheck semigroups
|
||||
template-haskell vector
|
||||
approximate array base bloomfilter bytes bytestring cassava
|
||||
containers deepseq erf gamma ghc-prim hmatrix hyperloglog lens
|
||||
monad-primitive MonadRandom mtl parallel primitive QuickCheck
|
||||
semigroups template-haskell vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base test-framework test-framework-quickcheck2
|
||||
@ -130567,11 +130587,12 @@ self: {
|
||||
, liquid-fixpoint, liquidhaskell, mtl, pretty, process, QuickCheck
|
||||
, syb, tagged, tasty, tasty-hunit, template-haskell, text
|
||||
, text-format, th-lift, transformers, unordered-containers, vector
|
||||
, z3
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "target";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "249c5936784131d4a114dbfe920aa5dca38b1116b64138273af31710e68b735b";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "a6366a2eddf278e368ec6b49c7aa483433fad6d473d5bc1751c0049ccd1a98cb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -130586,10 +130607,11 @@ self: {
|
||||
liquidhaskell mtl tagged tasty tasty-hunit template-haskell
|
||||
unordered-containers
|
||||
];
|
||||
testSystemDepends = [ z3 ];
|
||||
description = "Generate test-suites from refinement types";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];
|
||||
}) {inherit (pkgs) z3;};
|
||||
|
||||
"task" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
|
||||
@ -133592,10 +133614,9 @@ self: {
|
||||
({ mkDerivation, base, deepseq, time }:
|
||||
mkDerivation {
|
||||
pname = "tiempo";
|
||||
version = "0.0.1.0";
|
||||
sha256 = "19a5844015557eff08088469395fe3593021d2c027c607eb1f7fd8c5788caabe";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "a8b04eef8e1eca0a496410eb82289345c2060be8726b09f5f4b0242d9ffe4a8e";
|
||||
libraryHaskellDepends = [ base deepseq time ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/HaskVan/tiempo";
|
||||
description = "Specify time intervals in different units (secs, mins, hours, etc.)";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -139813,8 +139834,8 @@ self: {
|
||||
({ mkDerivation, base, time }:
|
||||
mkDerivation {
|
||||
pname = "varying";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "044d0321b199cadb2b8d28edcadfcab4a48708eb49ad27e1c3baf206eb736041";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "c07d54d7263df225f76f4e4b3ce19b962edabf1bef6b93ea571fca4a1d004888";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base time ];
|
||||
@ -140578,7 +140599,7 @@ self: {
|
||||
];
|
||||
description = "An MPD client with vim-like key bindings";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
hydraPlatforms = [ "x86_64-linux" ];
|
||||
}) {inherit (pkgs) ncurses;};
|
||||
|
||||
"vintage-basic" = callPackage
|
||||
@ -141586,7 +141607,7 @@ self: {
|
||||
];
|
||||
description = "Middleware and utilities for using Atlassian Crowd authentication";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
hydraPlatforms = [ "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"wai-middleware-etag" = callPackage
|
||||
@ -147008,17 +147029,17 @@ self: {
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, conduit
|
||||
, conduit-extra, containers, either, email-validate
|
||||
, lens-family-core, lens-family-th, MonadRandom, mtl, persistent
|
||||
, shakespeare, text, time, transformers, yesod-core, yesod-form
|
||||
, yesod-markdown
|
||||
, shakespeare, text, time, transformers, yaml, yesod-core
|
||||
, yesod-form, yesod-markdown
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-bootstrap";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "eff7662f9cc62d97922f947505b1200ac1909fad7d954c668aba6a0d66601fa6";
|
||||
version = "0.2";
|
||||
sha256 = "d99b97f9ebef228039b9c48725dbf5e610389d99ce7b3f39673741339927c5bd";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-html blaze-markup conduit conduit-extra containers
|
||||
either email-validate lens-family-core lens-family-th MonadRandom
|
||||
mtl persistent shakespeare text time transformers yesod-core
|
||||
mtl persistent shakespeare text time transformers yaml yesod-core
|
||||
yesod-form yesod-markdown
|
||||
];
|
||||
description = "Bootstrap widgets for yesod";
|
||||
@ -148738,8 +148759,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "zalgo";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "9d102c28680942c8c2e1b1636723b31b8af7459e9946e39c771691b66e1dc1ad";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "5f63a88038ee13dd594907b3591ea2747a563f2a591294b7285a9db83539bf5b";
|
||||
libraryHaskellDepends = [ base ];
|
||||
homepage = "http://github.com/mniip/zalgo";
|
||||
description = "Z-algorithm implemented on haskell's built-in cons-cell-based lists";
|
||||
|
Loading…
Reference in New Issue
Block a user