llama-cpp-haskell 0.1 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- llama-cpp-haskell.cabal +3/−3
llama-cpp-haskell.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: llama-cpp-haskell-version: 0.1+version: 0.1.0.1 synopsis: Haskell bindings for the llama.cpp llama-server -- description: license: AGPL-3.0-only@@ -19,7 +19,7 @@ Source-repository this type: git location: https://github.com/l29ah/llama-cpp-haskell.git- tag: 0.1+ tag: 0.1.0.1 common stuff ghc-options: -Wall@@ -29,7 +29,7 @@ exposed-modules: Llama -- other-modules: -- other-extensions:- build-depends: base ^>=4.19.2.0+ build-depends: base >= 4 && < 5 , http-conduit ^>= 2.3 , aeson ^>= 2.2 , text ^>= 2.1