Skip to content
Snippets Groups Projects
Commit 73e63e5c authored by Daniel Firth's avatar Daniel Firth
Browse files

openai-{hs,servant}: 0.3.0.1

parent 31d5174d
1 merge request!5Updates
Pipeline #3754 failed with stages
in 11 minutes and 40 seconds
......@@ -2,16 +2,8 @@ let H =
https://gitlab.horizon-haskell.net/dhall/horizon-spec/-/raw/0.10.0/horizon-spec/package.dhall
let packages =
{ openai-hs =
H.callGit
"https://gitlab.homotopic.tech/haskell/forks/openai-hs.git"
"15af9a23ea4379079f0170d4118774bd20b1f412"
(Some "openai-hs")
, openai-servant =
H.callGit
"https://gitlab.homotopic.tech/haskell/forks/openai-hs.git"
"15af9a23ea4379079f0170d4118774bd20b1f412"
(Some "openai-servant")
{ openai-hs = H.callHackage "openai-hs" "0.3.0.1"
, openai-servant = H.callHackage "openai-servant" "0.3.0.1"
, servant-multipart-client =
H.callHackage "servant-multipart-client" "0.12.2"
}
......
[ { mapKey = "openai-hs"
, mapValue =
"4d2ede689bd7fde560eecc423c380089d1aa60a8ff3f697aa719ec89e1fe3894"
"c07650d02afe9da4f56caf6ee9701f839fce07298ce186e5126046e8e8664cce"
}
, { mapKey = "openai-servant"
, mapValue =
"22bc3c8cfffd2736a9367e7b102283c7537010cc8004412f25716ccead5b1e6a"
"0053ad4c5ccd700a1c623ebf014f23c0c3f430f4c2a57c06b464b3e64d258812"
}
, { mapKey = "servant-multipart-client"
, mapValue =
......
{ mkDerivation, aeson, base, bytestring, casing, containers, cpphs
, fetchgit, hspec, http-client, http-client-tls, http-types, lib
, openai-servant, servant, servant-client, servant-client-core
, servant-multipart-client, text, vector
, hspec, http-client, http-client-tls, http-types, lib
, openai-servant, servant, servant-auth-client, servant-client
, servant-client-core, servant-multipart-client, text, vector
}:
mkDerivation {
pname = "openai-hs";
version = "0.2.2.0";
src = fetchgit {
url = "https://gitlab.homotopic.tech/haskell/forks/openai-hs.git";
sha256 = "1mlkvgcj8grhhbbin12mynfbd611ihrmzhp9z41nmxzdmgp4kq2g";
rev = "15af9a23ea4379079f0170d4118774bd20b1f412";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/openai-hs/; echo source root reset to $sourceRoot";
version = "0.3.0.1";
sha256 = "c778ad3e8ebab42f2fd57086ead8edbac0ea68ce3100e24ac56e144c50c72c2a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring casing cpphs http-client http-types
openai-servant servant servant-client servant-multipart-client text
openai-servant servant servant-auth-client servant-client
servant-multipart-client text
];
testHaskellDepends = [
aeson base bytestring casing containers cpphs hspec http-client
http-client-tls http-types openai-servant servant servant-client
servant-client-core servant-multipart-client text vector
http-client-tls http-types openai-servant servant
servant-auth-client servant-client servant-client-core
servant-multipart-client text vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......
{ mkDerivation, aeson, base, bytestring, casing, fetchgit, lib
, servant, servant-multipart-api, text, time, vector
{ mkDerivation, aeson, base, bytestring, casing, lib, mime-types
, servant, servant-auth, servant-auth-client, servant-multipart-api
, text, time, vector
}:
mkDerivation {
pname = "openai-servant";
version = "0.2.4.0";
src = fetchgit {
url = "https://gitlab.homotopic.tech/haskell/forks/openai-hs.git";
sha256 = "1mlkvgcj8grhhbbin12mynfbd611ihrmzhp9z41nmxzdmgp4kq2g";
rev = "15af9a23ea4379079f0170d4118774bd20b1f412";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/openai-servant/; echo source root reset to $sourceRoot";
version = "0.3.0.1";
sha256 = "c4745e2861e59241cac1121fcf9180f3db8d1e6c5f5c6a84671e7e78986831f0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring casing servant servant-multipart-api text
time vector
aeson base bytestring casing mime-types servant servant-auth
servant-auth-client servant-multipart-api text time vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment