Skip to content

Commit

Permalink
Removed doctest dependencies from Cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Aug 11, 2024
1 parent 7a21b50 commit c017d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
'os-string-aeson:lib:os-string-aeson'
)
for target in "${targets[@]}"; do
cabal repl --with-compiler "${{ steps.install-doctest.outputs.path }}" "${target}"
cabal repl --with-compiler "${{ steps.install-doctest.outputs.path }}" --build-depends aeson "${target}"
done
- name: "Check cabal file"
Expand Down
4 changes: 0 additions & 4 deletions os-string-aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ library
base,
os-string-aeson-internal,

-- Dependencies for doctests
build-depends:
aeson

-- cabal-gild: discover ./src/ --exclude=Setup.hs --exclude=**/Include.hs
exposed-modules:
System.OsString.Aeson
Expand Down

0 comments on commit c017d31

Please sign in to comment.