Skip to content

Commit

Permalink
Minor package.yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jan 26, 2020
1 parent 5e2db18 commit cbb9d75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
14 changes: 10 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
name: tldr
version: '0.6.1'
synopsis: Haskell tldr client
description: 'Haskell tldr client with support for viewing tldr pages. Has offline cache for accessing pages. Visit https://tldr.sh for more details.'
category: Web
author: Sibi
description: |
Haskell tldr client with support for viewing tldr pages. Has offline
cache for accessing pages. Visit https://tldr.sh for more details.
category: Web, CLI
author: Sibi Prabakaran
maintainer: sibi@psibi.in
copyright: 2017 Sibi
copyright: 2017 Sibi Prabakaran
license: BSD3
github: psibi/tldr-hs

extra-source-files:
- README.md
- CHANGELOG.md
- test/data/*.golden
- test/data/*.md

library:
source-dirs: src
exposed-modules:
Expand All @@ -23,6 +27,7 @@ library:
- text
- bytestring
- ansi-terminal

executables:
tldr:
main: Main.hs
Expand All @@ -42,6 +47,7 @@ executables:
- typed-process
- semigroups
- containers

tests:
tldr-test:
main: Spec.hs
Expand Down
11 changes: 6 additions & 5 deletions tldr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 591a8936112ba4e38683bb0bddc2de76a845607fe63351b6c4cd8d84da6c63b1
-- hash: 43772d9183a0db55fec022e3510006502846fd712b0bdfc41fb0966376aadb84

name: tldr
version: 0.6.1
synopsis: Haskell tldr client
description: Haskell tldr client with support for viewing tldr pages. Has offline cache for accessing pages. Visit https://tldr.sh for more details.
category: Web
description: Haskell tldr client with support for viewing tldr pages. Has offline
cache for accessing pages. Visit https://tldr.sh for more details.
category: Web, CLI
homepage: https://github.com/psibi/tldr-hs#readme
bug-reports: https://github.com/psibi/tldr-hs/issues
author: Sibi
author: Sibi Prabakaran
maintainer: sibi@psibi.in
copyright: 2017 Sibi
copyright: 2017 Sibi Prabakaran
license: BSD3
license-file: LICENSE
build-type: Simple
Expand Down

0 comments on commit cbb9d75

Please sign in to comment.