hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.1-1-g63041e4 from Hackage revision
f91c8f61e9
.
This commit is contained in:
parent
03cae069fe
commit
69c7aabbf8
@ -38573,6 +38573,8 @@ self: {
|
|||||||
pname = "brick";
|
pname = "brick";
|
||||||
version = "0.34.1";
|
version = "0.34.1";
|
||||||
sha256 = "0y07xq5r5qbn5fqkp0cy1s9a50lnqmk35dvmil38xn2g23dgmfys";
|
sha256 = "0y07xq5r5qbn5fqkp0cy1s9a50lnqmk35dvmil38xn2g23dgmfys";
|
||||||
|
revision = "2";
|
||||||
|
editedCabalFile = "0yk4wxlv693gnax8b0gr6g2zqsm53izwar0aagqc4w3bq3llx63b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -38585,6 +38587,29 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"brick_0_35" = callPackage
|
||||||
|
({ mkDerivation, base, config-ini, containers, contravariant
|
||||||
|
, data-clist, deepseq, dlist, microlens, microlens-mtl
|
||||||
|
, microlens-th, stm, template-haskell, text, text-zipper
|
||||||
|
, transformers, vector, vty, word-wrap
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "brick";
|
||||||
|
version = "0.35";
|
||||||
|
sha256 = "16vfm60nz2zx819nv4s83108w1bhiyqx99zmacrlc371nlpdiyby";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base config-ini containers contravariant data-clist deepseq dlist
|
||||||
|
microlens microlens-mtl microlens-th stm template-haskell text
|
||||||
|
text-zipper transformers vector vty word-wrap
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/jtdaugherty/brick/";
|
||||||
|
description = "A declarative terminal user interface library";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"brick-skylighting" = callPackage
|
"brick-skylighting" = callPackage
|
||||||
({ mkDerivation, base, brick, containers, skylighting, text, vty }:
|
({ mkDerivation, base, brick, containers, skylighting, text, vty }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -39591,13 +39616,18 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bv-sized" = callPackage
|
"bv-sized" = callPackage
|
||||||
({ mkDerivation, base, containers, lens, parameterized-utils }:
|
({ mkDerivation, base, containers, lens, parameterized-utils
|
||||||
|
, QuickCheck, random
|
||||||
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bv-sized";
|
pname = "bv-sized";
|
||||||
version = "0.1.1.1";
|
version = "0.2.0";
|
||||||
sha256 = "127vg7759gnwlg91dbhgqaxb62mffhvq40sjixylxyz1f3lzhqmn";
|
sha256 = "0v0wrr4pf8krya5az91yqvivjg72p08x2nmsp335c66rpmg6ph1i";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers lens parameterized-utils
|
base containers lens parameterized-utils QuickCheck random
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base lens parameterized-utils QuickCheck random
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/benjaminselfridge/bv-sized";
|
homepage = "https://github.com/benjaminselfridge/bv-sized";
|
||||||
description = "a BitVector datatype that is parameterized by the vector width";
|
description = "a BitVector datatype that is parameterized by the vector width";
|
||||||
@ -50806,6 +50836,40 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"configuration-tools_0_3_1" = callPackage
|
||||||
|
({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
|
||||||
|
, base-unicode-symbols, base64-bytestring, bytestring, Cabal
|
||||||
|
, case-insensitive, connection, data-default, deepseq, directory
|
||||||
|
, dlist, enclosed-exceptions, filepath, http-client
|
||||||
|
, http-client-tls, http-types, monad-control, mtl, network-uri
|
||||||
|
, optparse-applicative, process, profunctors, semigroups, text, tls
|
||||||
|
, transformers, unordered-containers, wai, warp, warp-tls, x509
|
||||||
|
, x509-system, x509-validation, yaml
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "configuration-tools";
|
||||||
|
version = "0.3.1";
|
||||||
|
sha256 = "0ivfz3vjf81dnxqlzp4ij8snw0bfy227b26r3j1vvhc4n1qpxpz0";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson ansi-wl-pprint attoparsec base base-unicode-symbols
|
||||||
|
base64-bytestring bytestring Cabal case-insensitive connection
|
||||||
|
data-default deepseq directory dlist enclosed-exceptions filepath
|
||||||
|
http-client http-client-tls http-types monad-control mtl
|
||||||
|
network-uri optparse-applicative process profunctors semigroups
|
||||||
|
text tls transformers unordered-containers x509 x509-system
|
||||||
|
x509-validation yaml
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base base-unicode-symbols bytestring Cabal enclosed-exceptions
|
||||||
|
http-types monad-control mtl text transformers unordered-containers
|
||||||
|
wai warp warp-tls yaml
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/alephcloud/hs-configuration-tools";
|
||||||
|
description = "Tools for specifying and parsing configurations";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"configurator" = callPackage
|
"configurator" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bytestring, directory, filepath
|
({ mkDerivation, attoparsec, base, bytestring, directory, filepath
|
||||||
, hashable, HUnit, test-framework, test-framework-hunit, text
|
, hashable, HUnit, test-framework, test-framework-hunit, text
|
||||||
@ -53979,6 +54043,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"crypto-enigma_0_0_2_11" = callPackage
|
||||||
|
({ mkDerivation, base, containers, HUnit, MissingH, mtl, QuickCheck
|
||||||
|
, split
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "crypto-enigma";
|
||||||
|
version = "0.0.2.11";
|
||||||
|
sha256 = "0wm8jifcwfad2hmh15hm2n93f2vzaxkvm2ndf57l0j97acbvbmy1";
|
||||||
|
libraryHaskellDepends = [ base containers MissingH mtl split ];
|
||||||
|
testHaskellDepends = [ base HUnit QuickCheck ];
|
||||||
|
homepage = "https://github.com/orome/crypto-enigma-hs";
|
||||||
|
description = "An Enigma machine simulator with display";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"crypto-multihash" = callPackage
|
"crypto-multihash" = callPackage
|
||||||
({ mkDerivation, base, base58-bytestring, bytestring, containers
|
({ mkDerivation, base, base58-bytestring, bytestring, containers
|
||||||
, cryptonite, hspec, memory, QuickCheck, string-conversions
|
, cryptonite, hspec, memory, QuickCheck, string-conversions
|
||||||
@ -75209,6 +75289,8 @@ self: {
|
|||||||
pname = "fmt";
|
pname = "fmt";
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.0";
|
||||||
sha256 = "156iv5c5aqlc6mmc5qcnsa4plhp99n4mzmm8rspxrc84gkl1agnf";
|
sha256 = "156iv5c5aqlc6mmc5qcnsa4plhp99n4mzmm8rspxrc84gkl1agnf";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1vdgh45qv5jk1ym4y54sjgk0cnqhrqqi6iirrw8drq20v1srbpl3";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base base16-bytestring base64-bytestring bytestring containers
|
base base16-bytestring base64-bytestring bytestring containers
|
||||||
microlens text text-format time time-locale-compat
|
microlens text text-format time time-locale-compat
|
||||||
@ -82273,6 +82355,8 @@ self: {
|
|||||||
pname = "gi-gtk-hs";
|
pname = "gi-gtk-hs";
|
||||||
version = "0.3.5.0";
|
version = "0.3.5.0";
|
||||||
sha256 = "10vshqkc398lribxfz1lk2zbp2y1iqyb0gszzzkin07y3fzlfhiv";
|
sha256 = "10vshqkc398lribxfz1lk2zbp2y1iqyb0gszzzkin07y3fzlfhiv";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "01gcz19v90iw2iy8mmlavin68i5w1c1zzliyqnlss7sn5dqqx8bh";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
|
base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
|
||||||
gi-gtk haskell-gi-base mtl text transformers
|
gi-gtk haskell-gi-base mtl text transformers
|
||||||
@ -139686,8 +139770,8 @@ self: {
|
|||||||
pname = "modern-uri";
|
pname = "modern-uri";
|
||||||
version = "0.2.1.0";
|
version = "0.2.1.0";
|
||||||
sha256 = "06lqkx91s0lvkamxxf070l990kh8g0c5f5yshh2lffjbk5zclnp6";
|
sha256 = "06lqkx91s0lvkamxxf070l990kh8g0c5f5yshh2lffjbk5zclnp6";
|
||||||
revision = "2";
|
revision = "3";
|
||||||
editedCabalFile = "1xhm5vi9y9y0mzmyqac29d13pvm3d28glmqcd7ps9lf9fjrrpp6k";
|
editedCabalFile = "05kk7q1bwrnffi2ya4mmmsgy8qr2s5d2lrxa2h0acygvdwg3gx7s";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers contravariant deepseq exceptions
|
base bytestring containers contravariant deepseq exceptions
|
||||||
megaparsec mtl profunctors QuickCheck reflection tagged
|
megaparsec mtl profunctors QuickCheck reflection tagged
|
||||||
@ -145661,30 +145745,27 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"nested-routes" = callPackage
|
"nested-routes" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bifunctors, bytestring, errors
|
({ mkDerivation, attoparsec, base, errors, exceptions
|
||||||
, exceptions, extractable-singleton, hashable, hashtables, hspec
|
, extractable-singleton, hashable, hspec, hspec-wai, http-types
|
||||||
, hspec-wai, http-types, monad-control-aligned, mtl, poly-arity
|
, monad-control-aligned, mtl, poly-arity, pred-trie, regex-compat
|
||||||
, pred-set, pred-trie, regex-compat, semigroups, tasty, tasty-hspec
|
, tasty, tasty-hspec, text, tries, unordered-containers
|
||||||
, text, transformers, tries, unordered-containers
|
|
||||||
, wai-middleware-content-type, wai-middleware-verbs
|
, wai-middleware-content-type, wai-middleware-verbs
|
||||||
, wai-transformers
|
, wai-transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nested-routes";
|
pname = "nested-routes";
|
||||||
version = "8.2.0";
|
version = "9.0.0";
|
||||||
sha256 = "1fg901fa9an4589my637lld8y4nyq3pd0gqy008p10w3c0mznhw6";
|
sha256 = "1vdmwkr69n7ybwamfazy2p65r9s2fqbgvfy31wxiqyn6phg6r57v";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base bifunctors bytestring errors exceptions
|
attoparsec base errors exceptions extractable-singleton hashable
|
||||||
extractable-singleton hashable hashtables monad-control-aligned mtl
|
monad-control-aligned mtl poly-arity pred-trie regex-compat text
|
||||||
poly-arity pred-set pred-trie regex-compat semigroups text
|
tries unordered-containers wai-middleware-content-type
|
||||||
transformers tries unordered-containers wai-middleware-content-type
|
|
||||||
wai-middleware-verbs wai-transformers
|
wai-middleware-verbs wai-transformers
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
attoparsec base bifunctors bytestring errors exceptions
|
attoparsec base errors exceptions extractable-singleton hashable
|
||||||
extractable-singleton hashable hashtables hspec hspec-wai
|
hspec hspec-wai http-types monad-control-aligned mtl poly-arity
|
||||||
http-types monad-control-aligned mtl poly-arity pred-set pred-trie
|
pred-trie regex-compat tasty tasty-hspec text tries
|
||||||
regex-compat semigroups tasty tasty-hspec text transformers tries
|
|
||||||
unordered-containers wai-middleware-content-type
|
unordered-containers wai-middleware-content-type
|
||||||
wai-middleware-verbs wai-transformers
|
wai-middleware-verbs wai-transformers
|
||||||
];
|
];
|
||||||
@ -159691,6 +159772,45 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"plot-light_0_3_1" = callPackage
|
||||||
|
({ mkDerivation, base, blaze-svg, colour, containers, data-default
|
||||||
|
, hspec, mtl, QuickCheck, scientific, text, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "plot-light";
|
||||||
|
version = "0.3.1";
|
||||||
|
sha256 = "02bivm4gi0sv13yx2alxkcm0ssxbgiwyn93m54x8xwnvczfavsmw";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base blaze-svg colour containers data-default mtl scientific text
|
||||||
|
time
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ base hspec QuickCheck ];
|
||||||
|
homepage = "https://github.com/ocramz/plot-light";
|
||||||
|
description = "A lightweight plotting library, exporting to SVG";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"plot-light-examples" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, attoparsec-time, base, blaze-svg
|
||||||
|
, colour, plot-light, scientific, text, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "plot-light-examples";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "19r07cdv34ks0810gq1x6cmdk7jf8f1s983rf2jn4vga4w5akf0p";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
enableSeparateDataOutput = true;
|
||||||
|
executableHaskellDepends = [
|
||||||
|
attoparsec attoparsec-time base blaze-svg colour plot-light
|
||||||
|
scientific text time
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/ocramz/plot-light-examples";
|
||||||
|
description = "Example binaries for plot-light";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"plotfont" = callPackage
|
"plotfont" = callPackage
|
||||||
({ mkDerivation, base, containers, tasty, tasty-hunit }:
|
({ mkDerivation, base, containers, tasty, tasty-hunit }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -162087,6 +162207,28 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pptable_0_3_0_0" = callPackage
|
||||||
|
({ mkDerivation, base, boxes, containers, generic-deriving, HUnit
|
||||||
|
, markdown-unlit, pretty, QuickCheck, syb, tasty, tasty-hunit
|
||||||
|
, tasty-quickcheck, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pptable";
|
||||||
|
version = "0.3.0.0";
|
||||||
|
sha256 = "05wkvnk2h3xvjivk8cd6z8xlscipvd2az1v1n4sdianf9r0gzdwq";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base boxes containers generic-deriving pretty syb vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base boxes containers HUnit markdown-unlit QuickCheck tasty
|
||||||
|
tasty-hunit tasty-quickcheck vector
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/gdevanla/pptable#readme";
|
||||||
|
description = "Pretty Print containers in a tabular format";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"pqc" = callPackage
|
"pqc" = callPackage
|
||||||
({ mkDerivation, base, QuickCheck, random, stm }:
|
({ mkDerivation, base, QuickCheck, random, stm }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -162291,6 +162433,36 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pred-trie_0_6_0_1" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, base, containers, criterion, deepseq
|
||||||
|
, errors, hashable, hashtables, mtl, poly-arity, pred-set
|
||||||
|
, QuickCheck, semigroups, sets, strict, tasty, tasty-hunit
|
||||||
|
, tasty-quickcheck, text, tries, unordered-containers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pred-trie";
|
||||||
|
version = "0.6.0.1";
|
||||||
|
sha256 = "0hymhjh7idpibzdx0214laf0zjf3a4anhsmxn0p5g9xkgh7l7m72";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers deepseq hashable hashtables mtl poly-arity pred-set
|
||||||
|
QuickCheck semigroups strict tries unordered-containers
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
attoparsec base containers deepseq errors hashable hashtables mtl
|
||||||
|
poly-arity pred-set QuickCheck semigroups strict tasty tasty-hunit
|
||||||
|
tasty-quickcheck text tries unordered-containers
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
attoparsec base containers criterion deepseq hashable hashtables
|
||||||
|
mtl poly-arity pred-set QuickCheck semigroups sets strict text
|
||||||
|
tries unordered-containers
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/athanclark/pred-trie#readme";
|
||||||
|
description = "Predicative tries";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"predicates" = callPackage
|
"predicates" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -208061,8 +208233,8 @@ self: {
|
|||||||
({ mkDerivation, base, containers, mtl, template-haskell }:
|
({ mkDerivation, base, containers, mtl, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "type-interpreter";
|
pname = "type-interpreter";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "02v4y8limn1kdh27w8bq3d0q1ffnalpj9bqp7km1amfqwp2ljsij";
|
sha256 = "1phi14lmwyz6qi55vnnjhibglm74xkic2xiwmd1qxkj0dnb423wj";
|
||||||
libraryHaskellDepends = [ base containers mtl template-haskell ];
|
libraryHaskellDepends = [ base containers mtl template-haskell ];
|
||||||
testHaskellDepends = [ base template-haskell ];
|
testHaskellDepends = [ base template-haskell ];
|
||||||
description = "Interpreter for Template Haskell types";
|
description = "Interpreter for Template Haskell types";
|
||||||
@ -226281,8 +226453,8 @@ self: {
|
|||||||
pname = "zip";
|
pname = "zip";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
sha256 = "166iqyrmghlwwnka1gyxqjh875x7d3h0jnljlaslfvkfjhvb9ym9";
|
sha256 = "166iqyrmghlwwnka1gyxqjh875x7d3h0jnljlaslfvkfjhvb9ym9";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "0yplpja4gbfr8lkwvv5q8lx9bia2dzm178hyhlmw1s2hniqjxzkn";
|
editedCabalFile = "14dcabh3h6b1c8yzjq848i7arprgx7imx2rb9s0y2v0ax6b4dm48";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring bzlib-conduit case-insensitive cereal conduit
|
base bytestring bzlib-conduit case-insensitive cereal conduit
|
||||||
conduit-extra containers digest directory dlist exceptions filepath
|
conduit-extra containers digest directory dlist exceptions filepath
|
||||||
|
Loading…
Reference in New Issue
Block a user