-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|