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