Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-ai
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-ai
Commits
73e63e5c
Commit
73e63e5c
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
openai-{hs,servant}: 0.3.0.1
parent
31d5174d
1 merge request
!5
Updates
Pipeline
#3754
failed with stages
in 11 minutes and 40 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
horizon.dhall
+2
-10
2 additions, 10 deletions
horizon.dhall
horizon.lock
+2
-2
2 additions, 2 deletions
horizon.lock
pkgs/openai-hs.nix
+10
-14
10 additions, 14 deletions
pkgs/openai-hs.nix
pkgs/openai-servant.nix
+7
-12
7 additions, 12 deletions
pkgs/openai-servant.nix
with
21 additions
and
38 deletions
horizon.dhall
+
2
−
10
View file @
73e63e5c
...
...
@@ -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"
}
...
...
This diff is collapsed.
Click to expand it.
horizon.lock
+
2
−
2
View file @
73e63e5c
[ { mapKey = "openai-hs"
, mapValue =
"
4d2ede689bd7fde560eecc423c380089d1aa60a8ff3f697aa719ec89e1fe3894
"
"
c07650d02afe9da4f56caf6ee9701f839fce07298ce186e5126046e8e8664cce
"
}
, { mapKey = "openai-servant"
, mapValue =
"
22bc3c8cfffd2736a9367e7b102283c7537010cc8004412f25716ccead5b1e6a
"
"
0053ad4c5ccd700a1c623ebf014f23c0c3f430f4c2a57c06b464b3e64d258812
"
}
, { mapKey = "servant-multipart-client"
, mapValue =
...
...
This diff is collapsed.
Click to expand it.
pkgs/openai-hs.nix
+
10
−
14
View file @
73e63e5c
{
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
;
...
...
This diff is collapsed.
Click to expand it.
pkgs/openai-servant.nix
+
7
−
12
View file @
73e63e5c
{
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment