97 lines
2.3 KiB
Plaintext
97 lines
2.3 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.38.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: hagent
|
|
version: 0.1.0.0
|
|
license: AGPL-3.0
|
|
license-file: LICENSE
|
|
author: Nicole Dresselhaus
|
|
maintainer: nicole@dresselhaus.cloud
|
|
build-type: Simple
|
|
|
|
library
|
|
exposed-modules:
|
|
Agent.Server.Config
|
|
Agent.Tools.Tool
|
|
Agent.Tools.Time
|
|
other-modules:
|
|
Paths_hagent
|
|
build-depends:
|
|
base >=4.20.0 && <4.21,
|
|
bytestring,
|
|
data-default >=0.8.0 && <0.9,
|
|
directory >=1.3.8 && <1.4,
|
|
extra ==1.8.*,
|
|
filepath >=1.5.2 && <1.6,
|
|
ollama-haskell >=0.1.2 && <0.2,
|
|
template-haskell,
|
|
text,
|
|
yaml >=0.11.11 && <0.12
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DerivingStrategies
|
|
DeriveAnyClass
|
|
DeriveGeneric
|
|
DerivingVia
|
|
GADTs
|
|
default-language: Haskell2010
|
|
|
|
executable hagent
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_hagent
|
|
build-depends:
|
|
base >=4.20.0 && <4.21,
|
|
bytestring,
|
|
data-default >=0.8.0 && <0.9,
|
|
directory >=1.3.8 && <1.4,
|
|
extra ==1.8.*,
|
|
filepath >=1.5.2 && <1.6,
|
|
hagent,
|
|
ollama-haskell >=0.1.2 && <0.2,
|
|
template-haskell,
|
|
text,
|
|
yaml >=0.11.11 && <0.12
|
|
hs-source-dirs:
|
|
app
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DerivingStrategies
|
|
DeriveAnyClass
|
|
DeriveGeneric
|
|
DerivingVia
|
|
GADTs
|
|
default-language: Haskell2010
|
|
|
|
test-suite hagent-test
|
|
default-language: Haskell2010
|
|
type: exitcode-stdio-1.0
|
|
hs-source-dirs:
|
|
test
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DerivingStrategies
|
|
DeriveAnyClass
|
|
DeriveGeneric
|
|
DerivingVia
|
|
GADTs
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_hagent
|
|
build-depends:
|
|
base >=4.20.0 && <4.21,
|
|
bytestring,
|
|
data-default >=0.8.0 && <0.9,
|
|
directory >=1.3.8 && <1.4,
|
|
extra ==1.8.*,
|
|
filepath >=1.5.2 && <1.6,
|
|
hagent,
|
|
ollama-haskell >=0.1.2 && <0.2,
|
|
text,
|
|
yaml >=0.11.11 && <0.12
|