Skip to content

Commit

Permalink
Reformat logstash/package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jun 25, 2023
1 parent 2a791f0 commit 908b1f5
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions logstash/package.yaml
Original file line number Diff line number Diff line change
@@ -1,51 +1,50 @@
name: logstash
version: 0.1.0.3
github: "mbg/logstash"
license: MIT
author: "Michael B. Gale"
maintainer: "github@michael-gale.co.uk"
copyright: "Copyright (c) 2021 Michael B. Gale"
license-file: LICENSE
name: logstash
version: 0.1.0.3
github: "mbg/logstash"
license: MIT
author: "Michael B. Gale"
maintainer: "github@michael-gale.co.uk"
copyright: "Copyright (c) 2021 Michael B. Gale"
license-file: LICENSE

extra-source-files:
- README.md
- ChangeLog.md
- README.md
- ChangeLog.md

# Metadata used when publishing your package
synopsis: Logstash client library for Haskell
category: Network
synopsis: Logstash client library for Haskell
category: Network

# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/mbg/logstash#readme>
description: Please see the README on GitHub at <https://github.com/mbg/logstash#readme>

dependencies:
- aeson
- async
- base >= 4.7 && < 5
- bytestring
- data-default-class
- exceptions
- monad-control
- mtl
- network
- resource-pool
- resourcet
- retry
- stm
- stm-chans
- time
- tls
- unbounded-delays
- unliftio
- aeson
- async
- base >= 4.7 && < 5
- bytestring
- data-default-class
- exceptions
- monad-control
- mtl
- network
- resource-pool
- resourcet
- retry
- stm
- stm-chans
- time
- tls
- unbounded-delays
- unliftio

default-extensions:
- OverloadedStrings
- RecordWildCards
- FlexibleContexts
- FlexibleInstances
- OverloadedStrings
- RecordWildCards
- FlexibleContexts
- FlexibleInstances

library:
source-dirs: src

0 comments on commit 908b1f5

Please sign in to comment.