summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-23 02:30:28 +0100
committerPeter Simons <simons@cryp.to>2021-01-29 21:02:24 +0100
commite5019a19b41d321be5ea7bacf14ded14697e738e (patch)
treeea67cf2874581f71b23c9152be2090179ce0d853 /pkgs/development/haskell-modules
parent22e3d5e9dbb57de6ef54857071a1dcee46577c2b (diff)
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-10-gabc66d1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/f8773aba1736a7929a7262fdd6217be67f679c98.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix1302
1 files changed, 742 insertions, 560 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 1c760b056e04..cfd4a5eac642 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -3120,24 +3120,6 @@ self: {
}:
mkDerivation {
pname = "ChasingBottoms";
- version = "1.3.1.9";
- sha256 = "1acsmvdwsgry0i0qhmz0img71gq97wikmn9zgbqppl4n8a1d7bvh";
- libraryHaskellDepends = [
- base containers mtl QuickCheck random syb
- ];
- testHaskellDepends = [
- array base containers mtl QuickCheck random syb
- ];
- description = "For testing partial and infinite values";
- license = lib.licenses.mit;
- }) {};
-
- "ChasingBottoms_1_3_1_10" = callPackage
- ({ mkDerivation, array, base, containers, mtl, QuickCheck, random
- , syb
- }:
- mkDerivation {
- pname = "ChasingBottoms";
version = "1.3.1.10";
sha256 = "1flr56hd8ny0ddlv1agi0ikdjv5wgx0aba6xqdsn3nv6dyw9nbf3";
libraryHaskellDepends = [
@@ -3148,7 +3130,6 @@ self: {
];
description = "For testing partial and infinite values";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"CheatSheet" = callPackage
@@ -9382,8 +9363,8 @@ self: {
}:
mkDerivation {
pname = "HTF";
- version = "0.14.0.3";
- sha256 = "138gh5a2nx25czhp9qpaav2lq7ff142q4n6sbkrglfsyn48rifqp";
+ version = "0.14.0.5";
+ sha256 = "1hgkymgb8v3f5s7i8nn01iml8mqvah4iyqiqcflj3ffbjb93v1zd";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal process ];
@@ -11956,6 +11937,17 @@ self: {
broken = true;
}) {};
+ "Kawaii-Parser" = callPackage
+ ({ mkDerivation, base, containers, mtl }:
+ mkDerivation {
+ pname = "Kawaii-Parser";
+ version = "0.0.0";
+ sha256 = "163rh1vciljl35wc5wrcr1ky2vb536pv6hhnl3r97mfjc9c9k2wm";
+ libraryHaskellDepends = [ base containers mtl ];
+ description = "A simple parsing library";
+ license = lib.licenses.bsd3;
+ }) {};
+
"KdTree" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
@@ -12891,7 +12883,7 @@ self: {
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
- }) {inherit (pkgs) openmpi;};
+ }) {openmpi = null;};
"LogicGrowsOnTrees-network" = callPackage
({ mkDerivation, base, cereal, cmdtheline, composition, containers
@@ -18383,8 +18375,8 @@ self: {
}:
mkDerivation {
pname = "Shpadoinkle-backend-snabbdom";
- version = "0.3.0.0";
- sha256 = "0ff87nxa7ff3j400k5a65in8jj00m6bk46pmana0a8k1d7ln7fsk";
+ version = "0.3.0.1";
+ sha256 = "0452znn1q558n1dy52j493y7f9lml57cnqbmdmqv28zq12sxpypm";
libraryHaskellDepends = [
base exceptions file-embed ghcjs-dom jsaddle monad-control mtl
Shpadoinkle text transformers-base unliftio
@@ -21932,20 +21924,20 @@ self: {
}) {inherit (pkgs) readline;};
"Z-Data" = callPackage
- ({ mkDerivation, base, Cabal, case-insensitive, containers, deepseq
- , ghc-prim, hashable, hspec, hspec-discover, HUnit, integer-gmp
- , primitive, QuickCheck, quickcheck-instances, scientific, tagged
- , template-haskell, time, unordered-containers
+ ({ mkDerivation, base, bytestring, Cabal, case-insensitive
+ , containers, deepseq, ghc-prim, hashable, hspec, hspec-discover
+ , HUnit, integer-gmp, primitive, QuickCheck, quickcheck-instances
+ , scientific, tagged, template-haskell, time, unordered-containers
}:
mkDerivation {
pname = "Z-Data";
- version = "0.4.0.0";
- sha256 = "0vgphl16hq35cs12rvx663bxn88h4hx25digwy6h0yrc0j2yj9ls";
+ version = "0.5.0.0";
+ sha256 = "07yx0mh1h0p5qsw0sn20mcz542h5dh3p6l3nbzqrjvdpp22s27h0";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
- base case-insensitive containers deepseq ghc-prim hashable
- integer-gmp primitive QuickCheck scientific tagged template-haskell
- time unordered-containers
+ base bytestring case-insensitive containers deepseq ghc-prim
+ hashable integer-gmp primitive QuickCheck scientific tagged
+ template-haskell time unordered-containers
];
testHaskellDepends = [
base containers hashable hspec HUnit integer-gmp primitive
@@ -33283,8 +33275,8 @@ self: {
}:
mkDerivation {
pname = "ascii";
- version = "1.0.0.2";
- sha256 = "13v1zpll4x72ib5pwrs01kkhw5yc5xq8aazwm9zfni9452sw3r3w";
+ version = "1.0.1.0";
+ sha256 = "0px41v49i3czchlv09dnbivlrk1zci4b2mg0xkrp6nwyzb9z4xyr";
libraryHaskellDepends = [
ascii-case ascii-char ascii-group ascii-predicates ascii-superset
ascii-th base bytestring data-ascii text
@@ -33323,8 +33315,8 @@ self: {
({ mkDerivation, base, hashable }:
mkDerivation {
pname = "ascii-char";
- version = "1.0.0.2";
- sha256 = "0pglcppji9irbz0fjc6hb1fv7qjbjcii6k4qdv389l7kbb77w318";
+ version = "1.0.0.6";
+ sha256 = "049xccazgjb1zzqbzpgcw77hsl5j3j8l7f0268wxjy87il3wfnx3";
libraryHaskellDepends = [ base hashable ];
description = "A Char type representing an ASCII character";
license = lib.licenses.asl20;
@@ -33442,8 +33434,8 @@ self: {
({ mkDerivation, ascii-char, base, bytestring, hashable, text }:
mkDerivation {
pname = "ascii-superset";
- version = "1.0.0.2";
- sha256 = "1wanvb18h1jlf33f6zr7l1swvagdhw5w3554fsvjq1dm37nygd5m";
+ version = "1.0.1.0";
+ sha256 = "1d4yfcy8yr6zimpv8mq8lsf8sd85rg4m8x7l81lr6wan2wx54gh6";
libraryHaskellDepends = [
ascii-char base bytestring hashable text
];
@@ -34654,6 +34646,26 @@ self: {
broken = true;
}) {};
+ "atp" = callPackage
+ ({ mkDerivation, ansi-wl-pprint, base, containers, generic-random
+ , mtl, process, QuickCheck, text, tptp
+ }:
+ mkDerivation {
+ pname = "atp";
+ version = "0.1.0.0";
+ sha256 = "0n71mch62mkqn4ibq6n0k26fxk0rl63j7rzj4wpc038awjgxcfr8";
+ libraryHaskellDepends = [
+ ansi-wl-pprint base containers mtl process text tptp
+ ];
+ testHaskellDepends = [
+ base containers generic-random mtl QuickCheck text
+ ];
+ description = "Interface to automated theorem provers";
+ license = lib.licenses.gpl3Only;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {};
+
"atp-haskell" = callPackage
({ mkDerivation, applicative-extras, base, containers, extra, HUnit
, mtl, parsec, pretty, template-haskell, time
@@ -35726,8 +35738,8 @@ self: {
pname = "avers";
version = "0.0.17.1";
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
- revision = "38";
- editedCabalFile = "0jbvk8azs2x63cfxbppa67qg27zirgash448g7vmf07jqb8405cb";
+ revision = "39";
+ editedCabalFile = "1y77mk83yap8yx5wlybpr06wwy3qvmq0svqc4c6dfyvjd9wjvsdv";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock containers cryptonite
filepath inflections memory MonadRandom mtl network network-uri
@@ -36473,6 +36485,19 @@ self: {
broken = true;
}) {};
+ "aws-larpi" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, modern-uri, req, text }:
+ mkDerivation {
+ pname = "aws-larpi";
+ version = "0.1.0.0";
+ sha256 = "04z5wcvkcvq961zc9pg79k6340vgm6rdws6lfjysl5jrwr5sfxg9";
+ libraryHaskellDepends = [
+ aeson base bytestring modern-uri req text
+ ];
+ description = "Package Haskell functions for easy use on AWS Lambda";
+ license = lib.licenses.mit;
+ }) {};
+
"aws-mfa-credentials" = callPackage
({ mkDerivation, amazonka, amazonka-core, amazonka-sts, base
, exceptions, filelock, filepath, freer-effects, ini, lens
@@ -38107,10 +38132,8 @@ self: {
}:
mkDerivation {
pname = "base64";
- version = "0.4.2.2";
- sha256 = "05ins0i1561d4gfz6h7fxx8pj8i1qkskz8dgh8pfxa1llzmr856i";
- revision = "1";
- editedCabalFile = "1rlvmg18f2d2rdyzvvzk0is4073j5arx9qirgvshjx67kic2lzqm";
+ version = "0.4.2.3";
+ sha256 = "1hdqswxhgjrg8akl5v99hbm02gkpagsbx4i7fxbzdys1k0bj3gxw";
libraryHaskellDepends = [
base bytestring deepseq ghc-byteorder text text-short
];
@@ -38122,7 +38145,7 @@ self: {
base base64-bytestring bytestring criterion deepseq
random-bytestring text
];
- description = "Fast RFC 4648-compliant Base64 encoding";
+ description = "A modern RFC 4648-compliant Base64 library";
license = lib.licenses.bsd3;
}) {};
@@ -39912,28 +39935,6 @@ self: {
}:
mkDerivation {
pname = "bifunctors";
- version = "5.5.9";
- sha256 = "0c0zm9n085a6zna91yq9c14xwpwi72wn9xlsgzpza9r9bmy5jv05";
- libraryHaskellDepends = [
- base base-orphans comonad containers tagged template-haskell
- th-abstraction transformers
- ];
- testHaskellDepends = [
- base hspec QuickCheck template-haskell transformers
- transformers-compat
- ];
- testToolDepends = [ hspec-discover ];
- description = "Bifunctors";
- license = lib.licenses.bsd3;
- }) {};
-
- "bifunctors_5_5_10" = callPackage
- ({ mkDerivation, base, base-orphans, comonad, containers, hspec
- , hspec-discover, QuickCheck, tagged, template-haskell
- , th-abstraction, transformers, transformers-compat
- }:
- mkDerivation {
- pname = "bifunctors";
version = "5.5.10";
sha256 = "03d96df4j1aq9z7hrk3n519g3h7fjgjf82fmgp6wxxbaigyrqwp7";
libraryHaskellDepends = [
@@ -39947,7 +39948,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Bifunctors";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"bighugethesaurus" = callPackage
@@ -45110,7 +45110,7 @@ self: {
}) {};
"box" = callPackage
- ({ mkDerivation, attoparsec, base, comonad, concurrency
+ ({ mkDerivation, attoparsec, base, comonad, concurrency, containers
, contravariant, dejafu, doctest, exceptions, generic-lens, lens
, mmorph, mtl, numhask, numhask-space, optparse-generic
, profunctors, random, text, time, transformers, transformers-base
@@ -45118,18 +45118,18 @@ self: {
}:
mkDerivation {
pname = "box";
- version = "0.6.2";
- sha256 = "1mwmz97s8mvan8fn8ps0gnzsidar1ygjfkgrcjglfklh5bmm8823";
+ version = "0.6.3";
+ sha256 = "1qdl8n9icp8v8hpk4jd3gsg8wrr469q4y6h6p1h6n6f899rwpv5c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- attoparsec base comonad concurrency contravariant exceptions lens
- mmorph numhask numhask-space profunctors text time transformers
- transformers-base
+ attoparsec base comonad concurrency containers contravariant
+ exceptions lens mmorph numhask numhask-space profunctors text time
+ transformers transformers-base
];
executableHaskellDepends = [
- base concurrency dejafu exceptions generic-lens lens mtl numhask
- optparse-generic random text transformers websockets
+ base concurrency containers dejafu exceptions generic-lens lens mtl
+ numhask optparse-generic random text transformers websockets
];
testHaskellDepends = [ base doctest numhask ];
description = "boxes";
@@ -45404,8 +45404,8 @@ self: {
}:
mkDerivation {
pname = "brick";
- version = "0.58.1";
- sha256 = "0qsmj4469avxmbh7210msjwvz7fa98axxvf7198x0hb2y7vdpcz5";
+ version = "0.59";
+ sha256 = "1nkx7b6688ba0h8kw8xzqamj9zpdjyrdpmg8h18v3l03hw5jcszf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -47183,8 +47183,8 @@ self: {
}:
mkDerivation {
pname = "byteslice";
- version = "0.2.4.0";
- sha256 = "0f2dw5kf9gg41ns5hb0aarrv24yqv9cdzgl9hgdcf8jj5j3qj6di";
+ version = "0.2.5.0";
+ sha256 = "0sl5jbfni6sx6srlfdpj0cb0pjw38cf3fyxsnaldbap2wfd3ncyr";
libraryHaskellDepends = [
base bytestring primitive primitive-addr primitive-unlifted run-st
tuples vector
@@ -48054,8 +48054,8 @@ self: {
}:
mkDerivation {
pname = "cab";
- version = "0.2.18";
- sha256 = "0ic1ivxiv217ls4g38q5dwrb8sbsrzvdm6c0idv9ancpjmm8k8jl";
+ version = "0.2.19";
+ sha256 = "0rn8b8fydrm8ad0va0pg016y5ph3dc0xashg0rqfjhzv8kwzlkzk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -53563,8 +53563,8 @@ self: {
}:
mkDerivation {
pname = "cherry-core-alpha";
- version = "0.4.0.0";
- sha256 = "1rrmglzxvfq67ymgy7jifx8rgk33qq82vrcsbaqwcsjc95c3kfdx";
+ version = "0.5.0.0";
+ sha256 = "018ad2angm8n6dfw0sz3bamg38vzgv7j97vfpiidd575mf89imkn";
libraryHaskellDepends = [
aeson async base base64-bytestring binary bytestring
case-insensitive containers directory ghc-prim http-client
@@ -54705,8 +54705,8 @@ self: {
}:
mkDerivation {
pname = "citeproc";
- version = "0.3.0.4";
- sha256 = "13rx1919hnk26jpnqcdfqmd8hkvhg8504aq7abiyxy0diy28mvz7";
+ version = "0.3.0.5";
+ sha256 = "18ybi21fmw9rkd4m74dgy1cf3i9l79bpalm79427kass8mv4wpia";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -63791,8 +63791,8 @@ self: {
}:
mkDerivation {
pname = "cornea";
- version = "0.3.0.1";
- sha256 = "0kdj6ii6k8x9i87vgfl2cjlwkj4vls09w781xab6ix7h264asi71";
+ version = "0.3.1.2";
+ sha256 = "04iika5r5w3347w87b8whwrxym5nzvgl5pr76fpxw78fwvi1nvzk";
libraryHaskellDepends = [
base-noprelude either lens lifted-base monad-control mtl relude
template-haskell th-abstraction transformers
@@ -65975,14 +65975,13 @@ self: {
"cryptohash-sha256" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, criterion
- , SHA, tasty, tasty-hunit, tasty-quickcheck
+ , cryptohash-sha256-pure, SHA, tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-sha256";
- version = "0.11.101.0";
- sha256 = "1p85vajcgw9hmq8zsz9krzx0vxh7aggwbg5w9ws8w97avcsn8xaj";
- revision = "4";
- editedCabalFile = "00p6sx2n1pzykm3my68hjfk8l66g66rh7inrfcnkd5mhilqdcqxr";
+ version = "0.11.102.0";
+ sha256 = "0685s4hfighzywvvn05cfff5bl2xz3wq0pfncv6zca4iba3ykmla";
+ configureFlags = [ "-fuse-cbits" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring ];
@@ -65990,10 +65989,14 @@ self: {
base base16-bytestring bytestring SHA tasty tasty-hunit
tasty-quickcheck
];
- benchmarkHaskellDepends = [ base bytestring criterion ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion cryptohash-sha256-pure SHA
+ ];
description = "Fast, pure and practical SHA-256 implementation";
license = lib.licenses.bsd3;
- }) {};
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {cryptohash-sha256-pure = null;};
"cryptohash-sha512" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, criterion
@@ -66130,6 +66133,29 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "cryptonite_0_28" = callPackage
+ ({ mkDerivation, base, basement, bytestring, deepseq, gauge
+ , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
+ , tasty-kat, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "cryptonite";
+ version = "0.28";
+ sha256 = "1nx568qv25dxhbii7lzf1hbv0dyz95z715mmxjnnrkgpwdm8ibbl";
+ libraryHaskellDepends = [
+ base basement bytestring deepseq ghc-prim integer-gmp memory
+ ];
+ testHaskellDepends = [
+ base bytestring memory tasty tasty-hunit tasty-kat tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring deepseq gauge memory random
+ ];
+ description = "Cryptography Primitives sink";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"cryptonite-conduit" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-combinators
, conduit-extra, cryptonite, exceptions, memory, resourcet, tasty
@@ -70654,6 +70680,34 @@ self: {
license = lib.licenses.asl20;
}) {};
+ "dbus_1_2_18" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, conduit, containers
+ , criterion, deepseq, directory, exceptions, extra, filepath, lens
+ , network, parsec, process, QuickCheck, random, resourcet, split
+ , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
+ , th-lift, transformers, unix, vector, xml-conduit, xml-types
+ }:
+ mkDerivation {
+ pname = "dbus";
+ version = "1.2.18";
+ sha256 = "15ggmggzgzf0xmj80rj14dyk83vra6yzm5pm92psnc4spn213p73";
+ libraryHaskellDepends = [
+ base bytestring cereal conduit containers deepseq exceptions
+ filepath lens network parsec random split template-haskell text
+ th-lift transformers unix vector xml-conduit xml-types
+ ];
+ testHaskellDepends = [
+ base bytestring cereal containers directory extra filepath network
+ parsec process QuickCheck random resourcet tasty tasty-hunit
+ tasty-quickcheck text transformers unix vector
+ ];
+ benchmarkHaskellDepends = [ base criterion ];
+ doCheck = false;
+ description = "A client library for the D-Bus IPC system";
+ license = lib.licenses.asl20;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"dbus-client" = callPackage
({ mkDerivation, base, containers, dbus-core, monads-tf, text
, transformers
@@ -72212,8 +72266,8 @@ self: {
}:
mkDerivation {
pname = "dep-t";
- version = "0.1.0.2";
- sha256 = "0vzf37gmhvpv43xybzn7lms0jgl12ch7mz04a05a1arn3ljh89c9";
+ version = "0.1.3.0";
+ sha256 = "1bzf2czbml949an6gffc7jh898ba2axfh87phnrla0595x7nrx21";
libraryHaskellDepends = [ base mtl transformers unliftio-core ];
testHaskellDepends = [
base mtl rank2classes tasty tasty-hunit template-haskell
@@ -72223,6 +72277,23 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "dep-t-advice" = callPackage
+ ({ mkDerivation, base, dep-t, doctest, mtl, rank2classes, sop-core
+ , tasty, tasty-hunit, template-haskell, transformers
+ }:
+ mkDerivation {
+ pname = "dep-t-advice";
+ version = "0.3.0.0";
+ sha256 = "00nqf37x877s5arkwv55cki068gpgq64yns4qhp039az2mfr4g9q";
+ libraryHaskellDepends = [ base dep-t sop-core ];
+ testHaskellDepends = [
+ base dep-t doctest mtl rank2classes sop-core tasty tasty-hunit
+ template-haskell transformers
+ ];
+ description = "Giving good advice to functions in a DepT environment";
+ license = lib.licenses.bsd3;
+ }) {};
+
"dependency" = callPackage
({ mkDerivation, ansi-wl-pprint, base, binary, containers
, criterion, deepseq, hspec, microlens
@@ -73284,10 +73355,10 @@ self: {
}:
mkDerivation {
pname = "dhall";
- version = "1.37.1";
- sha256 = "16qpasw41wcgbi9ljrs43dn2ajw25yipm8kxri6v5fwj3gyzj24d";
+ version = "1.38.0";
+ sha256 = "0ifxi9i7ply640s2cgljjczvmblgz0ryp2p9yxgng3qm5ai58229";
revision = "1";
- editedCabalFile = "11sjra0k7sdy0xcbhlxvjjpd4h7ki9dcrndcpaq71qlgdql32w24";
+ editedCabalFile = "067hh41cnmjskf3y3kzlwsisw6v5bh9mbmhg5jfapm1y5xp6gw9r";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -73327,8 +73398,8 @@ self: {
}:
mkDerivation {
pname = "dhall-bash";
- version = "1.0.35";
- sha256 = "0v7br83m3zhz4pa98yrzbikkvldgrprjq0z5amimjsk8lcdmpq8k";
+ version = "1.0.36";
+ sha256 = "0hg45xjl1pcla9xbds40qrxcx2h6b4ysw8kbx8hpnaqaazr2jrw0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73370,10 +73441,8 @@ self: {
}:
mkDerivation {
pname = "dhall-docs";
- version = "1.0.3";
- sha256 = "0cinkgcihn15zws18nff42lcpmzv4cg7k8wxmcwa93k7qvw01i2p";
- revision = "1";
- editedCabalFile = "1wzwfgv6bpgjq0day372gyxg9vrcmkf5sbzvm0lv4p39z0qcgpna";
+ version = "1.0.4";
+ sha256 = "0x6x5b9kh0in35jsgj2dghyxsqjdjrw7s9kngyjcn7v2ycklcifl";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -73437,10 +73506,8 @@ self: {
}:
mkDerivation {
pname = "dhall-json";
- version = "1.7.4";
- sha256 = "1qzlv7wvap1ivgv7fi9ikqa9nm9z9kbbca5zvddh3njcdk6i73n9";
- revision = "1";
- editedCabalFile = "0njh1c7c4dcm5ya4w79mf11m5v9gnacyd7lrz7j4ipk4wdgwinvi";
+ version = "1.7.5";
+ sha256 = "1fpkp8xkcw2abcigypyl0ji6910jyshlqwhf48yfwn6dsgbyw6iy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73488,10 +73555,8 @@ self: {
}:
mkDerivation {
pname = "dhall-lsp-server";
- version = "1.0.12";
- sha256 = "0gp9pa3pdm49ya6awdi1qjbycxdihz2z11mzmfnr5m2gf0vrjzpp";
- revision = "2";
- editedCabalFile = "0nn30rkmdxacankwvmagfxaha6532ikwpz7w18s27xw4qpkhp6v9";
+ version = "1.0.13";
+ sha256 = "0cj51xdmpp0w7ndzbz4yn882agvhbnsss3myqlhfi4y91lb8f1ak";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73515,10 +73580,8 @@ self: {
}:
mkDerivation {
pname = "dhall-nix";
- version = "1.1.19";
- sha256 = "0w3vxqn1h39f17mg246ydxni02civ3fm85s0wi4ks6iy1ng4dw0a";
- revision = "1";
- editedCabalFile = "0m0xpxc7nm962b0vkw7i88dnwihjza82cybqjzjk24dgp8v48cqs";
+ version = "1.1.20";
+ sha256 = "14d9icvgmrphnbjjwlskh88p7vgphgb0xqd91p217bf2xhl9k2xd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -73542,10 +73605,8 @@ self: {
}:
mkDerivation {
pname = "dhall-nixpkgs";
- version = "1.0.3";
- sha256 = "03apykbil3x3j7ndapfgmf39p7l62d1lrn2ad1m6k5xqnd8nqlxf";
- revision = "1";
- editedCabalFile = "1wqh5l2rydb2ag1k514p3p8dq19m3mbv6i2cha4xr8ykwcwbwi0j";
+ version = "1.0.4";
+ sha256 = "0yr7z17dvmr1zipk29fmzm46myxxsz514587n6a7h00c56dyvnc3";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -73559,6 +73620,24 @@ self: {
broken = true;
}) {};
+ "dhall-recursive-adt" = callPackage
+ ({ mkDerivation, base, data-fix, dhall, either, hedgehog
+ , neat-interpolation, recursion-schemes, tasty, tasty-hedgehog
+ , tasty-hunit
+ }:
+ mkDerivation {
+ pname = "dhall-recursive-adt";
+ version = "0.1.0.0";
+ sha256 = "01wk6xsakbhsx14s59f0rj32mlccgxgc29a3n5d3b923yd5w64zm";
+ libraryHaskellDepends = [ base data-fix dhall recursion-schemes ];
+ testHaskellDepends = [
+ base dhall either hedgehog neat-interpolation recursion-schemes
+ tasty tasty-hedgehog tasty-hunit
+ ];
+ description = "Convert recursive ADTs from and to Dhall";
+ license = lib.licenses.cc0;
+ }) {};
+
"dhall-text" = callPackage
({ mkDerivation, base, dhall, optparse-applicative, text }:
mkDerivation {
@@ -73616,10 +73695,8 @@ self: {
}:
mkDerivation {
pname = "dhall-yaml";
- version = "1.2.4";
- sha256 = "0xm1dsim5x83k6kp5g9yv08ixf6l4p2mm666m4vsylx98y5nwmag";
- revision = "1";
- editedCabalFile = "1mmsymbj57r49kj520f9hrw9bk80y29p3av68b1hmrcaiixqs87a";
+ version = "1.2.5";
+ sha256 = "0fax4p85344yrzk1l21j042mm02p0idp396vkq71x3dpiniq0mwf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -76987,28 +77064,6 @@ self: {
}) {};
"dl-fedora" = callPackage
- ({ mkDerivation, base, bytestring, directory, filepath
- , http-directory, http-types, optparse-applicative, regex-posix
- , simple-cmd, simple-cmd-args, text, time, unix, xdg-userdirs
- }:
- mkDerivation {
- pname = "dl-fedora";
- version = "0.7.5";
- sha256 = "1x4gdnb2k1ywvaniif7j2lsbavadaghvcpbdnms3x13s4cg18lyh";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring directory filepath http-directory http-types
- optparse-applicative regex-posix simple-cmd simple-cmd-args text
- time unix xdg-userdirs
- ];
- description = "Fedora image download tool";
- license = lib.licenses.gpl3;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "dl-fedora_0_7_6" = callPackage
({ mkDerivation, base, bytestring, directory, extra, filepath
, http-directory, http-types, optparse-applicative, regex-posix
, simple-cmd, simple-cmd-args, text, time, unix, xdg-userdirs
@@ -78109,8 +78164,8 @@ self: {
}:
mkDerivation {
pname = "dom-lt";
- version = "0.2.2";
- sha256 = "0hf0wf4fl671awf87f0r7r4a57cgm88x666081c0wy16qchahffw";
+ version = "0.2.2.1";
+ sha256 = "1gaavi6fqzsl5di889880m110a1hrlylbjckm6bg24sv8nn96glp";
libraryHaskellDepends = [ array base containers ];
testHaskellDepends = [ base containers HUnit ];
benchmarkHaskellDepends = [ base containers criterion deepseq ];
@@ -78940,8 +78995,8 @@ self: {
}:
mkDerivation {
pname = "drifter";
- version = "0.2.4";
- sha256 = "012x67lncwlrf2kjmfki4lz3sclpj1gjf7wyszagwm523grp1qly";
+ version = "0.3.0";
+ sha256 = "079y7yzws7lghgazkc7qprz43q4bv0qjnxh7rmcrrwfs5acm1x34";
libraryHaskellDepends = [ base containers fgl text ];
testHaskellDepends = [
base tasty tasty-hunit tasty-quickcheck text
@@ -82407,8 +82462,8 @@ self: {
}:
mkDerivation {
pname = "elm-street";
- version = "0.1.0.3";
- sha256 = "106qaw496kry8rcjyz4nwfn4i4pgygjw6zvfnqrld52mdqjbyxbv";
+ version = "0.1.0.4";
+ sha256 = "1dnpzc70qznbm3f678lxzkfbyihcqhlg185db09q64aj20hls5d6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -83848,6 +83903,30 @@ self: {
broken = true;
}) {};
+ "ephemeral" = callPackage
+ ({ mkDerivation, attoparsec, base, box, box-csv, chart-svg
+ , concurrency, doctest, lens, lucid, mealy, microlens, moo
+ , mwc-probability, numhask, numhask-array, numhask-space, primitive
+ , profunctors, random, text, time, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "ephemeral";
+ version = "0.0.1";
+ sha256 = "1xxdifw1mcyfgz4749z136xqxmxbm26v0x0yk8238wm08i80y8fy";
+ libraryHaskellDepends = [
+ attoparsec base box box-csv chart-svg concurrency lens lucid mealy
+ microlens moo mwc-probability numhask numhask-array numhask-space
+ primitive profunctors random text time transformers
+ unordered-containers
+ ];
+ testHaskellDepends = [ base doctest numhask ];
+ description = "See readme.md";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {};
+
"epi-sim" = callPackage
({ mkDerivation, aeson, base, bytestring, cassava, hspec
, mwc-random, primitive, statistics, trifecta, vector
@@ -84032,8 +84111,8 @@ self: {
}:
mkDerivation {
pname = "equational-reasoning";
- version = "0.6.0.4";
- sha256 = "1dv9di6p7pqmxys9c2d3rv36qhafgji0rxf52v0240zvfqhg8wn4";
+ version = "0.7.0.0";
+ sha256 = "0l6gyq43byh6cy2pblb9a4qjy7w5k9maa97c076dxlsf53myj01h";
libraryHaskellDepends = [
base containers template-haskell th-desugar void
];
@@ -86312,26 +86391,24 @@ self: {
"exh" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, containers
- , exceptions, hspec, html-conduit, http-client, http-client-tls
- , http-conduit, lens, megaparsec, monad-control, monad-time, mtl
- , quickjs-hs, retry, text, time, transformers, transformers-base
- , xml-conduit, xml-lens
+ , hspec, html-conduit, http-client, http-client-tls, in-other-words
+ , language-javascript, megaparsec, optics-core, optics-th, text
+ , time, transformers, xml-conduit, xml-optics
}:
mkDerivation {
pname = "exh";
- version = "0.2.0";
- sha256 = "1pka39mzzbvxl0d60115hwyg2vgpznf1kk7z97p4k2m8kf2b668z";
+ version = "1.0.0";
+ sha256 = "0s5br96spx4v67mvl09w4kpcwvps65zp6qx5qpvrq63a0ncclp7l";
libraryHaskellDepends = [
- aeson base bytestring conduit containers exceptions html-conduit
- http-client http-client-tls http-conduit lens megaparsec
- monad-control monad-time mtl quickjs-hs retry text time
- transformers transformers-base xml-conduit xml-lens
+ aeson base bytestring conduit containers html-conduit http-client
+ in-other-words language-javascript megaparsec optics-core optics-th
+ text time transformers xml-conduit xml-optics
];
testHaskellDepends = [
- aeson base bytestring conduit containers exceptions hspec
- html-conduit http-client http-client-tls http-conduit lens
- megaparsec monad-control monad-time mtl quickjs-hs retry text time
- transformers transformers-base xml-conduit xml-lens
+ aeson base bytestring conduit containers hspec html-conduit
+ http-client http-client-tls in-other-words language-javascript
+ megaparsec optics-core optics-th text time transformers xml-conduit
+ xml-optics
];
description = "A library for crawling exhentai";
license = lib.licenses.bsd3;
@@ -90771,6 +90848,22 @@ self: {
license = lib.licenses.gpl3Plus;
}) {};
+ "finite" = callPackage
+ ({ mkDerivation, array, base, Cabal, containers, hashable
+ , QuickCheck, template-haskell
+ }:
+ mkDerivation {
+ pname = "finite";
+ version = "1.4.1.2";
+ sha256 = "10hnqz4klgrpfbvla07h8yghpv22bsyijf0cibfzwl9j779vb4nc";
+ libraryHaskellDepends = [
+ array base containers hashable QuickCheck template-haskell
+ ];
+ testHaskellDepends = [ base Cabal hashable QuickCheck ];
+ description = "Finite ranges via types";
+ license = lib.licenses.mit;
+ }) {};
+
"finite-field" = callPackage
({ mkDerivation, base, containers, deepseq, hashable, primes
, QuickCheck, singletons, tasty, tasty-hunit, tasty-quickcheck
@@ -93148,8 +93241,8 @@ self: {
({ mkDerivation, base, foma }:
mkDerivation {
pname = "foma";
- version = "0.1.1.0";
- sha256 = "1aiy4bizzx5g87lvlx8xy24rxvzh093mlaavxkcr542fq9ki8yb3";
+ version = "0.1.2.0";
+ sha256 = "1g9wy1zn0mi2lgfpprhh8q5sy0cvf5pbk2yrkr2911pn7g00jdc4";
libraryHaskellDepends = [ base ];
librarySystemDepends = [ foma ];
description = "Simple Haskell bindings for Foma";
@@ -96514,14 +96607,14 @@ self: {
}:
mkDerivation {
pname = "fusion-plugin";
- version = "0.2.1";
- sha256 = "08v43q428s6nw3diqaasdr0c9arrzvzvldcybj8wp2r66aw613ic";
+ version = "0.2.2";
+ sha256 = "1d7avmbrqgvp9c4jyrlw344hml29f3vy5m5fgyrsd1z3g4fymakb";
libraryHaskellDepends = [
base containers directory filepath fusion-plugin-types ghc syb time
transformers
];
description = "GHC plugin to make stream fusion more predictable";
- license = lib.licenses.bsd3;
+ license = lib.licenses.asl20;
}) {};
"fusion-plugin-types" = callPackage
@@ -96537,31 +96630,31 @@ self: {
"futhark" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
- , blaze-html, bytestring, cmark-gfm, containers, directory
- , directory-tree, dlist, file-embed, filepath, free, gitrev, happy
- , haskeline, language-c-quote, mainland-pretty, megaparsec, mtl
- , neat-interpolation, parallel, parser-combinators, pcg-random
- , process, process-extras, QuickCheck, regex-tdfa, sexp-grammar
- , srcloc, tasty, tasty-hunit, tasty-quickcheck, template-haskell
- , temporary, terminal-size, text, time, transformers
- , unordered-containers, utf8-string, vector
- , vector-binary-instances, versions, zip-archive, zlib
+ , blaze-html, bytestring, bytestring-to-vector, cmark-gfm
+ , containers, directory, directory-tree, dlist, file-embed
+ , filepath, free, gitrev, happy, haskeline, language-c-quote
+ , mainland-pretty, megaparsec, mtl, neat-interpolation, parallel
+ , parser-combinators, pcg-random, process, process-extras
+ , QuickCheck, regex-tdfa, sexp-grammar, srcloc, tasty, tasty-hunit
+ , tasty-quickcheck, template-haskell, temporary, terminal-size
+ , text, time, transformers, unordered-containers, utf8-string
+ , vector, vector-binary-instances, versions, zip-archive, zlib
}:
mkDerivation {
pname = "futhark";
- version = "0.18.5";
- sha256 = "1v81b2snf5famnm8fx3kbqcsrqb80kb29yk98lvljiflnq5bkmb4";
+ version = "0.18.6";
+ sha256 = "0bp837b6myis5kvyy0rg3py01fcyyj7qws7kqvci3mjyi9x57k7w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal array base binary blaze-html bytestring
- cmark-gfm containers directory directory-tree dlist file-embed
- filepath free gitrev haskeline language-c-quote mainland-pretty
- megaparsec mtl neat-interpolation parallel pcg-random process
- process-extras regex-tdfa sexp-grammar srcloc template-haskell
- temporary terminal-size text time transformers unordered-containers
- utf8-string vector vector-binary-instances versions zip-archive
- zlib
+ bytestring-to-vector cmark-gfm containers directory directory-tree
+ dlist file-embed filepath free gitrev haskeline language-c-quote
+ mainland-pretty megaparsec mtl neat-interpolation parallel
+ pcg-random process process-extras regex-tdfa sexp-grammar srcloc
+ template-haskell temporary terminal-size text time transformers
+ unordered-containers utf8-string vector vector-binary-instances
+ versions zip-archive zlib
];
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [ base text ];
@@ -98280,6 +98373,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "generic-lens_2_1_0_0" = callPackage
+ ({ mkDerivation, base, doctest, generic-lens-core, HUnit
+ , inspection-testin