hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.0 from Hackage revision
fd0a3e82ed.
This commit is contained in:
Peter Simons 2019-09-30 02:30:49 +02:00
parent 5dd11ebb4a
commit 737014b883

View file

@ -31638,6 +31638,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"asn1-encoding_0_9_6" = callPackage
({ mkDerivation, asn1-types, base, bytestring, hourglass, mtl
, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "asn1-encoding";
version = "0.9.6";
sha256 = "02nsr30h5yic1mk7znf0q4z3n560ip017n60hg7ya25rsfmxxy6r";
libraryHaskellDepends = [ asn1-types base bytestring hourglass ];
testHaskellDepends = [
asn1-types base bytestring hourglass mtl tasty tasty-quickcheck
];
description = "ASN1 data reader and writer in RAW, BER and DER forms";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"asn1-parse" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring }:
mkDerivation {
@ -31651,6 +31668,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"asn1-parse_0_9_5" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring }:
mkDerivation {
pname = "asn1-parse";
version = "0.9.5";
sha256 = "17pk8y3nwv9b9i5j15qlmwi7fmq9ab2z4kfpjk2rvcrh9lsf27wg";
libraryHaskellDepends = [
asn1-encoding asn1-types base bytestring
];
description = "Simple monadic parser for ASN1 stream types";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"asn1-types" = callPackage
({ mkDerivation, base, bytestring, hourglass, memory }:
mkDerivation {
@ -36674,8 +36705,8 @@ self: {
({ mkDerivation, base, dunai, MonadRandom, mtl, transformers }:
mkDerivation {
pname = "bearriver";
version = "0.10.4.4";
sha256 = "14aqp6jqca5b4z0bf5q18pq5l9q43bzz18zjwn3j0ns1fakrq5bb";
version = "0.10.4.6";
sha256 = "1m038d6brzp2h2fbwmxvwazm9d59sf5r2nlnw2csmdkck11zzw3j";
libraryHaskellDepends = [
base dunai MonadRandom mtl transformers
];
@ -43737,6 +43768,8 @@ self: {
pname = "butcher";
version = "1.3.2.3";
sha256 = "0lpicayq9k59m2ydz989xsypr653xwhp6mmhlp7nmjzk6jwpq5q5";
revision = "1";
editedCabalFile = "06vy9018ia6sncgxdmv4ili2krkqn1b6r7xz4raa18kdvgnl100v";
libraryHaskellDepends = [
base bifunctors containers deque extra free microlens microlens-th
mtl multistate pretty transformers unsafe void
@ -46720,14 +46753,14 @@ self: {
}) {};
"can-i-haz" = callPackage
({ mkDerivation, base, deepseq, hspec, should-not-typecheck }:
({ mkDerivation, base, deepseq, hspec, HUnit }:
mkDerivation {
pname = "can-i-haz";
version = "0.1.0.1";
sha256 = "1nay2hrvf8cxazsy5ha3affwxayirznjf0zlir0n7vbyl5w92im0";
version = "0.2.0.0";
sha256 = "1sf42vxaqk10kxspib6lzdvs4hjmgyq61gbqp5l59vq7qxfz43ar";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base deepseq hspec should-not-typecheck ];
description = "Generic implementation of the Has pattern";
testHaskellDepends = [ base deepseq hspec HUnit ];
description = "Generic implementation of the Has and CoHas patterns";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -64507,6 +64540,8 @@ self: {
pname = "data-tree-print";
version = "0.1.0.2";
sha256 = "00jh37anim8qsn553467gmfhajcz1c61zrgh1ypkqsll0gc29vy3";
revision = "1";
editedCabalFile = "1r6dnvc7d50q5p9fdqqwfvi7kwn7r89319plj7v284sjai9b6ld4";
libraryHaskellDepends = [ base pretty syb ];
description = "Print Data instances as a nested tree";
license = stdenv.lib.licenses.bsd3;
@ -73415,6 +73450,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"dunai_0_5_2_1" = callPackage
({ mkDerivation, base, MonadRandom, transformers, transformers-base
}:
mkDerivation {
pname = "dunai";
version = "0.5.2.1";
sha256 = "18ccvjmr03v4fghlv2hcb3g4c9zrq0ccasr2i9r71dp07mhrpaba";
libraryHaskellDepends = [
base MonadRandom transformers transformers-base
];
description = "Generalised reactive framework supporting classic, arrowized and monadic FRP";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dunai-core" = callPackage
({ mkDerivation, base, MonadRandom, transformers, transformers-base
}:
@ -105629,6 +105679,22 @@ self: {
broken = true;
}) {};
"hakyll-typescript" = callPackage
({ mkDerivation, base, bytestring, directory, hakyll, hjsmin, tasty
, tasty-hunit, typed-process
}:
mkDerivation {
pname = "hakyll-typescript";
version = "0.0.1.0";
sha256 = "1vhkhbmy0pflcnzfhb9gck436rr5wr6hfpcb3sz8r27l1fml26ji";
libraryHaskellDepends = [
base bytestring hakyll hjsmin typed-process
];
testHaskellDepends = [ base directory hakyll tasty tasty-hunit ];
description = "Typescript and javascript hakyll compilers";
license = stdenv.lib.licenses.bsd3;
}) {};
"hal" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, envy
, exceptions, http-conduit, http-types, mtl, text, time
@ -117579,6 +117645,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hint_0_9_0_2" = callPackage
({ mkDerivation, base, containers, directory, exceptions
, extensible-exceptions, filepath, ghc, ghc-boot, ghc-paths, HUnit
, mtl, random, temporary, unix
}:
mkDerivation {
pname = "hint";
version = "0.9.0.2";
sha256 = "06xnlfpf9h7i4fvm3p69accm18h7hblh7173040vlk5qvjywblhf";
libraryHaskellDepends = [
base directory exceptions filepath ghc ghc-boot ghc-paths mtl
random temporary unix
];
testHaskellDepends = [
base containers directory exceptions extensible-exceptions filepath
HUnit unix
];
description = "Runtime Haskell interpreter (GHC API wrapper)";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hint-server" = callPackage
({ mkDerivation, base, eprocess, exceptions, hint, monad-loops, mtl
}:
@ -118854,21 +118942,21 @@ self: {
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, filepath
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
, process, refact, text, transformers, uniplate
, mtl, process, refact, syb, text, transformers, uniplate
, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "hlint";
version = "2.2.2";
sha256 = "1v10xcz4vdzk1a3gjlvqbdckldax2643sg7s3xkm3dnlj5hg05yp";
version = "2.2.3";
sha256 = "0amkk315mpqc1b2pf5mngfzmzfx4bad4pzcg4h0120825909zpz6";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal base bytestring cmdargs containers cpphs
data-default directory extra filepath ghc-lib-parser
haskell-src-exts haskell-src-exts-util hscolour process refact text
transformers uniplate unordered-containers vector yaml
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
syb text transformers uniplate unordered-containers vector yaml
];
executableHaskellDepends = [ base ];
description = "Source code suggestions";
@ -121078,8 +121166,8 @@ self: {
}:
mkDerivation {
pname = "hoppy-docs";
version = "0.5.0";
sha256 = "08i15jbn7k21qfmmi1f8151bakqivbk440gi44jjnndhkdj8lwwa";
version = "0.6.0";
sha256 = "0wgzjzjnj1f9mw1099l5h2fh8y91v45a243paksb5dp76y27baxg";
libraryHaskellDepends = [
base haskell-src hoppy-generator hoppy-runtime
];
@ -121090,15 +121178,16 @@ self: {
}) {};
"hoppy-generator" = callPackage
({ mkDerivation, base, containers, directory, filepath, haskell-src
, mtl
({ mkDerivation, base, bytestring, containers, directory, filepath
, haskell-src, mtl, process, temporary, text
}:
mkDerivation {
pname = "hoppy-generator";
version = "0.5.2";
sha256 = "0ifk7ja1nynbgcf7q8v2dl4sn5ivif9rbd2d7pjp9lx43di9axfc";
version = "0.6.0";
sha256 = "1y10s0lbc0k7vir2h7bgghxmjh3zgja764i6w1j056rr0qh9v5bj";
libraryHaskellDepends = [
base containers directory filepath haskell-src mtl
base bytestring containers directory filepath haskell-src mtl
process temporary text
];
description = "C++ FFI generator - Code generator";
license = stdenv.lib.licenses.agpl3;
@ -121110,8 +121199,8 @@ self: {
({ mkDerivation, base, Cabal, containers, directory, filepath }:
mkDerivation {
pname = "hoppy-runtime";
version = "0.5.1";
sha256 = "0gh6kjfy9wcdppbq9ml5i2iz7bi12pbvnzqhj25sg9dy77iwc7cp";
version = "0.6.0";
sha256 = "0zlh84ibyvyl9wxmiyjgm26s6avjvqphg17bmsls69pqawzzgphy";
libraryHaskellDepends = [
base Cabal containers directory filepath
];
@ -121125,8 +121214,8 @@ self: {
({ mkDerivation, base, filepath, haskell-src, hoppy-generator }:
mkDerivation {
pname = "hoppy-std";
version = "0.5.0";
sha256 = "1x4a4z434nhkgd5nndwrj3y9zm3pf4mln1mccsclf8kkyaj4hyqd";
version = "0.6.0";
sha256 = "0z7jmhv9xkmky8gn0qgk6f3l3w943qvfhwlq18p1gf6x7iq1ijdg";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base filepath haskell-src hoppy-generator
@ -129701,14 +129790,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hvega_0_4_1_0" = callPackage
"hvega_0_4_1_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, filepath, tasty, tasty-golden, text, unordered-containers, vector
}:
mkDerivation {
pname = "hvega";
version = "0.4.1.0";
sha256 = "1qjswpgn1ass1x4bk5zjv6vvw7vvsbzh00qc6jjfq3bnljrl4i75";
version = "0.4.1.1";
sha256 = "1dmb5w250l11p7hyzi7v9b286s4qdalg41bz1ckahrwaaaz8qa1d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -144862,6 +144951,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"language-javascript_0_6_0_14" = callPackage
({ mkDerivation, alex, array, base, blaze-builder, bytestring
, Cabal, containers, happy, hspec, mtl, QuickCheck, text
, utf8-light, utf8-string
}:
mkDerivation {
pname = "language-javascript";
version = "0.6.0.14";
sha256 = "1j4f9jg98kwr1jiwk9y7akdgpc63dpwzcp53888adayxn5h6mqf1";
libraryHaskellDepends = [
array base blaze-builder bytestring containers mtl text utf8-string
];
libraryToolDepends = [ alex happy ];
testHaskellDepends = [
array base blaze-builder bytestring Cabal containers hspec mtl
QuickCheck utf8-light utf8-string
];
description = "Parser for JavaScript";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-js" = callPackage
({ mkDerivation, base, hspec, parsec }:
mkDerivation {
@ -147348,8 +147459,8 @@ self: {
}:
mkDerivation {
pname = "lentil";
version = "1.3.0.0";
sha256 = "15z32gk4ki0iz5mcakajyd70bcyn5impp0i322sc905j1wivvcz2";
version = "1.3.1.0";
sha256 = "0jvabc8p69wgf20q3mq0nn9kg6x20gym3xl251vnbyl7chkg9can";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -196127,6 +196238,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"reanimate-svg_0_9_3_0" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, hspec
, JuicyPixels, lens, linear, mtl, scientific, svg-tree, text
, transformers, vector, xml
}:
mkDerivation {
pname = "reanimate-svg";
version = "0.9.3.0";
sha256 = "1wwk2bd802nznwb9nlc7pq16krldw3dzj89fjd1v00plg9b5i3i4";
libraryHaskellDepends = [
attoparsec base bytestring containers JuicyPixels lens linear mtl
scientific text transformers vector xml
];
testHaskellDepends = [
attoparsec base hspec linear scientific svg-tree
];
description = "SVG file loader and serializer";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"reason-export" = callPackage
({ mkDerivation, base, bytestring, containers, Diff, directory
, formatting, hashable, hspec, hspec-core, HUnit, mtl, QuickCheck
@ -197855,6 +197987,8 @@ self: {
pname = "regex-pcre-builtin";
version = "0.94.4.8.8.35";
sha256 = "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b";
revision = "1";
editedCabalFile = "0r29q3fwlji0vxypk0pywrqgrqz84ryd0n5zmk44bgy2k534mk6c";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@ -197862,6 +197996,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"regex-pcre-builtin_0_94_5_8_8_35" = callPackage
({ mkDerivation, array, base, bytestring, containers, regex-base }:
mkDerivation {
pname = "regex-pcre-builtin";
version = "0.94.5.8.8.35";
sha256 = "1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
description = "Replaces/Enhances Text.Regex";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"regex-pcre-text" = callPackage
({ mkDerivation, array, base, bytestring, regex-base
, regex-pcre-builtin, regex-tdfa-text, text
@ -197946,14 +198094,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"regex-tdfa_1_2_3_3" = callPackage
"regex-tdfa_1_3_0" = callPackage
({ mkDerivation, array, base, bytestring, containers, file-embed
, filepath, ghc-prim, mtl, parsec, regex-base, utf8-string
}:
mkDerivation {
pname = "regex-tdfa";
version = "1.2.3.3";
sha256 = "1jw80pvdvrd9lwgwqx4irmx774rd8l2ccxl45r4y3ahjvhbl2yn2";
version = "1.3.0";
sha256 = "1qzcix4bmz5lj0w433qrfi576rvy8y8flv5wvlp6cchb2s8mfq0v";
libraryHaskellDepends = [
array base bytestring containers ghc-prim mtl parsec regex-base
];
@ -198019,6 +198167,8 @@ self: {
pname = "regex-tdfa-text";
version = "1.0.0.3";
sha256 = "0090g6lgbdm9lywpqm2d3724nnnh24nx3vnlqr96qc2w486pmmrq";
revision = "1";
editedCabalFile = "00swglzmdw30g4bn47z6j71all0djjb2hjm7bkfl7pza4wv14wpv";
libraryHaskellDepends = [ array base regex-base regex-tdfa text ];
description = "Text interface for regex-tdfa";
license = stdenv.lib.licenses.bsd3;
@ -205536,16 +205686,16 @@ self: {
}:
mkDerivation {
pname = "schemas";
version = "0.1.1.0";
sha256 = "0afk5bjmiqzw526p6s8wd7xpd0rj4figvfvs51fl34jvyc6wc0ic";
version = "0.2.0";
sha256 = "1zwnx6r9fb4vcgcyvxzdiv1wbzk5zjvh9frhkj2mwwqjdqk7j08f";
libraryHaskellDepends = [
aeson aeson-pretty base bifunctors bytestring free generic-lens
generics-sop hashable lens lens-aeson pretty-simple profunctors
scientific text transformers unordered-containers vector
aeson base bifunctors bytestring free generics-sop hashable lens
lens-aeson profunctors scientific text transformers
unordered-containers vector
];
testHaskellDepends = [
aeson aeson-pretty base bytestring generic-lens generics-sop hspec
lens pretty-simple QuickCheck text
lens pretty-simple QuickCheck text unordered-containers
];
description = "schema guided serialization";
license = stdenv.lib.licenses.bsd3;
@ -227502,21 +227652,23 @@ self: {
}) {};
"symbiote" = callPackage
({ mkDerivation, aeson, async, base, bytestring, cereal, containers
, monad-control, mtl, QuickCheck, quickcheck-instances, stm, tasty
, tasty-hunit, text
({ mkDerivation, abides, aeson, async, base, bytestring, cereal
, cereal-text, containers, monad-control, mtl, QuickCheck
, quickcheck-instances, stm, tasty, tasty-hunit, tasty-quickcheck
, text
}:
mkDerivation {
pname = "symbiote";
version = "0.0.0.1";
sha256 = "06341y9bfr6h9sf7llxm2zc36q0zabn2ildp0gyskspybibl1sdy";
version = "0.0.1";
sha256 = "1pq5nncn0sg0246a569arncgj98b9d0j7l499yych97r016rg5bf";
libraryHaskellDepends = [
aeson async base bytestring cereal containers monad-control mtl
QuickCheck stm text
abides aeson async base bytestring cereal cereal-text containers
monad-control mtl QuickCheck quickcheck-instances stm text
];
testHaskellDepends = [
aeson async base bytestring cereal containers monad-control mtl
QuickCheck quickcheck-instances stm tasty tasty-hunit text
abides aeson async base bytestring cereal cereal-text containers
monad-control mtl QuickCheck quickcheck-instances stm tasty
tasty-hunit tasty-quickcheck text
];
description = "Data serialization, communication, and operation verification implementation";
license = stdenv.lib.licenses.bsd3;