mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
06569db4d5
.
This commit is contained in:
parent
dc367f6507
commit
14db7a6253
244
pkgs/development/haskell-modules/hackage-packages.nix
generated
244
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -7827,8 +7827,6 @@ self: {
|
||||
];
|
||||
description = "The Haskell/R mixed programming environment";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"HABQT" = callPackage
|
||||
@ -40112,8 +40110,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "betris";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0d8qiiabcca7l57lkmmz5pn11y0jbksv08bzisfab588sbxd9vqr";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1vpj20hvr2nf3i8a2ijlxmfa1zqv3xwfp8krz4zjznhgjrb1nfpj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -44480,8 +44478,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blucontrol";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "087bk9fxjgavrprba7ffyb91jv7ms8k7mlq9s5963lkpdf5636n7";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0xh1qxfmrfjdsprl5m748j5z9w0qmww8gkj8lhghfskdzxhy0qic";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -50388,8 +50386,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "calamity";
|
||||
version = "0.1.28.3";
|
||||
sha256 = "0w7jcq6jplr31ljdvj9cqimg1xxz9pjnsdqkncdsiywa10ngww10";
|
||||
version = "0.1.28.4";
|
||||
sha256 = "07ibhr3xngpwl7pq9ykbf6pxzlp8yx49d0qrlhyn7hj5xbswkv3f";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring colour concurrent-extra connection
|
||||
containers data-default-class data-flags deepseq deque df1 di-core
|
||||
@ -107196,6 +107194,29 @@ self: {
|
||||
broken = true;
|
||||
}) {inherit (pkgs) glpk;};
|
||||
|
||||
"glsl" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers, fgl
|
||||
, graphviz, hspec, hspec-discover, lens, linear, scientific, text
|
||||
, time, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "glsl";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "1nicar2n7cfrskq78jsa4hwq0lcgr6a8g81fqcbhqs8bkxn39r7l";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base containers fgl graphviz lens linear scientific text
|
||||
transformers
|
||||
];
|
||||
executableHaskellDepends = [ base text time ];
|
||||
testHaskellDepends = [ attoparsec base bytestring hspec text ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Parser and optimizer for a small subset of GLSL";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"gltf-codec" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
|
||||
, directory, filepath, scientific, shower, text
|
||||
@ -137506,20 +137527,20 @@ self: {
|
||||
|
||||
"hsendxmpp" = callPackage
|
||||
({ mkDerivation, base, hslogger, pontarius-xmpp
|
||||
, pontarius-xmpp-extras, string-class
|
||||
, pontarius-xmpp-extras, string-class, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hsendxmpp";
|
||||
version = "0.1.2.4";
|
||||
sha256 = "17dhhjbynr7afjibv6fys45m2al422b6q3z7ncfycpwp6541qifm";
|
||||
version = "0.1.2.5";
|
||||
sha256 = "0wyfcsc0vjyx87r5dv51frfligf4d7v0n1m7967vg4d6jkw2zxd9";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base hslogger pontarius-xmpp pontarius-xmpp-extras string-class
|
||||
text
|
||||
];
|
||||
description = "sendxmpp clone, sending XMPP messages via CLI";
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
license = lib.licenses.agpl3Only;
|
||||
}) {};
|
||||
|
||||
"hsenv" = callPackage
|
||||
@ -141701,8 +141722,8 @@ self: {
|
||||
pname = "http-media";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "0lww5cxrc9jlvzsysjv99lca33i4rb7cll66p3c0rdpmvz8pk0ir";
|
||||
revision = "4";
|
||||
editedCabalFile = "0qg6x92i3w2q7zarr08kmicychkwskfi04xaxkqkg0cw6jnpnhhh";
|
||||
revision = "5";
|
||||
editedCabalFile = "0wf39pdag8a81ksk5xrgjzzzhav62vw2s77p43y7n3zkz5vynw7n";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive containers utf8-string
|
||||
];
|
||||
@ -144895,8 +144916,8 @@ self: {
|
||||
({ mkDerivation, base, containers, HUnit, random }:
|
||||
mkDerivation {
|
||||
pname = "hyahtzee";
|
||||
version = "0.2";
|
||||
sha256 = "0zv9ycgf9sii59q86s04m6krjyjgmrqaxz4lyvwa58b7a886wcmv";
|
||||
version = "0.5";
|
||||
sha256 = "0g9y155w072zdwfx241zs7wwi338kyabv6kdk5j180s85ya8ryxp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [ base containers HUnit random ];
|
||||
@ -148784,8 +148805,6 @@ self: {
|
||||
];
|
||||
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) R;};
|
||||
|
||||
"inliterate" = callPackage
|
||||
@ -213442,13 +213461,14 @@ self: {
|
||||
, ansi-terminal, ansi-wl-pprint, array, base, base-compat
|
||||
, blaze-html, bower-json, boxes, bytestring, Cabal, cborg
|
||||
, cheapskate, clock, containers, cryptonite, data-ordlist, deepseq
|
||||
, directory, edit-distance, file-embed, filepath, fsnotify, gitrev
|
||||
, Glob, happy, haskeline, hspec, hspec-discover, http-types, HUnit
|
||||
, language-javascript, lifted-async, lifted-base, memory
|
||||
, microlens-platform, monad-control, monad-logger, mtl, network
|
||||
, optparse-applicative, parallel, parsec, pattern-arrows, process
|
||||
, protolude, purescript-ast, purescript-cst, regex-base, regex-tdfa
|
||||
, safe, semialign, semigroups, serialise, sourcemap, split, stm
|
||||
, directory, dlist, edit-distance, exceptions, file-embed, filepath
|
||||
, fsnotify, gitrev, Glob, happy, haskeline, hspec, hspec-discover
|
||||
, http-types, HUnit, language-javascript, lifted-async, lifted-base
|
||||
, memory, microlens, microlens-platform, monad-control
|
||||
, monad-logger, mtl, network, optparse-applicative, parallel
|
||||
, parsec, pattern-arrows, process, protolude, purescript-ast
|
||||
, purescript-cst, regex-base, regex-tdfa, safe, scientific
|
||||
, semialign, semigroups, serialise, sourcemap, split, stm
|
||||
, stringsearch, syb, tasty, tasty-golden, tasty-hspec
|
||||
, tasty-quickcheck, text, these, time, transformers
|
||||
, transformers-base, transformers-compat, unordered-containers
|
||||
@ -213456,34 +213476,36 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "purescript";
|
||||
version = "0.14.0";
|
||||
sha256 = "1bv68y91l6fyjidfp71djiv2lijn5d55j4szlg77yvsw164s6vk0";
|
||||
version = "0.14.1";
|
||||
sha256 = "0cqrasq0my2nsslpvy1mfhc2nqj2bfcilv8acd600bn9f6qgn4yv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-better-errors aeson-pretty ansi-terminal array base
|
||||
base-compat blaze-html bower-json boxes bytestring Cabal cborg
|
||||
cheapskate clock containers cryptonite data-ordlist deepseq
|
||||
directory edit-distance file-embed filepath fsnotify Glob haskeline
|
||||
language-javascript lifted-async lifted-base memory
|
||||
microlens-platform monad-control monad-logger mtl parallel parsec
|
||||
pattern-arrows process protolude purescript-ast purescript-cst
|
||||
regex-tdfa safe semialign semigroups serialise sourcemap split stm
|
||||
stringsearch syb text these time transformers transformers-base
|
||||
transformers-compat unordered-containers utf8-string vector
|
||||
directory dlist edit-distance file-embed filepath fsnotify Glob
|
||||
haskeline language-javascript lifted-async lifted-base memory
|
||||
microlens microlens-platform monad-control monad-logger mtl
|
||||
parallel parsec pattern-arrows process protolude purescript-ast
|
||||
purescript-cst regex-tdfa safe scientific semialign semigroups
|
||||
serialise sourcemap split stm stringsearch syb text these time
|
||||
transformers transformers-base transformers-compat
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
libraryToolDepends = [ happy ];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-better-errors aeson-pretty ansi-terminal ansi-wl-pprint
|
||||
array base base-compat blaze-html bower-json boxes bytestring Cabal
|
||||
cborg cheapskate clock containers cryptonite data-ordlist deepseq
|
||||
directory edit-distance file-embed filepath fsnotify gitrev Glob
|
||||
haskeline http-types language-javascript lifted-async lifted-base
|
||||
memory microlens-platform monad-control monad-logger mtl network
|
||||
optparse-applicative parallel parsec pattern-arrows process
|
||||
protolude purescript-ast purescript-cst regex-tdfa safe semialign
|
||||
semigroups serialise sourcemap split stm stringsearch syb text
|
||||
these time transformers transformers-base transformers-compat
|
||||
directory dlist edit-distance exceptions file-embed filepath
|
||||
fsnotify gitrev Glob haskeline http-types language-javascript
|
||||
lifted-async lifted-base memory microlens microlens-platform
|
||||
monad-control monad-logger mtl network optparse-applicative
|
||||
parallel parsec pattern-arrows process protolude purescript-ast
|
||||
purescript-cst regex-tdfa safe scientific semialign semigroups
|
||||
serialise sourcemap split stm stringsearch syb text these time
|
||||
transformers transformers-base transformers-compat
|
||||
unordered-containers utf8-string vector wai wai-websockets warp
|
||||
websockets
|
||||
];
|
||||
@ -213492,15 +213514,15 @@ self: {
|
||||
aeson aeson-better-errors aeson-pretty ansi-terminal array base
|
||||
base-compat blaze-html bower-json boxes bytestring Cabal cborg
|
||||
cheapskate clock containers cryptonite data-ordlist deepseq
|
||||
directory edit-distance file-embed filepath fsnotify Glob haskeline
|
||||
hspec hspec-discover HUnit language-javascript lifted-async
|
||||
lifted-base memory microlens-platform monad-control monad-logger
|
||||
mtl parallel parsec pattern-arrows process protolude purescript-ast
|
||||
purescript-cst regex-base regex-tdfa safe semialign semigroups
|
||||
serialise sourcemap split stm stringsearch syb tasty tasty-golden
|
||||
tasty-hspec tasty-quickcheck text these time transformers
|
||||
transformers-base transformers-compat unordered-containers
|
||||
utf8-string vector
|
||||
directory dlist edit-distance file-embed filepath fsnotify Glob
|
||||
haskeline hspec HUnit language-javascript lifted-async lifted-base
|
||||
memory microlens microlens-platform monad-control monad-logger mtl
|
||||
parallel parsec pattern-arrows process protolude purescript-ast
|
||||
purescript-cst regex-base regex-tdfa safe scientific semialign
|
||||
semigroups serialise sourcemap split stm stringsearch syb tasty
|
||||
tasty-golden tasty-hspec tasty-quickcheck text these time
|
||||
transformers transformers-base transformers-compat
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
testToolDepends = [ happy hspec-discover ];
|
||||
doCheck = false;
|
||||
@ -213517,8 +213539,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "purescript-ast";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1zwwbdkc5mb3ckc2g15b18j9vp9bksyc1nrlg73w7w0fzqwnqb4g";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "12zkkbpv1xxvx4d3rybng1kxvw6z5gjr45mfy9bpkmb3jqzl1xd2";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base-compat bytestring containers deepseq filepath
|
||||
microlens mtl protolude scientific serialise text vector
|
||||
@ -213573,8 +213595,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "purescript-cst";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1h4na5k0lz91i1f49axsgs7zqz6dqdxds5dg0g00wd4wmyd619cc";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "05jqf9c0pakbjvr2zvybaxg9rfi87dadsx4srjlrw294r2sz969r";
|
||||
libraryHaskellDepends = [
|
||||
array base containers dlist purescript-ast scientific semigroups
|
||||
text
|
||||
@ -223324,6 +223346,21 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"request" = callPackage
|
||||
({ mkDerivation, base, bytestring, case-insensitive, http-client
|
||||
, http-client-tls, http-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "request";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1gf5hp0w5dz33q6yjcwjjnh5wkfvd77rkwpsn7i750qslcg0b8x7";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive http-client http-client-tls
|
||||
http-types
|
||||
];
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"request-monad" = callPackage
|
||||
({ mkDerivation, base, free, mtl, transformers }:
|
||||
mkDerivation {
|
||||
@ -229554,17 +229591,18 @@ self: {
|
||||
}) {};
|
||||
|
||||
"scenegraph" = callPackage
|
||||
({ mkDerivation, array, base, containers, fgl, GLUT, haskell98
|
||||
, hmatrix, mtl, old-time, OpenGL, process
|
||||
({ mkDerivation, base, data-default, fgl, graphviz, hspec
|
||||
, hspec-discover, lens, linear, mtl, QuickCheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "scenegraph";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1l946h6sggg2n8ldx34v2sx4dyjqxd7i34wrsllz88iiy4qd90yw";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0nwaf1wpr8pqwwkxx0zpbkmvn4ww6v3xcv5w7krk02f985ajaq50";
|
||||
libraryHaskellDepends = [
|
||||
array base containers fgl GLUT haskell98 hmatrix mtl old-time
|
||||
OpenGL process
|
||||
base data-default fgl graphviz lens linear mtl text
|
||||
];
|
||||
testHaskellDepends = [ base hspec lens linear QuickCheck ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Scene Graph";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
@ -235327,6 +235365,23 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui_0_3_5_3_47_1" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui";
|
||||
version = "0.3.5.3.47.1";
|
||||
sha256 = "00bmkj87rnd9zmg54h3z8k9zgs5d17lcdn9gp006xixa6g494cms";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core text
|
||||
];
|
||||
description = "Servant swagger ui";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-core" = callPackage
|
||||
({ mkDerivation, base, blaze-markup, bytestring, http-media
|
||||
, servant, servant-blaze, servant-server, swagger2, text
|
||||
@ -235345,37 +235400,51 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-core_0_3_5" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-markup, bytestring, http-media
|
||||
, servant, servant-blaze, servant-server, text, transformers
|
||||
, transformers-compat, wai-app-static
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui-core";
|
||||
version = "0.3.5";
|
||||
sha256 = "0ckvrwrb3x39hfl2hixcj3fhibh0vqsh6y7n1lsm25yvzfrg02zd";
|
||||
libraryHaskellDepends = [
|
||||
aeson base blaze-markup bytestring http-media servant servant-blaze
|
||||
servant-server text transformers transformers-compat wai-app-static
|
||||
];
|
||||
description = "Servant swagger ui core components";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-jensoleg" = callPackage
|
||||
({ mkDerivation, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, swagger2, text
|
||||
({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui-jensoleg";
|
||||
version = "0.3.3";
|
||||
sha256 = "02zwymqxq54xwc8wmzhbcfgx9plvk0n4kp1907sbl98mhh2frwrw";
|
||||
revision = "4";
|
||||
editedCabalFile = "19h7n1g847ly7addv03vzy5915n48xa0y7l88dzamy6ly1jrmdg2";
|
||||
version = "0.3.4";
|
||||
sha256 = "04s4syfmnjwa52xqm29x2sfi1ka6p7fpjff0pxry099rh0d59hkm";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core swagger2 text
|
||||
aeson base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core text
|
||||
];
|
||||
description = "Servant swagger ui: Jens-Ole Graulund theme";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-redoc" = callPackage
|
||||
({ mkDerivation, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, swagger2, text
|
||||
({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui-redoc";
|
||||
version = "0.3.3.1.22.3";
|
||||
sha256 = "0bzkrh1hf29vfa1r1sgifb9j2zcg6i43fal4abbx4lcqvf155pzv";
|
||||
revision = "3";
|
||||
editedCabalFile = "1csz8gzmrrjbjvr6kx4vmyp419i5vbzk84a01vh5zr6ncrpx5nf3";
|
||||
version = "0.3.4.1.22.3";
|
||||
sha256 = "0ln2sz7ffhddk4dqvczpxb5g8f6bic7sandn5zifpz2jg7lgzy0f";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core swagger2 text
|
||||
aeson base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core text
|
||||
];
|
||||
description = "Servant swagger ui: ReDoc theme";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -271206,8 +271275,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "unicode-collation";
|
||||
version = "0.1";
|
||||
sha256 = "003n6kjsmnvp3gdj92x7pmh79v9gicjzy3d0g28c1dpxdm0bxxrl";
|
||||
version = "0.1.1";
|
||||
sha256 = "02sjpppr1ckjcg8zd2wpj79lz8l9xf6hmjsklx85xc3pid5w734m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -282228,6 +282297,23 @@ self: {
|
||||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"witch_0_1_0_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hspec
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witch";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0sppyyi5a5r99h8mm47yndsdmvrsdw1iqn3xi12v8lgw4xamj6fa";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers template-haskell text
|
||||
];
|
||||
testHaskellDepends = [ base bytestring containers hspec text ];
|
||||
description = "Convert values from one type into another";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"with-index" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user