Skip to content

Commit

Permalink
Merge pull request #4 from deepflowinc/konn/more-bindings
Browse files Browse the repository at this point in the history
New Features: Compat layers for Environment Modules and Shake
  • Loading branch information
konn authored Oct 2, 2024
2 parents a5282c7 + 74ae424 commit 4c982cd
Show file tree
Hide file tree
Showing 20 changed files with 1,872 additions and 1,014 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,19 +178,9 @@ jobs:
- uses: actions/checkout@v2
- uses: fourmolu/fourmolu-action@v10
with:
version: 0.16.2.0
pattern: |
**/*.hs
!**/Setup.hs
!**/Setup.lhs
!dist-newstyle/**
cabal-check:
name: Cabal Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/setup@v2
with:
cabal-version: 3.10.2.0
ghc-version: latest
- run: bash ./ci/scripts/cabal-check-packages.sh
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ source-repository-package
streaming-http
streaming-s3
streaming-SHA

source-repository-package
type: git
location: https://github.com/deepflowinc/hs-bash-script.git
tag: 0229661d502ed773f9177acfafb5cd832e437ceb
Loading

0 comments on commit 4c982cd

Please sign in to comment.