hackage-packages.nix: re-generate from Hackage 2015-03-26T14:11:09+0100
This commit is contained in:
parent
b948978729
commit
fa8c514407
@ -417,12 +417,12 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ALUT" = callPackage
|
"ALUT" = callPackage
|
||||||
({ mkDerivation, base, freealut, OpenAL, OpenGL }:
|
({ mkDerivation, base, freealut, OpenAL, StateVar, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ALUT";
|
pname = "ALUT";
|
||||||
version = "2.3.0.2";
|
version = "2.4.0.0";
|
||||||
sha256 = "02kfyb4g7sfjfzqlddxqbjffrj4a0gfrzkisdpbj2lw67j1gq5dp";
|
sha256 = "0g8rzzk54y8d567dvj32bq0h409ag0am196kkirsjd6f58vgjp0g";
|
||||||
buildDepends = [ base OpenAL OpenGL ];
|
buildDepends = [ base OpenAL StateVar transformers ];
|
||||||
extraLibraries = [ freealut ];
|
extraLibraries = [ freealut ];
|
||||||
homepage = "https://github.com/haskell-openal/ALUT";
|
homepage = "https://github.com/haskell-openal/ALUT";
|
||||||
description = "A binding for the OpenAL Utility Toolkit";
|
description = "A binding for the OpenAL Utility Toolkit";
|
||||||
@ -10529,8 +10529,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Nomyx";
|
pname = "Nomyx";
|
||||||
version = "0.7.5";
|
version = "0.7.6";
|
||||||
sha256 = "1vnq19yh1sr39zch76fxangslx12zsv5w7p6nq48cbz8jix0ypxp";
|
sha256 = "1zbrirplcgff9z75lmamh0i5749m22kvnwcr3s51wajnvh982qi3";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -10554,8 +10554,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Nomyx-Core";
|
pname = "Nomyx-Core";
|
||||||
version = "0.7.5";
|
version = "0.7.6";
|
||||||
sha256 = "0kd8rl0i7d4kbhnsakiqk0zmz956f12hccmql8fgnnww4fmf36zs";
|
sha256 = "16s60gap32kjs62zxjddppxyg9jhamzgm4d41mfg3vviadlacdrq";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
acid-state aeson base blaze-html blaze-markup bytestring data-lens
|
acid-state aeson base blaze-html blaze-markup bytestring data-lens
|
||||||
data-lens-fd data-lens-template DebugTraceHelpers deepseq directory
|
data-lens-fd data-lens-template DebugTraceHelpers deepseq directory
|
||||||
@ -10577,8 +10577,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Nomyx-Language";
|
pname = "Nomyx-Language";
|
||||||
version = "0.7.5";
|
version = "0.7.6";
|
||||||
sha256 = "11480ggfphwdyakhch1i8fr3cqhdmx32jg5nj5pc43sk3bpq2dwk";
|
sha256 = "0na9nm6qnayip2lx3nd3if4c1iyp7zs89jp2dgb7zkmbiwvax3l9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base Boolean containers data-lens data-lens-fd data-lens-template
|
base Boolean containers data-lens data-lens-fd data-lens-template
|
||||||
DebugTraceHelpers ghc mtl old-locale random safe time
|
DebugTraceHelpers ghc mtl old-locale random safe time
|
||||||
@ -10617,8 +10617,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Nomyx-Web";
|
pname = "Nomyx-Web";
|
||||||
version = "0.7.5";
|
version = "0.7.6";
|
||||||
sha256 = "161b87ysa9fh40r1z9cp1mzyrs5ws3d97bsrnqwgcaz4rhnjzyvb";
|
sha256 = "193v967bzhs0linqvh93w7viwdrlmsbdpnr8asigqhp5905zdjb7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base blaze-html blaze-markup bytestring data-lens data-lens-fd fb
|
base blaze-html blaze-markup bytestring data-lens data-lens-fd fb
|
||||||
filepath happstack-authenticate happstack-server hscolour mtl
|
filepath happstack-authenticate happstack-server hscolour mtl
|
||||||
@ -10935,12 +10935,14 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"OpenAL" = callPackage
|
"OpenAL" = callPackage
|
||||||
({ mkDerivation, base, openal, OpenGL }:
|
({ mkDerivation, base, ObjectName, openal, OpenGL, StateVar
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "OpenAL";
|
pname = "OpenAL";
|
||||||
version = "1.6.0.1";
|
version = "1.7.0.0";
|
||||||
sha256 = "0m29p6mm87lbx1507n9w4ara4l1xva8j42xjp0771ngx4sbphn2y";
|
sha256 = "111r78zx39nyfnpq2pmy440bi4ymr6i2difwfaislvmjq43plhjw";
|
||||||
buildDepends = [ base OpenGL ];
|
buildDepends = [ base ObjectName OpenGL StateVar transformers ];
|
||||||
extraLibraries = [ openal ];
|
extraLibraries = [ openal ];
|
||||||
homepage = "https://github.com/haskell-openal/ALUT";
|
homepage = "https://github.com/haskell-openal/ALUT";
|
||||||
description = "A binding to the OpenAL cross-platform 3D audio API";
|
description = "A binding to the OpenAL cross-platform 3D audio API";
|
||||||
@ -21054,10 +21056,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "auto";
|
pname = "auto";
|
||||||
version = "0.2.0.5";
|
version = "0.2.0.6";
|
||||||
revision = "2";
|
sha256 = "1k0nzhkn32jypf1yqjqadmqwq9ckyax23lmvwzz110fx657j1nhi";
|
||||||
sha256 = "1c6n5yc24g3chm18c5jaspidgi064pbzbd9gnakxj6q0npwwmp1h";
|
|
||||||
editedCabalFile = "21de0f6b3309a084876f2e6a3ef4a87a2953511d9d564528071c0a81bcf22dd0";
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring cereal containers deepseq MonadRandom profunctors
|
base bytestring cereal containers deepseq MonadRandom profunctors
|
||||||
random semigroups transformers
|
random semigroups transformers
|
||||||
@ -21772,8 +21772,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "b9";
|
pname = "b9";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
sha256 = "0cwx7irpzbl1g3wi4fcdjrkv2968517gljyvc9w8vm6f81wr2xcb";
|
sha256 = "1zylnxh6r6sbk6fyx3b5hh6msajrrr07nsb4hwqlh07n1zzavw7j";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -25273,19 +25273,22 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"blunt" = callPackage
|
"blunt" = callPackage
|
||||||
({ mkDerivation, aeson, array, base, bytestring, containers
|
({ mkDerivation, aeson, array, base, bytestring, clay, containers
|
||||||
, haskell-src-exts, http-types, pointful, transformers, wai, warp
|
, haskell-src-exts, http-types, jmacro, lucid, pointful, text
|
||||||
|
, transformers, wai, warp, wl-pprint-text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "blunt";
|
pname = "blunt";
|
||||||
version = "0.0.12";
|
version = "0.0.13";
|
||||||
sha256 = "19x4djczbzrjpqmcjz4pal0cks4xbrhgxw9gs45r6rbs3d7g06am";
|
sha256 = "1mawchdfywhs7gqfy1p91drfc4l31c2m2v8nkma5bg9i5zb81kyr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson array base bytestring containers haskell-src-exts http-types
|
aeson array base bytestring clay containers haskell-src-exts
|
||||||
pointful transformers wai warp
|
http-types jmacro lucid pointful text transformers wai warp
|
||||||
|
wl-pprint-text
|
||||||
];
|
];
|
||||||
|
homepage = "https://blunt.herokuapp.com";
|
||||||
description = "Point-free Haskell as a service";
|
description = "Point-free Haskell as a service";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
@ -25466,6 +25469,38 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"borel" = callPackage
|
||||||
|
({ mkDerivation, aeson, async, attoparsec, base, bimap, cassava
|
||||||
|
, ceilometer-common, chevalier-common, configurator, containers
|
||||||
|
, either, errors, hslogger, hspec, lens, lens-properties, marquise
|
||||||
|
, mtl, multiset, network, network-uri, pipes, pipes-concurrency
|
||||||
|
, pipes-safe, QuickCheck, text, time, transformers
|
||||||
|
, unordered-containers, vaultaire-common, vector, zeromq4-haskell
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "borel";
|
||||||
|
version = "0.18.0";
|
||||||
|
sha256 = "0daayl70l8afpf6l4822nz2cqjy2k8zbrj89apipjbynsq543453";
|
||||||
|
buildDepends = [
|
||||||
|
aeson async attoparsec base bimap cassava ceilometer-common
|
||||||
|
chevalier-common configurator containers errors hslogger lens
|
||||||
|
marquise mtl multiset network network-uri pipes pipes-concurrency
|
||||||
|
pipes-safe text time transformers unordered-containers
|
||||||
|
vaultaire-common vector zeromq4-haskell
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
aeson async attoparsec base bimap cassava ceilometer-common
|
||||||
|
chevalier-common configurator containers either errors hslogger
|
||||||
|
hspec lens lens-properties marquise mtl multiset network
|
||||||
|
network-uri pipes pipes-concurrency pipes-safe QuickCheck text time
|
||||||
|
transformers unordered-containers vaultaire-common vector
|
||||||
|
zeromq4-haskell
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/anchor/borel-core";
|
||||||
|
description = "Metering System for OpenStack metrics provided by Vaultaire";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"bot" = callPackage
|
"bot" = callPackage
|
||||||
({ mkDerivation, arrows, base, Stream }:
|
({ mkDerivation, arrows, base, Stream }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -26414,6 +26449,19 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"bytestring-short" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, deepseq, QuickCheck }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "bytestring-short";
|
||||||
|
version = "0.0.1.0";
|
||||||
|
sha256 = "034c63hw49sy4mg6xarf61d4f3shafj66v4sqky04sin460s28wv";
|
||||||
|
buildDepends = [ base bytestring deepseq ];
|
||||||
|
testDepends = [ base bytestring QuickCheck ];
|
||||||
|
jailbreak = true;
|
||||||
|
description = "Backport copy of ShortByteString";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"bytestring-show" = callPackage
|
"bytestring-show" = callPackage
|
||||||
({ mkDerivation, array, base, binary, bytestring, containers
|
({ mkDerivation, array, base, binary, bytestring, containers
|
||||||
, integer-gmp
|
, integer-gmp
|
||||||
@ -28577,8 +28625,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ceilometer-common";
|
pname = "ceilometer-common";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
sha256 = "01lvjyl884i6qcfxr7xj42g5spn1fx3jgcq1g8zv0b5y9jwpj7lr";
|
sha256 = "1zqqh7k627yw6vfcdihl2gw8hh3l9gxj283azmmcc9pm15grblps";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bimap binary bytestring containers foldl lens pipes siphash
|
base bimap binary bytestring containers foldl lens pipes siphash
|
||||||
template-haskell text vaultaire-common
|
template-haskell text vaultaire-common
|
||||||
@ -28589,7 +28637,7 @@ self: {
|
|||||||
text transformers vaultaire-common
|
text transformers vaultaire-common
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/anchor/ceilometer-common";
|
homepage = "https://github.com/anchor/ceilometer-common";
|
||||||
description = "Common Haskell types and encoding for ceilometer";
|
description = "Common Haskell types and encoding for OpenStack Ceilometer";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -29305,6 +29353,23 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"chevalier-common" = callPackage
|
||||||
|
({ mkDerivation, base, bifunctors, bytestring, cereal, locators
|
||||||
|
, mtl, network, network-uri, protobuf, text, unordered-containers
|
||||||
|
, vaultaire-common, zeromq4-haskell
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "chevalier-common";
|
||||||
|
version = "0.6.0";
|
||||||
|
sha256 = "0fg7cb5ds2ixk046isz6wala7azaxqlfsacb1p7l9j6din9mgzrs";
|
||||||
|
buildDepends = [
|
||||||
|
base bifunctors bytestring cereal locators mtl network network-uri
|
||||||
|
protobuf text unordered-containers vaultaire-common zeromq4-haskell
|
||||||
|
];
|
||||||
|
description = "Query interface for Chevalier";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"chp" = callPackage
|
"chp" = callPackage
|
||||||
({ mkDerivation, base, containers, deepseq, extensible-exceptions
|
({ mkDerivation, base, containers, deepseq, extensible-exceptions
|
||||||
, pretty, stm
|
, pretty, stm
|
||||||
@ -30770,8 +30835,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "clustering";
|
pname = "clustering";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "1xjsbpp6xl5nbp9v14jad8nrzylg4vbn1s6skzdknk36midds2ws";
|
sha256 = "0idmh6k6j4dmnaf8zsvw30lkwsgk5hqvp4hlzfd4j6d9ah2pwmfp";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base binary containers matrices mwc-random primitive vector
|
base binary containers matrices mwc-random primitive vector
|
||||||
];
|
];
|
||||||
@ -34898,8 +34963,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cryptol";
|
pname = "cryptol";
|
||||||
version = "2.2.0";
|
version = "2.2.1";
|
||||||
sha256 = "0f82hpw71yb7p3nfh4zpap8ag7dw3932qm9gvaw3b3xiild701gv";
|
sha256 = "06dl3jkv0ygyb42p89hifrsmcg8jipyag01ibwj3gr6kxm443cg7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -46041,6 +46106,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"filtrable" = callPackage
|
||||||
|
({ mkDerivation, base }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "filtrable";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0hxnfjmwv1p1izxr5h7qrd5zdynj2c8k4zh198pinav5skf6v3kd";
|
||||||
|
buildDepends = [ base ];
|
||||||
|
jailbreak = true;
|
||||||
|
description = "Class of filtrable containers";
|
||||||
|
license = "unknown";
|
||||||
|
}) {};
|
||||||
|
|
||||||
"final" = callPackage
|
"final" = callPackage
|
||||||
({ mkDerivation, base, stm, transformers }:
|
({ mkDerivation, base, stm, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -49752,8 +49829,8 @@ self: {
|
|||||||
({ mkDerivation, base, cpphs, ghc, happy }:
|
({ mkDerivation, base, cpphs, ghc, happy }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ghc-parser";
|
pname = "ghc-parser";
|
||||||
version = "0.1.4.0";
|
version = "0.1.6.0";
|
||||||
sha256 = "0d29bl64gsij7169wvqgdkr8vcn35jdbqyq2aky53wcbhw4kq7k7";
|
sha256 = "1j0axpzm1ysi6sv80rr2bka1wycinrnqvkpnxlb18yb3zbwijz76";
|
||||||
buildDepends = [ base ghc ];
|
buildDepends = [ base ghc ];
|
||||||
buildTools = [ cpphs happy ];
|
buildTools = [ cpphs happy ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -50174,6 +50251,7 @@ self: {
|
|||||||
aeson base bytestring cassava containers directory filepath shake
|
aeson base bytestring cassava containers directory filepath shake
|
||||||
split text unordered-containers vector yaml
|
split text unordered-containers vector yaml
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
homepage = "https://github.com/nomeata/gipeda";
|
homepage = "https://github.com/nomeata/gipeda";
|
||||||
description = "Git Performance Dashboard";
|
description = "Git Performance Dashboard";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -56967,8 +57045,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskell-neo4j-client";
|
pname = "haskell-neo4j-client";
|
||||||
version = "0.3.0.13";
|
version = "0.3.0.15";
|
||||||
sha256 = "1j2ka83s4fa8aqqnhvp83zqlp019ayznlkhd7pb6pqkd19npr78a";
|
sha256 = "1gxnwz7xzf4l0d4hwi8ij95910d38l89i9x3sw051zwn4fzns1cv";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base bytestring containers data-default hashable HTTP
|
aeson base bytestring containers data-default hashable HTTP
|
||||||
http-conduit http-types lifted-base mtl resourcet scientific text
|
http-conduit http-types lifted-base mtl resourcet scientific text
|
||||||
@ -61783,8 +61861,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hjsonschema";
|
pname = "hjsonschema";
|
||||||
version = "0.5.1.2";
|
version = "0.5.2.1";
|
||||||
sha256 = "0vxlmlfyv3an8dhw5yrsnkaqhascdw3hdmpillrj266ag5w4b139";
|
sha256 = "0kff73g9gjvc035lw3420mxz9mp7pd1yl941wr3jagqnh6g1s85m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -68136,13 +68214,13 @@ self: {
|
|||||||
|
|
||||||
"http2" = callPackage
|
"http2" = callPackage
|
||||||
({ mkDerivation, aeson, aeson-pretty, array, base, blaze-builder
|
({ mkDerivation, aeson, aeson-pretty, array, base, blaze-builder
|
||||||
, bytestring, containers, directory, doctest, filepath, hex, hspec
|
, bytestring, containers, directory, doctest, filepath, Glob, hex
|
||||||
, PSQueue, text, unordered-containers, vector, word8
|
, hspec, PSQueue, text, unordered-containers, vector, word8
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "http2";
|
pname = "http2";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
sha256 = "1hvjb22jmmfrj0ym4sk4yn2y4x9manic42w7yfy8kckhihzh1j1s";
|
sha256 = "117s8kjbqhd034f483j2x3m2kkjl895b1bc1lxj35b6ar326fp2b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -68152,7 +68230,7 @@ self: {
|
|||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson aeson-pretty array base blaze-builder bytestring containers
|
aeson aeson-pretty array base blaze-builder bytestring containers
|
||||||
directory doctest filepath hex hspec PSQueue text
|
directory doctest filepath Glob hex hspec PSQueue text
|
||||||
unordered-containers vector word8
|
unordered-containers vector word8
|
||||||
];
|
];
|
||||||
description = "HTTP/2.0 library including frames and HPACK";
|
description = "HTTP/2.0 library including frames and HPACK";
|
||||||
@ -69203,12 +69281,12 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hydrogen-multimap" = callPackage
|
"hydrogen-multimap" = callPackage
|
||||||
({ mkDerivation, base, containers }:
|
({ mkDerivation, base, containers, ghc-prim }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hydrogen-multimap";
|
pname = "hydrogen-multimap";
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
sha256 = "0v0yylh9zpfzyb19mhwwf6pw36pmpn3gj7cdiamqzz3db0zcadwb";
|
sha256 = "0ik68a85yxdz12sgfpqi7bagkhvm9qgvl2bgplm2anxjsxcqbi93";
|
||||||
buildDepends = [ base containers ];
|
buildDepends = [ base containers ghc-prim ];
|
||||||
homepage = "https://scravy.de/hydrogen-multimap/";
|
homepage = "https://scravy.de/hydrogen-multimap/";
|
||||||
description = "Hydrogen Multimap";
|
description = "Hydrogen Multimap";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -69228,19 +69306,19 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hydrogen-prelude" = callPackage
|
"hydrogen-prelude" = callPackage
|
||||||
({ mkDerivation, array, base, cereal, containers, directory
|
({ mkDerivation, array, base, binary, bytestring, cereal
|
||||||
, filepath, hashable, hydrogen-multimap, hydrogen-version, network
|
, containers, directory, filepath, hashable, hydrogen-multimap
|
||||||
, process, random, regex-base, regex-tdfa, strict, time
|
, hydrogen-version, network, process, random, regex-base
|
||||||
, transformers, uuid
|
, regex-tdfa, strict, text, time, transformers, uuid
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hydrogen-prelude";
|
pname = "hydrogen-prelude";
|
||||||
version = "0.19";
|
version = "0.20";
|
||||||
sha256 = "0sl8gvihqhp7jrf6x6m6yg4kv4by63q6r4qi9bnlwbs3yykbriah";
|
sha256 = "18g3r95ssg385zqzny3137ms0ppv7d33xgvc4gvxkijv8cgj1697";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
array base cereal containers directory filepath hashable
|
array base binary bytestring cereal containers directory filepath
|
||||||
hydrogen-multimap hydrogen-version network process random
|
hashable hydrogen-multimap hydrogen-version network process random
|
||||||
regex-base regex-tdfa strict time transformers uuid
|
regex-base regex-tdfa strict text time transformers uuid
|
||||||
];
|
];
|
||||||
homepage = "http://scravy.de/hydrogen-prelude/";
|
homepage = "http://scravy.de/hydrogen-prelude/";
|
||||||
description = "Hydrogen Prelude";
|
description = "Hydrogen Prelude";
|
||||||
@ -69297,8 +69375,8 @@ self: {
|
|||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hydrogen-version";
|
pname = "hydrogen-version";
|
||||||
version = "1.3";
|
version = "1.4";
|
||||||
sha256 = "1211ynxr4l1kwkxj37gyyfjcd8mmdajrnmwg9lwlf85dn49r4xzv";
|
sha256 = "04v39lvh0z0ig6igsz7ncfasag3j6pdbsa86gyp63n4g325fmf38";
|
||||||
buildDepends = [ base ];
|
buildDepends = [ base ];
|
||||||
homepage = "https://scravy.de/hydrogen-version/";
|
homepage = "https://scravy.de/hydrogen-version/";
|
||||||
description = "Hydrogen Version Type";
|
description = "Hydrogen Version Type";
|
||||||
@ -69926,40 +70004,40 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ihaskell" = callPackage
|
"ihaskell" = callPackage
|
||||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
({ mkDerivation, aeson, base, base64-bytestring, bin-package-db
|
||||||
, classy-prelude, cmdargs, containers, directory, filepath, ghc
|
, bytestring, cereal, classy-prelude, cmdargs, containers
|
||||||
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
|
, directory, filepath, ghc, ghc-parser, ghc-paths, haskeline
|
||||||
, hspec, http-client, http-client-tls, HUnit, ipython-kernel
|
, haskell-src-exts, here, hlint, hspec, http-client
|
||||||
, MissingH, mono-traversable, mtl, parsec, process, random, setenv
|
, http-client-tls, HUnit, ipython-kernel, MissingH
|
||||||
, shelly, split, stm, strict, system-argv0, system-filepath, tar
|
, mono-traversable, mtl, parsec, process, random, setenv, shelly
|
||||||
, template-haskell, text, transformers, unix, unordered-containers
|
, split, stm, strict, system-argv0, system-filepath, tar, text
|
||||||
, utf8-string, uuid, vector
|
, transformers, unix, unordered-containers, utf8-string, uuid
|
||||||
|
, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ihaskell";
|
pname = "ihaskell";
|
||||||
version = "0.5.0.0";
|
version = "0.6.0.0";
|
||||||
sha256 = "1vp31ihl2hbpw3fadwmdm6hg1692khmb1v7gzcqik162i65dyzrj";
|
sha256 = "15fsan1dxlmd7y31630rqrg9gaa205g3s89vlqnxjv0dfvs86qf0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base base64-bytestring bytestring cereal classy-prelude
|
aeson base base64-bytestring bin-package-db bytestring cereal
|
||||||
cmdargs containers directory filepath ghc ghc-parser ghc-paths
|
classy-prelude cmdargs containers directory filepath ghc ghc-parser
|
||||||
haskeline haskell-src-exts here hlint hspec http-client
|
ghc-paths haskeline haskell-src-exts here hlint hspec http-client
|
||||||
http-client-tls HUnit ipython-kernel MissingH mono-traversable mtl
|
http-client-tls HUnit ipython-kernel MissingH mono-traversable mtl
|
||||||
parsec process random shelly split stm strict system-argv0
|
parsec process random shelly split stm strict system-argv0
|
||||||
system-filepath tar template-haskell text transformers unix
|
system-filepath tar text transformers unix unordered-containers
|
||||||
unordered-containers utf8-string uuid vector
|
utf8-string uuid vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson base base64-bytestring bytestring cereal classy-prelude
|
aeson base base64-bytestring bin-package-db bytestring cereal
|
||||||
cmdargs containers directory filepath ghc ghc-parser ghc-paths
|
classy-prelude cmdargs containers directory filepath ghc ghc-parser
|
||||||
haskeline haskell-src-exts here hlint hspec http-client
|
ghc-paths haskeline haskell-src-exts here hlint hspec http-client
|
||||||
http-client-tls HUnit ipython-kernel MissingH mono-traversable mtl
|
http-client-tls HUnit ipython-kernel MissingH mono-traversable mtl
|
||||||
parsec process random setenv shelly split stm strict system-argv0
|
parsec process random setenv shelly split stm strict system-argv0
|
||||||
system-filepath tar text transformers unix unordered-containers
|
system-filepath tar text transformers unix unordered-containers
|
||||||
utf8-string uuid vector
|
utf8-string uuid vector
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "http://gibiansky.github.io/IHaskell/";
|
homepage = "http://gibiansky.github.io/IHaskell/";
|
||||||
description = "A Haskell backend kernel for the IPython project";
|
description = "A Haskell backend kernel for the IPython project";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -70127,8 +70205,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ihaskell-rlangqq";
|
pname = "ihaskell-rlangqq";
|
||||||
version = "0.2.0.0";
|
version = "0.2.0.1";
|
||||||
sha256 = "18681acd0wmmbalj87p4psis1qf84rzhvh8c1a96jgh5nv3rk5dn";
|
sha256 = "1si38n47p57kwqsmsqw9bnv4k6z3zd6n8f5kmsmmbcmjdqmi7i86";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base base64-bytestring blaze-html bytestring directory filepath
|
base base64-bytestring blaze-html bytestring directory filepath
|
||||||
ihaskell ihaskell-blaze Rlang-QQ split stm template-haskell xformat
|
ihaskell ihaskell-blaze Rlang-QQ split stm template-haskell xformat
|
||||||
@ -71669,18 +71747,18 @@ self: {
|
|||||||
|
|
||||||
"ipython-kernel" = callPackage
|
"ipython-kernel" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, cereal, containers
|
({ mkDerivation, aeson, base, bytestring, cereal, containers
|
||||||
, directory, filepath, mtl, parsec, tar, text, transformers, unix
|
, directory, filepath, mtl, parsec, SHA, tar, text, transformers
|
||||||
, uuid, zeromq4-haskell
|
, unix, uuid, zeromq4-haskell
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ipython-kernel";
|
pname = "ipython-kernel";
|
||||||
version = "0.3.0.0";
|
version = "0.6.0.0";
|
||||||
sha256 = "035cfq1dlkjmmfjkmfvkn4i4rx04wzsgz9s4dbdwhkx3x7bcj7sj";
|
sha256 = "0pk49hz2ba2ikd96nymrlk7nrd5sw1fmy7xbx24hrri5izqfjjli";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base bytestring cereal containers directory filepath mtl
|
aeson base bytestring cereal containers directory filepath mtl
|
||||||
parsec tar text transformers unix uuid zeromq4-haskell
|
parsec SHA tar text transformers unix uuid zeromq4-haskell
|
||||||
];
|
];
|
||||||
homepage = "http://github.com/gibiansky/IHaskell";
|
homepage = "http://github.com/gibiansky/IHaskell";
|
||||||
description = "A library for creating kernels for IPython frontends";
|
description = "A library for creating kernels for IPython frontends";
|
||||||
@ -74617,15 +74695,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "laika";
|
pname = "laika";
|
||||||
version = "0.1.1";
|
version = "0.1.3";
|
||||||
sha256 = "1ifs8brgbhzwl58ccnpyvfrkn1x27a38ylawik382n221sv28pj5";
|
sha256 = "1j9f76sch91igpgarw7pwzhymd6ji7wnwr9l8riallglphc55g7l";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base-prelude either record system-fileio system-filepath
|
attoparsec base-prelude either record system-fileio system-filepath
|
||||||
template-haskell text transformers
|
template-haskell text transformers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/nikita-volkov/laika";
|
homepage = "https://github.com/nikita-volkov/laika";
|
||||||
description = "Minimalistic type-checked compile-time template engine";
|
description = "Minimalistic type-checked compile-time template engine";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -79927,6 +80004,19 @@ self: {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"machines-zlib" = callPackage
|
||||||
|
({ mkDerivation, base, basic-prelude, machines, streaming-commons
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "machines-zlib";
|
||||||
|
version = "0.1.0";
|
||||||
|
sha256 = "0ajdc7878vzam5zphdaw8zn8knzk8kq80y3yf84jwlakb6ihrv6d";
|
||||||
|
buildDepends = [ base basic-prelude machines streaming-commons ];
|
||||||
|
homepage = "https://github.com/lshift/machines-zlib";
|
||||||
|
description = "Decompression support for machines";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"macho" = callPackage
|
"macho" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring }:
|
({ mkDerivation, base, binary, bytestring }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -86504,8 +86594,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "network-anonymous-i2p";
|
pname = "network-anonymous-i2p";
|
||||||
version = "0.9.2";
|
version = "0.10.0";
|
||||||
sha256 = "1rn7i6f2ks9ddqsxpira25d7g7dhkm23lnyndpxknhvkj4d3zvk8";
|
sha256 = "0b7z7w105l1yd3xpnnl2z779m5zknf756cslksbbpsy16rn7kxfg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base bytestring exceptions mtl network
|
attoparsec base bytestring exceptions mtl network
|
||||||
network-attoparsec network-simple text transformers uuid
|
network-attoparsec network-simple text transformers uuid
|
||||||
@ -92282,8 +92372,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pinboard";
|
pname = "pinboard";
|
||||||
version = "0.3";
|
version = "0.4";
|
||||||
sha256 = "0z6vxh9pnq3ixmi7bcpn17wf4w1blj6l4k7lw39gzs7jjbcpijzr";
|
sha256 = "0vn5fy15yshr9ypz8qagnqsgkkn33qv19ayqp4fy5x5bv68y7a0b";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base bytestring containers either HsOpenSSL http-streams
|
aeson base bytestring containers either HsOpenSSL http-streams
|
||||||
http-types io-streams mtl network old-locale random text time
|
http-types io-streams mtl network old-locale random text time
|
||||||
@ -93941,8 +94031,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "posix-paths";
|
pname = "posix-paths";
|
||||||
version = "0.2.0.4";
|
version = "0.2.0.5";
|
||||||
sha256 = "1cym8c5hjjs7i2gx4n9m7a9zg7dls4wqnnr5bravj7gv2gh9s67q";
|
sha256 = "046y5i4hw4a326r3145yrfd1p6sn3b9xsn6rdk73nv74ks4wrn5v";
|
||||||
buildDepends = [ base bytestring unix ];
|
buildDepends = [ base bytestring unix ];
|
||||||
testDepends = [ base bytestring doctest HUnit QuickCheck unix ];
|
testDepends = [ base bytestring doctest HUnit QuickCheck unix ];
|
||||||
description = "POSIX filepath/directory functionality";
|
description = "POSIX filepath/directory functionality";
|
||||||
@ -95201,8 +95291,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "process-streaming";
|
pname = "process-streaming";
|
||||||
version = "0.7.0.0";
|
version = "0.7.0.1";
|
||||||
sha256 = "0ja4ba5w8rq3snmgaky8kxaq9s5h446kw7cbp7agrzc06w03xaci";
|
sha256 = "1dnarvm26xwrys8wjh43757r59pby41w5cizqwyg1zcr2qk7awd8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bifunctors bytestring conceit containers contravariant foldl
|
base bifunctors bytestring conceit containers contravariant foldl
|
||||||
free pipes pipes-bytestring pipes-concurrency pipes-parse
|
free pipes pipes-bytestring pipes-concurrency pipes-parse
|
||||||
@ -104772,8 +104862,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "shake";
|
pname = "shake";
|
||||||
version = "0.14.3";
|
version = "0.15";
|
||||||
sha256 = "1s5xm205k3pvndn21vd0y9mnggrm91psf64mw445r08xasi658vl";
|
sha256 = "02zqkm248fvv6nh10nj6rw7ks5w832q2zrzzk9z9gp1zrqnbhxhk";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -104848,6 +104938,7 @@ self: {
|
|||||||
version = "0.1.2";
|
version = "0.1.2";
|
||||||
sha256 = "1xsh6bjrr0l4vqn8iqlkv8s0y5qwaqqz3yjlxk0y3fsi1qz28yxs";
|
sha256 = "1xsh6bjrr0l4vqn8iqlkv8s0y5qwaqqz3yjlxk0y3fsi1qz28yxs";
|
||||||
buildDepends = [ base bytestring css-text hjsmin shake text ];
|
buildDepends = [ base bytestring css-text hjsmin shake text ];
|
||||||
|
jailbreak = true;
|
||||||
homepage = "https://github.com/LukeHoersten/shake-minify";
|
homepage = "https://github.com/LukeHoersten/shake-minify";
|
||||||
description = "Shake Minify Rules";
|
description = "Shake Minify Rules";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -104860,6 +104951,7 @@ self: {
|
|||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
sha256 = "158xjn4lzcj8gk4b9z4rhql7mqdp7v5x8rpc0sb3mlws2drr8yh0";
|
sha256 = "158xjn4lzcj8gk4b9z4rhql7mqdp7v5x8rpc0sb3mlws2drr8yh0";
|
||||||
buildDepends = [ base bytestring bzlib shake tar ];
|
buildDepends = [ base bytestring bzlib shake tar ];
|
||||||
|
jailbreak = true;
|
||||||
homepage = "https://github.com/LukeHoersten/shake-pack";
|
homepage = "https://github.com/LukeHoersten/shake-pack";
|
||||||
description = "Shake File Pack Actions";
|
description = "Shake File Pack Actions";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -112545,8 +112637,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "system-fileio";
|
pname = "system-fileio";
|
||||||
version = "0.3.16.1";
|
version = "0.3.16.2";
|
||||||
sha256 = "037p2i5gmcnw3qqh3yhn700w51kkyc7rpw9c77wlgdq5bgbyfkbk";
|
sha256 = "17mk1crlgrh9c9lfng6a2fdk49m2mbkkdlq5iysl1rzwkn12mmkd";
|
||||||
buildDepends = [ base bytestring system-filepath text time unix ];
|
buildDepends = [ base bytestring system-filepath text time unix ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base bytestring chell system-filepath temporary text time
|
base bytestring chell system-filepath temporary text time
|
||||||
@ -121612,14 +121704,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "vcache";
|
pname = "vcache";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
sha256 = "0zswcrd65dv8mnifh3h5hr1bmysc7mlqyyi4viln1is08daramzz";
|
sha256 = "1dfdfcvq6554dxda1h2mnl1ggm39k8w779836v3dwpi0wnq4x249";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring containers direct-murmur-hash easy-file filelock
|
base bytestring containers direct-murmur-hash easy-file filelock
|
||||||
lmdb random stm transformers
|
lmdb random stm transformers
|
||||||
];
|
];
|
||||||
homepage = "http://github.com/dmbarbour/haskell-vcache";
|
homepage = "http://github.com/dmbarbour/haskell-vcache";
|
||||||
description = "large, persistent, memcached values and structure sharing for Haskell";
|
description = "semi-transparent persistence for Haskell using LMDB, STM";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -122118,8 +122210,10 @@ self: {
|
|||||||
({ mkDerivation, alex, array, base, happy, monadLib }:
|
({ mkDerivation, alex, array, base, happy, monadLib }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "verilog";
|
pname = "verilog";
|
||||||
version = "0.0.9";
|
version = "0.0.10";
|
||||||
sha256 = "0i7jc3lriy0ad4ixkf7lj7yis9lzs9j3wh5la7rlawvfq8hj0sag";
|
sha256 = "1kyhxxa1d1pqipq714nh60qh90pwb2b3a5wiy1h6yms77c2p4wq4";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [ array base monadLib ];
|
buildDepends = [ array base monadLib ];
|
||||||
buildTools = [ alex happy ];
|
buildTools = [ alex happy ];
|
||||||
homepage = "http://github.com/tomahawkins/verilog";
|
homepage = "http://github.com/tomahawkins/verilog";
|
||||||
@ -122814,8 +122908,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "wai-extra";
|
pname = "wai-extra";
|
||||||
version = "3.0.4.6";
|
version = "3.0.5";
|
||||||
sha256 = "0vl6f2by245fg5sfbzj27zb5mmskqj2h4a68rhwdb8w7gsl2mxz5";
|
sha256 = "1z4ifsldm1j6kf7jnbq8j4pk39f5d51yrygaxfs1m3mnnvr8xl52";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansi-terminal base base64-bytestring blaze-builder bytestring
|
ansi-terminal base base64-bytestring blaze-builder bytestring
|
||||||
case-insensitive containers data-default-class deepseq directory
|
case-insensitive containers data-default-class deepseq directory
|
||||||
@ -124722,8 +124816,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "witherable";
|
pname = "witherable";
|
||||||
version = "0.1.2.1";
|
version = "0.1.2.2";
|
||||||
sha256 = "1f3dr6dml0lpqrpzr601isfb9jzii5mlqdc240fbail8xb09gf52";
|
sha256 = "18vhaardjzxbs2if9va4fadr47cjkbv84b2lvpszarrvfgibvxb7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers hashable transformers unordered-containers vector
|
base containers hashable transformers unordered-containers vector
|
||||||
];
|
];
|
||||||
@ -126257,14 +126351,18 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"xml-lens" = callPackage
|
"xml-lens" = callPackage
|
||||||
({ mkDerivation, base, containers, lens, text, xml-conduit }:
|
({ mkDerivation, base, case-insensitive, containers, lens, text
|
||||||
|
, xml-conduit
|
||||||
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "xml-lens";
|
pname = "xml-lens";
|
||||||
version = "0.1.6.2";
|
version = "0.1.6.3";
|
||||||
sha256 = "14x3xz4rydl8x7ddznz90n3z5csy12c7l0r7bms8s7yqv4qzf6hz";
|
sha256 = "1s5ivi3caz56g5yyg3pharshs3wcygcssjx1sm9aw4mv3ylz3msd";
|
||||||
buildDepends = [ base containers lens text xml-conduit ];
|
buildDepends = [
|
||||||
|
base case-insensitive containers lens text xml-conduit
|
||||||
|
];
|
||||||
homepage = "https://github.com/fumieval/xml-lens";
|
homepage = "https://github.com/fumieval/xml-lens";
|
||||||
description = "Lenses, traversals, prisms for xml-conduit";
|
description = "Lenses, traversals, and prisms for xml-conduit";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -127946,8 +128044,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "1.4.8.3";
|
version = "1.4.9";
|
||||||
sha256 = "0k49s9cybr36knmx2lwapivszcq6xg67vpx5fw812dzv8x2cj714";
|
sha256 = "10rf7xrb0zrqpiv8149z52h1jx4nr96ajs2pxdr9avazprls9jmb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson auto-update base blaze-builder blaze-html blaze-markup
|
aeson auto-update base blaze-builder blaze-html blaze-markup
|
||||||
bytestring case-insensitive cereal clientsession conduit
|
bytestring case-insensitive cereal clientsession conduit
|
||||||
|
Loading…
Reference in New Issue
Block a user