Skip to content

Commit

Permalink
Merge pull request #29 from agrafix/nhs-add-cpphs
Browse files Browse the repository at this point in the history
Add cpphs to build-depends
  • Loading branch information
nickhs authored Mar 23, 2024
2 parents b534c50 + bfca71b commit 6b8f733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openai-hs/openai-hs.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d37104a564e8bdbce4dfdc276b621def2716ecaad3d474f0646934fd1b1f034b
-- hash: 07b1c878dc58fbadef2ced7a76a9aee5233a21e8f8b727916096d8888f09cc15

name: openai-hs
version: 0.3.0.1
Expand Down Expand Up @@ -48,6 +48,8 @@ library
DeriveGeneric
DeriveFunctor
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
build-tools:
cpphs >=1.20
build-depends:
aeson
, base >=4.7 && <5
Expand Down
1 change: 1 addition & 0 deletions openai-hs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ default-extensions:

library:
source-dirs: src
build-tools: cpphs:cpphs >= 1.20

tests:
openai-hs-test:
Expand Down

0 comments on commit 6b8f733

Please sign in to comment.