From bd64c0116e44816c1b7728a7762961051965781c Mon Sep 17 00:00:00 2001 From: tusharad Date: Wed, 16 Oct 2024 17:46:56 +0530 Subject: [PATCH] Added more info in cabal file --- ollama-haskell.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ollama-haskell.cabal b/ollama-haskell.cabal index f0b4696..0d41f4c 100644 --- a/ollama-haskell.cabal +++ b/ollama-haskell.cabal @@ -7,11 +7,19 @@ license: MIT license-file: LICENSE author: Tushar Adhatrao maintainer: tusharadhatrao@gmail.com +description: Haskell bindings for Ollama. -- copyright: category: Data build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: +Homepage: https://github.com/tusharad/ollama-haskell +Bug-reports: https://github.com/tusharad/ollama-haskell/issues +extra-source-files: CHANGELOG.md + +Source-repository head + type: git + location: https://github.com/tusharad/ollama-haskell common warnings ghc-options: -Wall