Skip to content

Commit

Permalink
Prepared ihp-openai for the hackage release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 21, 2024
1 parent d81a4ec commit e0d7ce0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ihp-openai/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog for `ihp-openai`

## v1.3

- This is the initial hackage release
8 changes: 4 additions & 4 deletions ihp-openai/ihp-openai.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cabal-version: 2.2
name: ihp-openai
version: 1.3.0
synopsis: Call GPT4 from IHP
description: Call GPT4 from IHP
synopsis: Call GPT4 from your Haskell apps
description: Streaming functions to access the OpenAI APIs, with Retry and Function Calling
license: MIT
license-file: LICENSE
author: digitally induced GmbH
Expand All @@ -19,7 +19,7 @@ source-repository head
library
default-language: Haskell2010
build-depends:
base
base >= 4.17.0 && < 4.20
, text
, http-streams
, retry
Expand Down Expand Up @@ -57,7 +57,7 @@ test-suite tests
type: exitcode-stdio-1.0
main-is: IHP/OpenAISpec.hs
build-depends:
base
base >= 4.17.0 && < 4.20
, hspec
, neat-interpolation
, ihp-openai
Expand Down

0 comments on commit e0d7ce0

Please sign in to comment.