hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0 from Hackage revision
05d7197f35
.
This commit is contained in:
parent
920a2c4060
commit
cfe8afebe5
1 changed files with 315 additions and 54 deletions
369
pkgs/development/haskell-modules/hackage-packages.nix
generated
369
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -28662,8 +28662,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-athena";
|
||||
version = "7.4.2";
|
||||
sha256 = "0mbxg2d5hwd7v17wdqdg61rkhag30pvp84a12bwhjr5ijqhfwbf8";
|
||||
version = "7.4.3";
|
||||
sha256 = "0kzsj1zxic9c434s4jj86i2ydilhjz2rxa5826h581yq4g1mz6g8";
|
||||
libraryHaskellDepends = [
|
||||
amazonka amazonka-athena amazonka-core base lens resourcet text
|
||||
unliftio-core
|
||||
|
@ -28683,8 +28683,8 @@ self: {
|
|||
({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }:
|
||||
mkDerivation {
|
||||
pname = "antiope-contract";
|
||||
version = "7.4.2";
|
||||
sha256 = "0p5lahs7vmah0ww87wxrd7pp579zijyb9n2wh4mys8i0qiqq7fq0";
|
||||
version = "7.4.3";
|
||||
sha256 = "0i1x7nds4j5rszfh6n8zhgfga3dpxbazmi7dysc0xh6yl9kfs1d4";
|
||||
libraryHaskellDepends = [
|
||||
aeson antiope-s3 avro base bytestring text
|
||||
];
|
||||
|
@ -28702,8 +28702,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-core";
|
||||
version = "7.4.2";
|
||||
sha256 = "13s6shrhm2d17dialmpyi40vrdq5qw1zy960hl0g8d1fyg954ipx";
|
||||
version = "7.4.3";
|
||||
sha256 = "1k4vsfhd72lhkawww64vwz5iks310ixsrz29rhcj5vgfpc8ac0d4";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core base bytestring exceptions
|
||||
generic-lens http-client http-types lens mtl resourcet text
|
||||
|
@ -28729,8 +28729,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-dynamodb";
|
||||
version = "7.4.2";
|
||||
sha256 = "1wmxq228wr18j4qpxqhrnv8y3yzhy3gpa1daa2zbq5zflbkxjcvf";
|
||||
version = "7.4.3";
|
||||
sha256 = "1ha2067dbi5qnfscbh93hy7w1z768134m23vy59mhp830swk21vz";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-dynamodb antiope-core base
|
||||
generic-lens lens text unliftio-core unordered-containers
|
||||
|
@ -28754,8 +28754,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-messages";
|
||||
version = "7.4.2";
|
||||
sha256 = "0xlzz9dr06s03pqfra8agy80a3r8593kjcfs0w7b1v6m0ahwi9ip";
|
||||
version = "7.4.3";
|
||||
sha256 = "1jbnlawj3dnz5sa035wik3padchh6wkrgbc3rgv9986kaqxswnf2";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core base bytestring generic-lens lens
|
||||
lens-aeson monad-loops network-uri text unliftio-core
|
||||
|
@ -28779,8 +28779,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-optparse-applicative";
|
||||
version = "7.4.2";
|
||||
sha256 = "0nvmv0db1v0iw446cy2hfczpsll2if3w0cjmhgr5zgj9l5ja9x1c";
|
||||
version = "7.4.3";
|
||||
sha256 = "0365ianldf99jvhsip4lypvm6g1i0j5h0j3j7fbdr9z2sgn1jrjs";
|
||||
libraryHaskellDepends = [
|
||||
amazonka amazonka-core amazonka-s3 base optparse-applicative text
|
||||
];
|
||||
|
@ -28798,19 +28798,19 @@ self: {
|
|||
"antiope-s3" = callPackage
|
||||
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
|
||||
, antiope-core, antiope-messages, attoparsec, base, bytestring
|
||||
, conduit, conduit-extra, exceptions, generic-lens, hedgehog, hspec
|
||||
, hspec-discover, http-types, hw-hspec-hedgehog, lens, mtl
|
||||
, conduit, conduit-extra, dlist, exceptions, generic-lens, hedgehog
|
||||
, hspec, hspec-discover, http-types, hw-hspec-hedgehog, lens, mtl
|
||||
, network-uri, resourcet, text, time, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-s3";
|
||||
version = "7.4.2";
|
||||
sha256 = "1gpsc6y18h63wwkawvzwz8qmpw21pqhgpvgnb7apl9jc06xp2v0h";
|
||||
version = "7.4.3";
|
||||
sha256 = "0j8anrlilprik0n54fn0vx7jyh9yrfinkifvmjgdmsv3m372w3r8";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-s3 antiope-core
|
||||
antiope-messages attoparsec base bytestring conduit conduit-extra
|
||||
exceptions generic-lens http-types lens mtl network-uri resourcet
|
||||
text time unliftio-core
|
||||
dlist exceptions generic-lens http-types lens mtl network-uri
|
||||
resourcet text time unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-s3 antiope-core attoparsec
|
||||
|
@ -28835,8 +28835,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-shell";
|
||||
version = "7.4.2";
|
||||
sha256 = "1xg98dg52qmp8sz2r4b0srh7kasvd411i6wl3cj9m3nngignbab8";
|
||||
version = "7.4.3";
|
||||
sha256 = "07q3y1znyacwlrz1b51hamqzgbv3lks6kby93la024im4mhf4hd2";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-s3 antiope-core
|
||||
antiope-messages antiope-s3 attoparsec base bytestring exceptions
|
||||
|
@ -28863,8 +28863,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-sns";
|
||||
version = "7.4.2";
|
||||
sha256 = "09g6jsdi20xa43ipb31y5i3afn75gldm0xyr2mqkfyhb8ay6simx";
|
||||
version = "7.4.3";
|
||||
sha256 = "05zj4r32pvdj98zfbq21hvlm2xai2lky7l54y7cqwx2wr6wfa98k";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-sns base bytestring
|
||||
generic-lens lens text time unliftio-core
|
||||
|
@ -28890,8 +28890,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-sqs";
|
||||
version = "7.4.2";
|
||||
sha256 = "044sa2skvbr492bal52ncbsybr9wrkkq5kcvsdaiqwvkpfwq66v0";
|
||||
version = "7.4.3";
|
||||
sha256 = "0f7k4kh8njibnapn1b5f9xxx505cq017ixc4k2yn8fd24g0dz9jw";
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-sqs base bytestring conduit
|
||||
generic-lens lens lens-aeson monad-loops mtl network-uri split text
|
||||
|
@ -28915,8 +28915,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "antiope-swf";
|
||||
version = "7.4.2";
|
||||
sha256 = "1zp63q8dd400ll6cl9wsp6rhghzm56rsak8sh5p860adlk49y9il";
|
||||
version = "7.4.3";
|
||||
sha256 = "05a34lz4ih0vmmr6zfr5g6m7ai8yh8anqq38b2g6j9h22sy32iv7";
|
||||
libraryHaskellDepends = [ amazonka-swf base lens text ];
|
||||
testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
|
@ -39195,8 +39195,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "birch-beer";
|
||||
version = "0.1.4.5";
|
||||
sha256 = "1yyb897yg2ipvz6jsc6np1jwlckyi41jq94dwxlpyj2sigawzvwh";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0ks87mqyg0yxg8w2y2332clwjxwi42h2x3x9alvi33c8b9k2ws17";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -39204,9 +39204,9 @@ self: {
|
|||
diagrams-cairo diagrams-graphviz diagrams-gtk diagrams-lib
|
||||
diversity fgl foldl graphviz gtk hierarchical-clustering
|
||||
hierarchical-spectral-clustering lens matrix-market-attoparsec mtl
|
||||
palette plots safe scientific sparse-linear-algebra
|
||||
spectral-clustering split statistics SVGFonts temporary text
|
||||
text-show typed-spreadsheet vector
|
||||
optparse-generic palette plots safe scientific
|
||||
sparse-linear-algebra spectral-clustering split statistics SVGFonts
|
||||
temporary text text-show typed-spreadsheet vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring cassava colour containers diagrams
|
||||
|
@ -65760,8 +65760,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "debug-me";
|
||||
version = "1.20181208";
|
||||
sha256 = "0gnnhgqzhbhgc49y3md7440plgfv1wry8fk73f81s2f1c1agqh1i";
|
||||
version = "1.20190926";
|
||||
sha256 = "0qy2ianwal4v4s0m13yjszk032dp3y6k4p61whwmlp49xmqvwjyb";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal filepath ];
|
||||
|
@ -76150,6 +76150,23 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"email-validate_2_3_2_12" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, doctest, hspec
|
||||
, QuickCheck, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "email-validate";
|
||||
version = "2.3.2.12";
|
||||
sha256 = "0ar3cfjia3x11chb7w60mi7hp5djanms883ddk875l6lifr2lyqf";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring template-haskell
|
||||
];
|
||||
testHaskellDepends = [ base bytestring doctest hspec QuickCheck ];
|
||||
description = "Email address validation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"email-validate-json" = callPackage
|
||||
({ mkDerivation, aeson, base, email-validate, text }:
|
||||
mkDerivation {
|
||||
|
@ -90424,6 +90441,21 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"generics-mrsop_2_2_0" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, sop-core, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "generics-mrsop";
|
||||
version = "2.2.0";
|
||||
sha256 = "0ni0pvwgpb1a8irgxn20hv2pxn2mx0d40s3raz9v38vyiyb6l05x";
|
||||
libraryHaskellDepends = [
|
||||
base containers mtl sop-core template-haskell
|
||||
];
|
||||
description = "Generic Programming with Mutually Recursive Sums of Products";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"generics-mrsop-gdiff" = callPackage
|
||||
({ mkDerivation, base, generics-mrsop }:
|
||||
mkDerivation {
|
||||
|
@ -92311,6 +92343,19 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ghc-parser_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base, cpphs, ghc, happy }:
|
||||
mkDerivation {
|
||||
pname = "ghc-parser";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0z6gr3zs89agyc2iw2lv8rddw78yn6wxzyzkip7gfca1n9f7xwd9";
|
||||
libraryHaskellDepends = [ base ghc ];
|
||||
libraryToolDepends = [ cpphs happy ];
|
||||
description = "Haskell source parser from GHC";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-paths" = callPackage
|
||||
({ mkDerivation, base, Cabal, directory }:
|
||||
mkDerivation {
|
||||
|
@ -111173,8 +111218,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskseg";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0p9z71gbrgssjs1zgbjfqn2g4k4i6ahs9lj1x82mjqppvc4gr0n3";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1az5gj51wr3bfalbm6nq50cgzv02x48c68qrmd7y9dji4865vnya";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -116663,8 +116708,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hierarchical-spectral-clustering";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "1x3n5z1gvn4ppcx7p1sgrx8xc9ln949q60d50vjz80ly08k7py8s";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "08pz68vw8pbm70iqgrq6h9jhmq4zpg801byjlgkr2rvx6x8d1ghv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -129516,7 +129561,7 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hw-balancedparens_0_3_0_0" = callPackage
|
||||
"hw-balancedparens_0_3_0_1" = callPackage
|
||||
({ mkDerivation, base, criterion, deepseq, hedgehog, hspec
|
||||
, hspec-discover, hw-bits, hw-excess, hw-fingertree
|
||||
, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, transformers
|
||||
|
@ -129524,10 +129569,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-balancedparens";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1xb2pyhmcwl927v4hc7nfi31bf9lvlz9mnqdbb7mzpl6bdlg7xc7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1a8zs7j05vxbamcc63fi1xf6vvz7bg1zf0a72930xh4y4bd2m0qk";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1lndl9f1bvdj79979bp8bnff6y7qskvx6fdjfkwnnaf9sxxsi5jl";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-prim
|
||||
hw-rankselect-base vector
|
||||
|
@ -129573,6 +129616,30 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hw-bits_0_7_0_7" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
|
||||
, hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim
|
||||
, hw-string-parse, QuickCheck, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-bits";
|
||||
version = "0.7.0.7";
|
||||
sha256 = "11j43d8fxi3s6mfhnx2kcj03gpxj7gxmi00vbbnxnwby66vvbbib";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring hw-int hw-prim hw-string-parse vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring hedgehog hspec hw-hspec-hedgehog hw-prim QuickCheck
|
||||
vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
benchmarkHaskellDepends = [ base criterion vector ];
|
||||
description = "Bit manipulation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hw-ci-assist" = callPackage
|
||||
({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog
|
||||
, hw-hspec-hedgehog, optparse-applicative
|
||||
|
@ -130550,20 +130617,20 @@ self: {
|
|||
"hw-uri" = callPackage
|
||||
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
|
||||
, antiope-core, antiope-optparse-applicative, antiope-s3, base
|
||||
, bytestring, directory, exceptions, filepath, generic-lens
|
||||
, bytestring, directory, dlist, exceptions, filepath, generic-lens
|
||||
, hedgehog, hspec, hspec-discover, http-client, http-types
|
||||
, hw-hspec-hedgehog, hw-prim, lens, mtl, optparse-applicative
|
||||
, resourcet, text, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-uri";
|
||||
version = "0.1.1.8";
|
||||
sha256 = "09lkzl2338ah47zqbm28cf3pk1x3b3d0imbksf8995xixgvgf1vx";
|
||||
version = "0.1.1.9";
|
||||
sha256 = "0l6ihhl79z1l361c4xh13qmbw8h2hnf85ncha7hivqafb585m1yr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3
|
||||
base bytestring directory exceptions filepath generic-lens
|
||||
base bytestring directory dlist exceptions filepath generic-lens
|
||||
http-client http-types hw-prim lens mtl resourcet text
|
||||
unliftio-core
|
||||
];
|
||||
|
@ -132805,6 +132872,43 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell_0_10_0_2" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
||||
, cmdargs, containers, directory, filepath, ghc, ghc-boot
|
||||
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
|
||||
, hspec, hspec-contrib, http-client, http-client-tls, HUnit
|
||||
, ipython-kernel, mtl, parsec, process, random, raw-strings-qq
|
||||
, setenv, shelly, split, stm, strict, text, time, transformers
|
||||
, unix, unordered-containers, utf8-string, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ihaskell";
|
||||
version = "0.10.0.2";
|
||||
sha256 = "01jk48kj5z7n547z1lg78c0bphpjyv2nfzjrh4jv7xygkw5asqxb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring bytestring cereal cmdargs containers
|
||||
directory filepath ghc ghc-boot ghc-parser ghc-paths haskeline
|
||||
haskell-src-exts hlint http-client http-client-tls ipython-kernel
|
||||
mtl parsec process random shelly split stm strict text time
|
||||
transformers unix unordered-containers utf8-string vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring containers directory ghc ipython-kernel
|
||||
process strict text transformers unix unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory ghc ghc-paths here hspec hspec-contrib HUnit
|
||||
raw-strings-qq setenv shelly text transformers
|
||||
];
|
||||
description = "A Haskell backend kernel for the IPython project";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-aeson" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, here
|
||||
, ihaskell, text
|
||||
|
@ -136514,6 +136618,29 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ipython-kernel_0_10_1_0" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, cereal, cereal-text
|
||||
, containers, cryptonite, directory, filepath, memory, mtl, process
|
||||
, temporary, text, transformers, unordered-containers, uuid
|
||||
, zeromq4-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ipython-kernel";
|
||||
version = "0.10.1.0";
|
||||
sha256 = "03sygh5jvigfjg3il49wy41p6ac1wh2gx8wj3hg2rvsh91p9f4dw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal cereal-text containers cryptonite
|
||||
directory filepath memory mtl process temporary text transformers
|
||||
unordered-containers uuid zeromq4-haskell
|
||||
];
|
||||
description = "A library for creating kernels for IPython frontends";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"irc" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, HUnit, QuickCheck
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
|
@ -158845,6 +158972,23 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"mini-egison" = callPackage
|
||||
({ mkDerivation, base, containers, haskell-src-meta, hspec, primes
|
||||
, regex-compat, split, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mini-egison";
|
||||
version = "0.1.1";
|
||||
sha256 = "1b73igp5n2z5z910rfif2ag8ir97vr5bn1jrkmv30rnw6pnp5a5d";
|
||||
libraryHaskellDepends = [
|
||||
base containers haskell-src-meta regex-compat split
|
||||
template-haskell
|
||||
];
|
||||
testHaskellDepends = [ base hspec primes ];
|
||||
description = "Template Haskell Implementation of Egison Pattern Matching";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"miniball" = callPackage
|
||||
({ mkDerivation, base, vector }:
|
||||
mkDerivation {
|
||||
|
@ -175409,6 +175553,42 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"pandoc-citeproc_0_16_3" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
|
||||
, Cabal, containers, data-default, directory, filepath, hs-bibutils
|
||||
, HsYAML, HsYAML-aeson, libyaml, mtl, network, old-locale, pandoc
|
||||
, pandoc-types, parsec, process, rfc5051, safe, setenv, split, syb
|
||||
, tagsoup, temporary, text, time, unordered-containers, vector
|
||||
, xml-conduit, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-citeproc";
|
||||
version = "0.16.3";
|
||||
sha256 = "1jj4j71xx63k3hhcr2l9vgxsj3v038dska1pdlz8pi6b4kmp00hb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hs-bibutils HsYAML HsYAML-aeson mtl network old-locale pandoc
|
||||
pandoc-types parsec rfc5051 setenv split syb tagsoup text time
|
||||
unordered-containers vector xml-conduit yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-pretty attoparsec base bytestring filepath libyaml
|
||||
pandoc pandoc-types safe syb text yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers directory filepath mtl pandoc
|
||||
pandoc-types process temporary text yaml
|
||||
];
|
||||
doCheck = false;
|
||||
description = "Supports using pandoc with citeproc";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pandoc-citeproc-preamble" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, pandoc-types, process
|
||||
}:
|
||||
|
@ -177836,8 +178016,8 @@ self: {
|
|||
pname = "path";
|
||||
version = "0.6.1";
|
||||
sha256 = "0nayla4k1gb821k8y5b9miflv1bi8f0czf9rqr044nrr2dddi2sb";
|
||||
revision = "1";
|
||||
editedCabalFile = "05b1zwx2a893h4h5wvgpc5g5pyx71hfmx409rqisd8s1bq1hn463";
|
||||
revision = "2";
|
||||
editedCabalFile = "05pgmg0w1mfwcmx9ad4p09xqxld8njhgwmgq38v7pr58czvmd6ks";
|
||||
libraryHaskellDepends = [
|
||||
aeson base deepseq exceptions filepath hashable template-haskell
|
||||
];
|
||||
|
@ -187720,6 +187900,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"primitive-convenience" = callPackage
|
||||
({ mkDerivation, primitive }:
|
||||
mkDerivation {
|
||||
pname = "primitive-convenience";
|
||||
version = "0.1";
|
||||
sha256 = "1xnyyw76kh42fy1b1wkc143bg3588gbp48990xdskcad1aj4fyan";
|
||||
libraryHaskellDepends = [ primitive ];
|
||||
description = "convenience class for PrimMonad m/PrimState m";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"primitive-extras" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
|
||||
, foldl, list-t, primitive, profunctors, QuickCheck
|
||||
|
@ -199129,6 +199320,8 @@ self: {
|
|||
pname = "req";
|
||||
version = "2.1.0";
|
||||
sha256 = "07sm483bkwqq7fvhwqysl4ac0nw1mvhkywawwpgq0c1gw2wnv56n";
|
||||
revision = "1";
|
||||
editedCabalFile = "0dgd4wgijd0k96khy56b6gnzmqzmz44a4qsj0v5mwslvnvkq598a";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson authenticate-oauth base blaze-builder bytestring
|
||||
|
@ -208725,6 +208918,25 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-errors" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, http-api-data, http-media
|
||||
, http-types, markdown-unlit, scientific, servant, servant-server
|
||||
, string-conversions, text, unordered-containers, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-errors";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "0dgl30k5fz0q15y6msa5qdc2sj28n8fdddiw835q3kp6wy2dzpc1";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring http-api-data http-media http-types
|
||||
scientific servant string-conversions text unordered-containers wai
|
||||
];
|
||||
testHaskellDepends = [ aeson base servant-server text wai warp ];
|
||||
testToolDepends = [ markdown-unlit ];
|
||||
description = "Servant Errors wai-middlware";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"servant-examples" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, either
|
||||
, http-types, js-jquery, lucid, random, servant, servant-client
|
||||
|
@ -212902,10 +213114,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "sign";
|
||||
version = "0.4.3";
|
||||
sha256 = "0i3m3zylss4nxmf290wmc8ldck0pnx0m5z4y8nhxnz51adlmp1bp";
|
||||
revision = "2";
|
||||
editedCabalFile = "1j4kxvxd3cl9k2nhlgnx8zrh1ygd0m75q0m2wrqcqv0pf1z39lya";
|
||||
version = "0.4.4";
|
||||
sha256 = "1z9csfbl5h4cprvykszn81xncsry7fama2y3gbgnqr7mq15qziq7";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq hashable lattices universe-base
|
||||
];
|
||||
|
@ -214812,6 +215022,24 @@ self: {
|
|||
license = stdenv.lib.licenses.gpl2;
|
||||
}) {};
|
||||
|
||||
"skylighting_0_8_2_1" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers
|
||||
, skylighting-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting";
|
||||
version = "0.8.2.1";
|
||||
sha256 = "1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers skylighting-core
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-core" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
|
@ -214844,6 +215072,39 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"skylighting-core_0_8_2_1" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
, case-insensitive, colour, containers, criterion, Diff, directory
|
||||
, filepath, HUnit, hxt, mtl, pretty-show, QuickCheck, random
|
||||
, regex-base, regex-pcre-builtin, safe, tasty, tasty-golden
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting-core";
|
||||
version = "0.8.2.1";
|
||||
sha256 = "0hdchivb4af9w7v5v7lrwfwawd3kcwmpzk69m1vkkm3pis8lcr1s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal attoparsec base base64-bytestring binary
|
||||
blaze-html bytestring case-insensitive colour containers directory
|
||||
filepath hxt mtl regex-base regex-pcre-builtin safe text
|
||||
transformers utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers Diff directory filepath HUnit
|
||||
pretty-show QuickCheck random tasty tasty-golden tasty-hunit
|
||||
tasty-quickcheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base containers criterion directory filepath text
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-extensions" = callPackage
|
||||
({ mkDerivation, base, containers, skylighting, skylighting-modding
|
||||
, text
|
||||
|
@ -236740,8 +237001,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "too-many-cells";
|
||||
version = "0.1.12.4";
|
||||
sha256 = "02qgin4x0vmj56y4yv3zb4fimd6zaqnx344gyj9lrq11fnr202yr";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "05ky77q0smz27917zk6k4ladyf8vbg6biidjmfwx0y1mbsq50k4y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
|
Loading…
Reference in a new issue