Skip to content

Commit

Permalink
Update from Hackage at 2017-06-16T13:06:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 16, 2017
1 parent a65b75a commit e2c9a89
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 0 deletions.
165 changes: 165 additions & 0 deletions hnormalise/0.4.1.0/hnormalise.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
name: hnormalise
version: 0.4.1.0
synopsis: Log message normalisation tool producing structured JSON messages
description: Log message normalisation tool producing structured JSON messages
homepage: https://github.com/itkovian/hnormalise#readme
license: BSD3
license-file: LICENSE
author: Andy Georges
maintainer: itkovian@gmail.com
copyright: 2017 Andy Georges
category: Command line
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: HNormalise
, HNormalise.Config
, HNormalise.Internal
, HNormalise.Json
, HNormalise.Parser
, HNormalise.Common.Json
, HNormalise.Common.Parser
, HNormalise.Common.Internal
, HNormalise.Huppel.Internal
, HNormalise.Huppel.Json
, HNormalise.Huppel.Parser
, HNormalise.Lmod.Internal
, HNormalise.Lmod.Json
, HNormalise.Lmod.Parser
, HNormalise.Shorewall.Internal
, HNormalise.Shorewall.Json
, HNormalise.Shorewall.Parser
, HNormalise.Snoopy.Internal
, HNormalise.Snoopy.Json
, HNormalise.Snoopy.Parser
, HNormalise.Torque.Internal
, HNormalise.Torque.Json
, HNormalise.Torque.Parser
build-depends: base >= 4.7 && < 5
, aeson
, aeson-pretty
, attoparsec
, attoparsec-iso8601
, bytestring
, containers
, directory
, ip
, permute
, text
, time
, unordered-containers
, yaml
default-language: Haskell2010

executable hnormalise
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -funbox-strict-fields -optc-O2
build-depends: base
, hnormalise
, aeson
, aeson-pretty
, attoparsec
, attoparsec-iso8601
, bytestring
, conduit
, conduit-combinators
, conduit-extra
, containers
, directory
, ip
, monad-loops
, mtl
, optparse-applicative
, resourcet
, text
, time
, unix
, word8
, yaml
, zeromq4-haskell
, zeromq4-conduit
, lifted-base
, monad-control
, transformers-base
default-language: Haskell2010


executable hnormalise-0mq
hs-source-dirs: 0mq
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -funbox-strict-fields -optc-O2
build-depends: base
, hnormalise
, aeson
, aeson-pretty
, attoparsec
, attoparsec-iso8601
, bytestring
, conduit
, conduit-combinators
, conduit-extra
, containers
, directory
, ip
, monad-loops
, mtl
, optparse-applicative
, resourcet
, text
, time
, unix
, word8
, yaml
, zeromq4-haskell
, zeromq4-conduit
default-language: Haskell2010


test-suite hnormalise-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: HNormalise.ParserSpec
, HNormalise.Common.ParserSpec
, HNormalise.Lmod.ParserSpec
, HNormalise.Shorewall.ParserSpec
, HNormalise.Snoopy.ParserSpec
, HNormalise.Torque.ParserSpec
build-depends: base
, aeson
, attoparsec
, attoparsec-iso8601
, conduit-extra
, hnormalise
, hspec
, hspec-core
, hspec-expectations
, hspec-attoparsec
, ip
, text
, time
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010

benchmark hnormalise-bench
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Bench.hs
build-depends: base
, aeson
, attoparsec
, criterion
, deepseq
, hnormalise
, random
, text
ghc-options: -threaded -rtsopts -with-rtsopts=-N -funbox-strict-fields -optc-O2
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/githubuser/hnormalise
1 change: 1 addition & 0 deletions hnormalise/0.4.1.0/hnormalise.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5cf646df3ead38e4c8a2532dd1d8c96e","Skein512_512":"455cf859f2673d22a6fadaae739b41ae2cc05a940dfec64aa0e906c35702e7a5a0e7d6d40de332b496c08c15dead70103efe0467ae47f588e9398f27060bbb6a","SHA1":"46db3b0ddaebbb64c5f04ad6ce41f3d060eec420","SHA512":"b012fb54d7c9181e0abde0f7cbb1a95c9cd60e799bf4239d43e94b9359556b94ebf1c016d886c64a7c2048706cdec7c621e33ccf15b5d662b3e06cbdfeec13da","SHA256":"841c913c2a5e496dc67dce63a1318a1ab3d3434cd6236b01bacecd162d68b356"},"package-locations":["https://hackage.haskell.org/package/hnormalise-0.4.1.0/hnormalise-0.4.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hnormalise-0.4.1.0.tar.gz"],"package-size":26436}
61 changes: 61 additions & 0 deletions path-io/1.3.1/path-io.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: path-io
version: 1.3.1
cabal-version: >= 1.10
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
license: BSD3
license-file: LICENSE.md
author: Mark Karpov <markkarpov92@gmail.com>
maintainer: Mark Karpov <markkarpov92@gmail.com>
homepage: https://github.com/mrkkrp/path-io
bug-reports: https://github.com/mrkkrp/path-io/issues
category: System, Filesystem
synopsis: Interface to ‘directory’ package for users of ‘path’
build-type: Simple
description: Interface to ‘directory’ package for users of ‘path’.
extra-doc-files: CHANGELOG.md
, README.md

flag dev
description: Turn on development settings.
manual: True
default: False

library
build-depends: base >= 4.7 && < 5.0
, containers
, directory >= 1.2.2 && < 1.4
, dlist >= 0.8 && < 0.9
, exceptions >= 0.8 && < 0.9
, filepath >= 1.2 && < 1.5
, path >= 0.5 && < 0.7
, temporary >= 1.1 && < 1.3
, time >= 1.4 && < 1.9
, transformers >= 0.3 && < 0.6
, unix-compat
exposed-modules: Path.IO
if flag(dev)
ghc-options: -Wall -Werror
else
ghc-options: -O2 -Wall
default-language: Haskell2010

test-suite tests
main-is: Main.hs
hs-source-dirs: tests
type: exitcode-stdio-1.0
if flag(dev)
ghc-options: -Wall -Werror
else
ghc-options: -O2 -Wall
build-depends: base >= 4.7 && < 5.0
, exceptions >= 0.8 && < 0.9
, hspec >= 2.0 && < 3.0
, path >= 0.5 && < 0.7
, path-io
, transformers >= 0.3 && < 0.6
, unix-compat
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/mrkkrp/path-io.git
1 change: 1 addition & 0 deletions path-io/1.3.1/path-io.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"1e87786d72f7543a0ef50dffe943d6d4","Skein512_512":"acadd4b2bb8eec55f97bf177b1f653a67124cceed7ea1fedd3a266b14aba62e47efcd955d474cd05b777b207e33627ae0337a125011d1e5145ad6d0e9fadc379","SHA1":"d91079185df862c256792f294ebdc7f1ea9b520f","SHA512":"9704cc8bc6f390dfc4d2158811d411ec766be555a7282629e1b27f3483aac88eb6238c15577a0dd432bb90f5589112e24673cba0648b8724488e22ffcb5482cb","SHA256":"182ccd3dbdcd84b3ddaa7592f5a0002ad2330910363bb91230db7ba75becdc98"},"package-locations":["https://hackage.haskell.org/package/path-io-1.3.1/path-io-1.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/path-io-1.3.1.tar.gz"],"package-size":18266}

0 comments on commit e2c9a89

Please sign in to comment.