Skip to content

Commit 0b183b0

Browse files
committed
-
1 parent aa06478 commit 0b183b0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

ollama_commandline/ollama-client.cabal

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ cabal-version: >=1.10
1212

1313
executable ollama-client
1414
  main-is: Main.hs
15-
  build-depends: base >= 4.7 && < 5
16-
                    , aeson
17-
                    , http-client
18-
                    , text
19-
                    , http-types
20-
                    , vector
15+
build-depends:
16+
base >= 4.7 && < 5,
17+
aeson,
18+
http-client,
19+
text,
20+
http-types,
21+
vector,
22+
optparse-applicative
2123
if os(darwin)
2224
ghc-options:
2325
ld-options:

0 commit comments

Comments
 (0)