mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
54f9c36e54
.
This commit is contained in:
parent
6beccdcb83
commit
de84b81ebf
475
pkgs/development/haskell-modules/hackage-packages.nix
generated
475
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -5372,8 +5372,6 @@ self: {
|
||||
];
|
||||
description = "Library for computer music research and education";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"EventSocket" = callPackage
|
||||
@ -32685,8 +32683,8 @@ self: {
|
||||
pname = "atto-lisp";
|
||||
version = "0.2.2.3";
|
||||
sha256 = "00a7w4jysx55y5xxmgm09akvhxxa3fs68wqn6mp789bvhvdk9khd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0im8kc54hkfj578ck79j0ijc3iaigvx06pgj4sk8za26ryy7v46q";
|
||||
revision = "2";
|
||||
editedCabalFile = "065v6vllvwvm0zpkra7bl2hpz1lnhara13965p75pzdppv8ghd6w";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base blaze-builder blaze-textual bytestring containers
|
||||
deepseq text
|
||||
@ -33215,46 +33213,41 @@ self: {
|
||||
}) {};
|
||||
|
||||
"aura" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, algebraic-graphs, array
|
||||
, async, aur, base, base-prelude, bytestring, compactable
|
||||
, containers, directory, errors, filepath, freer-simple
|
||||
, generic-lens, http-client, http-client-tls, http-types
|
||||
, language-bash, megaparsec, microlens, microlens-ghc, mtl
|
||||
, mwc-random, network-uri, non-empty-containers
|
||||
({ mkDerivation, aeson, aeson-pretty, algebraic-graphs, aur, base
|
||||
, base-prelude, bytestring, compactable, containers, directory
|
||||
, errors, filepath, fused-effects, generic-lens, http-client
|
||||
, http-client-tls, http-types, language-bash, megaparsec, microlens
|
||||
, microlens-ghc, mwc-random, network-uri, nonempty-containers
|
||||
, optparse-applicative, paths, pretty-simple, prettyprinter
|
||||
, prettyprinter-ansi-terminal, semigroupoids, stm, tasty
|
||||
, tasty-hunit, text, throttled, time, transformers, typed-process
|
||||
, versions, witherable
|
||||
, prettyprinter-ansi-terminal, scheduler, semigroupoids, stm, tasty
|
||||
, tasty-hunit, text, these, time, transformers, typed-process
|
||||
, unliftio, versions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aura";
|
||||
version = "2.0.0";
|
||||
sha256 = "1k53r44kxy7p23nsjbx12mvn7nkl8j3h9fzy4v3dxyqkd4jz0996";
|
||||
revision = "1";
|
||||
editedCabalFile = "1z73n5fcrp23hms0l6r45p1knqqlng8g4gfb44a4raqj7da823zj";
|
||||
version = "2.0.2";
|
||||
sha256 = "1r11dzyy7z759ch664cml6lywh7033s6qrv56mkn41kn91jrl3qy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty algebraic-graphs array async aur base
|
||||
base-prelude bytestring compactable containers directory errors
|
||||
filepath freer-simple generic-lens http-client http-types
|
||||
language-bash megaparsec microlens microlens-ghc mtl mwc-random
|
||||
network-uri non-empty-containers paths pretty-simple prettyprinter
|
||||
prettyprinter-ansi-terminal semigroupoids stm text throttled time
|
||||
transformers typed-process versions witherable
|
||||
aeson aeson-pretty algebraic-graphs aur base base-prelude
|
||||
bytestring compactable containers directory errors filepath
|
||||
fused-effects generic-lens http-client http-types language-bash
|
||||
megaparsec microlens microlens-ghc mwc-random network-uri
|
||||
nonempty-containers paths prettyprinter prettyprinter-ansi-terminal
|
||||
scheduler semigroupoids stm text these time transformers
|
||||
typed-process unliftio versions
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base base-prelude bytestring containers errors freer-simple
|
||||
http-client http-client-tls language-bash microlens
|
||||
non-empty-containers optparse-applicative paths pretty-simple
|
||||
prettyprinter prettyprinter-ansi-terminal text transformers
|
||||
typed-process versions
|
||||
base base-prelude bytestring containers errors fused-effects
|
||||
http-client http-client-tls microlens nonempty-containers
|
||||
optparse-applicative paths pretty-simple prettyprinter
|
||||
prettyprinter-ansi-terminal text transformers typed-process
|
||||
versions
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-prelude bytestring containers errors freer-simple
|
||||
http-client language-bash megaparsec microlens non-empty-containers
|
||||
paths pretty-simple prettyprinter prettyprinter-ansi-terminal tasty
|
||||
tasty-hunit text transformers typed-process versions
|
||||
base base-prelude bytestring containers megaparsec microlens paths
|
||||
tasty tasty-hunit text versions
|
||||
];
|
||||
description = "A secure package manager for Arch Linux and the AUR, written in Haskell";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
@ -36820,6 +36813,8 @@ self: {
|
||||
pname = "bencode";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "12pnh598k30ggs54f0pic19j7ji8f4xn7fydkdnlig79rvzgv3iv";
|
||||
revision = "1";
|
||||
editedCabalFile = "0nvph7frmrra9k57v01saxgnhf1ma3m8qzwj1i53pswssfnj41mv";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers parsec
|
||||
];
|
||||
@ -45955,8 +45950,6 @@ self: {
|
||||
];
|
||||
description = "Command line client for Nix binary cache hosting https://cachix.org";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"cachix-api" = callPackage
|
||||
@ -45992,8 +45985,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Servant HTTP API specification for https://cachix.org";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"cacophony" = callPackage
|
||||
@ -56249,8 +56240,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0y62yj2cm7q9qwxl3jfdq16rza2mrjg60lchx4s0gbwiw959a83n";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1g5kyvy067lll181xqd1lxpzl5965yj847kh6z2r0wvq01i4k467";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers directory text
|
||||
];
|
||||
@ -56701,8 +56692,8 @@ self: {
|
||||
pname = "connection";
|
||||
version = "0.3.0";
|
||||
sha256 = "1f53bysp8zr8c8dhivrq2k9qmlwnk84d4c1s31sd62ws9yddcw34";
|
||||
revision = "1";
|
||||
editedCabalFile = "0cm421anscv6h4nvhkaqvi5s3lwkc0f34p6z8lzap4wyc4gv578k";
|
||||
revision = "3";
|
||||
editedCabalFile = "17l56sgrirlcfgi18svbkv9233yxd81ymyr3k8k712rzf5gi6rpi";
|
||||
libraryHaskellDepends = [
|
||||
base basement bytestring containers data-default-class network
|
||||
socks tls x509 x509-store x509-system x509-validation
|
||||
@ -56711,6 +56702,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"connection_0_3_1" = callPackage
|
||||
({ mkDerivation, base, basement, bytestring, containers
|
||||
, data-default-class, network, socks, tls, x509, x509-store
|
||||
, x509-system, x509-validation
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "connection";
|
||||
version = "0.3.1";
|
||||
sha256 = "1nbmafhlg0wy4aa3p7amjddbamdz6avzrxn4py3lvhrjqn4raxax";
|
||||
revision = "1";
|
||||
editedCabalFile = "08f1n38zryd0jklyv3yillilp040zxfxha6jphrmf28haq2irnk5";
|
||||
libraryHaskellDepends = [
|
||||
base basement bytestring containers data-default-class network
|
||||
socks tls x509 x509-store x509-system x509-validation
|
||||
];
|
||||
description = "Simple and easy network connections API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"connection-pool" = callPackage
|
||||
({ mkDerivation, base, between, data-default-class, monad-control
|
||||
, network, resource-pool, streaming-commons, time
|
||||
@ -70836,6 +70847,28 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"dl-fedora_0_6" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath
|
||||
, http-directory, http-types, optparse-applicative, regex-posix
|
||||
, simple-cmd, simple-cmd-args, text, unix, xdg-userdirs
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dl-fedora";
|
||||
version = "0.6";
|
||||
sha256 = "1kq9hhpgh24kfgf9b25zppmfbylcqx0scs96dp0nbyj3rp6yl8rh";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base bytestring directory filepath http-directory http-types
|
||||
optparse-applicative regex-posix simple-cmd simple-cmd-args text
|
||||
unix xdg-userdirs
|
||||
];
|
||||
description = "Fedora image download tool";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"dlist" = callPackage
|
||||
({ mkDerivation, base, Cabal, deepseq, QuickCheck }:
|
||||
mkDerivation {
|
||||
@ -71357,7 +71390,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"doctemplates_0_5" = callPackage
|
||||
"doctemplates_0_6" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, criterion
|
||||
, doclayout, filepath, Glob, mtl, parsec, safe, scientific, tasty
|
||||
, tasty-golden, tasty-hunit, temporary, text, unordered-containers
|
||||
@ -71365,16 +71398,16 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "doctemplates";
|
||||
version = "0.5";
|
||||
sha256 = "0xdma2j1bim31mvkqc6362rbmv193fyznd3y4ipdgd113zkj7hy6";
|
||||
version = "0.6";
|
||||
sha256 = "1bimvksijpz3czx0si9wwiigi4knc3d4i7rl6fssmz3z9qs6rhxg";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers doclayout filepath mtl parsec safe scientific
|
||||
text unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring filepath Glob tasty tasty-golden tasty-hunit
|
||||
temporary text
|
||||
aeson base bytestring doclayout filepath Glob tasty tasty-golden
|
||||
tasty-hunit temporary text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
aeson base containers criterion filepath mtl text
|
||||
@ -75970,6 +76003,32 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"emd_0_1_5_0" = callPackage
|
||||
({ mkDerivation, base, binary, containers, criterion
|
||||
, data-default-class, deepseq, finite-typelits
|
||||
, ghc-typelits-knownnat, ghc-typelits-natnormalise, HUnit
|
||||
, mwc-random, pure-fft, transformers, typelits-witnesses, vector
|
||||
, vector-sized
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "emd";
|
||||
version = "0.1.5.0";
|
||||
sha256 = "113rm1jmlawjms693zsx9kq8rk8jwn7ch6d4l2bfas3fvy4via61";
|
||||
libraryHaskellDepends = [
|
||||
base binary containers data-default-class deepseq finite-typelits
|
||||
ghc-typelits-knownnat ghc-typelits-natnormalise transformers
|
||||
typelits-witnesses vector vector-sized
|
||||
];
|
||||
testHaskellDepends = [ base containers HUnit ];
|
||||
benchmarkHaskellDepends = [
|
||||
base criterion deepseq ghc-typelits-knownnat mwc-random pure-fft
|
||||
vector vector-sized
|
||||
];
|
||||
description = "Empirical Mode Decomposition and Hilbert-Huang Transform";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"emgm" = callPackage
|
||||
({ mkDerivation, base, HUnit, QuickCheck, syb }:
|
||||
mkDerivation {
|
||||
@ -76099,8 +76158,6 @@ self: {
|
||||
testHaskellDepends = [ base bytestring HUnit QuickCheck ];
|
||||
description = "A library for various character encodings";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"encoding-io" = callPackage
|
||||
@ -87913,6 +87970,27 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"fused-effects_0_5_0_1" = callPackage
|
||||
({ mkDerivation, base, deepseq, doctest, gauge, hspec
|
||||
, inspection-testing, MonadRandom, QuickCheck, random, transformers
|
||||
, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fused-effects";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0s6y34x29w31lzqlj7xf9sld9dmh3q1f0rl3zfmzd4kpp2ybc965";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq MonadRandom random transformers unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base doctest hspec inspection-testing QuickCheck transformers
|
||||
];
|
||||
benchmarkHaskellDepends = [ base gauge ];
|
||||
description = "A fast, flexible, fused effect system";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"fused-effects-exceptions" = callPackage
|
||||
({ mkDerivation, base, fused-effects, safe-exceptions
|
||||
, unliftio-core
|
||||
@ -90664,6 +90742,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"getopt-generics_0_13_0_4" = callPackage
|
||||
({ mkDerivation, base, base-compat, base-orphans, filepath
|
||||
, generics-sop, hspec, QuickCheck, safe, silently, tagged
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "getopt-generics";
|
||||
version = "0.13.0.4";
|
||||
sha256 = "1rszkcn1rg38wf35538ljk5bbqjc57y9sb3a0al7qxm82gy8yigr";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat base-orphans generics-sop tagged
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat base-orphans filepath generics-sop hspec
|
||||
QuickCheck safe silently tagged
|
||||
];
|
||||
description = "Create command line interfaces with ease";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"getopt-simple" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
@ -90980,8 +91078,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-events";
|
||||
version = "0.9.0";
|
||||
sha256 = "004dfjqhqy0lpmadjmvz270ja6k2dmwbprnispdxmlg8rc5y3m10";
|
||||
version = "0.9.1";
|
||||
sha256 = "1phq4jxhm05xj42y7aqpjj43vj5mixi3hhf3h5c0dh1vmsz9w3z1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -105711,22 +105809,20 @@ self: {
|
||||
, filepath, hslogger, html, HUnit, monad-control, mtl, network
|
||||
, network-uri, old-locale, parsec, process, semigroups, sendfile
|
||||
, syb, system-filepath, template-haskell, text, threads, time
|
||||
, time-compat, transformers, transformers-base, transformers-compat
|
||||
, unix, utf8-string, xhtml, zlib
|
||||
, transformers, transformers-base, transformers-compat, unix
|
||||
, utf8-string, xhtml, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "happstack-server";
|
||||
version = "7.5.1.3";
|
||||
sha256 = "0agxmrf2njd3whvgw4in0ixgss1qlmi6cdi9fglhs7nhykpkgllk";
|
||||
revision = "1";
|
||||
editedCabalFile = "15ira63nilqyq9ggl2jy5ip26aprw79sv5k1hp9n4wp9byhzzyjw";
|
||||
version = "7.5.2";
|
||||
sha256 = "1w5g5vf6jxb7fi3qg96x17y2i95mv5sbbzmjzy1m55qjqif568v1";
|
||||
libraryHaskellDepends = [
|
||||
base base64-bytestring blaze-html bytestring containers directory
|
||||
exceptions extensible-exceptions filepath hslogger html
|
||||
monad-control mtl network network-uri old-locale parsec process
|
||||
semigroups sendfile syb system-filepath template-haskell text
|
||||
threads time time-compat transformers transformers-base
|
||||
transformers-compat unix utf8-string xhtml zlib
|
||||
threads time transformers transformers-base transformers-compat
|
||||
unix utf8-string xhtml zlib
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers HUnit parsec zlib
|
||||
@ -108389,6 +108485,8 @@ self: {
|
||||
pname = "haskell-src-exts";
|
||||
version = "1.21.0";
|
||||
sha256 = "1wwzd6m5mm76fq7ql7k49b7ghg8ibq5qhqr3d8xs5psfha3w3nlm";
|
||||
revision = "1";
|
||||
editedCabalFile = "1mmjxh0vhf9pbx9jr1208bbrqj3k5qy6il4ypjmczh9zx2m65lyf";
|
||||
libraryHaskellDepends = [ array base ghc-prim pretty ];
|
||||
libraryToolDepends = [ happy ];
|
||||
testHaskellDepends = [
|
||||
@ -116814,8 +116912,8 @@ self: {
|
||||
pname = "hjsonpointer";
|
||||
version = "1.5.0";
|
||||
sha256 = "1bdr5jpc2vcx6bk724jmfz7nh3jgqwrmj4hab64h9pjdrl4vz00y";
|
||||
revision = "2";
|
||||
editedCabalFile = "1s43vdkl71msm8kppksn910prs40nwq4cz5klajr8apak77z4dzi";
|
||||
revision = "3";
|
||||
editedCabalFile = "1y9fhqb8kjgflsds8nkw7nr1b9ydyz5f3227b4k8b7ir97rzy5d0";
|
||||
libraryHaskellDepends = [
|
||||
aeson base hashable text unordered-containers vector
|
||||
];
|
||||
@ -117099,8 +117197,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger";
|
||||
version = "1.15";
|
||||
sha256 = "0p9y9gvxj0iv0zzw921248mg8zj80c6hiba3syf11v6gkqlm4262";
|
||||
version = "1.15.1";
|
||||
sha256 = "0rhq6dnss3n4b7ibq61amgalhjh89f51fn609dai2m3kf9xhign9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -117311,8 +117409,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-lib";
|
||||
version = "1.15";
|
||||
sha256 = "03nz49d5fcma8clifv0r9m8v4mp80c10577xwlagmbkw9npxvs3n";
|
||||
version = "1.15.1";
|
||||
sha256 = "1d3mwrbgk3iqayvi0gjx4hkbf72jwknh5igx1p07h32l1d89phbh";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal array base base-compat-batteries blaze-markup
|
||||
bytestring call-stack cassava cassava-megaparsec cmdargs containers
|
||||
@ -126812,6 +126910,8 @@ self: {
|
||||
pname = "http-directory";
|
||||
version = "0.1.5";
|
||||
sha256 = "075crysy7avf97vlskwlk8813q2bnqw9p3q29c5yb2yhmykrpwyn";
|
||||
revision = "1";
|
||||
editedCabalFile = "0ynm88f9v3h5dlyf2kzydqwr2l90gwjysffr6gbnlyqw9x46pb04";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring html-conduit http-client http-client-tls http-date
|
||||
http-types text time xml-conduit
|
||||
@ -128278,6 +128378,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hvega_0_4_0_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, filepath, tasty, tasty-golden, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hvega";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1clq31aq8vgvvc1mcrz4al3f7kfb6crs2nkc07n87xykmrcjkdyq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base text unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring containers filepath tasty
|
||||
tasty-golden text
|
||||
];
|
||||
description = "Create Vega-Lite visualizations (version 3) in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hvega-theme" = callPackage
|
||||
({ mkDerivation, base, hvega, text }:
|
||||
mkDerivation {
|
||||
@ -133575,6 +133697,23 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"inspection-testing_0_4_2_2" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, mtl, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "inspection-testing";
|
||||
version = "0.4.2.2";
|
||||
sha256 = "1bppz99p6ix6hah8lbr9mapl2zxgmkg9i7h6hk8wq6zf54hwz3yp";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc mtl template-haskell transformers
|
||||
];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "GHC plugin to do inspection testing";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"inspector-wrecker" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, case-insensitive
|
||||
, connection, data-default, http-client, http-client-tls
|
||||
@ -137790,6 +137929,8 @@ self: {
|
||||
pname = "json";
|
||||
version = "0.9.3";
|
||||
sha256 = "1z8s3mfg76p2flqqd2wqsi96l5bg8k8w8m58zlv81pw3k7h1vbwb";
|
||||
revision = "2";
|
||||
editedCabalFile = "0iqmwfq6s1fc8jj16yx2d7jpzf94scd1hc4yvz281zxj7kds2ms5";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers mtl parsec pretty syb text
|
||||
];
|
||||
@ -151781,6 +151922,8 @@ self: {
|
||||
pname = "machines";
|
||||
version = "0.6.4";
|
||||
sha256 = "0s3pvdklanw6a41pyyqrplm3vid63dpy6vd6qhp86dnb4wp2ppkj";
|
||||
revision = "2";
|
||||
editedCabalFile = "1h0qq6kxv4kc0j0rmx7rhwhvfg1hc08r10q152km4p8kgshcwlig";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
adjunctions base comonad containers distributive mtl pointed
|
||||
@ -156338,6 +156481,8 @@ self: {
|
||||
pname = "microlens";
|
||||
version = "0.4.10";
|
||||
sha256 = "1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw";
|
||||
revision = "1";
|
||||
editedCabalFile = "1qh5ifbwh62v14ygg3fj22wqimylph17ykng70vqv5x2rkp630jq";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -171841,6 +171986,89 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"optics" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, criterion
|
||||
, inspection-testing, lens, mtl, optics-core, optics-extra
|
||||
, optics-th, random, tasty, tasty-hunit, template-haskell
|
||||
, transformers, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "optics";
|
||||
version = "0.1";
|
||||
sha256 = "1xkccyshhzbf8c7v1vi7cw4k1a1gfgw9yl2wfma4q36bv96qq2lk";
|
||||
libraryHaskellDepends = [
|
||||
array base containers mtl optics-core optics-extra optics-th
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers inspection-testing mtl optics-core random tasty
|
||||
tasty-hunit template-haskell
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring containers criterion lens transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
description = "Optics as an abstract interface";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"optics-core" = callPackage
|
||||
({ mkDerivation, array, base, containers, transformers }:
|
||||
mkDerivation {
|
||||
pname = "optics-core";
|
||||
version = "0.1";
|
||||
sha256 = "0vyvvjlqps0sa03rxp0p2v9vjllff53adn3y6qfwrpc08kxwh7q1";
|
||||
libraryHaskellDepends = [ array base containers transformers ];
|
||||
description = "Optics as an abstract interface: core definitions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"optics-extra" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, hashable, mtl
|
||||
, optics-core, text, transformers, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "optics-extra";
|
||||
version = "0.1";
|
||||
sha256 = "1z0blxm9gxbzqxxcm9bkj8jvf9apgn8abh0wdc4f220rs32c3v7g";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers hashable mtl optics-core text
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
description = "Extra utilities and instances for optics-core";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"optics-th" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, optics-core
|
||||
, template-haskell, th-abstraction, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "optics-th";
|
||||
version = "0.1";
|
||||
sha256 = "1fqaxp7divk2wj7mvnsyzclly99l895dss1ssk6dzfgdijjjipk6";
|
||||
revision = "1";
|
||||
editedCabalFile = "034563mm7rdck8xhwjpqig3kj9rzk91s292rwcargbgbpma5ailv";
|
||||
libraryHaskellDepends = [
|
||||
base containers mtl optics-core template-haskell th-abstraction
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [ base optics-core ];
|
||||
description = "Optics construction using TemplateHaskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"optics-vl" = callPackage
|
||||
({ mkDerivation, base, optics-core, profunctors }:
|
||||
mkDerivation {
|
||||
pname = "optics-vl";
|
||||
version = "0.1";
|
||||
sha256 = "03khw0aqv7wdlym5maasm1l20gj4y1jzci89y592hx3y07mzvapl";
|
||||
libraryHaskellDepends = [ base optics-core profunctors ];
|
||||
description = "Utilities for compatibility with van Laarhoven optics";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"optima" = callPackage
|
||||
({ mkDerivation, attoparsec, attoparsec-data, base
|
||||
, optparse-applicative, rerebase, text, text-builder
|
||||
@ -192463,6 +192691,39 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rattletrap_9_0_2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, binary, binary-bits
|
||||
, bytestring, containers, filepath, http-client, http-client-tls
|
||||
, HUnit, scientific, template-haskell, temporary, text
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rattletrap";
|
||||
version = "9.0.2";
|
||||
sha256 = "14dnnaii24c9vh4jvdymnnhrhvgwzfr6al4qcm4bj9wk55jgj71r";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base binary binary-bits bytestring containers
|
||||
filepath http-client http-client-tls scientific template-haskell
|
||||
text transformers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-pretty base binary binary-bits bytestring containers
|
||||
filepath http-client http-client-tls scientific template-haskell
|
||||
text transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base binary binary-bits bytestring containers
|
||||
filepath http-client http-client-tls HUnit scientific
|
||||
template-haskell temporary text transformers
|
||||
];
|
||||
description = "Parse and generate Rocket League replays";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"raven-haskell" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, hspec, http-conduit, mtl
|
||||
, network, random, resourcet, text, time, unordered-containers
|
||||
@ -205965,8 +206226,6 @@ self: {
|
||||
];
|
||||
description = "Checked exceptions for Servant APIs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-checked-exceptions-core" = callPackage
|
||||
@ -207125,8 +207384,35 @@ self: {
|
||||
];
|
||||
description = "Embed a raw 'Application' in a Servant API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-rawm_0_3_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, doctest, filepath, Glob
|
||||
, hspec-wai, http-client, http-media, http-types, lens, resourcet
|
||||
, servant, servant-client, servant-client-core, servant-docs
|
||||
, servant-server, tasty, tasty-hspec, tasty-hunit, text
|
||||
, transformers, wai, wai-app-static, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-rawm";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "013d89zmlmwwwhgyc57xbzsd4phz347if5y6iz93wrw4lbvc341d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring filepath http-client http-media http-types lens
|
||||
resourcet servant-client servant-client-core servant-docs
|
||||
servant-server wai wai-app-static
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring doctest Glob hspec-wai http-client http-media
|
||||
http-types servant servant-client servant-client-core
|
||||
servant-server tasty tasty-hspec tasty-hunit text transformers wai
|
||||
warp
|
||||
];
|
||||
description = "Embed a raw 'Application' in a Servant API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-reason" = callPackage
|
||||
@ -209210,6 +209496,32 @@ self: {
|
||||
maintainers = with stdenv.lib.maintainers; [ psibi ];
|
||||
}) {};
|
||||
|
||||
"shakespeare_2_0_21" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
|
||||
, containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec
|
||||
, process, scientific, template-haskell, text, time, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shakespeare";
|
||||
version = "2.0.21";
|
||||
sha256 = "1assgcinf9i9rm7mphqfymzvn7z1m2jjkm98z7l2pb76z53mcvgh";
|
||||
libraryHaskellDepends = [
|
||||
aeson base blaze-html blaze-markup bytestring containers directory
|
||||
exceptions ghc-prim parsec process scientific template-haskell text
|
||||
time transformers unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base blaze-html blaze-markup bytestring containers directory
|
||||
exceptions ghc-prim hspec HUnit parsec process template-haskell
|
||||
text time transformers
|
||||
];
|
||||
description = "A toolkit for making compile-time interpolated templates";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
maintainers = with stdenv.lib.maintainers; [ psibi ];
|
||||
}) {};
|
||||
|
||||
"shakespeare-babel" = callPackage
|
||||
({ mkDerivation, base, classy-prelude, data-default, directory
|
||||
, process, shakespeare, template-haskell
|
||||
@ -228292,8 +228604,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "term-rewriting";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "14mgpwhpfa0w5xgwsqa5nklagw6scs51cjwin7d34gx8bkvw9m13";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "0k0aylm6vzcqghp5zw461p68zgzjzr6k4ki7d00zl471lmbdbs8n";
|
||||
libraryHaskellDepends = [
|
||||
ansi-wl-pprint array base containers mtl multiset parsec
|
||||
union-find-array
|
||||
@ -239224,6 +239536,8 @@ self: {
|
||||
pname = "unagi-chan";
|
||||
version = "0.4.1.2";
|
||||
sha256 = "1lnl5n4jnjmm4chp461glcwkrrw63rjz3fvprwxcy3lkpbkrqvgn";
|
||||
revision = "1";
|
||||
editedCabalFile = "09pqi867wskwgc5lpn197f895mbn1174ydgllvcppcsmrz2b6yr6";
|
||||
libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
|
||||
testHaskellDepends = [
|
||||
atomic-primops base containers ghc-prim primitive
|
||||
@ -243895,6 +244209,8 @@ self: {
|
||||
pname = "vector-th-unbox";
|
||||
version = "0.2.1.6";
|
||||
sha256 = "0d82x55f5vvr1jvaia382m23rs690lg55pvavv8f4ph0y6kd91xy";
|
||||
revision = "1";
|
||||
editedCabalFile = "1bpxdliw7jmks1rkmb8hbr7hng3niz1pfc6n3s8ndj1acrksmfmv";
|
||||
libraryHaskellDepends = [ base template-haskell vector ];
|
||||
testHaskellDepends = [ base data-default vector ];
|
||||
description = "Deriver for Data.Vector.Unboxed using Template Haskell";
|
||||
@ -244112,6 +244428,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"versions_3_5_1_1" = callPackage
|
||||
({ mkDerivation, base, base-prelude, checkers, deepseq, hashable
|
||||
, megaparsec, microlens, QuickCheck, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "versions";
|
||||
version = "3.5.1.1";
|
||||
sha256 = "1cs004ixw6rp2zg9hyw4yf0n15rq3s1ns9yy18rr8sxmcsw6jb9g";
|
||||
libraryHaskellDepends = [ base deepseq hashable megaparsec text ];
|
||||
testHaskellDepends = [
|
||||
base base-prelude checkers megaparsec microlens QuickCheck tasty
|
||||
tasty-hunit tasty-quickcheck text
|
||||
];
|
||||
description = "Types and parsers for software version numbers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"vflow-types" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, ip, json-alt
|
||||
, json-autotype, neat-interpolation, QuickCheck, quickcheck-classes
|
||||
@ -251804,8 +252139,6 @@ self: {
|
||||
benchmarkHaskellDepends = [ base bytestring criterion ];
|
||||
description = "Simple and incomplete Excel file parser/writer";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"xlsx-tabular" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user