hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.0-1-g5325ccd from Hackage revision
845035f8d9.
This commit is contained in:
Peter Simons 2019-10-02 02:30:34 +02:00
parent bd355d9a38
commit b2bf3a2ac6

View file

@ -264,25 +264,27 @@ self: {
}) {};
"ADPfusion" = callPackage
({ mkDerivation, base, bits, containers, DPutils, mmorph, mtl
, OrderedBits, primitive, PrimitiveArray, QuickCheck, strict, tasty
, tasty-quickcheck, tasty-th, template-haskell, th-orphans
, transformers, tuple, vector
({ mkDerivation, base, bits, containers, deepseq, DPutils, ghc-prim
, mmorph, mtl, OrderedBits, primitive, PrimitiveArray, QuickCheck
, singletons, strict, tasty, tasty-quickcheck, tasty-th
, template-haskell, th-orphans, transformers, tuple, vector
}:
mkDerivation {
pname = "ADPfusion";
version = "0.5.2.2";
sha256 = "1r87pbwhghxyk4ivbyivrs8iwrzyvhy5lp0cy4c7kmvh50w0swlh";
version = "0.6.0.0";
sha256 = "093gg9s2rk2sqjpkyy9z4smlsjlxnn5afnasj1bklf09d2z324gn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bits containers DPutils mmorph mtl OrderedBits primitive
PrimitiveArray QuickCheck strict template-haskell th-orphans
transformers tuple vector
base bits containers deepseq DPutils ghc-prim mmorph mtl
OrderedBits primitive PrimitiveArray QuickCheck singletons strict
template-haskell th-orphans transformers tuple vector
];
testHaskellDepends = [
base bits OrderedBits PrimitiveArray QuickCheck strict tasty
tasty-quickcheck tasty-th vector
base bits containers deepseq DPutils ghc-prim mmorph mtl
OrderedBits primitive PrimitiveArray QuickCheck singletons strict
tasty tasty-quickcheck tasty-th template-haskell th-orphans
transformers tuple vector
];
description = "Efficient, high-level dynamic programming";
license = stdenv.lib.licenses.bsd3;
@ -40197,24 +40199,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"bitvec_1_0_1_0" = callPackage
"bitvec_1_0_1_1" = callPackage
({ mkDerivation, base, containers, deepseq, gauge, ghc-prim, gmp
, integer-gmp, primitive, quickcheck-classes, random, tasty
, tasty-hunit, tasty-quickcheck, vector
}:
mkDerivation {
pname = "bitvec";
version = "1.0.1.0";
sha256 = "171snhh25allsqpajl8anhy7bvri6hsszf734byd8xvwabia0416";
version = "1.0.1.1";
sha256 = "0r11av150f6gr6l4894195h1iya667vny9crjpgagfhnrbzhmfaq";
libraryHaskellDepends = [
base deepseq ghc-prim integer-gmp primitive vector
];
librarySystemDepends = [ gmp ];
testHaskellDepends = [
base primitive quickcheck-classes tasty tasty-hunit
base integer-gmp primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck vector
];
benchmarkHaskellDepends = [ base containers gauge random vector ];
benchmarkHaskellDepends = [
base containers gauge integer-gmp random vector
];
description = "Space-efficient bit vectors";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -47081,8 +47085,8 @@ self: {
pname = "cantor-pairing";
version = "0.1.1.0";
sha256 = "03vl7qd5962kr0mi4ymgmh667948rzqiq9f1ixcvycyjz8hz0yqw";
revision = "1";
editedCabalFile = "1rl4zjxwiys9mf75bvw363ydpr3nwvi6d77p19rwnmxc9k5spap6";
revision = "2";
editedCabalFile = "0vl4b3v7qzbsd93vb0flyd6xkpayji49il97d2a6v35cliph5yw2";
libraryHaskellDepends = [
arithmoi base containers integer-gmp integer-logarithms
];
@ -50332,6 +50336,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"chs-cabal" = callPackage
({ mkDerivation, base, Cabal, chs-deps }:
mkDerivation {
pname = "chs-cabal";
version = "0.1.0.1";
sha256 = "0s734zls7gjihw0l27mfxyzbphq4n443vy08d47s3znri4fn6r58";
libraryHaskellDepends = [ base Cabal chs-deps ];
description = "Cabal with c2hs dependencies";
license = stdenv.lib.licenses.bsd3;
}) {};
"chs-deps" = callPackage
({ mkDerivation, alex, array, base, bytestring, criterion, tasty
, tasty-hunit
}:
mkDerivation {
pname = "chs-deps";
version = "0.1.0.0";
sha256 = "0mgi44nvsbmfxj2xr7ja7yslsxvbnznd9xbprz967705nhbs2cqb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ array base bytestring ];
libraryToolDepends = [ alex ];
testHaskellDepends = [ base bytestring tasty tasty-hunit ];
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "c2hs dependency analyzer";
license = stdenv.lib.licenses.bsd3;
}) {};
"chu2" = callPackage
({ mkDerivation, base, bytestring, data-default, hack2
, hack2-handler-snap-server, utf8-string
@ -60595,6 +60627,8 @@ self: {
pname = "crypto-enigma";
version = "0.1.1.5";
sha256 = "001kl84ngfwr644v7dyk5shkqfw606bpza8b61bv4p4lqyfk96l2";
revision = "1";
editedCabalFile = "0ld72k1zq13vg1xh75qj1zrrrc4w5fzj0jv7idrynybjwmhvq92n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers split text ];
@ -79606,6 +79640,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"exception-transformers_0_4_0_8" = callPackage
({ mkDerivation, base, HUnit, stm, test-framework
, test-framework-hunit, transformers, transformers-compat
}:
mkDerivation {
pname = "exception-transformers";
version = "0.4.0.8";
sha256 = "079vwd0lkv7y5cijpjxsxn6wyba1y22fw9mfirzgjpiswx46isrr";
libraryHaskellDepends = [
base stm transformers transformers-compat
];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit transformers
transformers-compat
];
description = "Type classes and monads for unchecked extensible exceptions";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"exceptional" = callPackage
({ mkDerivation, base, exceptions }:
mkDerivation {
@ -83943,6 +83997,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"first-class-patterns_0_3_2_5" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "first-class-patterns";
version = "0.3.2.5";
sha256 = "1bh8ndf77pfh851d7szx0q2lpima6zm1d652s9j7jzchr7icyjvs";
libraryHaskellDepends = [ base transformers ];
description = "First class patterns and pattern matching, using type families";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"firstify" = callPackage
({ mkDerivation, base, containers, directory, filepath
, homeomorphic, mtl, Safe, yhccore
@ -87061,6 +87127,17 @@ self: {
license = stdenv.lib.licenses.mpl20;
}) {};
"free-categories" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "free-categories";
version = "0.1.0.0";
sha256 = "0lzal6vbh1zjcag4dwmhnsv4j66n00gkl0cmf0pssdjwwywxgpwx";
libraryHaskellDepends = [ base ];
description = "free categories";
license = stdenv.lib.licenses.bsd3;
}) {};
"free-category" = callPackage
({ mkDerivation, base, free-algebras }:
mkDerivation {
@ -96556,14 +96633,13 @@ self: {
, bytestring, Cabal, config-schema, config-value, containers
, directory, filepath, free, gitrev, hashable, hookup, HsOpenSSL
, HUnit, irc-core, kan-extensions, lens, network, process, psqueues
, regex-tdfa, regex-tdfa-text, semigroupoids, split, stm
, template-haskell, text, time, transformers, unix
, unordered-containers, vector, vty
, regex-tdfa, semigroupoids, split, stm, template-haskell, text
, time, transformers, unix, unordered-containers, vector, vty
}:
mkDerivation {
pname = "glirc";
version = "2.33";
sha256 = "14znjbgy67mh68hpbr2xxl1aff1b0bzmrwkknp402zq0y9p81iwy";
version = "2.33.1";
sha256 = "0vzrx0904s8r7srld4c3wkw3j0rx3l6jszz3m5friwkdwfs60a83";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@ -96571,9 +96647,8 @@ self: {
async attoparsec base base64-bytestring bytestring config-schema
config-value containers directory filepath free gitrev hashable
hookup HsOpenSSL irc-core kan-extensions lens network process
psqueues regex-tdfa regex-tdfa-text semigroupoids split stm
template-haskell text time transformers unix unordered-containers
vector vty
psqueues regex-tdfa semigroupoids split stm template-haskell text
time transformers unix unordered-containers vector vty
];
executableHaskellDepends = [ base lens text vty ];
testHaskellDepends = [ base HUnit ];
@ -120117,6 +120192,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hnock" = callPackage
({ mkDerivation, base, parsec, text }:
mkDerivation {
pname = "hnock";
version = "0.4.0";
sha256 = "1d3w6lmvsanzwjs3r424fhalv19ia6k4w6m37jaqkq60lmzkfp5d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base parsec text ];
executableHaskellDepends = [ base text ];
testHaskellDepends = [ base ];
description = "A Nock interpreter";
license = stdenv.lib.licenses.mit;
}) {};
"hnop" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -130571,6 +130661,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hw-json-simd_0_1_0_3" = callPackage
({ mkDerivation, base, bytestring, c2hs, hw-prim, lens
, optparse-applicative, vector
}:
mkDerivation {
pname = "hw-json-simd";
version = "0.1.0.3";
sha256 = "0cgi7q0cx3zx56wq9l115vbhwc6yjbdrmiyz6z8zcnlhgq6cfgjl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring hw-prim lens vector ];
libraryToolDepends = [ c2hs ];
executableHaskellDepends = [
base bytestring hw-prim lens optparse-applicative vector
];
testHaskellDepends = [ base bytestring hw-prim lens vector ];
description = "SIMD-based JSON semi-indexer";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-json-simple-cursor" = callPackage
({ mkDerivation, base, bytestring, criterion, directory
, generic-lens, hedgehog, hspec, hspec-discover, hw-balancedparens
@ -148061,20 +148172,26 @@ self: {
}) {};
"libarchive" = callPackage
({ mkDerivation, base, bytestring, c2hs, composition-prelude, dlist
, filepath, libarchive
({ mkDerivation, base, bytestring, c2hs, chs-cabal
, composition-prelude, criterion, deepseq, directory, dlist
, filepath, hspec, libarchive, mtl, tar, tar-conduit, temporary
, unix-compat
}:
mkDerivation {
pname = "libarchive";
version = "1.0.5.1";
sha256 = "1fchnvs03hg513v7a45a3qbfr3kbh3nmqjqljzr2y1mg2ghkr7cz";
revision = "5";
editedCabalFile = "1fmsrrg8q46fwv6zgg5afc5jyd9y1qz193ypyh2kb4zf9psl3bdc";
version = "2.0.0.1";
sha256 = "173h1id6fdii7g850xifji70fz4i4xqhzaxh8727q8ld0q57lfjx";
setupHaskellDepends = [ base chs-cabal ];
libraryHaskellDepends = [
base bytestring composition-prelude dlist filepath
base bytestring composition-prelude deepseq dlist filepath mtl
unix-compat
];
libraryPkgconfigDepends = [ libarchive ];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base bytestring directory filepath hspec ];
benchmarkHaskellDepends = [
base bytestring criterion tar tar-conduit temporary
];
description = "Haskell interface to libarchive";
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) libarchive;};
@ -196497,7 +196614,7 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"reanimate_0_1_7_0" = callPackage
"reanimate_0_1_8_0" = callPackage
({ mkDerivation, ansi-wl-pprint, attoparsec, base
, base64-bytestring, bytestring, cassava, chiphunk, colour
, containers, cubicbezier, diagrams, diagrams-contrib
@ -196510,8 +196627,8 @@ self: {
}:
mkDerivation {
pname = "reanimate";
version = "0.1.7.0";
sha256 = "1yms6pckffrci9mpnvqmsb13pr3kfa8bw2wv34aws44lszxyii9j";
version = "0.1.8.0";
sha256 = "1vr0cqn47gl7810clqvn1wgkz3glzd216jmyvxfp6q1i5jhbizvw";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-wl-pprint attoparsec base base64-bytestring bytestring cassava
@ -202600,6 +202717,25 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"rocksdb-query_0_3_0" = callPackage
({ mkDerivation, base, bytestring, cereal, conduit, data-default
, hspec, resourcet, rocksdb-haskell, unliftio
}:
mkDerivation {
pname = "rocksdb-query";
version = "0.3.0";
sha256 = "0fy7d9m9g0jwssjgkhyg2d170s7mp7g9kz73zgnnp0xgl6mpxrsi";
libraryHaskellDepends = [
base bytestring cereal conduit resourcet rocksdb-haskell unliftio
];
testHaskellDepends = [
base cereal data-default hspec rocksdb-haskell unliftio
];
description = "RocksDB database querying library for Haskell";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"roguestar" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, old-time
, process
@ -206078,8 +206214,8 @@ self: {
}:
mkDerivation {
pname = "schemas";
version = "0.2.0";
sha256 = "1zwnx6r9fb4vcgcyvxzdiv1wbzk5zjvh9frhkj2mwwqjdqk7j08f";
version = "0.2.0.1";
sha256 = "19dqs2px9gj17lrav6syypn86pqk0yai29vn7z7a1gydmgvbzpw6";
libraryHaskellDepends = [
aeson base bifunctors bytestring free generics-sop hashable lens
lens-aeson profunctors scientific text transformers
@ -248852,6 +248988,8 @@ self: {
pname = "vinyl";
version = "0.11.0";
sha256 = "0sqa4x8cwg6hdx3lrnq9pbggsh5vv6rhng2az4grl60c4kw6zr08";
revision = "1";
editedCabalFile = "05i1sjkgn9vf488sa063fnp0p56ic39a5vyni9b2llm4vbpl4kwz";
libraryHaskellDepends = [ array base ghc-prim ];
testHaskellDepends = [
aeson base doctest hspec lens lens-aeson microlens mtl
@ -249469,6 +249607,41 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"vty_5_26" = callPackage
({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers
, deepseq, directory, filepath, hashable, HUnit, microlens
, microlens-mtl, microlens-th, mtl, parallel, parsec, QuickCheck
, quickcheck-assertions, random, smallcheck, stm, string-qq
, terminfo, test-framework, test-framework-hunit
, test-framework-smallcheck, text, transformers, unix, utf8-string
, vector
}:
mkDerivation {
pname = "vty";
version = "5.26";
sha256 = "03iznvkdm11blzx09il96262qpgc4mmi3qzarhl8grrijkgzxj4x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base blaze-builder bytestring containers deepseq directory filepath
hashable microlens microlens-mtl microlens-th mtl parallel parsec
stm terminfo text transformers unix utf8-string vector
];
executableHaskellDepends = [
base containers microlens microlens-mtl mtl
];
testHaskellDepends = [
base blaze-builder bytestring Cabal containers deepseq HUnit
microlens microlens-mtl mtl QuickCheck quickcheck-assertions random
smallcheck stm string-qq terminfo test-framework
test-framework-hunit test-framework-smallcheck text unix
utf8-string vector
];
description = "A simple terminal UI library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vty-examples" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, containers
, data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck