Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 21, 2024
1 parent 6006b5a commit bbf0087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ jobs:
package hs-bindgen-patterns
ghc-options: -Werror
package hs-bindgen
extra-lib-dirs: /usr/lib/llvm-14/lib
extra-include-dirs: /usr/lib/llvm-14/include
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(hs-bindgen|hs-bindgen-patterns)$/; }' >> cabal.project.local
cat cabal.project
Expand Down
2 changes: 2 additions & 0 deletions hs-bindgen/hs-bindgen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ executable clang-tutorial
build-depends:
-- Internal dependencies
, hs-bindgen-patterns
-- this dependency is needed so extra libraries are included.
, hs-bindgen
build-depends:
-- External dependencies
, bytestring >= 0.11 && < 0.13
Expand Down

0 comments on commit bbf0087

Please sign in to comment.