Skip to content

Commit

Permalink
Merge pull request #47 from mihaimaruseac/new
Browse files Browse the repository at this point in the history
Generate documentation
  • Loading branch information
mihaimaruseac authored Feb 20, 2023
2 parents 0936834 + 2a612aa commit a47a757
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Generate source distribution
run: cabal sdist --output .

- name: Generate documentation
run: cabal haddock --haddock-for-hackage --enable-doc --builddir=.

- name: Generate subject for provenance of source distribution
id: hash_sdist
run: |
Expand Down Expand Up @@ -142,5 +145,6 @@ jobs:
with:
files: ./*

# TODO(mihaimaruseac): Upload sdist to Hackage
# TODO(mihaimaruseac): Upload haddock and build report to Hackage (maybe)
# TODO(mihaimaruseac): Upload haddock and build report to Hackage
# Not doing this now because we don't want to store user/pass in GitHub
# secrets and there is no OIDC way to upload.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cabal.project.local
.*
!.github/
!.gitignore
dist-newstyle/
7 changes: 2 additions & 5 deletions io-manager.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
cabal-version: 3.6
name: io-manager
version: 0.1.0.4

synopsis: Skeleton library around the IO monad.

description: A skeleton library to help learners of Haskell
concentrate on the pure-functional aspect and
let the IO be handled by the library.

license: BSD3
license: BSD-3-Clause
license-file: LICENSE

author: Mihai Maruseac
Expand All @@ -16,8 +15,6 @@ maintainer: mihai.maruseac@gmail.com
category: Training
build-type: Simple

cabal-version: >=1.10

source-repository head
type: git
location: https://github.com/haskell-ro/io-manager
Expand Down

0 comments on commit a47a757

Please sign in to comment.