Skip to content

Commit

Permalink
cabal.project generation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jun 30, 2024
1 parent e6d258b commit e983516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: initial cabal.project for sdist
run: |
touch cabal.project
echo "packages: $GITHUB_WORKSPACE/source/." >> cabal.project
echo "packages: $GITHUB_WORKSPACE/source/.,$GITHUB_WORKSPACE/source/vty-input" >> cabal.project
cat cabal.project
- name: sdist
run: |
Expand Down
5 changes: 1 addition & 4 deletions vty-input/vty-input.cabal
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: vty-input
version: 5.37
version: 1.0.0
license: BSD3
license-file: LICENSE
author: AUTHORS
maintainer: Jonathan Daugherty ([email protected])
homepage: https://github.com/jtdaugherty/vty
category: User Interfaces
synopsis: Input event definitions for the Vty library
cabal-version: 1.18
build-type: Simple
extra-doc-files: LICENSE
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.5

source-repository head
Expand Down

0 comments on commit e983516

Please sign in to comment.